aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-12-15Start of "patch" support. Writes to stdout at the moment.Rob Landley
2007-12-13Update web pages.Rob Landley
2007-12-12Set the executable bit in license.html so the server side #includes get parsed.Rob Landley
2007-12-11Update links and add some more spec comments.Rob Landley
2007-12-09Changeset 186 assumed that toys.exitval defaults to 0. Actually change theRob Landley
2007-12-09Add some more .PHONY targets.Rob Landley
2007-12-09Add -c option to oneit, to specify console other than /dev/tty0.Rob Landley
2007-12-03Add comments about SUSv3 specs (or lack thereof).Rob Landley
2007-12-03Other chroots fall back to "/bin/sh -i", so add the -i.Rob Landley
2007-12-03Minor cleanups to sha1sum.Rob Landley