2008-01-23 |
Rob Landley | Might as well make the dependencies slightly more paranoid. |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Rob Landley | Sort newtoys.h by command name, not by USE_ macro. |
commit | commitdiff | tree | snapshot |
2008-01-22 |
Rob Landley | Fix crash when running unknown command via symlink. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Rob Landley | Hit makefile dependencies so install step doesn't rebui... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Rob Landley | Fluff out hello.c to supply more example code as a... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Rob Landley | Move dlist_add() to lib/llist.c |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Rob Landley | Zap toylist.h, moving contents of global structures... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Rob Landley | Minor cleanup: move mke2fs options into mke2fs.c. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Rob Landley | More documentation for generated/* files. |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Rob Landley | Move NEWTOY() list from end of toylist.h to generated... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Rob Landley | Zap toys/Config.in and instead create generated/Config... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Rob Landley | Move some generated files into the "generated" subdirec... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Rob Landley | Very early stub of sed, does nothing yet. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Rob Landley | Web page tweak. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Rob Landley | Add chvt from David Anders. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Rob Landley | Fluffier web page. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Rob Landley | More web page tweaks. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Rob Landley | Update web pages. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Rob Landley | A bit more documentation on Patch. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Rob Landley | Update help text a bit. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Rob Landley | Teach readlink to actually do -f. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Rob Landley | Release notice. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Rob Landley | Added tag 0.0.4 for changeset 104792581cc9 |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Rob Landley | Fix loopfiles to not call function() on file not found. 0.0.4 |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Rob Landley | Fix patch to use @@ values and match EOF when fewer... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Rob Landley | Make touch work reliably when file doesn't exist and... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Rob Landley | Brief note about code style. |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Rob Landley | Make patch's file add actually work, including director... |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Rob Landley | Major refactoring of bunzip.c in preparation for doing... |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Rob Landley | Upgrade patch to understand creating and deleting files. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Rob Landley | More random unfinished code documentation. |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Rob Landley | Typo spotted by Adrian Davey. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Rob Landley | Patch should be working now, change config default... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Rob Landley | Fluff out code.html a bit more. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Rob Landley | Patch command. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Rob Landley | minicom.sh should check for a char device, not a file. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Rob Landley | A couple more readlink tests. |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Rob Landley | Delete testdir after use. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Rob Landley | Tweak testing.sh so VERBOSE=1 is less noisy. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Rob Landley | Add a wrapper to run tests out of scripts/test. With... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Rob Landley | Script to use stty with netcat -f to talk to a serial... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Rob Landley | Basic tests for readlink. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Rob Landley | Start of "patch" support. Writes to stdout at the... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Rob Landley | Update web pages. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Rob Landley | Set the executable bit in license.html so the server... |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Rob Landley | Update links and add some more spec comments. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Rob Landley | Changeset 186 assumed that toys.exitval defaults to... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Rob Landley | Add some more .PHONY targets. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Rob Landley | Add -c option to oneit, to specify console other than... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Rob Landley | Add comments about SUSv3 specs (or lack thereof). |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Rob Landley | Other chroots fall back to "/bin/sh -i", so add the -i. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Rob Landley | Minor cleanups to sha1sum. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Rob Landley | Add chroot. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Rob Landley | Netcat needs this to build. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Rob Landley | Add first pass at netcat. Base applet, -f, and -w... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Rob Landley | Minor cleanups/tweaks to touch. |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Rob Landley | Add sha1sum. (No -c mode yet.) Slight tweaks to loopf... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Rob Landley | Change command main() functions to return void, and... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Rob Landley | Add loopfiles() function, make catv use it. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Add a comment about a case that made me stop and think. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Charlie Shepherd | Rebuild toybox when a header file changes |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Patch from Charlie Shepherd: remove extra \n from error... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Add comment, and whitespace changes. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Charlie Shepherd | Add kconfig/conf to .hgignore |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Charlie Shepherd | Add tty applet |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Add comment and very minor tweak. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Remove a few bytes from basename and add 'em back ... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Rob Landley | Patch from Charlie Shepherd to add basename and dirname... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | Re-roll loop, making code smaller. Also localize all... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | Untangle algorithm: use uint64_t for count, move union... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | More cleanup: consistent indents, uint32_t, rename... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | Whitespace change: 4 spaces become one tab. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | Minimal changes to make it actually work on an x86... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Rob Landley | Start with public domain SHA-1 in C by Steve Reid ... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Rob Landley | Implement dmesg. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Rob Landley | Tighten up error handling, add a umask() call so -m... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Rob Landley | Replace strlcpy() with xstrcpy(), which exits if the... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Rob Landley | Add noreturn mark to [p]error_exit(), suggested by... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Rob Landley | Zap a warning. |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Fix error message |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Rob Landley | Simplify touch -l slightly. |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Add an option to let touch extend or truncate a file... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Don't error on stat success, and create files with... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Use builtin functions to simplify some code in touch |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Fix typo in toysh tty description. |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Charlie Shepherd | Make toybox_unstripped depend upon toys/help.h (so... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Charlie Shepherd | Add initial mkfifo implementation |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Rob Landley | Remove trailing whitespace (thanks to Charlie Shepherd... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Charlie Shepherd | Replace space indent with tab indent |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Charlie Shepherd | Add .hgignore file |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Rob Landley | Change strlcpy not to use strncpy. (Adds 24 bytes... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Rob Landley | Patch fromm Roberto Foglietta: distclean should remove... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Charlie Shepherd | Add or correct file descriptions |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Rob Landley | Move toybox_old delete (for bloatcheck) from clean... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Rob Landley | Fix from Charlie Shepherd: at end of string, don't... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Rob Landley | xcreate(): perror already prints error name and newline... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Rob Landley | Patch from Charlie Shepherd: Implement touch, set the... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Rob Landley | Get toysh.c to start using the option parsing logic... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Rob Landley | Need to commit this too. :) |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Rob Landley | Promote help to global config option, teach error_exit... |
commit | commitdiff | tree | snapshot |
next |