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