1. ca4035b Extend killall with support for -v and -i by Elie De Brauwer · 12 years ago
  2. 7c6209d Adding -s (single shot) and -o (omit pids) options to pidof by Elie De Brauwer · 12 years ago
  3. db8eb32 Make yesno() always read from stdin and write to stderr. (If we need to find our tty, open /dev/tty, but existing users don't.) by Rob Landley · 12 years ago
  4. 939fa74 Add expand command as described in POSIX-2008. Erratum: Do not handle backspace. by Jonathan Clairembault · 12 years ago
  5. fe91e68 Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more" answers what question, exactly?), rewrite xabspath() to work right and not depend on realpath, fix subtle longstanding bug in llist_traverse(). by Rob Landley · 12 years ago
  6. bd2e227 Update readlink so -f works. Add -menq while there. by Rob Landley · 12 years ago
  7. 734b530 Add cut from Jason Kyungwan Han. by Rob Landley · 12 years ago
  8. caf39c2 Add rebound support to intercept error_exit() and longjmp instead. by Rob Landley · 12 years ago
  9. 7aa651a Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. by Rob Landley · 12 years ago
  10. b77293f Fix thinko in xpidfile() by Rob Landley · 12 years ago
  11. 1a0eedf Add du command. by Ashwini Kumar · 12 years ago
  12. c52db60 Add signal handler to clean up tempfile. by Rob Landley · 12 years ago
  13. 07d79af Workaround longstanding glibc/ld bug, ala http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400, which prevents "./toybox | wc" from producing any output when toybox was statically linked. by Rob Landley · 12 years ago
  14. 31f49e7 Make chmod +w respect umask, implement +s and +t, fix ls to show suid/sgid/stid without x bit. by Rob Landley · 12 years ago
  15. 2037b83 New infrastructure for od (oops). by Rob Landley · 12 years ago
  16. b8ef889 Add NOP b (byte) suffix to atolx() since od needs it. by Rob Landley · 12 years ago
  17. 285019a Minor code refactoring. by Rob Landley · 12 years ago
  18. 9835622 Feeding -1 to xdup() isn't an error. by Rob Landley · 12 years ago
  19. 67a069d Update chmod to work with new dirtree, and fix bugs in string_to_mode(). by Rob Landley · 12 years ago
  20. eec4637 Add xrealpath() at suggestion of Ashish Briggers. by Rob Landley · 12 years ago
  21. b6f601e First pass at a complete rewrite of string_to_mode(). (It compiled!) by Rob Landley · 12 years ago
  22. eb7ea22 Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (from scratch) to use new dirtree infrastructure. (This breaks everything else that currently uses dirtree.) by Rob Landley · 13 years ago
  23. f78c63a Using /dev/tty for yesno() is wrong because yes 'n' | cp -ial needs to work. by Rob Landley · 13 years ago
  24. cf6bcb2 Unwind gratuitous macros. by Rob Landley · 13 years ago
  25. 05744b3 Add string to mode_t parser by Daniel Walter · 13 years ago
  26. ee00a7f Remove "feature test macros", replace non-portable fdprintf() with standard fprintf(). by Rob Landley · 13 years ago
  27. b7529b6 More stabs at getting #includes right, and moving off of deprecated functions. by Rob Landley · 13 years ago
  28. f793d53 Upgrade yesno() and make cp -i use it. by Rob Landley · 13 years ago
  29. 2dd50ad Factor out common code between killall/kill and move it to lib/lib.c, plus cleanups on kill.c. by Rob Landley · 13 years ago
  30. 2b54b1a Nathan McSween convinced me compilers that inline memset() can optimize the bzero case pretty well. by Rob Landley · 13 years ago
  31. f42e11b Cleanups to pidof (including some global infrastructure shared with killall). by Rob Landley · 13 years ago
  32. ff9ee8f Add killall by Andreas Heck, and factor out common pid code to lib.h. by Rob Landley · 13 years ago
  33. 5e6dca6 Make atolx() error_exit() if fed a string that doesn't convert entirely into an integer. by Rob Landley · 13 years ago
  34. 26e7b5e Quick and dirty terminal_size() and yesno() functions, both of which need to be improved. by Rob Landley · 13 years ago
  35. f265d04 Bugfix (spotted by Nathan McSween): xread can't detect <0 if the return type is stored in an unsigned variable. by Rob Landley · 13 years ago
  36. ad63f4b Forgot to check in loopfiles_rw changes needed by truncate. by Rob Landley · 13 years ago
  37. 8d43d91 xreadall() returns void... how does that even compile? by Rob Landley · 13 years ago
  38. e0377fb Add TOYBOX_SUID. by Rob Landley · 15 years ago
  39. 1e01cd1 Correct return types of xstrdup() and xstrndup() by Rob Landley · 15 years ago
  40. d6b2613 Fix bug spotted by Jean-Christphe Dubois: reserve space for null terminator. by Rob Landley · 16 years ago
  41. ddae5e9 Fix thinko. by Rob Landley · 16 years ago
  42. 5247671 Add mkswap. by Rob Landley · 16 years ago
  43. b15b8fa Add -N, -I, -L, and -P options to cksum. by Rob Landley · 16 years ago
  44. 7e849c5 Check in crc_init needed by cksum. (Oops.) by Rob Landley · 16 years ago
  45. e824ed1 Tweak from Roberto Foglietta. by Rob Landley · 16 years ago
  46. f15387d Roberto Foglietta pointed out that readall() needs fdlength() to restore by Rob Landley · 16 years ago
  47. 15b2315 Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len. by Rob Landley · 16 years ago
  48. 2bfaaf2 Add "tee" command. by Rob Landley · 16 years ago
  49. 59f490c Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). by Rob Landley · 16 years ago
  50. 988abb3 Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. by Rob Landley · 16 years ago
  51. 3fc4e0f Teach get_rawline() to continue until a configurable char, and xstrndup() by Rob Landley · 17 years ago
  52. f641854 Add spaces after some commas (from Charlie Shepherd). by Rob Landley · 17 years ago
  53. 94dd3e7 Remove extra newlines on error_paths by Charlie Shepherd · 17 years ago
  54. 54524c9 Fix filename in header by Charlie Shepherd · 17 years ago
  55. 12138e4 Teach perror_exit() to take a NULL argument when we just want "command: error". by Rob Landley · 17 years ago
  56. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 17 years ago
  57. 3632d5d Fix loopfiles to not call function() on file not found. by Rob Landley · 17 years ago
  58. 3548341 Make patch's file add actually work, including directory creating and by Rob Landley · 17 years ago
  59. e745d8e Upgrade patch to understand creating and deleting files. by Rob Landley · 17 years ago
  60. 42ecbab Patch command. by Rob Landley · 17 years ago
  61. bc07865 Start of "patch" support. Writes to stdout at the moment. by Rob Landley · 17 years ago
  62. aaffc07 Changeset 186 assumed that toys.exitval defaults to 0. Actually change the by Rob Landley · 17 years ago
  63. ce6750a Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. by Rob Landley · 17 years ago
  64. 7634b55 Add loopfiles() function, make catv use it. by Rob Landley · 17 years ago
  65. e15850a Replace strlcpy() with xstrcpy(), which exits if the string won't fit. by Rob Landley · 17 years ago
  66. 2c22685 Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment by Rob Landley · 17 years ago
  67. 59f757e Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the by Rob Landley · 17 years ago
  68. 6a6dee3 Fix from Charlie Shepherd: at end of string, don't match the null terminator by Rob Landley · 17 years ago
  69. 961e171 xcreate(): perror already prints error name and newline, remove redundancy. by Rob Landley · 17 years ago
  70. d06c58d Promote help to global config option, teach error_exit() to output usage message when called by Rob Landley · 17 years ago
  71. 103b7e0 Break out dirtree.c and let it call a function instead of returning the data. by Rob Landley · 17 years ago
  72. 9303e2f More klibc fixes from Maximilian Attems, strlcpy() this time. by Rob Landley · 17 years ago
  73. 5084fea Add xputs() to detect EOF on writes. by Rob Landley · 17 years ago
  74. 0d8dfb2 Vladimir Oleynik pointed out that va_start() twice in the same function by Rob Landley · 17 years ago
  75. 18d43ff Work around uClibc weirdness. by Rob Landley · 17 years ago
  76. 0c93f6c Add readlink, xreadlink(), and change xrealloc() to not fight the stupid by Rob Landley · 17 years ago
  77. f575716 Add atolx() which understands extensions for kilobytes and megabytes and such. by Rob Landley · 18 years ago
  78. 720fc26 Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count by Rob Landley · 18 years ago
  79. 97c63ec Rename functions.c to lib.c. (Easier name to remember.) by Rob Landley · 18 years ago[Renamed from lib/functions.c]
  80. d25f7e4 Add xstat(), read_dirtree(), and read_dirtree_node(). by Rob Landley · 18 years ago
  81. b3a3382 The fdlength() ioctl apparently doesn't work on files (and the lseek trick by Rob Landley · 18 years ago
  82. e2580db More random progress on mke2fs. Nothing to see yet. by Rob Landley · 18 years ago
  83. 24d1d45 Add "echo". Has -n and -e (but not \0123 yet). by Rob Landley · 18 years ago
  84. 9016377 Add fdprintf(). Remove reread() and rewrite() which handle -EINTR, which by Rob Landley · 18 years ago
  85. 055cfcb Add start of mke2fs/gene2fs, and some other stuff I've been working on. by Rob Landley · 18 years ago
  86. 3388f4c xread() and xwrite() should take void *, not char *. by Rob Landley · 18 years ago
  87. d3e9d64 Add xaccess() by Rob Landley · 18 years ago
  88. f3e452a Add rewrite(), writeall(),and xwrite() to match the read versions. by Rob Landley · 18 years ago
  89. 1322beb xopen() wants 2 arguments unless you're creating a file, in which case you by Rob Landley · 18 years ago
  90. c6f481c Comment tweak. by Rob Landley · 18 years ago
  91. 0a04b3e Implement which. Add hello world to menuconfig. Wrap the various applet main by Rob Landley · 18 years ago
  92. fa98d01 Add xabspath(), is_file_type(), which_in_path(), and find_in_path(). by Rob Landley · 18 years ago
  93. 64b2e23 Add reread(), readall(), and xread() on the bus ride in to work... by landley · 18 years ago
  94. 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
  95. 00f87f1 Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path(). by landley · 18 years ago
  96. cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
  97. 4f344e3 Infrastructure, first drop of toy shell, and a bit of work on df. by landley · 18 years ago