aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-12Fix toybox_vendor dependencies again.android-o-preview-4Yifan Hong
2017-07-12Revert "Fix toybox_vendor dependencies on libselinux_vendor."Jeffrey Vander Stoep
2017-07-11Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2017-07-11Don't remove "remount" from the option list during early parsing, the mountRob Landley
2017-07-11comma_scan()'s clean option wasn't removing entry at end of list.Rob Landley
2017-07-10Don't include the build number in `toybox --version`.Elliott Hughes
2017-07-09dd cleanup: binary search is overkill, eliminate struct pair,Rob Landley
2017-07-09Fix -Wformat compiler warning in expr.c.Elliott Hughes
2017-07-07Posix says strings should only output hits that end with NUL or newline.Rob Landley
2017-07-07strings -t oxd testsIlya Kuzmich
2017-07-07Make dd use atolx_range(), and teach atolx_range() about "w" suffix (word, *2).Rob Landley
2017-07-07Fix dd tests so TEST_HOST passes. (Ubuntu's dd doesn't support hex valuesRob Landley
2017-07-05Fix toybox_vendor dependencies on libselinux_vendor.Yifan Hong
2017-07-05Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2017-07-02Add -t, deviations from posix, redo loop to have fewer duplicate tests.Rob Landley
2017-07-02strings tests and bugfixesIlya Kuzmich
2017-06-27whitespace/comment tweaks.Rob Landley
2017-06-27teach head -cIlya Kuzmich
2017-06-26Most things seem to want the "b" suffix to mean 512 instead of 1.Rob Landley
2017-06-23Build vendor toybox unconditionally.padarshr
2017-06-19Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2017-06-19Past time for 0.7.4.Rob Landley
2017-06-19Manually inline TOP_COMMON and PGKILL_COMMON help text until I can teachRob Landley
2017-06-14Grep exits with 2 for errors, which can happen at any time ( > /dev/full).Rob Landley
2017-06-13config2help.c: Rename trim() to skip_spaces(), fluff out comments a bit.Rob Landley
2017-06-12Add grep -M match and -S skip supporting wildcard patterns.Rob Landley
2017-06-11Twitter's code of conduct page went down, so mirror the old archive.org version.Rob Landley
2017-06-11Provide error messages for files we can open but not read (ala directories).Rob Landley
2017-06-10Fix bug where grep stopped at first dangling symlink and error_exited().Rob Landley
2017-06-09Promote dmesg back to lsb.Rob Landley
2017-06-09Cleanup dmesg (as posted to the list).Rob Landley
2017-06-06Add comment explaining strend()Rob Landley
2017-06-05Have help_exit() give a brief "See %s --help" message instead of theRob Landley
2017-06-04Don't add cpio TRAILER!!! entry by default, add new --trailer option if youRob Landley
2017-06-02Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2017-06-01Allow ':' in property names.Elliott Hughes
2017-05-31Merge "Allow ':' in property names."android-o-preview-3Treehugger Robot
2017-05-31Allow ':' in property names.Elliott Hughes
2017-05-30toybox: Enable LSPCI functionalityDmitry Shmidt
2017-05-28teach head -v and -qIlya Kuzmich
2017-05-27Replace two space indents with tab indents in help text (for consistency).Rob Landley
2017-05-27Add separators in help -a with command name.Rob Landley
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2017-05-25Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
2017-05-25Add -0 to env.Rob Landley
2017-05-25Teach env that - as first argument means -i for some reason. (Posix!)Rob Landley
2017-05-24Add and use xmmap.Elliott Hughes
2017-05-23Add minof/maxof macros that autodetect type. Make xzcat use them.Rob Landley
2017-05-23fixup code styleJoyounger
2017-05-21Promote chrtRob Landley