1. 2bfaaf2 Add "tee" command. by Rob Landley · 16 years ago
  2. 59f490c Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). by Rob Landley · 16 years ago
  3. 988abb3 Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. by Rob Landley · 16 years ago
  4. 3fc4e0f Teach get_rawline() to continue until a configurable char, and xstrndup() by Rob Landley · 16 years ago
  5. f641854 Add spaces after some commas (from Charlie Shepherd). by Rob Landley · 17 years ago
  6. 94dd3e7 Remove extra newlines on error_paths by Charlie Shepherd · 17 years ago
  7. 54524c9 Fix filename in header by Charlie Shepherd · 17 years ago
  8. 12138e4 Teach perror_exit() to take a NULL argument when we just want "command: error". by Rob Landley · 17 years ago
  9. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 17 years ago
  10. 3632d5d Fix loopfiles to not call function() on file not found. 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. aaffc07 Changeset 186 assumed that toys.exitval defaults to 0. Actually change the by Rob Landley · 17 years ago
  16. ce6750a Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. by Rob Landley · 17 years ago
  17. 7634b55 Add loopfiles() function, make catv use it. by Rob Landley · 17 years ago
  18. e15850a Replace strlcpy() with xstrcpy(), which exits if the string won't fit. by Rob Landley · 17 years ago
  19. 2c22685 Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment by Rob Landley · 17 years ago
  20. 59f757e Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the by Rob Landley · 17 years ago
  21. 6a6dee3 Fix from Charlie Shepherd: at end of string, don't match the null terminator by Rob Landley · 17 years ago
  22. 961e171 xcreate(): perror already prints error name and newline, remove redundancy. by Rob Landley · 17 years ago
  23. d06c58d Promote help to global config option, teach error_exit() to output usage message when called by Rob Landley · 17 years ago
  24. 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 17 years ago
  25. 9303e2f More klibc fixes from Maximilian Attems, strlcpy() this time. by Rob Landley · 17 years ago
  26. 5084fea Add xputs() to detect EOF on writes. by Rob Landley · 17 years ago
  27. 0d8dfb2 Vladimir Oleynik pointed out that va_start() twice in the same function by Rob Landley · 17 years ago
  28. 18d43ff Work around uClibc weirdness. by Rob Landley · 17 years ago
  29. 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 17 years ago
  30. f575716 Add atolx() which understands extensions for kilobytes and megabytes and such. by Rob Landley · 18 years ago
  31. 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 18 years ago
  32. 97c63ec Rename functions.c to lib.c. (Easier name to remember.) by Rob Landley · 18 years ago[Renamed from lib/functions.c]
  33. d25f7e4 Add xstat(), read_dirtree(), and read_dirtree_node(). by Rob Landley · 18 years ago
  34. b3a3382 The fdlength() ioctl apparently doesn't work on files (and the lseek trick by Rob Landley · 18 years ago
  35. e2580db More random progress on mke2fs. Nothing to see yet. by Rob Landley · 18 years ago
  36. 24d1d45 Add "echo". Has -n and -e (but not \0123 yet). by Rob Landley · 18 years ago
  37. 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
  38. 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago
  39. 3388f4c xread() and xwrite() should take void *, not char *. by Rob Landley · 18 years ago
  40. d3e9d64 Add xaccess() by Rob Landley · 18 years ago
  41. f3e452a Add rewrite(), writeall(),and xwrite() to match the read versions. by Rob Landley · 18 years ago
  42. 1322beb xopen() wants 2 arguments unless you're creating a file, in which case you by Rob Landley · 18 years ago
  43. c6f481c Comment tweak. by Rob Landley · 18 years ago
  44. 0a04b3e Implement which. Add hello world to menuconfig. Wrap the various applet main by Rob Landley · 18 years ago
  45. fa98d01 Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). by Rob Landley · 18 years ago
  46. 64b2e23 Add reread(), readall(), and xread() on the bus ride in to work... by landley · 18 years ago
  47. 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
  48. 00f87f1 Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). by landley · 18 years ago
  49. cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
  50. 4f344e3 Infrastructure, first drop of toy shell, and a bit of work on df. by landley · 18 years ago