History log of /system/core/toolbox/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e8b1581ff0f2daa934eb9d6362dfe4e2b4fa8c9 14-Jul-2012 Jeff Sharkey <jsharkey@android.com> Ported "grep" from NetBSD to toolbox.

Bug: 6798417
Change-Id: I581c496a726a4814edaaa3672849c090bac8552c
/system/core/toolbox/Android.mk
57df14c654a968e5b85d508cbd0871632011cb0e 14-Jul-2012 Jeff Sharkey <jsharkey@android.com> Ported "cp" from NetBSD to toolbox.

Bug: 6798417
Change-Id: I716ab459b9edf4c7405bf042adbee0300b6f51c9
/system/core/toolbox/Android.mk
8103e9148378fb8879e3bc7d8504d267c2d9daa9 10-Jul-2012 Ken Sumrall <ksumrall@android.com> Add the du command to toolbox

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
/system/core/toolbox/Android.mk
1ae8d4eaa3d52e0b61728c7fc709d28e85c7ce21 24-Feb-2012 Jean-Baptiste Queru <jbq@google.com> resolved conflicts for merge of 44898072 to master

Change-Id: Ib77a4d9161261306253a174727801526e7149621
8290d1083ec7eee3f32265012f5d6be2774c4afc 13-Jan-2012 Stephen Smalley <sds@tycho.nsa.gov> Extend toolbox with SE Android support.

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
/system/core/toolbox/Android.mk
d0455c952d61d36e662f4a95d5e03689ecedca8f 12-Jan-2012 Scott Anderson <saa@google.com> Add md5 command to toolbox.

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>
/system/core/toolbox/Android.mk
b76f0ff7005bde136c2e2f7d19359abe320ab90b 28-Apr-2011 Erik Gilling <konkers@android.com> add r to eng and userdebug builds

Change-Id: Ia52a4897e300568dad2c8c1c7af1fe228d058eaf
/system/core/toolbox/Android.mk
795165bc1512faa121083c6bf3ce6f6d83ce59e6 06-Apr-2011 Ken Sumrall <ksumrall@android.com> Add the touch command to toolbox.

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
/system/core/toolbox/Android.mk
a8d1afb3e91b043fcd303a40ca4ac9293bbd2781 06-Jan-2011 David 'Digit' Turner <digit@google.com> toolbox: make getprop print a sorted list of properties

This patch also factors out the dynarray_t/strlist_t code
from ls.c and moves it to dynarray.[hc].

Change-Id: Ifae2b364d7c2733aad5551ad3c78ae72f8ac31f4
/system/core/toolbox/Android.mk
123538954b9c8ad8fe7c2d755391f0b7cbaa1d6f 29-Dec-2010 Mike Lockwood <lockwood@android.com> Change libusbhost from static to shared library

Change-Id: I0c16cc4536c4ab700c33433c8a6323ade7cfc95d
Signed-off-by: Mike Lockwood <lockwood@android.com>
/system/core/toolbox/Android.mk
fd1e8553232aa6f3bfbb609158b24fa2e1c3d40b 09-Dec-2010 Erik Gilling <konkers@android.com> toolbox: add lsusb command

Change-Id: I166d2859633ba4e15f170938262dcf6505b78dd3
/system/core/toolbox/Android.mk
60c8f863ca84f3e5bb8e78d8001c53511f094d53 30-Jul-2010 Jean-Baptiste Queru <jbq@google.com> resolved conflicts for merge of 0fcbdb41 to gingerbread-plus-aosp

Change-Id: I1396cd97b28f316849016d55596ad52fffd3235c
8b9b105bc7bf6428591d55462b3e727ba7504b29 27-Jul-2010 Kenny Root <kroot@google.com> Add basic lsof command

Basic "list open files" command.

Supports reading all processes for their "exe", "cwd", "root", and "fd"
entries.

Change-Id: I2e2f0911dd65a1993aa1ce9f51222bf264a9d68d
/system/core/toolbox/Android.mk
2a743730c7d1a8adba8a922f7af46cef0b35363a 18-Jan-2010 Dries Harnie <botje.linux@gmail.com> Userland support for VM interconnection

Change-Id: I699608f3072b39c8da1a7cc313bd0b736e90f225
/system/core/toolbox/Android.mk
1ded19f455cee554ae482d99d53b6912da5e7f21 12-Apr-2010 Jean-Baptiste Queru <jbq@google.com> fix build

Change-Id: I93714131dc9d18797009154e6e25dc6e122058c7
/system/core/toolbox/Android.mk
a8415325a8b2638c25a6364c191ac1046c925906 12-Apr-2010 The Android Open Source Project <initial-contribution@android.com> am 1888de8e: merge from open-source master

Merge commit '1888de8e13f82f7af21bce267254fac124237afe' into kraken

* commit '1888de8e13f82f7af21bce267254fac124237afe':
toolbox: add "uptime" command
1888de8e13f82f7af21bce267254fac124237afe 12-Apr-2010 The Android Open Source Project <initial-contribution@android.com> merge from open-source master

Change-Id: Ife9c7a92ed7abd59b6b3612ba908bcae77055767
5ffbf26ebf9e29fe38b325e3c8f9502a31d2ff4c 09-Apr-2010 Mike Lockwood <lockwood@android.com> toolbox: add "uptime" command

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/core/toolbox/Android.mk
a699d6256fca0336b173c524c5b3d8f7d4fcdc25 09-Apr-2010 Mike Lockwood <lockwood@android.com> toolbox: add "uptime" command

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/core/toolbox/Android.mk
10d469bff9031e857c7a290dae7d6ccf7b3a18f8 25-Feb-2010 San Mehat <san@google.com> system: Add support for getting/setting i/o priorities and include a userspace tool

Signed-off-by: San Mehat <san@google.com>
/system/core/toolbox/Android.mk
7c953d04bcc9070a1bce171e979c5201dd39325b 18-Sep-2009 Arve Hjønnevåg <arve@android.com> toolbox: Add nandread command

Extracts a nand image from an mtd partition with page data followed by
64 bytes of extra data.
/system/core/toolbox/Android.mk
72eead43c7711ca97b2d7f578e6b8854a2856ce0 06-Jul-2009 San Mehat <san@google.com> toolbox: mkdosfs: Imported new 'newfs_msdos' updated disk formatter

Signed-off-by: San Mehat <san@google.com>
/system/core/toolbox/Android.mk
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/toolbox/Android.mk
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/toolbox/Android.mk
13f797da7f190e9ea52f2f3d235210b8a4963b21 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/system/core/toolbox/Android.mk
35237d135807af84bf9b0e5b8d7f8633e58db6f5 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/system/core/toolbox/Android.mk
4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/core/toolbox/Android.mk