Age | Commit message (Expand) | Author |
2008-02-21 | Make cp pass most of its test suite. Still need to add symlink support. | Rob Landley |
2008-02-20 | Add first pass at cp, totally untested, unlikely to work yet. :) | Rob Landley |
2008-02-18 | Add enable/disable/exclude logic, update docs. | Rob Landley |
2008-02-17 | Yet more build dependency tweaks... | Rob Landley |
2008-02-16 | Start of tests for cp. | Rob Landley |
2008-02-16 | Dirtree needs to use lstat(), not stat. And failure should probably be a | Rob Landley |
2008-02-12 | Add TOYFLAG_UMASK. | Rob Landley |
2008-02-12 | Partial update. Needs more work. | Rob Landley |
2008-02-12 | Add toys.optc, an argv-style count for toys.optargs. | Rob Landley |
2008-02-12 | Fix up (admittedly stubby) mdev so it's actually hooked up to the build. | Rob Landley |
2008-01-30 | Script from Roberto Foglietta to do config2help in bash instead of python. | Rob Landley |
2008-01-27 | Add spaces after some commas (from Charlie Shepherd). | Rob Landley |
2008-01-25 | Remove extra newlines on error_paths | Charlie Shepherd |
2008-01-25 | Fix filename in header | Charlie Shepherd |
2008-01-25 | Update .hgignore to cover new generated/ directory | Charlie Shepherd |
2008-01-25 | Fix copyright name | Charlie Shepherd |
2008-01-25 | Die on compilation or stripping failure | Charlie Shepherd |
2008-01-27 | Have chvt print an error message (and exit with error) when it fails. | Rob Landley |
2008-01-27 | Teach perror_exit() to take a NULL argument when we just want "command: error". | Rob Landley |
2008-01-26 | Comment and whitespace cleanups by Charlie Shepherd (code's the same). | Rob Landley |
2008-01-22 | Might as well make the dependencies slightly more paranoid. | Rob Landley |
2008-01-22 | Sort newtoys.h by command name, not by USE_ macro. | Rob Landley |
2008-01-22 | Fix crash when running unknown command via symlink. | Rob Landley |
2008-01-21 | Hit makefile dependencies so install step doesn't rebuild toybox. | Rob Landley |
2008-01-20 | Fluff out hello.c to supply more example code as a skeleton for new commands, | Rob Landley |
2008-01-20 | Move dlist_add() to lib/llist.c | Rob Landley |
2008-01-20 | Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() | Rob Landley |
2008-01-19 | Minor cleanup: move mke2fs options into mke2fs.c. | Rob Landley |
2008-01-19 | More documentation for generated/* files. | Rob Landley |
2008-01-19 | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. | Rob Landley |
2008-01-19 | Zap toys/Config.in and instead create generated/Config.in from contents of | Rob Landley |
2008-01-10 | Move some generated files into the "generated" subdirectory. | Rob Landley |
2008-01-10 | Very early stub of sed, does nothing yet. | Rob Landley |
2008-01-07 | Web page tweak. | Rob Landley |
2008-01-06 | Add chvt from David Anders. | Rob Landley |
2008-01-05 | Fluffier web page. | Rob Landley |
2008-01-05 | More web page tweaks. | Rob Landley |
2008-01-05 | Update web pages. | Rob Landley |
2008-01-05 | A bit more documentation on Patch. | Rob Landley |
2008-01-05 | Update help text a bit. | Rob Landley |
2008-01-05 | Teach readlink to actually do -f. | Rob Landley |
2008-01-02 | Release notice. | Rob Landley |
2008-01-02 | Added tag 0.0.4 for changeset 104792581cc9 | Rob Landley |
2008-01-01 | Fix loopfiles to not call function() on file not found.0.0.4 | Rob Landley |
2007-12-31 | Fix patch to use @@ values and match EOF when fewer trailing than starting | Rob Landley |
2007-12-28 | Make touch work reliably when file doesn't exist and clean up headers a bit. | Rob Landley |
2007-12-27 | Brief note about code style. | Rob Landley |
2007-12-27 | Make patch's file add actually work, including directory creating and | Rob Landley |
2007-12-24 | Major refactoring of bunzip.c in preparation for doing a multi-threaded version. | Rob Landley |
2007-12-20 | Upgrade patch to understand creating and deleting files. | Rob Landley |