Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_core_old
/
8b2501045c5a07ba3cffcaf45dbcccee7f651713
/
toolbox
7a251d4
modprobe: Use more inclusive language for modprobe and libmodprobe
by Mark Salyzyn
· 4 years, 10 months ago
71d9685
Control audio HAL services in start/stop
by Ytai Ben-Tsvi
· 5 years ago
fcaec23
start: Toggle iorapd on/off when using 'start' command (by itself)
by Igor Murashkin
· 5 years ago
bbb23a5
toolbox: add modprobe
by Steve Muckle
· 6 years ago
166ecb0
toolbox: drop NetBSD grep for toybox grep.
by Elliott Hughes
· 6 years ago
1601171
toolbox: add setprop, start, and stop
by Tom Cherry
· 6 years ago
1d55798
Remove `r` in R.
by Elliott Hughes
· 6 years ago
56be853
grep: fix ASan heap-buffer-overflow.
by Elliott Hughes
· 6 years ago
d41bf04
BSD grep: sync with upstream.
by Elliott Hughes
· 6 years ago
dc43901
toolbox: make "r" available for /vendor
by Petri Gynther
· 6 years ago
5b6ce20
toolbox: getevent: disable stdout buffering
by Gary Bisson
· 6 years ago
50ab14f
getevent: O_RDWR -> O_RDONLY | O_CLOEXEC
by Nick Kralevich
· 7 years ago
453652a
Move back to BSD grep, and make it available for recovery too.
by Elliott Hughes
· 7 years ago
f4b35c1
Revert "Switch to PCRE grep."
by Elliott Hughes
· 7 years ago
a1bc34a
Merge "newfs_msdos: switch to external/newfs_msdos."
by Treehugger Robot
· 7 years ago
6ce24aa
newfs_msdos: switch to external/newfs_msdos.
by Elliott Hughes
· 7 years ago
a6226c4
Shared libs are supported in recovery mode
by Jiyong Park
· 7 years ago
587eb09
Compile toolbox's newfs_msdos for the host
by Dan Willemsen
· 7 years ago
4a73873
Switch to PCRE grep.
by Elliott Hughes
· 7 years ago
00b3dc0
Remove BSD dd.
by Elliott Hughes
· 7 years ago
3502c09
Lose dd to toybox.
by Elliott Hughes
· 7 years ago
2daf0e2
Build toolbox with _FILE_OFFSET_BITS=64.
by Elliott Hughes
· 7 years ago
b247d02
getprop: add -T option to return a property's type
by Tom Cherry
· 7 years ago
624d43e
Reland: Add getprop to toolbox
by Tom Cherry
· 7 years ago
ee4d370
Merge "Add toolbox to vendor"
by Tom Cherry
· 7 years ago
24c2868
Just check in tools.h.
by Elliott Hughes
· 7 years ago
0c62c4b
Add toolbox to vendor
by Tom Cherry
· 7 years ago
327c981
Revert "Add getprop to toolbox"
by Tom Cherry
· 7 years ago
1310ea8
Convert toolbox to Android.bp
by Dan Willemsen
· 7 years ago
f56096e
Add getprop to toolbox
by Tom Cherry
· 7 years ago
a0236c5
Merge "Add OWNERS."
by Elliott Hughes
· 7 years ago
6a1a51a
Add OWNERS.
by Elliott Hughes
· 7 years ago
c8e12b9
Disable integer overflow sanitizer in grep.
by Ivan Lozano
· 7 years ago
8b1e9f1
Revert "delete toolbox/r.c"
by Chris Fries
· 7 years ago
3f2514e
Merge "Add building and installing of grep for vendor."
by Treehugger Robot
· 8 years ago
f19d2d6
Add building and installing of grep for vendor.
by Erik Staats
· 8 years ago
0413438
Remove <sys/mtio.h> workaround.
by Elliott Hughes
· 8 years ago
aff1b07
libtoolbox_dd / grep: Android.mk -> bp
by Yifan Hong
· 8 years ago
711a37a
This code has moved to toybox proper.
by Elliott Hughes
· 8 years ago
596678a
Add a reasonably full implementation of gzip/gunzip/zcat.
by Elliott Hughes
· 8 years ago
6694115
Revert "Only allow system to write to existing input nodes."
by Michael Wright
· 8 years ago
16b4c7c
Only allow system to write to existing input nodes.
by Michael Wright
· 8 years ago
a43836a
delete toolbox/r.c
by Nick Kralevich
· 8 years ago
c72c7f2
toolbox: exit when failed to allocate buffer for ioctl
by Ting-Yuan Huang
· 8 years ago
77cdcc5
toolbox: fix memory leak
by Ting-Yuan Huang
· 8 years ago
edc4b51
Rely on the platform -std default.
by Elliott Hughes
· 8 years ago
bd86e84
Lose sendevent to toybox.
by Elliott Hughes
· 9 years ago
ea5f442
Merge "Fix the generated getevent labels."
by Treehugger Robot
· 9 years ago
244ec91
Fix the generated getevent labels.
by Elliott Hughes
· 9 years ago
7ed7343
Lose start/stop to toybox.
by Elliott Hughes
· 9 years ago
63de69a
Remove more obsolete MTD stuff.
by Elliott Hughes
· 9 years ago
0aaeea0
Lose log to toybox.
by Elliott Hughes
· 9 years ago
7c67417
Lose top to toybox.
by Elliott Hughes
· 9 years ago
1ea2514
Remove toolbox ioctl.
by Elliott Hughes
· 9 years ago
3672d91
Remove invalid uses of -l and -I
by Dan Willemsen
· 9 years ago
3548d13
Fix misc-macro-parentheses warnings in init and other core modules.
by Chih-Hung Hsieh
· 9 years ago
3a04ecf
Lose ps to toybox.
by Elliott Hughes
· 9 years ago
2b2b132
toolbox ps: replace strcpy with snprintf.
by Elliott Hughes
· 9 years ago
e5cde9d
Merge "Add empty <util.h> to build BSD source."
by Treehugger Robot
· 9 years ago
4c8e177
Add empty <util.h> to build BSD source.
by Elliott Hughes
· 9 years ago
dd309a5
Fix 'ps.c' formatting.
by Jorge Lucangeli Obes
· 9 years ago
8d2d8ea
Fix 'ps --ppid'.
by Jorge Lucangeli Obes
· 9 years ago
527ee67
Remove toolbox iftop.
by Elliott Hughes
· 9 years ago
3e28595
Fix toolbox failure return to match similar tools.
by Elliott Hughes
· 9 years ago
cc98361
Clean up toolbox runner slightly.
by Elliott Hughes
· 9 years ago
0ef6716
Merge "Cleanup uses of sprintf so we can deprecate it."
by George Burgess IV
· 9 years ago
522cf17
Cleanup uses of sprintf so we can deprecate it.
by George Burgess IV
· 9 years ago
3818a53
Remove toolbox prlimit.
by Elliott Hughes
· 9 years ago
fa0dda1
Make toolbox top a little more like everyone else's.
by Elliott Hughes
· 9 years ago
3d61c2e
Allow building with Python 3.x
by Bernhard Rosenkränzer
· 9 years ago
e6a638d
Add missing liblog dependency
by Dimitry Ivanov
· 9 years ago
e57ce76
Fix generation of event labels for getevent.
by Elliott Hughes
· 9 years ago
64656c4
Always have ps output to stdout at least one line.
by Christopher Ferris
· 9 years ago
c8998e8
Toolbox: |ps -t| now correctly displays the USER for threads
by Phani (Gargey) Avadhanam
· 9 years ago
7b622cb
Improve top(1) compatibility and interactive usefulness.
by Elliott Hughes
· 9 years ago
7e6c696
Fix ps -Z so it combines with other arguments.
by Elliott Hughes
· 9 years ago
7bd3cc0
Remove the name filtering from toolbox ps.
by Elliott Hughes
· 9 years ago
d353886
Lose df to toybox.
by Elliott Hughes
· 9 years ago
4b7505d
Lose du to toybox.
by Elliott Hughes
· 10 years ago
ec8608a
Lose lsof to toybox.
by Elliott Hughes
· 10 years ago
00b8995
Merge "Lose ls to toybox."
by Elliott Hughes
· 10 years ago
641fb87
Lose ls to toybox.
by Elliott Hughes
· 10 years ago
899a8be
Merge "Lose uptime to toybox."
by Elliott Hughes
· 10 years ago
d2d6373
lsof fixes.
by Elliott Hughes
· 10 years ago
91820e8
Lose uptime to toybox.
by Elliott Hughes
· 10 years ago
eee307c
Lose ionice and renice to toybox.
by Elliott Hughes
· 10 years ago
e1d1d16
Remove watchprops.
by Elliott Hughes
· 10 years ago
5048634
Toolbox: Disable unused-const-variable warning
by Andreas Gampe
· 10 years ago
f528cd4
Switch to toybox mount(1).
by Elliott Hughes
· 10 years ago
428167e
Make start/stop warn if you're not root.
by Elliott Hughes
· 10 years ago
7c4e335
Revert "Switch to toybox ls."
by Elliott Hughes
· 10 years ago
18205db
Switch to toybox ls.
by Elliott Hughes
· 10 years ago
0bf4449
Improve toolbox SIGPIPE behavior.
by Elliott Hughes
· 10 years ago
dde6bf1
Move ls implementation detail into ls.
by Elliott Hughes
· 10 years ago
43d4aac
Lose getprop to toybox.
by Elliott Hughes
· 10 years ago
ef6f10c
Lose setprop to toybox.
by Elliott Hughes
· 10 years ago
f0720fe
Lose restorecon to toybox.
by Elliott Hughes
· 10 years ago
644cad6
Lose umount to toybox.
by Elliott Hughes
· 10 years ago
d72fe20
Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed.
by Elliott Hughes
· 10 years ago
d22a3e5
toolbox: ioctl: fix signedness on ioctl_nr
by Chris Fries
· 11 years ago
Next »