aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19Roadmap update, mostly from enh with a few other pending bits mixed in.Rob Landley
2015-04-18Android getprop and setprop from Elliott Hughes.Rob Landley
2015-04-17Link against libattr and libsmack.Xavier Roche
2015-04-17Fix a trivial typo in www/about.html.Elliott Hughes
2015-04-17Make toybox --version use the "git describe" info if it's available.Rob Landley
2015-04-16terminal_size should use LINES, not ROWS.Elliott Hughes
2015-04-16Shout from the rooftops that pending is not like other directories.Rob Landley
2015-04-15Put SELINUX in a a menu, and add config option for SMACK.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-10Update www/roadmap.html with Android progress.Elliott Hughes
2015-04-10Tweak .gitignore.Rob Landley
2015-04-08Tweak READMERob Landley
2015-04-08Update multiplexer help text for --versionRob Landley
2015-04-08Revert last mdev commit because it copied code out of a GPLv2 program.Rob Landley
2015-04-07Adding --version broke ./toybox command list. (Oops.)Rob Landley
2015-04-05Announce switch to git.Rob Landley
2015-04-05Add --version to multiplexer.Rob Landley
2015-04-05Bite the bullet and switch over to git.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-03Add readfileat() to libRob 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-29Add head test for -123.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-28Fix an obvious typo in Makefile.Elliott Hughes
2015-03-28update the Android section of roadmap.htmlElliott Hughes
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-27Flag to make llvm shut up about a broken warning.Rob Landley