aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2015-05-03dhcpd writes leases on "dhcpd.leases" file.Hyejin Kim
2015-05-03Fix getprop sorting and error reporting.Elliott Hughes
2015-05-03Minor dmesg cleanup.Rob Landley
2015-05-02dmesg: add -t suppress timestamp flagMark Salyzyn
2015-04-30More ls cleanups from squinting at Jose's most recent smack patch.Rob Landley
2015-04-30Wild guess at cleaning up smack support. Don't have a test environment yet.Rob Landley
2015-04-29ls: Add -Z (Smack) optionJan Cybulski
2015-04-28Fix truncate prefix bug and add truncate test suite entry.Rob Landley
2015-04-28Add prefix support Hyejin Kim asked about.Rob Landley
2015-04-27Fix ls -s and -i indentation in -C and -x modes. (Spotted by Jan Cybulski.)Rob Landley
2015-04-27Promote hexedit to other.Rob Landley
2015-04-27Some infrastructure hexedit needs. (Poor man's curses.)Rob Landley
2015-04-27Teach hexedit to actually edit. Add -r option for read only mode.Rob Landley
2015-04-25Fix display and cursor control (to respect bottom boundary).Rob Landley
2015-04-24Too tired on the flight back from Japan to work on thinky stuff, so...Rob Landley
2015-04-21Bugfix from Hyejin Kim (count=1 shouldn't change name), plus a bounds check.Rob Landley
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-19mdev: implement hotplug support.Isaac Dunham
2015-04-18Android getprop and setprop from Elliott Hughes.Rob Landley
2015-04-16Shout from the rooftops that pending is not like other directories.Rob Landley
2015-04-14Yet more ps work. Still not there yet.Rob Landley
2015-04-12unshare: fix -rSamuel Holland
2015-04-12Before trying to remount read only, see if block device responds to "become rw"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-04-10Make more(1) usable.Elliott Hughes
2015-04-08Revert last mdev commit because it copied code out of a GPLv2 program.Rob Landley
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker
2015-04-04Another in-progress ps snapshot.Rob Landley
2015-04-03ps checkpoint du jour. Does not work yet.Rob Landley
2015-04-02Redoing ps from scratch. Random checkpoint that probably doesn't even compile.Rob Landley
2015-03-29Fix head bug pointed out by felix janda (recent -123 code broke first file ar...Rob Landley
2015-03-28Fix sed bug David Halls hit trying to compile libiconv.Rob Landley
2015-03-28Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss.Rob Landley
2015-03-27Promote setenforce to android.Rob Landley
2015-03-27Cleanup setenforce.Rob Landley
2015-03-27Promote getenforce.Rob Landley
2015-03-27Cleanup getenforce.Rob Landley
2015-03-27tail: add old -123 support and comment out #-f until it's actually implemented.Rob Landley
2015-03-27Promote load_policy to android.Rob Landley
2015-03-27Minor cleanup of load_policy.Rob Landley
2015-03-24Implement load_policy.Elliott Hughes
2015-03-23Promote runcon to android (and add an android menu).Rob Landley
2015-03-23Trivial runcon cleanups.Rob Landley
2015-03-23Add runcon(1).Elliott Hughes
2015-03-23add missing space in dd outputElliott Hughes
2015-03-21Another bug from David Halls: find -exec wasn't consuming its argument when i...Rob Landley