platform/upstream/toybox.git
2008-02-12 Rob LandleyAdd toys.optc, an argv-style count for toys.optargs.
2008-02-12 Rob LandleyFix up (admittedly stubby) mdev so it's actually hooked...
2008-01-30 Rob LandleyScript from Roberto Foglietta to do config2help in...
2008-01-27 Rob LandleyAdd spaces after some commas (from Charlie Shepherd).
2008-01-25 Charlie ShepherdRemove extra newlines on error_paths
2008-01-25 Charlie ShepherdFix filename in header
2008-01-25 Charlie ShepherdUpdate .hgignore to cover new generated/ directory
2008-01-25 Charlie ShepherdFix copyright name
2008-01-25 Charlie ShepherdDie on compilation or stripping failure
2008-01-27 Rob LandleyHave chvt print an error message (and exit with error...
2008-01-27 Rob LandleyTeach perror_exit() to take a NULL argument when we...
2008-01-27 Rob LandleyComment and whitespace cleanups by Charlie Shepherd...
2008-01-23 Rob LandleyMight as well make the dependencies slightly more paranoid.
2008-01-22 Rob LandleySort newtoys.h by command name, not by USE_ macro.
2008-01-22 Rob LandleyFix crash when running unknown command via symlink.
2008-01-21 Rob LandleyHit makefile dependencies so install step doesn't rebui...
2008-01-21 Rob LandleyFluff out hello.c to supply more example code as a...
2008-01-20 Rob LandleyMove dlist_add() to lib/llist.c
2008-01-20 Rob LandleyZap toylist.h, moving contents of global structures...
2008-01-19 Rob LandleyMinor cleanup: move mke2fs options into mke2fs.c.
2008-01-19 Rob LandleyMore documentation for generated/* files.
2008-01-19 Rob LandleyMove NEWTOY() list from end of toylist.h to generated...
2008-01-19 Rob LandleyZap toys/Config.in and instead create generated/Config...
2008-01-10 Rob LandleyMove some generated files into the "generated" subdirec...
2008-01-10 Rob LandleyVery early stub of sed, does nothing yet.
2008-01-08 Rob LandleyWeb page tweak.
2008-01-06 Rob LandleyAdd chvt from David Anders.
2008-01-06 Rob LandleyFluffier web page.
2008-01-06 Rob LandleyMore web page tweaks.
2008-01-06 Rob LandleyUpdate web pages.
2008-01-06 Rob LandleyA bit more documentation on Patch.
2008-01-05 Rob LandleyUpdate help text a bit.
2008-01-05 Rob LandleyTeach readlink to actually do -f.
2008-01-02 Rob LandleyRelease notice.
2008-01-02 Rob LandleyAdded tag 0.0.4 for changeset 104792581cc9
2008-01-01 Rob LandleyFix loopfiles to not call function() on file not found. 0.0.4
2007-12-31 Rob LandleyFix patch to use @@ values and match EOF when fewer...
2007-12-28 Rob LandleyMake touch work reliably when file doesn't exist and...
2007-12-28 Rob LandleyBrief note about code style.
2007-12-28 Rob LandleyMake patch's file add actually work, including director...
2007-12-25 Rob LandleyMajor refactoring of bunzip.c in preparation for doing...
2007-12-20 Rob LandleyUpgrade patch to understand creating and deleting files.
2007-12-20 Rob LandleyMore random unfinished code documentation.
2007-12-20 Rob LandleyTypo spotted by Adrian Davey.
2007-12-18 Rob LandleyPatch should be working now, change config default...
2007-12-18 Rob LandleyFluff out code.html a bit more.
2007-12-18 Rob LandleyPatch command.
2007-12-17 Rob Landleyminicom.sh should check for a char device, not a file.
2007-12-17 Rob LandleyA couple more readlink tests.
2007-12-17 Rob LandleyDelete testdir after use.
2007-12-16 Rob LandleyTweak testing.sh so VERBOSE=1 is less noisy.
2007-12-16 Rob LandleyAdd a wrapper to run tests out of scripts/test. With...
2007-12-16 Rob LandleyScript to use stty with netcat -f to talk to a serial...
2007-12-16 Rob LandleyBasic tests for readlink.
2007-12-16 Rob LandleyStart of "patch" support. Writes to stdout at the...
2007-12-13 Rob LandleyUpdate web pages.
2007-12-12 Rob LandleySet the executable bit in license.html so the server...
2007-12-11 Rob LandleyUpdate links and add some more spec comments.
2007-12-09 Rob LandleyChangeset 186 assumed that toys.exitval defaults to...
2007-12-09 Rob LandleyAdd some more .PHONY targets.
2007-12-09 Rob LandleyAdd -c option to oneit, to specify console other than...
2007-12-04 Rob LandleyAdd comments about SUSv3 specs (or lack thereof).
2007-12-04 Rob LandleyOther chroots fall back to "/bin/sh -i", so add the -i.
2007-12-04 Rob LandleyMinor cleanups to sha1sum.
2007-12-04 Rob LandleyAdd chroot.
2007-12-04 Rob LandleyNetcat needs this to build.
2007-12-04 Rob LandleyAdd first pass at netcat. Base applet, -f, and -w...
2007-11-30 Rob LandleyMinor cleanups/tweaks to touch.
2007-11-30 Rob LandleyAdd sha1sum. (No -c mode yet.) Slight tweaks to loopf...
2007-11-30 Rob LandleyChange command main() functions to return void, and...
2007-11-29 Rob LandleyAdd loopfiles() function, make catv use it.
2007-11-27 Rob LandleyAdd a comment about a case that made me stop and think.
2007-11-25 Charlie ShepherdRebuild toybox when a header file changes
2007-11-27 Rob LandleyPatch from Charlie Shepherd: remove extra \n from error...
2007-11-27 Rob LandleyAdd comment, and whitespace changes.
2007-11-23 Charlie ShepherdAdd kconfig/conf to .hgignore
2007-11-23 Charlie ShepherdAdd tty applet
2007-11-27 Rob LandleyAdd comment and very minor tweak.
2007-11-27 Rob LandleyRemove a few bytes from basename and add 'em back ...
2007-11-27 Rob LandleyPatch from Charlie Shepherd to add basename and dirname...
2007-11-25 Rob LandleyRe-roll loop, making code smaller. Also localize all...
2007-11-25 Rob LandleyUntangle algorithm: use uint64_t for count, move union...
2007-11-25 Rob LandleyMore cleanup: consistent indents, uint32_t, rename...
2007-11-25 Rob LandleyWhitespace change: 4 spaces become one tab.
2007-11-25 Rob LandleyMinimal changes to make it actually work on an x86...
2007-11-25 Rob LandleyStart with public domain SHA-1 in C by Steve Reid ...
2007-11-20 Rob LandleyImplement dmesg.
2007-11-19 Rob LandleyTighten up error handling, add a umask() call so -m...
2007-11-19 Rob LandleyReplace strlcpy() with xstrcpy(), which exits if the...
2007-11-16 Rob LandleyAdd noreturn mark to [p]error_exit(), suggested by...
2007-11-16 Rob LandleyZap a warning.
2007-11-10 Charlie ShepherdFix error message
2007-11-16 Rob LandleySimplify touch -l slightly.
2007-11-10 Charlie ShepherdAdd an option to let touch extend or truncate a file...
2007-11-10 Charlie ShepherdDon't error on stat success, and create files with...
2007-11-10 Charlie ShepherdUse builtin functions to simplify some code in touch
2007-11-10 Charlie ShepherdFix typo in toysh tty description.
2007-11-10 Charlie ShepherdMake toybox_unstripped depend upon toys/help.h (so...
2007-11-07 Charlie ShepherdAdd initial mkfifo implementation
2007-11-16 Rob LandleyRemove trailing whitespace (thanks to Charlie Shepherd...
next