aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-24If we don't remember to closedir(), the leaked filehandles add up.Rob Landley
2008-03-24Fix -r logic, it needs both source and dest paths explicitly stated.Rob Landley
2008-03-24Enabling debugging should not change behavior. Oops.Rob Landley
2008-02-24Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLiRob Landley
2008-02-24Add an install script, with --long --symlink --force and --uninstall options.Rob Landley
2008-02-23Don't delete testdir after running test.sh. Add it to make clean instead.Rob Landley
2008-02-23Remove some commented out code.Rob Landley
2008-02-21Make cp pass most of its test suite. Still need to add symlink support.Rob Landley
2008-02-20Add first pass at cp, totally untested, unlikely to work yet. :)Rob Landley
2008-02-18Add enable/disable/exclude logic, update docs.Rob Landley
2008-02-17Yet more build dependency tweaks...Rob Landley
2008-02-16Start of tests for cp.Rob Landley
2008-02-16Dirtree needs to use lstat(), not stat. And failure should probably be aRob Landley
2008-02-12Add TOYFLAG_UMASK.Rob Landley
2008-02-12Partial update. Needs more work.Rob Landley
2008-02-12Add toys.optc, an argv-style count for toys.optargs.Rob Landley
2008-02-12Fix up (admittedly stubby) mdev so it's actually hooked up to the build.Rob Landley
2008-01-30Script from Roberto Foglietta to do config2help in bash instead of python.Rob Landley
2008-01-27Add spaces after some commas (from Charlie Shepherd).Rob Landley
2008-01-25Remove extra newlines on error_pathsCharlie Shepherd
2008-01-25Fix filename in headerCharlie Shepherd
2008-01-25Update .hgignore to cover new generated/ directoryCharlie Shepherd
2008-01-25Fix copyright nameCharlie Shepherd
2008-01-25Die on compilation or stripping failureCharlie Shepherd
2008-01-27Have chvt print an error message (and exit with error) when it fails.Rob Landley
2008-01-27Teach perror_exit() to take a NULL argument when we just want "command: error".Rob Landley
2008-01-26Comment and whitespace cleanups by Charlie Shepherd (code's the same).Rob Landley
2008-01-22Might as well make the dependencies slightly more paranoid.Rob Landley
2008-01-22Sort newtoys.h by command name, not by USE_ macro.Rob Landley
2008-01-22Fix crash when running unknown command via symlink.Rob Landley
2008-01-21Hit makefile dependencies so install step doesn't rebuild toybox.Rob Landley
2008-01-20Fluff out hello.c to supply more example code as a skeleton for new commands,Rob Landley
2008-01-20Move dlist_add() to lib/llist.cRob Landley
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
2008-01-19Minor cleanup: move mke2fs options into mke2fs.c.Rob Landley
2008-01-19More documentation for generated/* files.Rob Landley
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2008-01-10Move some generated files into the "generated" subdirectory.Rob Landley
2008-01-10Very early stub of sed, does nothing yet.Rob Landley
2008-01-07Web page tweak.Rob Landley
2008-01-06Add chvt from David Anders.Rob Landley
2008-01-05Fluffier web page.Rob Landley
2008-01-05More web page tweaks.Rob Landley
2008-01-05Update web pages.Rob Landley
2008-01-05A bit more documentation on Patch.Rob Landley
2008-01-05Update help text a bit.Rob Landley
2008-01-05Teach readlink to actually do -f.Rob Landley
2008-01-02Release notice.Rob Landley
2008-01-02Added tag 0.0.4 for changeset 104792581cc9Rob Landley