summaryrefslogtreecommitdiffstats
path: root/toolbox
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Switch to NetBSD's kill(1).Elliott Hughes2014-07-223-154/+272
| | | | | | | | | | | | | | | | | | | | Change-Id: Idd1635673e01758b5a7d34f1fdfbb695296c6164
* | | | | am 1ff2df3f: am 82a2687a: Merge "Fix cp(1) for files in /proc."Elliott Hughes2014-07-222-12/+12
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit '1ff2df3f642018277066d73fcd57db08d41d387f': Fix cp(1) for files in /proc.
| * | | | Merge "Fix cp(1) for files in /proc."Elliott Hughes2014-07-222-12/+12
| |\ \ \ \
| | * | | | Fix cp(1) for files in /proc.Elliott Hughes2014-07-222-12/+12
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also modernize the Android-specific hacks. Bug: https://code.google.com/p/android/issues/detail?id=70793 Change-Id: I2aebcd2ff10ca2466017379d87f5fabdb77c05e2
* | | | | am 1575e163: am 34627d82: Merge "Stop and start netd explicitly for "adb ↵Sreeram Ramachandran2014-07-222-0/+2
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | | | | | | | | shell stop/start"." * commit '1575e1639c7c72f042fe20f0d862f53b55ded651': Stop and start netd explicitly for "adb shell stop/start".
| * | | Stop and start netd explicitly for "adb shell stop/start".Sreeram Ramachandran2014-07-192-0/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netd is supposed to be restarted when the zygote is restarted (see the "onrestart" section for "service zygote" in init.zygote*.rc). But this only works if you send a restart command (say via "ctl.restart"). "stop && start" != "restart". It seems ingrained in developers to do "stop && start", so we don't have much hope of convincing everyone to switch to "adb shell restart", even if we did add such a toolbox command. Bug: 15855807 Change-Id: I387fe86600f4a2862abc3a05a2ef9a1e7374e21d
* | | newfs_msdos: Added option to cluster-align the start of the root directoryDaniel Rosenberg2014-07-161-31/+69
| | | | | | | | | | | | | | | | | | | | | This follows the recommendations of the SD-card association. Change-Id: Ie89a5972d086b3df9d92e631c394a521f807b016 Signed-off-by: Daniel Rosenberg <drosen@google.com>
* | | am ce61f74f: am 56cbd19b: Merge "Fix build."Christopher Ferris2014-07-121-1/+1
|\ \ \ | |/ / | | | | | | | | | * commit 'ce61f74f153c7d185d1a3d5e2d6dc02ccf768963': Fix build.
| * | Fix build.Christopher Ferris2014-07-101-1/+1
| | | | | | | | | | | | Change-Id: Ied4adacde94ee10deb30647156f07d46a38fbe1f
* | | am 802943ab: am 8098114c: Merge "Sync with upstream grep."Elliott Hughes2014-07-124-19/+19
|\ \ \ | |/ / | | | | | | | | | * commit '802943ab514de0814078b2e0a400d18632daa188': Sync with upstream grep.
| * | Sync with upstream grep.Elliott Hughes2014-07-104-19/+19
| | | | | | | | | | | | Change-Id: Ie1da2e95ee7e3513afb87f357be983dc80cd1515
* | | am 895d6747: am 7a8420ec: Merge "fix duplicated grep usage printing"Elliott Hughes2014-07-121-1/+0
|\ \ \ | |/ / | | | | | | | | | * commit '895d67473854e89abf5834be66a79589de8c4b9e': fix duplicated grep usage printing
| * | fix duplicated grep usage printingRocky Zhang2014-07-111-1/+0
| | | | | | | | | | | | | | | Change-Id: I579d2046f96ba8ae9fd0bf8f36e2e2f64da622ea Signed-off-by: Rocky Zhang <zhangyan.hit@gmail.com>
* | | Made formatting for newfs_msdos.c more uniformDaniel Rosenberg2014-07-091-646/+617
| | | | | | | | | | | | | | | Change-Id: I3d14350c70c05a7e2f713d0065524d78f9a413c6 Signed-off-by: Daniel Rosenberg <drosen@google.com>
* | | am f0c19562: am fdd4ffd1: am 01ad7710: Merge "Fix %llx to PRIx64 in nandread.c."Elliott Hughes2014-06-261-17/+18
|\ \ \ | |/ / | | | | | | | | | * commit 'f0c195625b499257d8b957321b75b52aacac857e': Fix %llx to PRIx64 in nandread.c.
| * | Fix %llx to PRIx64 in nandread.c.Elliott Hughes2014-06-251-17/+18
| | | | | | | | | | | | Change-Id: I541d1f4efac3c91d1a26f60735c72e799490fcc9
* | | am 08c704a0: am 1a9e9c20: am 974a4f3e: Merge "Use inet_ntoa to display ↵Colin Cross2014-06-191-14/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | ipaddr and mask values" * commit '08c704a0fe64927fa8618c576c20e39de7f1aa19': Use inet_ntoa to display ipaddr and mask values
| * | Use inet_ntoa to display ipaddr and mask valuesBhanu Chetlapalli2014-06-181-14/+8
| | | | | | | | | | | | | | | Signed-off-by: Chris Dearman <chris@mips.com> Change-Id: Iee72a6b987e4ec1c720e925b59e9e2631ae978e5
| * | Add mknod utility to system/core/toolboxSujith Ramakrishnan2014-06-112-0/+96
| | | | | | | | | | | | Change-Id: I46586cba83ecb8095721be8ffad9e386d4698e4a
| * | Getevent: make sure the monotonic timestamp is displayed; warning cleanup.Sasha Levitskiy2014-06-111-4/+10
| | | | | | | | | | | | | | | Change-Id: I6c500ab55470155ddf692fe5f655bdd575f195f5 Signed-off-by: Sasha Levitskiy <sanek@google.com>
| * | toolbox: Add nohup commandGlenn Kasten2014-06-112-0/+27
| | | | | | | | | | | | | | | Change-Id: I2f7d9934b54d98886d7a6205ea122d9ce91066ec Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | resolved conflicts for merge of 41b797de to masterKenny Root2014-06-112-70/+68
|\ \ \ | |/ / | | | | | | Change-Id: Id433da0bde006a6661431ee58a627497f07c7cdf
| * | Switch md5 over to openssl rather than libc.Elliott Hughes2014-06-092-68/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | It doesn't make any sense for the C library to contain private stuff that's only used by toolbox. Rather than move that stuff out of bionic and into here, let's just use the same MD5 implementation the rest of the system's using. Change-Id: Ia1c73164124094b532af3453b90c4bd1ebfdaa24
* | | am 7bbfb8cb: am 337f94f1: am e9a6d0a0: Merge "Remove unnecessary #includes ↵Elliott Hughes2014-05-221-2/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | of <sys/atomics.h>." * commit '7bbfb8cbaf52975a2d0ef9d448d8ea0fc74a590b': Remove unnecessary #includes of <sys/atomics.h>.
| * | Remove unnecessary #includes of <sys/atomics.h>.Elliott Hughes2014-05-221-2/+0
| | | | | | | | | | | | | | | Bug: 14903517 Change-Id: I5b0a418dd982f1a2fd90609b12bd8364f7f34996
* | | am ac239a91: am 376aebdc: am 76d057b9: Merge "toolbox: fix x86 build"Greg Hackmann2014-05-211-2/+2
|\ \ \ | |/ / | | | | | | | | | * commit 'ac239a915b08823166657d6a3bfad094e57db0be': toolbox: fix x86 build
| * | toolbox: fix x86 buildGreg Hackmann2014-05-211-2/+2
| | | | | | | | | | | | | | | Change-Id: Iadedae749b31adb1310fa50a68b2dc19097c3654 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* | | am 5d93823e: am 153c7aab: am 5eedd9d6: Merge "toolbox: fix build"Greg Hackmann2014-05-212-3/+3
|\ \ \ | |/ / | | | | | | | | | * commit '5d93823e557834c9b17771241ea6eecad74a5749': toolbox: fix build
| * | toolbox: fix buildGreg Hackmann2014-05-212-3/+3
| | | | | | | | | | | | | | | Change-Id: I4d37ae4ad19620f77e37b739fb1248b712b3f986 Signed-off-by: Greg Hackmann <ghackmann@google.com>
* | | resolved conflicts for merge of faf84529 to masterMark Salyzyn2014-05-2127-85/+58
|\ \ \ | |/ / | | | | | | Change-Id: Idbb7fae527bad4ae1447f95662a9ec5d5294d771
| * | Merge "toolbox: turn on -Werror"Mark Salyzyn2014-05-2127-84/+58
| |\ \
| | * | toolbox: turn on -WerrorMark Salyzyn2014-05-1427-84/+58
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | - Deal with some signedness issues - Deal with some size issues - Deal with NULL pointer issues - Deal with some -Wunused issues Change-Id: I1479dd90d690084491bae3475f2c547833519a57
* | | am b3bd09cd: am 9cbc8088: am 5f6beb12: Merge ""stop" / "start must apply to ↵Narayan Kamath2014-05-152-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | the secondary zygote as well." * commit 'b3bd09cda0ff29d53e91a6ec056b30a3c8b148a2': "stop" / "start must apply to the secondary zygote as well.
| * | Merge ""stop" / "start must apply to the secondary zygote as well."Narayan Kamath2014-05-152-0/+2
| |\ \
| | * | "stop" / "start must apply to the secondary zygote as well.Narayan Kamath2014-05-132-0/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Would've been nice if we could use the sys property observer to start and stop all services in a service class but service classes do not appear to be fully supported. Change-Id: Iaf17a2dbcf913c4c646bc1e8e13adee9f952c45e
* | | resolved conflicts for merge of 101e92ac to masterKenny Root2014-05-141-4/+47
|\ \ \ | |/ / | | | | | | Change-Id: I837bc0732c2e72d99ce47d0534915012ff43a21e
| * | Merge "ps: add flag to show ABI"Kenny Root2014-05-151-4/+47
| |\ \
| | * | ps: add flag to show ABIKenny Root2014-05-141-4/+47
| | |/ | | | | | | | | | | | | | | | | | | Allow us to easily identify the 32/64 bitness of the process. Yes, I know this is not technically an ABI, but it seemed close enough! Change-Id: Ia03a17fd74d61e7619911cb26b3dd7d82b62930c
* | | am 7c633e6f: am 233bbd9d: am ed02fbf0: Merge "Clean up some unnecessary ↵Elliott Hughes2014-05-151-3/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | system_properties cruft." * commit '7c633e6fe6f69006ca4299a475230dd583da38f3': Clean up some unnecessary system_properties cruft.
| * | Clean up some unnecessary system_properties cruft.Elliott Hughes2014-05-141-3/+0
| |/ | | | | | | | | Bug: 14970171 Change-Id: I6f54c35e265b849be914120f795c9f8e0cec34bb
* | am 0888e52f: am afe5bbef: am a67914e4: Merge "Fix top(1) SIGPIPE behavior."Elliott Hughes2014-04-212-12/+17
|\ \ | |/ | | | | | | * commit '0888e52fa8141acdcf62eff1b14059d9aab17382': Fix top(1) SIGPIPE behavior.
| * Merge "Fix top(1) SIGPIPE behavior."Elliott Hughes2014-04-192-12/+17
| |\
| | * Fix top(1) SIGPIPE behavior.Elliott Hughes2014-04-182-12/+17
| | | | | | | | | | | | | | | Bug: 14166609 Change-Id: I4aad1e0db2e875735405d094fb0d1a36862b5b19
* | | am 8d57b79c: am bf66e448: am a1551e9b: Merge "Fix buffer overflow in syren ↵Colin Cross2014-04-141-2/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | utility" * commit '8d57b79c26c9618ec50d3ee304e9abba41bfe4c9': Fix buffer overflow in syren utility
| * | Fix buffer overflow in syren utilitynks2014-04-131-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch for https://code.google.com/p/android/issues/detail?id=68268 A length check for the argv[2] was added in order to prevent buffer overflow. Also replace strcpy with strlcpy. Signed-off-by: nks <nks@sixserv.org> Change-Id: If65b83e9b658315c672e684f64e3ae00e69fac31
* | | am 8f2a205f: am 1a09a804: am 47d374ec: Merge "Move date off the non-portable ↵Elliott Hughes2014-04-071-4/+34
|\ \ \ | |/ / | | | | | | | | | | | | | | | bionic32 \'strtotimeval\'." * commit '8f2a205f34bfad9eddbd62a073d1ca492276d538': Move date off the non-portable bionic32 'strtotimeval'.
| * | Move date off the non-portable bionic32 'strtotimeval'.Elliott Hughes2014-04-071-4/+34
| |/ | | | | | | Change-Id: Ib706d3a536c409810cfbc47270448c6375314506
* | am fd0f4d9a: am 8b8974ef: am 31fa9604: Merge "toolbox: ls: 64 bit compile ↵Mark Salyzyn2014-03-141-3/+3
|\ \ | |/ | | | | | | | | | | warnings" * commit 'fd0f4d9ad6e37d8047767e7e1ce9374906a3acc8': toolbox: ls: 64 bit compile warnings
| * toolbox: ls: 64 bit compile warningsMark Salyzyn2014-03-141-3/+3
| | | | | | | | Change-Id: Ia538c7177f8d5cf2c1f0efb5b575da6527c13968
* | am 713aedd7: am 9e38da5f: am 1a379899: Merge "toolbox: schedtop 64 bit build ↵Mark Salyzyn2014-03-141-15/+13
|\ \ | |/ | | | | | | | | | | issue" * commit '713aedd74a9e7bf81929ccd8225d2784afcbb9c9': toolbox: schedtop 64 bit build issue