Age | Commit message (Expand) | Author |
2007-01-26 | Filling out most of the ext2 superblock correctly now. | 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 | Teach pwd to detect write errors. | Rob Landley |
2007-01-20 | Comment and whitespace cleanups | Rob Landley |
2007-01-20 | Helps to "hg add" echo.c. Also, implement \0123 escapes for -e. | 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-18 | In bunzip replace setjmp/longjmp handling with error_exit(), replace string | Rob Landley |
2007-01-18 | Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which | 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 |
2007-01-07 | xopen() wants 2 arguments unless you're creating a file, in which case you | 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-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 | Fix thinko (inverted test). | 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 |
2006-11-01 | Add a hello world applet, partly as an example and partly for testing purposes. | Rob Landley |
2006-10-30 | Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the0.0.1 | landley |
2006-10-30 | Implement df. Add -Wall to build and fix up warnings. Add copyright notices. | landley |
2006-10-18 | Next drop of toysh, plus more infratructure. | landley |
2006-10-05 | Infrastructure, first drop of toy shell, and a bit of work on df. | landley |
2006-09-28 | Next snapshot. Tries to grab something out of lib in order to build, I have | landley |
2006-09-27 | Starting a new project. Just a bit past the "hello world" stage... | landley |