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
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