Age | Commit message (Expand) | Author |
2007-12-20 | Upgrade patch to understand creating and deleting files. | Rob Landley |
2007-12-18 | Patch command. | Rob Landley |
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-29 | Change command main() functions to return void, and exit(toys.exitval) from | Rob Landley |
2007-11-23 | Add tty applet | Charlie Shepherd |
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-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-19 | Get toysh.c to start using the option parsing logic, and some minor cleanup. | Rob Landley |
2007-08-29 | Add "help" command. (Building help/help.h requires python, but I'll ship | 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-04-18 | And more mke2fs changes. | Rob Landley |
2007-02-21 | Fix oneit: <1 is only parsed at the start of the argument list. | Rob Landley |
2007-02-18 | Precalculate block and inode usage given a starting file tree. This compiles, | Rob Landley |
2007-02-13 | MacOS X has a defective sed with no -r. | Rob Landley |
2007-02-12 | More work on mke2fs.c. Random in-progress snapshot... | Rob Landley |
2007-02-04 | Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count | Rob Landley |
2007-02-02 | Trim a redundant definition that confuses older compilers. (Regression testing | Rob Landley |
2007-02-01 | Toybox option parsing must stop at the first non-option argument. | Rob Landley |
2007-01-31 | Small cleanup to prepare for cross-compile friendly make install. | Rob Landley |
2007-01-28 | More work on mke2fs. | Rob Landley |
2007-01-25 | Update args.c to implement numeric arguments. | Rob Landley |
2007-01-23 | More work on mke2fs. | Rob Landley |
2007-01-23 | More random progress on mke2fs. Nothing to see yet. | 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-16 | Add a quick and dirt bzcat (stdin to stdout only for the moment) to test | Rob Landley |
2007-01-14 | Add start of mke2fs/gene2fs, and some other stuff I've been working on. | Rob Landley |
2006-11-25 | Add cat -v. | Rob Landley |
2006-11-25 | Add oneit. | Rob Landley |
2006-11-25 | Fix a warning. | Rob Landley |
2006-11-25 | More work on option parsing. "df -t tmpfs" actually seems to work now. | 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 |