| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Idd1635673e01758b5a7d34f1fdfbb695296c6164
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '1ff2df3f642018277066d73fcd57db08d41d387f':
Fix cp(1) for files in /proc.
|
| |\ \ \ \ |
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Also modernize the Android-specific hacks.
Bug: https://code.google.com/p/android/issues/detail?id=70793
Change-Id: I2aebcd2ff10ca2466017379d87f5fabdb77c05e2
|
|\ \ \ \ \
| |/ / / /
| | | / /
| |_|/ /
|/| | |
| | | |
| | | | |
shell stop/start"."
* commit '1575e1639c7c72f042fe20f0d862f53b55ded651':
Stop and start netd explicitly for "adb shell stop/start".
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This follows the recommendations of the SD-card association.
Change-Id: Ie89a5972d086b3df9d92e631c394a521f807b016
Signed-off-by: Daniel Rosenberg <drosen@google.com>
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'ce61f74f153c7d185d1a3d5e2d6dc02ccf768963':
Fix build.
|
| | |
| | |
| | |
| | | |
Change-Id: Ied4adacde94ee10deb30647156f07d46a38fbe1f
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '802943ab514de0814078b2e0a400d18632daa188':
Sync with upstream grep.
|
| | |
| | |
| | |
| | | |
Change-Id: Ie1da2e95ee7e3513afb87f357be983dc80cd1515
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '895d67473854e89abf5834be66a79589de8c4b9e':
fix duplicated grep usage printing
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I579d2046f96ba8ae9fd0bf8f36e2e2f64da622ea
Signed-off-by: Rocky Zhang <zhangyan.hit@gmail.com>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I3d14350c70c05a7e2f713d0065524d78f9a413c6
Signed-off-by: Daniel Rosenberg <drosen@google.com>
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'f0c195625b499257d8b957321b75b52aacac857e':
Fix %llx to PRIx64 in nandread.c.
|
| | |
| | |
| | |
| | | |
Change-Id: I541d1f4efac3c91d1a26f60735c72e799490fcc9
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
ipaddr and mask values"
* commit '08c704a0fe64927fa8618c576c20e39de7f1aa19':
Use inet_ntoa to display ipaddr and mask values
|
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Chris Dearman <chris@mips.com>
Change-Id: Iee72a6b987e4ec1c720e925b59e9e2631ae978e5
|
| | |
| | |
| | |
| | | |
Change-Id: I46586cba83ecb8095721be8ffad9e386d4698e4a
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I6c500ab55470155ddf692fe5f655bdd575f195f5
Signed-off-by: Sasha Levitskiy <sanek@google.com>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I2f7d9934b54d98886d7a6205ea122d9ce91066ec
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: Id433da0bde006a6661431ee58a627497f07c7cdf
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
of <sys/atomics.h>."
* commit '7bbfb8cbaf52975a2d0ef9d448d8ea0fc74a590b':
Remove unnecessary #includes of <sys/atomics.h>.
|
| | |
| | |
| | |
| | |
| | | |
Bug: 14903517
Change-Id: I5b0a418dd982f1a2fd90609b12bd8364f7f34996
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'ac239a915b08823166657d6a3bfad094e57db0be':
toolbox: fix x86 build
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iadedae749b31adb1310fa50a68b2dc19097c3654
Signed-off-by: Greg Hackmann <ghackmann@google.com>
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '5d93823e557834c9b17771241ea6eecad74a5749':
toolbox: fix build
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I4d37ae4ad19620f77e37b739fb1248b712b3f986
Signed-off-by: Greg Hackmann <ghackmann@google.com>
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: Idbb7fae527bad4ae1447f95662a9ec5d5294d771
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Deal with some signedness issues
- Deal with some size issues
- Deal with NULL pointer issues
- Deal with some -Wunused issues
Change-Id: I1479dd90d690084491bae3475f2c547833519a57
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
the secondary zygote as well."
* commit 'b3bd09cda0ff29d53e91a6ec056b30a3c8b148a2':
"stop" / "start must apply to the secondary zygote as well.
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: I837bc0732c2e72d99ce47d0534915012ff43a21e
|
| |\ \ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
system_properties cruft."
* commit '7c633e6fe6f69006ca4299a475230dd583da38f3':
Clean up some unnecessary system_properties cruft.
|
| |/
| |
| |
| |
| | |
Bug: 14970171
Change-Id: I6f54c35e265b849be914120f795c9f8e0cec34bb
|
|\ \
| |/
| |
| |
| | |
* commit '0888e52fa8141acdcf62eff1b14059d9aab17382':
Fix top(1) SIGPIPE behavior.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 14166609
Change-Id: I4aad1e0db2e875735405d094fb0d1a36862b5b19
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
utility"
* commit '8d57b79c26c9618ec50d3ee304e9abba41bfe4c9':
Fix buffer overflow in syren utility
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
bionic32 \'strtotimeval\'."
* commit '8f2a205f34bfad9eddbd62a073d1ca492276d538':
Move date off the non-portable bionic32 'strtotimeval'.
|
| |/
| |
| |
| | |
Change-Id: Ib706d3a536c409810cfbc47270448c6375314506
|
|\ \
| |/
| |
| |
| |
| |
| | |
warnings"
* commit 'fd0f4d9ad6e37d8047767e7e1ce9374906a3acc8':
toolbox: ls: 64 bit compile warnings
|
| |
| |
| |
| | |
Change-Id: Ia538c7177f8d5cf2c1f0efb5b575da6527c13968
|
|\ \
| |/
| |
| |
| |
| |
| | |
issue"
* commit '713aedd74a9e7bf81929ccd8225d2784afcbb9c9':
toolbox: schedtop 64 bit build issue
|