| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I643a48653006b97bb10d7b996ecc003dbafad590
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I693c1098e6c6d107a9e97285bf826ab153a1c8f0
|
|
|
|
|
|
|
| |
Add swap utilities (mkswap, swapon, swapoff) to the toolbox
Change-Id: If5ed6981670a1cdda6b528b587dbc1be7ccdf832
Signed-off-by: Rom Lemarchand <romlem@google.com>
|
|\
| |
| |
| |
| | |
* commit '129b6d907b3c32a0f0a2e4fc585502484d47a1e4':
Add liblog
|
| |
| |
| |
| |
| | |
Bug: 8580410
Change-Id: Iab3a9b4307f207c14a04a922cc7350c54e60e9ad
|
|/
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| | |
Change-Id: Ie3e67696d265a56dfa4d089c777506f27783a9a6
|
| |\
| | |
| | |
| | | |
Change-Id: I66988d8e87a8110ca9ab3da19870b80bbaf06eba
|
| | |
| | |
| | |
| | | |
Change-Id: Idef0a784a1d237257ff4135bb1df62ff8a67ded3
|
|/ /
| |
| |
| | |
Change-Id: Ifb1b7693727997b94614f7da73081f0894ee88ad
|
| |
| |
| |
| |
| | |
Bug: 6798417
Change-Id: I581c496a726a4814edaaa3672849c090bac8552c
|
| |
| |
| |
| |
| | |
Bug: 6798417
Change-Id: I716ab459b9edf4c7405bf042adbee0300b6f51c9
|
|/
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| | |
Change-Id: Ib77a4d9161261306253a174727801526e7149621
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Change-Id: Ia52a4897e300568dad2c8c1c7af1fe228d058eaf
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This patch also factors out the dynarray_t/strlist_t code
from ls.c and moves it to dynarray.[hc].
Change-Id: Ifae2b364d7c2733aad5551ad3c78ae72f8ac31f4
|
|
|
|
|
| |
Change-Id: I0c16cc4536c4ab700c33433c8a6323ade7cfc95d
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
| |
Change-Id: I166d2859633ba4e15f170938262dcf6505b78dd3
|
|\
| |
| |
| | |
Change-Id: I1396cd97b28f316849016d55596ad52fffd3235c
|
| |
| |
| |
| | |
Change-Id: I699608f3072b39c8da1a7cc313bd0b736e90f225
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Basic "list open files" command.
Supports reading all processes for their "exe", "cwd", "root", and "fd"
entries.
Change-Id: I2e2f0911dd65a1993aa1ce9f51222bf264a9d68d
|
| |
| |
| |
| | |
Change-Id: I93714131dc9d18797009154e6e25dc6e122058c7
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '1888de8e13f82f7af21bce267254fac124237afe' into kraken
* commit '1888de8e13f82f7af21bce267254fac124237afe':
toolbox: add "uptime" command
|
| |\
| | |
| | |
| | | |
Change-Id: Ife9c7a92ed7abd59b6b3612ba908bcae77055767
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|/ /
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
userspace tool
Signed-off-by: San Mehat <san@google.com>
|
|/
|
|
|
| |
Extracts a nand image from an mtd partition with page data followed by
64 bytes of extra data.
|
|
|
|
| |
Signed-off-by: San Mehat <san@google.com>
|
| |
|
| |
|
| |
|
| |
|
|
|