Age | Commit message (Expand) | Author |
2007-12-15 | Start of "patch" support. Writes to stdout at the moment. | Rob Landley |
2007-12-09 | Add -c option to oneit, to specify console other than /dev/tty0. | Rob Landley |
2007-12-03 | Add chroot. | Rob Landley |
2007-12-03 | Add first pass at netcat. Base applet, -f, and -w implemented. | Rob Landley |
2007-11-29 | Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. | Rob Landley |
2007-11-23 | Add tty applet | Charlie Shepherd |
2007-11-27 | Remove a few bytes from basename and add 'em back (and more) in the help string. | Rob Landley |
2007-11-27 | Patch from Charlie Shepherd to add basename and dirname. (Fixed up to apply.) | Rob Landley |
2007-11-20 | Implement dmesg. | Rob Landley |
2007-11-10 | Add an option to let touch extend or truncate a file and rename the err label... | Charlie Shepherd |
2007-11-10 | Fix typo in toysh tty description. | Charlie Shepherd |
2007-11-07 | Add initial mkfifo implementation | Charlie Shepherd |
2007-10-31 | Patch from Charlie Shepherd: Implement touch, set the default in Config.in to | Rob Landley |
2007-10-11 | Promote help to global config option, teach error_exit() to output usage mess... | Rob Landley |
2007-09-05 | Missing config dependency: The mdev config file should depend on mdev. | Rob Landley |
2007-08-29 | Add "help" command. (Building help/help.h requires python, but I'll ship | Rob Landley |
2007-06-18 | Fix READLINK_F dependency. | Rob Landley |
2007-06-18 | Change defaults of working commands to yes, so "make defconfig" is more | Rob Landley |
2007-05-17 | Add sleep. | Rob Landley |
2007-04-30 | Add true and false. | Rob Landley |
2007-04-29 | Add readlink, xreadlink(), and change xrealloc() to not fight the stupid | Rob Landley |
2007-04-23 | Add sync and an incomplete version of mdev. | Rob Landley |
2007-02-13 | MacOS X has a defective sed with no -r. | Rob Landley |
2007-01-20 | Add "yes" command. | Rob Landley |
2007-01-20 | Add "echo". Has -n and -e (but not \0123 yet). | Rob Landley |
2007-01-18 | Add count command. | Rob Landley |
2007-01-07 | Two unrelated additions I'm working on cross over in this file. In theory I | Rob Landley |
2006-11-25 | Add cat -v. | Rob Landley |
2006-11-25 | Add oneit. | Rob Landley |
2006-11-19 | New option parsing infrastructure (doesn't use getopt). Hook it up to | Rob Landley |
2006-11-04 | Add pwd. Consolidate toy list information under toylist.h. | Rob Landley |
2006-11-03 | Implement which. Add hello world to menuconfig. Wrap the various applet main | Rob Landley |
2006-11-02 | Thinko: the Config.in for the toys should be in ./toys, not ./lib. | Rob Landley |