- 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 17 years ago
- 9303e2f More klibc fixes from Maximilian Attems, strlcpy() this time. by Rob Landley · 17 years ago
- 5084fea Add xputs() to detect EOF on writes. by Rob Landley · 17 years ago
- 18d43ff Work around uClibc weirdness. by Rob Landley · 17 years ago
- 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 18 years ago
- f575716 Add atolx() which understands extensions for kilobytes and megabytes and such. by Rob Landley · 18 years ago
- 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 18 years ago
- d25f7e4 Add xstat(), read_dirtree(), and read_dirtree_node(). by Rob Landley · 18 years ago
- e2580db More random progress on mke2fs. Nothing to see yet. by Rob Landley · 18 years ago
- 24d1d45 Add "echo". Has -n and -e (but not \0123 yet). by Rob Landley · 18 years ago
- 6000f13 In bunzip replace setjmp/longjmp handling with error_exit(), replace string by Rob Landley · 18 years ago
- 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
- 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago
- 3388f4c xread() and xwrite() should take void *, not char *. by Rob Landley · 18 years ago
- d3e9d64 Add xaccess() by Rob Landley · 18 years ago
- f3e452a Add rewrite(), writeall(),and xwrite() to match the read versions. by Rob Landley · 18 years ago
- 1322beb xopen() wants 2 arguments unless you're creating a file, in which case you by Rob Landley · 18 years ago
- 1521a9e Add cat -v. by Rob Landley · 18 years ago
- 8324b89 New option parsing infrastructure (doesn't use getopt). Hook it up to by Rob Landley · 18 years ago
- 0a04b3e Implement which. Add hello world to menuconfig. Wrap the various applet main by Rob Landley · 18 years ago
- fa98d01 Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). by Rob Landley · 18 years ago
- 64b2e23 Add reread(), readall(), and xread() on the bus ride in to work... by landley · 18 years ago
- 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
- 00f87f1 Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). by landley · 18 years ago
- cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
- 4f344e3 Infrastructure, first drop of toy shell, and a bit of work on df. by landley · 18 years ago