summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix 'r' for LP64.Elliott Hughes2014-01-171-25/+31
* Remove obsolete 'setconsole' command.Elliott Hughes2014-01-162-162/+0
* system/core 64-bit cleanup.Elliott Hughes2014-01-169-28/+15
* toolbox: Fix date tool with /dev/alarmBenoit Goby2014-01-091-1/+1
* SWAP_FLAG_* constants are now in <sys/swap.h>.Elliott Hughes2014-01-071-6/+0
* toolbox-ls: re-introduce clobbered error messageWilliam Roberts2014-01-021-0/+1
* toolbox: date: use RTC subsystem on devices without /dev/alarmGreg Hackmann2013-12-171-14/+80
* toolbox: date: fix parameter type warningsGreg Hackmann2013-12-171-1/+1
* toolbox: uptime: use clock_gettime() on devices without /dev/alarmGreg Hackmann2013-12-171-4/+14
* toolbox: uptime: fix unused parameter warningsGreg Hackmann2013-12-171-1/+2
* Minor cleanups.Nick Kralevich2013-11-271-3/+3
* Increase buffer size, use bounds checking functionsNick Kralevich2013-11-271-16/+16
* Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEADThe Android Open Source Project2013-11-2211-82/+366
|\
| * Add standard options to readlinkMichael Wright2013-08-221-8/+44
| * Add basic readlink commandMichael Wright2013-08-192-1/+61
| * Move liblog headers to system/core/include/logColin Cross2013-07-241-1/+1
| * Merge "toolbox: swap utils"Rom Lemarchand2013-07-014-1/+192
| |\
| | * toolbox: swap utilsRom Lemarchand2013-06-254-1/+192
| * | Merge "Do not exit early on errors when -f is specified"Ken Sumrall2013-06-271-4/+11
| |\ \
| | * | Do not exit early on errors when -f is specifiedKen Sumrall2013-06-261-4/+11
| * | | Merge "Update the touch command to take a human readable timestamp"Ken Sumrall2013-06-271-4/+31
| |\| | | | |/ | |/|
| | * Update the touch command to take a human readable timestampKen Sumrall2013-06-261-4/+31
| * | toolbox: reimplement watchprops using __system_property_foreach()Greg Hackmann2013-06-181-39/+59
| * | toolbox: hide property implementation from watchpropsColin Cross2013-06-171-17/+16
| |/
| * am 603746f0: am 59fa7e10: Merge "Fixed reversed output in netstat Recv-Q Send...Brian Carlstrom2013-06-041-2/+2
| |\
| * | fix another misuse of strncatNick Kralevich2013-06-031-2/+2
| * | fix strncat misuseNick Kralevich2013-06-031-9/+9
| * | Merge "fs_mgr: make block devices read-only"Nick Kralevich2013-04-251-0/+22
| |\ \
| | * | fs_mgr: make block devices read-onlyNick Kralevich2013-04-241-0/+22
| * | | am 4c1840e6: am 5ea58543: Merge "mount: fix incorrect string length calculation"Nick Kralevich2013-04-241-3/+4
| |\ \ \ | | |/ / | |/| |
| * | | am 03546553: am b73a0ef4: Merge "use lseek64 to resolve offset oveflow"Colin Cross2013-04-181-4/+4
| |\ \ \
| * \ \ \ am 129b6d90: am 083b5ccb: Add liblogYing Wang2013-04-101-0/+1
| |\ \ \ \
| * \ \ \ \ am d3859e43: am 6e0b9ecb: Merge "toolbox/dmesg: do not hardcode KLOG_BUF_LEN"Colin Cross2013-04-061-6/+21
| |\ \ \ \ \
| * \ \ \ \ \ am a7096004: am 911ba269: Merge "Add -i option to toolbox cmd ls"Geremy Condra2013-04-051-36/+44
| |\ \ \ \ \ \
| * | | | | | | toolbox: Make reboot a separate command from toolboxBenoit Goby2013-03-262-59/+0
| * | | | | | | toolbox: Fix rm -f with multiple filesBenoit Goby2013-03-251-2/+2
* | | | | | | | Fix nandread to build with old or uapi headers.Elliott Hughes2013-11-111-2/+6
* | | | | | | | am e755dfd4: Merge changes I1db3137b,I0f66144eColin Cross2013-06-191-39/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | toolbox: reimplement watchprops using __system_property_foreach()Greg Hackmann2013-06-181-39/+59
* | | | | | | | | resolved conflicts for merge of 95a41f6b to stage-aosp-masterColin Cross2013-06-171-17/+16
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | toolbox: hide property implementation from watchpropsColin Cross2013-06-171-17/+16
* | | | | | | | am 59fa7e10: Merge "Fixed reversed output in netstat Recv-Q Send-Q columns"Brian Carlstrom2013-06-041-2/+2
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fixed reversed output in netstat Recv-Q Send-Q columnsBrian Carlstrom2013-06-031-2/+2
* | | | | | | am 5ea58543: Merge "mount: fix incorrect string length calculation"Nick Kralevich2013-04-241-3/+4
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | mount: fix incorrect string length calculationNick Kralevich2013-04-241-3/+4
* | | | | | am b73a0ef4: Merge "use lseek64 to resolve offset oveflow"Colin Cross2013-04-181-4/+4
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | use lseek64 to resolve offset oveflowJongrak Kwon2013-04-171-4/+4
* | | | | am 083b5ccb: Add liblogYing Wang2013-04-101-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add liblogYing Wang2013-04-101-0/+1
| | |/ / | |/| |
* | | | am 6e0b9ecb: Merge "toolbox/dmesg: do not hardcode KLOG_BUF_LEN"Colin Cross2013-04-061-6/+21
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |