aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-28Add install target, and make install_flat use scripts/install.shRob Landley
2008-03-26Another cp -r fix, another test case...Rob Landley
2008-03-25Update cp -r to work better, add relevant tests to test suite.Rob Landley
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
and maybe -xviu), most of which still need to be implemented.
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
warning rather than an error (it means the directory tree is changing out from under it, but only the user knows if that's fatal).
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
(The only reason to have dependencies at all is so "make install" doesn't trigger a rebuild. A rebuild is always a build all anyway.)
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
(The error message was trying to print an uninitialied field. Oops.)
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
and update a chunk of code.html (much more to do there).
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
macros in each C file, and making generated/globals.h from that. Rename "toy" to "this" along the way to avoid toy/toys confusion.
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
toys/*.c. Move relevant info into comment at the top of each toys/*.c. Also convert more of Makefile into a thin wrapper around shell scripts that actually do the work. (Makefile is only still there for the user interface.)
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