| 4 years | Rob Landley | Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. |
| 4 years | Rob Landley | More tweaks to rmdir.test and the testing infrastructure. |
| 4 years | Rob Landley | Add rmdir and test for it. |
| 4 years | Rob Landley | Fluffier error message. |
| 4 years | Rob Landley | Try to convince make to be less stupid about rebuilding. |
| 4 years | Rob Landley | Teach run-all-tests mode to only test enabled commands. |
| 4 years | Rob Landley | Remove extraneous output. |
| 4 years | Rob Landley | Very simple cat tests, with more test ideas commented out. |
| 4 years | Rob Landley | Teach get_rawline() to continue until a configurable char, and xstrndup() |
| 4 years | Rob Landley | We don't open a destination filehandle for symlinks, so xclose() would barf. |
| 4 years | Rob Landley | Add -v to cp. |
| 4 years | Rob Landley | Thinko in cat. |
| 4 years | Rob Landley | Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail |
| 4 years | Rob Landley | Spent the five minutes to implement "cat". |
| 4 years | Rob Landley | Added tag 0.0.5 for changeset 09ecbdf58c87 |
| 4 years | Rob Landley | New release coming. |
| 4 years | Rob Landley | Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.) |
| 4 years | Rob Landley | Update help, move test.sh to scripts, and fix "make test" to call right script. |
| 4 years | Rob Landley | Add uninstall and uninstall_flat. |
| 4 years | Rob Landley | Add install target, and make install_flat use scripts/install.sh |
| 4 years | Rob Landley | Another cp -r fix, another test case... |
| 4 years | Rob Landley | Update cp -r to work better, add relevant tests to test suite. |
| 4 years | Rob Landley | If we don't remember to closedir(), the leaked filehandles add up. |
| 4 years | Rob Landley | Fix -r logic, it needs both source and dest paths explicitly stated. |
| 4 years | Rob Landley | Enabling debugging should not change behavior. Oops. |
| 4 years | Rob Landley | Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi |
| 4 years | Rob Landley | Add an install script, with --long --symlink --force and --uninstall options. |
| 4 years | Rob Landley | Don't delete testdir after running test.sh. Add it to make clean instead. |
| 4 years | Rob Landley | Remove some commented out code. |
| 4 years | Rob Landley | Make cp pass most of its test suite. Still need to add symlink support. |
| 4 years | Rob Landley | Add first pass at cp, totally untested, unlikely to work yet. :) |
| 4 years | Rob Landley | Add enable/disable/exclude logic, update docs. |
| 4 years | Rob Landley | Yet more build dependency tweaks... |
| 4 years | Rob Landley | Start of tests for cp. |
| 4 years | Rob Landley | Dirtree needs to use lstat(), not stat. And failure should probably be a |
| 4 years | Rob Landley | Add TOYFLAG_UMASK. |
| 4 years | Rob Landley | Partial update. Needs more work. |
| 4 years | Rob Landley | Add toys.optc, an argv-style count for toys.optargs. |
| 4 years | Rob Landley | Fix up (admittedly stubby) mdev so it's actually hooked up to the build. |
| 4 years | Rob Landley | Script from Roberto Foglietta to do config2help in bash instead of python. |
| 4 years | Rob Landley | Add spaces after some commas (from Charlie Shepherd). |
| 4 years | Charlie Shepherd | Remove extra newlines on error_paths |
| 4 years | Charlie Shepherd | Fix filename in header |
| 4 years | Charlie Shepherd | Update .hgignore to cover new generated/ directory |
| 4 years | Charlie Shepherd | Fix copyright name |
| 4 years | Charlie Shepherd | Die on compilation or stripping failure |
| 4 years | Rob Landley | Have chvt print an error message (and exit with error) when it fails. |
| 4 years | Rob Landley | Teach perror_exit() to take a NULL argument when we just want "command: error". |
| 4 years | Rob Landley | Comment and whitespace cleanups by Charlie Shepherd (code's the same). |
| 4 years | Rob Landley | Might as well make the dependencies slightly more paranoid. |
| 4 years | Rob Landley | Sort newtoys.h by command name, not by USE_ macro. |
| 4 years | Rob Landley | Fix crash when running unknown command via symlink. |
| 4 years | Rob Landley | Hit makefile dependencies so install step doesn't rebuild toybox. |
| 4 years | Rob Landley | Fluff out hello.c to supply more example code as a skeleton for new commands, |
| 4 years | Rob Landley | Move dlist_add() to lib/llist.c |
| 4 years | Rob Landley | Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() |
| 4 years | Rob Landley | Minor cleanup: move mke2fs options into mke2fs.c. |
| 4 years | Rob Landley | More documentation for generated/* files. |
| 4 years | Rob Landley | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. |
| 4 years | Rob Landley | Zap toys/Config.in and instead create generated/Config.in from contents of |