Age | Commit message (Expand) | Author |
2016-02-25 | Musl needs an extra #include. | Rob Landley |
2016-02-22 | implement simple 'wget' and port name can be specified in URL if default | Lipi C. H. Lee |
2016-02-21 | lsof cleanup | Rob Landley |
2016-02-19 | Implement "insmod -". | Elliott Hughes |
2016-02-19 | Add test_COMMAND for each command, update "make help" to describe TEST_HOST | Rob Landley |
2016-02-19 | Help text update from Isaac Dunham, tweaked slightly. | Rob Landley |
2016-02-19 | Add xxd -p and -r. | Elliott Hughes |
2016-02-18 | RLIMIT_RTTIME was added to the kernel in 2008, you can't expect uClibc to hav... | Rob Landley |
2016-02-17 | The perl build's attempt to escape spaces and such in LD_LIBRARY_PATH is _SAD_. | Rob Landley |
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 |