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