..
upstream-netbsd
Refresh toolbox.
2014-07-24 17:20:51 -07:00
alarm.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
Android.mk
Refresh toolbox.
2014-07-24 17:20:51 -07:00
bsd-compatibility.h
Refresh toolbox.
2014-07-24 17:20:51 -07:00
chcon.c
Extend toolbox with SE Android support.
2012-02-03 11:11:15 -05:00
chmod.c
Add -R to chmod
2010-07-14 13:30:11 -05:00
clear.c
Added clear command to toolbox
2012-08-07 21:47:51 -07:00
cmp.c
Add missing headers for compilation on x86 targets
2010-11-17 11:47:23 -08:00
date.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
df.c
Fixed improper size displaying in 'df' utility
2012-10-02 10:39:19 +02:00
dmesg.c
toolbox/dmesg: do not hardcode KLOG_BUF_LEN
2013-04-01 21:50:03 +05:30
dynarray.c
toolbox: make getprop print a sorted list of properties
2011-01-08 12:22:08 +01:00
dynarray.h
toolbox: make getprop print a sorted list of properties
2011-01-08 12:22:08 +01:00
exists.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
getenforce.c
Extend toolbox with SE Android support.
2012-02-03 11:11:15 -05:00
getevent.c
Getevent: make sure the monotonic timestamp is displayed; warning cleanup.
2014-06-11 11:10:28 -07:00
getevent.h
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
getprop.c
Merge "toolbox: turn on -Werror"
2014-05-21 15:40:14 +00:00
getsebool.c
Extend toolbox with SE Android support.
2012-02-03 11:11:15 -05:00
hd.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
id.c
Remove HAVE_SELINUX guards
2012-10-16 12:34:06 -07:00
ifconfig.c
Use inet_ntoa to display ipaddr and mask values
2014-06-18 17:24:04 -07:00
iftop.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
insmod.c
toolbox: fix build
2014-05-21 10:39:44 -07:00
ioctl.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
ionice.c
system: Add support for getting/setting i/o priorities and include a userspace tool
2010-02-25 14:02:55 -08:00
load_policy.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
log.c
Move liblog headers to system/core/include/log
2013-07-24 12:32:39 -07:00
ls.c
Refresh toolbox.
2014-07-24 17:20:51 -07:00
lsmod.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
lsof.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
lsusb.c
toolbox: add verbose option for lsusb
2010-12-09 17:14:27 -08:00
md5.c
Switch md5 over to openssl rather than libc.
2014-06-09 16:10:42 -07:00
mkdir.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
mknod.c
Add mknod utility to system/core/toolbox
2014-06-11 11:10:28 -07:00
mkswap.c
Remove unused #includes of <asm/page.h>.
2014-02-24 15:38:44 -08:00
MODULE_LICENSE_BSD
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
mount.c
Merge "fs_mgr: make block devices read-only"
2013-04-25 20:22:20 +00:00
nandread.c
Fix %llx to PRIx64 in nandread.c.
2014-06-25 16:37:18 -07:00
netstat.c
Fixed reversed output in netstat Recv-Q Send-Q columns
2013-06-03 19:24:44 -07:00
newfs_msdos.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
nohup.c
toolbox: Add nohup command
2014-06-11 11:10:28 -07:00
NOTICE
Refresh toolbox.
2014-07-24 17:20:51 -07:00
notify.c
Add missing headers for compilation on x86 targets
2010-11-17 11:47:23 -08:00
ps.c
Merge "toolbox: turn on -Werror"
2014-05-21 15:40:14 +00:00
pwcache.c
Refresh toolbox.
2014-07-24 17:20:51 -07:00
r.c
Fix 'r' for LP64.
2014-01-17 09:50:56 -08:00
readlink.c
Add standard options to readlink
2013-08-22 16:38:08 -07:00
readtty.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
renice.c
toolbox: renice: Add -t TYPE parameter and switch to getopt
2013-01-22 16:59:36 -08:00
restorecon.c
Add -D option to restorecon for relabeling /data/data.
2014-02-18 11:15:52 -05:00
rmmod.c
toolbox: rmmod: fix module unloading
2012-05-15 18:01:34 +05:30
rotatefb.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
route.c
Userland support for VM interconnection
2010-07-15 13:19:37 +02:00
runcon.c
Extend toolbox with SE Android support.
2012-02-03 11:11:15 -05:00
schedtop.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
sendevent.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
setenforce.c
Make setenforce usage function static.
2012-08-13 12:56:23 -07:00
setkey.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
setprop.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
setsebool.c
Change setsebool syntax to be consistent with other init built-ins.
2012-12-13 15:41:53 -05:00
smd.c
Automated import from //branches/master/...@142981,142981
2009-03-26 14:14:15 -07:00
start.c
Stop and start netd explicitly for "adb shell stop/start".
2014-07-19 18:36:32 +00:00
stop.c
Stop and start netd explicitly for "adb shell stop/start".
2014-07-19 18:36:32 +00:00
swapoff.c
Remove unused #includes of <asm/page.h>.
2014-02-24 15:38:44 -08:00
swapon.c
Refresh toolbox.
2014-07-24 17:20:51 -07:00
syren.c
Fix buffer overflow in syren utility
2014-04-13 10:45:30 -07:00
toolbox.c
auto import from //depot/cupcake/@135843
2009-03-03 19:32:55 -08:00
top.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
touch.c
Update the touch command to take a human readable timestamp
2013-06-26 17:42:25 -07:00
umount.c
toolbox: turn on -Werror
2014-05-14 12:41:24 -07:00
uptime.c
toolbox: uptime: use clock_gettime() on devices without /dev/alarm
2013-12-17 14:45:39 -08:00
vmstat.c
vmstat: Fix -n flag
2012-07-10 10:43:57 +05:30
watchprops.c
Remove unnecessary #includes of <sys/atomics.h>.
2014-05-22 10:00:35 -07:00
wipe.c
Try to unmount writable filesystems when rebooting
2011-03-10 18:11:46 -08:00