summaryrefslogtreecommitdiffstats
path: root/toolbox/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete 'setconsole' command.Elliott Hughes2014-01-161-1/+0
| | | | Change-Id: I643a48653006b97bb10d7b996ecc003dbafad590
* system/core 64-bit cleanup.Elliott Hughes2014-01-161-0/+2
| | | | | | | | | This cleans up most of the size-related problems in system/core. There are still a few changes needed for a clean 64-bit build, but they look like they might require changes to things like the fastboot protocol. Change-Id: I1560425a289fa158e13e2e3173cc3e71976f92c0
* Add basic readlink commandMichael Wright2013-08-191-1/+2
| | | | Change-Id: I693c1098e6c6d107a9e97285bf826ab153a1c8f0
* toolbox: swap utilsRom Lemarchand2013-06-251-1/+4
| | | | | | | Add swap utilities (mkswap, swapon, swapoff) to the toolbox Change-Id: If5ed6981670a1cdda6b528b587dbc1be7ccdf832 Signed-off-by: Rom Lemarchand <romlem@google.com>
* am 129b6d90: am 083b5ccb: Add liblogYing Wang2013-04-091-0/+1
|\ | | | | | | | | * commit '129b6d907b3c32a0f0a2e4fc585502484d47a1e4': Add liblog
| * Add liblogYing Wang2013-04-091-0/+1
| | | | | | | | | | Bug: 8580410 Change-Id: Iab3a9b4307f207c14a04a922cc7350c54e60e9ad
* | toolbox: Make reboot a separate command from toolboxBenoit Goby2013-03-261-1/+0
|/ | | | | | | | Set the CAP_SYS_BOOT filesystem capability on the new reboot command and keep CAP_SYS_BOOT in adb bounding set so that the shell user can run it. Change-Id: I1dd6143445ee2a952254f0452ab6e544318431dd
* resolved conflicts for merge of 20f5daa8 to masterKenny Root2012-10-161-17/+6
|\ | | | | | | Change-Id: Ie3e67696d265a56dfa4d089c777506f27783a9a6
| * resolved conflicts for merge of 44f4f8a4 to jb-mr1-dev-plus-aospKenny Root2012-10-161-17/+6
| |\ | | | | | | | | | Change-Id: I66988d8e87a8110ca9ab3da19870b80bbaf06eba
| | * Remove HAVE_SELINUX guardsKenny Root2012-10-161-17/+6
| | | | | | | | | | | | Change-Id: Idef0a784a1d237257ff4135bb1df62ff8a67ded3
* | | Added clear command to toolboxMichael Wright2012-08-071-1/+2
|/ / | | | | | | Change-Id: Ifb1b7693727997b94614f7da73081f0894ee88ad
* | Ported "grep" from NetBSD to toolbox.Jeff Sharkey2012-07-131-2/+4
| | | | | | | | | | Bug: 6798417 Change-Id: I581c496a726a4814edaaa3672849c090bac8552c
* | Ported "cp" from NetBSD to toolbox.Jeff Sharkey2012-07-131-6/+11
| | | | | | | | | | Bug: 6798417 Change-Id: I716ab459b9edf4c7405bf042adbee0300b6f51c9
* | Add the du command to toolboxKen Sumrall2012-07-091-0/+1
|/ | | | | | | | The code is from NetBSD, with the -n and -h options removed to make porting easy. Also, removed support for the BLOCKSIZE environment variable for the same reason. Change-Id: Ib927ff3527e02802785fdd7f75bab1f05222918e
* resolved conflicts for merge of 44898072 to masterJean-Baptiste Queru2012-02-241-0/+23
|\ | | | | | | Change-Id: Ib77a4d9161261306253a174727801526e7149621
| * Extend toolbox with SE Android support.Stephen Smalley2012-02-031-0/+23
| | | | | | | | | | | | | | | | Add -Z option to ls and ps for displaying security contexts. Modify id to display security context. Add new SELinux commands: chcon, getenforce, getsebool, load_policy, restorecon, runcon, setenforce, setsebool. Change-Id: Ia20941be4a6cd706fe392fed6e38a37d880ec5f1
* | Add md5 command to toolbox.Scott Anderson2012-01-111-1/+4
|/ | | | | | | | This command outputs the MD5 for specified files. The output is in the same form as the md5sum command on Linux. Change-Id: Ie0e6faf678469ac886bba8b46d98c0e54976a1ed Signed-off-by: Scott Anderson <saa@google.com>
* add r to eng and userdebug buildsErik Gilling2011-04-281-0/+4
| | | | Change-Id: Ia52a4897e300568dad2c8c1c7af1fe228d058eaf
* Add the touch command to toolbox.Ken Sumrall2011-04-051-0/+1
| | | | | | | | | I wrote this to test my fix to support utime(2) system calls in the sdcard fuse filesystem for stingray, and decided to finish sprucing it up and make it part of toolbox. In an effort to keep it small, it doesn't accept dates a la touch, but just a time_t value. Change-Id: I5dd011cd2e34d0cc605d6f40e46b96a8c949f194
* toolbox: make getprop print a sorted list of propertiesDavid 'Digit' Turner2011-01-081-0/+1
| | | | | | | This patch also factors out the dynarray_t/strlist_t code from ls.c and moves it to dynarray.[hc]. Change-Id: Ifae2b364d7c2733aad5551ad3c78ae72f8ac31f4
* Change libusbhost from static to shared libraryMike Lockwood2010-12-291-4/+1
| | | | | Change-Id: I0c16cc4536c4ab700c33433c8a6323ade7cfc95d Signed-off-by: Mike Lockwood <lockwood@android.com>
* toolbox: add lsusb commandErik Gilling2010-12-091-0/+3
| | | | Change-Id: I166d2859633ba4e15f170938262dcf6505b78dd3
* resolved conflicts for merge of 0fcbdb41 to gingerbread-plus-aospJean-Baptiste Queru2010-07-291-1/+1
|\ | | | | | | Change-Id: I1396cd97b28f316849016d55596ad52fffd3235c
| * Userland support for VM interconnectionDries Harnie2010-07-151-2/+2
| | | | | | | | Change-Id: I699608f3072b39c8da1a7cc313bd0b736e90f225
* | Add basic lsof commandKenny Root2010-07-271-1/+2
| | | | | | | | | | | | | | | | | | Basic "list open files" command. Supports reading all processes for their "exe", "cwd", "root", and "fd" entries. Change-Id: I2e2f0911dd65a1993aa1ce9f51222bf264a9d68d
* | fix buildJean-Baptiste Queru2010-04-121-1/+0
| | | | | | | | Change-Id: I93714131dc9d18797009154e6e25dc6e122058c7
* | am 1888de8e: merge from open-source masterThe Android Open Source Project2010-04-121-0/+1
|\ \ | |/ | | | | | | | | | | Merge commit '1888de8e13f82f7af21bce267254fac124237afe' into kraken * commit '1888de8e13f82f7af21bce267254fac124237afe': toolbox: add "uptime" command
| * merge from open-source masterThe Android Open Source Project2010-04-121-0/+1
| |\ | | | | | | | | | Change-Id: Ife9c7a92ed7abd59b6b3612ba908bcae77055767
| | * toolbox: add "uptime" commandMike Lockwood2010-04-091-0/+1
| | | | | | | | | | | | | | | | | | | | | Prints elapsed real time since boot, as well as idle time and sleep time. Change-Id: I97f482d6087e9f802d74e91147bf767e6b2d4f42 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | toolbox: add "uptime" commandMike Lockwood2010-04-091-1/+2
|/ / | | | | | | | | | | | | Prints elapsed real time since boot, as well as idle time and sleep time. Change-Id: I97f482d6087e9f802d74e91147bf767e6b2d4f42 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | system: Add support for getting/setting i/o priorities and include a ↵San Mehat2010-02-251-1/+2
| | | | | | | | | | | | userspace tool Signed-off-by: San Mehat <san@google.com>
* | toolbox: Add nandread commandArve Hjønnevåg2009-10-011-1/+2
|/ | | | | Extracts a nand image from an mtd partition with page data followed by 64 bytes of extra data.
* toolbox: mkdosfs: Imported new 'newfs_msdos' updated disk formatterSan Mehat2009-07-061-1/+1
| | | | Signed-off-by: San Mehat <san@google.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+91
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-91/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+5
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+85