aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-01-01Fix loopfiles to not call function() on file not found.0.0.4Rob Landley
2007-12-31Fix patch to use @@ values and match EOF when fewer trailing than startingRob Landley
2007-12-28Make touch work reliably when file doesn't exist and clean up headers a bit.Rob Landley
2007-12-27Brief note about code style.Rob Landley
2007-12-27Make patch's file add actually work, including directory creating andRob Landley
2007-12-24Major refactoring of bunzip.c in preparation for doing a multi-threaded version.Rob Landley
2007-12-20Upgrade patch to understand creating and deleting files.Rob Landley
2007-12-20More random unfinished code documentation.Rob Landley
2007-12-20Typo spotted by Adrian Davey.Rob Landley
2007-12-18Patch should be working now, change config default...Rob Landley
2007-12-18Fluff out code.html a bit more.Rob Landley
2007-12-18Patch command.Rob Landley
2007-12-17minicom.sh should check for a char device, not a file.Rob Landley
2007-12-16A couple more readlink tests.Rob Landley
2007-12-16Delete testdir after use.Rob Landley
2007-12-16Tweak testing.sh so VERBOSE=1 is less noisy.Rob Landley
2007-12-16Add a wrapper to run tests out of scripts/test. With no arguments, runs allRob Landley
2007-12-16Script to use stty with netcat -f to talk to a serial port.Rob Landley
2007-12-15Basic tests for readlink.Rob Landley