1. 6ef04ef Move dlist_add() to lib/llist.c by Rob Landley · 17 years ago
  2. 3548341 Make patch's file add actually work, including directory creating and by Rob Landley · 17 years ago
  3. e745d8e Upgrade patch to understand creating and deleting files. by Rob Landley · 17 years ago
  4. 42ecbab Patch command. by Rob Landley · 17 years ago
  5. bc07865 Start of "patch" support. Writes to stdout at the moment. by Rob Landley · 17 years ago
  6. 7634b55 Add loopfiles() function, make catv use it. by Rob Landley · 17 years ago
  7. e15850a Replace strlcpy() with xstrcpy(), which exits if the string won't fit. by Rob Landley · 17 years ago
  8. efa93b9 Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd. by Rob Landley · 17 years ago
  9. d06c58d Promote help to global config option, teach error_exit() to output usage message when called by Rob Landley · 17 years ago
  10. 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 17 years ago
  11. 9303e2f More klibc fixes from Maximilian Attems, strlcpy() this time. by Rob Landley · 17 years ago
  12. 5084fea Add xputs() to detect EOF on writes. by Rob Landley · 17 years ago
  13. 18d43ff Work around uClibc weirdness. by Rob Landley · 17 years ago
  14. 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 17 years ago
  15. f575716 Add atolx() which understands extensions for kilobytes and megabytes and such. by Rob Landley · 18 years ago
  16. 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 18 years ago
  17. d25f7e4 Add xstat(), read_dirtree(), and read_dirtree_node(). by Rob Landley · 18 years ago
  18. e2580db More random progress on mke2fs. Nothing to see yet. by Rob Landley · 18 years ago
  19. 24d1d45 Add "echo". Has -n and -e (but not \0123 yet). by Rob Landley · 18 years ago
  20. 6000f13 In bunzip replace setjmp/longjmp handling with error_exit(), replace string by Rob Landley · 18 years ago
  21. 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
  22. 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago
  23. 3388f4c xread() and xwrite() should take void *, not char *. by Rob Landley · 18 years ago
  24. d3e9d64 Add xaccess() by Rob Landley · 18 years ago
  25. f3e452a Add rewrite(), writeall(),and xwrite() to match the read versions. by Rob Landley · 18 years ago
  26. 1322beb xopen() wants 2 arguments unless you're creating a file, in which case you by Rob Landley · 18 years ago
  27. 1521a9e Add cat -v. by Rob Landley · 18 years ago
  28. 8324b89 New option parsing infrastructure (doesn't use getopt). Hook it up to by Rob Landley · 18 years ago
  29. 0a04b3e Implement which. Add hello world to menuconfig. Wrap the various applet main by Rob Landley · 18 years ago
  30. fa98d01 Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). by Rob Landley · 18 years ago
  31. 64b2e23 Add reread(), readall(), and xread() on the bus ride in to work... by landley · 18 years ago
  32. 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
  33. 00f87f1 Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). by landley · 18 years ago
  34. cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
  35. 4f344e3 Infrastructure, first drop of toy shell, and a bit of work on df. by landley · 18 years ago