Age | Commit message (Expand) | Author |
2016-02-17 | Add support for getprop -Z | Tom Cherry |
2016-02-17 | Fix remounting /system on Android. | Elliott Hughes |
2016-02-17 | Testfile with the 3 different types of "not utf8 output" escaped chars in it. | Rob Landley |
2016-02-17 | Add dynamic/static checking to file (printing dynamic linker if found). | Rob Landley |
2016-02-17 | Add the sed invocations to convert tabs/spaces and back, plus some tweaks. | Rob Landley |
2016-02-15 | Cleanup pass on file.c, and add detection of different ELF architectures. | Rob Landley |
2016-02-14 | Add "make list", rename make working->list_working and pending->list_pending, | Rob Landley |
2016-02-14 | Implement file(1). | Elliott Hughes |
2016-02-14 | Fix wc -c optimization. | Elliott Hughes |
2016-02-11 | removed unread assignment in sed.c | lovelycuppatea |
2016-02-10 | Ignore .singlemake. | Rob Landley |
2016-02-10 | Wean scripts/install.c off toys.h so cross compiling less brittle. | Rob Landley |
2016-02-10 | Don't include toys.h from config2help.c (so cross-compiling from systems we | Rob Landley |
2016-02-10 | toybox: tar: Fix support for long names | Tom Marshall |
2016-02-10 | toybox: tar: Fix tar tests | Tom Marshall |
2016-02-10 | main.c: fix non-root usage when installed suid root | Patrick Ohly |
2016-02-10 | Add seq -w, suggested by izabera. | Rob Landley |
2016-02-10 | Factor out strnstr() since posix hasn't got it, and add a config option for | Rob Landley |
2016-02-10 | make wc -c faster | izabera |
2016-02-10 | use unsigned long with factor | izabera |
2016-02-10 | Although printf("%.*s", INT_MAX, s) works fine on ubuntu 12.04, it broke since. | Rob Landley |
2016-02-10 | implement env -u | izabera |
2016-02-09 | Add ulimit. | Rob Landley |
2016-02-09 | Fix xpipe. (thinko.) | Rob Landley |
2016-02-08 | Add xpipe() to lib. | Rob Landley |
2016-02-07 | Dependencies for "make COMMAND" | Rob Landley |
2016-02-07 | Add "make ls" and friends targets, with "make working" and "make pending" lists. | Rob Landley |
2016-02-07 | Add a warning when building commands out of pending. | Rob Landley |
2016-02-05 | Debian unstable is even more pedantic than previous debian. | Rob Landley |
2016-02-05 | Another fix from Josh Gao to avoid a null pointer dereference, and | Rob Landley |
2016-02-05 | Fix segfault when `find -iname` gets no argument. | Josh Gao |
2016-02-04 | Fix -H and -n with -ABC, and add tests. | Rob Landley |
2016-02-04 | Merge branch 'master' of ssh://github.com/landley/toybox | Rob Landley |
2016-02-03 | Commit d20b9ff3ee0f fixed most of yocto building, but there was a leftover | Rob Landley |
2016-02-02 | Update to status.html and some test suite cosmetic tweaks. | Rob Landley |
2016-02-02 | Editorial comment. | Rob Landley |
2016-02-02 | Fluffier release notes. | Rob Landley |
2016-02-02 | Release notes. | Rob Landley |
2016-02-02 | Release time.0.7.0 | Rob Landley |
2016-02-01 | Fix directory test in cp. | Elliott Hughes |
2016-02-01 | Add find -delete | Rob Landley |
2016-01-31 | More testsuite tweaks. | Rob Landley |
2016-01-31 | chmod.test had umask assumptions which broke, so set explicit umask. | Rob Landley |
2016-01-31 | Fix broken test in cat.test. | Rob Landley |
2016-01-31 | Fix blkid typo (label wasn't detected in murderfs). | Rob Landley |
2016-01-31 | Tweak to "find" tests. | Rob Landley |
2016-01-30 | Add grep -B -C | Rob Landley |
2016-01-30 | Add grep -A | Rob Landley |
2016-01-30 | Fix two CFG_TOYBOX_SUID corner cases: | Rob Landley |
2016-01-28 | Add SIGWINCH support to top, and implement -o and -n in pgrep/pkill. | Rob Landley |