Age | Commit message (Expand) | Author |
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-14 | Add start of mke2fs/gene2fs, and some other stuff I've been working on. | Rob Landley |
2007-01-08 | xread() and xwrite() should take void *, not char *. | Rob Landley |
2007-01-08 | Add xaccess() | Rob Landley |
2007-01-08 | Add rewrite(), writeall(),and xwrite() to match the read versions. | Rob Landley |
2007-01-07 | xopen() wants 2 arguments unless you're creating a file, in which case you | Rob Landley |
2006-11-25 | Add cat -v. | Rob Landley |
2006-11-19 | New option parsing infrastructure (doesn't use getopt). Hook it up to | Rob Landley |
2006-11-03 | Implement which. Add hello world to menuconfig. Wrap the various applet main | Rob Landley |
2006-11-02 | Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). | Rob Landley |
2006-10-30 | Add reread(), readall(), and xread() on the bus ride in to work... | landley |
2006-10-30 | Implement df. Add -Wall to build and fix up warnings. Add copyright notices. | landley |
2006-10-25 | Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). | 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 |