index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
android
Age
Commit message (
Expand
)
Author
2018-12-04
Clean up some --help formatting.
Elliott Hughes
2018-11-17
Convert more GLOBALS argument vars to the new single letter code style.
Rob Landley
2018-10-04
Make it possible to build the AOSP .config against glibc.
Elliott Hughes
2017-10-17
Allow ro. properties to have arbitrary lengths
Tom Cherry
2017-06-01
Allow ':' in property names.
Elliott Hughes
2017-05-24
Add and use xmmap.
Elliott Hughes
2017-03-27
Fix the type of the callback in getprop.
Elliott Hughes
2017-02-05
Patch from Elliott to silence a "const" warning in android/getprop.c.
Rob Landley
2017-01-25
Remove name length limit for system properties
Dimitry Ivanov
2016-12-28
Admit that getprop requires selinux.
Elliott Hughes
2016-12-28
Switch to bionic <sys/system_properties.h>.
Elliott Hughes
2016-12-26
log: use error_msg instead of perror_msg when errno is meaningless.
Elliott Hughes
2016-10-24
Android O allows '@' in property names.
Elliott Hughes
2016-08-04
Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
Rob Landley
2016-07-14
Add Android's "sendevent".
Elliott Hughes
2016-06-28
Fix iteration for start/stop without arguments.
Elliott Hughes
2016-06-27
Fix start.c build and add error reporting.
Elliott Hughes
2016-06-25
Code style pass.
Rob Landley
2016-06-25
new Android toys: start/stop
Elliott Hughes
2016-06-23
Remove android/log's "default" priority.
Elliott Hughes
2016-06-21
Attempt at cleanup of log.c, but I don't have a build environment for it so...
Rob Landley
2016-06-21
new Android toy: log
Elliott Hughes
2016-05-05
Fix static linkage of toybox binary.
Alistair Strachan
2016-02-17
Add support for getprop -Z
Tom Cherry
2016-01-19
runcon needs to exec, not recurse.
Rob Landley
2015-05-03
Fix getprop sorting and error reporting.
Elliott Hughes
2015-04-20
Switch setprop to use TOYBOX_ON_ANDROID and fix getprop include.
Rob Landley
2015-04-19
Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke
Rob Landley
2015-04-18
Android getprop and setprop from Elliott Hughes.
Rob Landley
2015-04-10
Implement Android restorecon.
Elliott Hughes
2015-04-10
Fix load_policy error reporting.
Elliott Hughes
2015-04-10
getenforce takes no arguments.
Elliott Hughes
2015-04-10
setenforce takes exactly one argument.
Elliott Hughes
2015-03-27
Promote setenforce to android.
Rob Landley
2015-03-27
Promote getenforce.
Rob Landley
2015-03-27
Promote load_policy to android.
Rob Landley
2015-03-23
Promote runcon to android (and add an android menu).
Rob Landley