1. 3fdbdac Quick cleanup pass on ps. by Rob Landley · 10 years ago
  2. fd71bca Cleanup pass on lspci by Rob Landley · 10 years ago
  3. e9b7fcf bootchartd by Bilal Qureshi. by Rob Landley · 10 years ago
  4. afe951b Here's a quick cleanup of md5sum. Executive summary: smaller and faster. by Daniel Verkamp · 10 years ago
  5. 97641f4 Promote sysctl from pending to other, default y. by Rob Landley · 10 years ago
  6. 08f2d7d More sysctl cleanup: fix error message on nonexistent key, write path, and -p. by Rob Landley · 10 years ago
  7. e973d23 Cleanup pass on sysctl. by Rob Landley · 10 years ago
  8. f272df9 First cleanup pass on sysctl. by Rob Landley · 10 years ago
  9. 97c2c1e Add sysctl by Bilal Qureshi. by Rob Landley · 10 years ago
  10. 7e90d22 Add arp from Sandeep Sharma and Kyungwan Han. by Rob Landley · 10 years ago
  11. 5369517 sizeof("string") treats it as a char array _including_ the null terminator, so strncmp(dest, "string", sizeof("string")) is just strcpy. by Rob Landley · 10 years ago
  12. 6ef8ce4 Initial cleanup of last: mostly whitespace, move no record test to start of loop, don't bother to stat an empty file to report when an empty log was created (just report current time). by Rob Landley · 10 years ago
  13. 48c172b Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c. by Rob Landley · 10 years ago
  14. a547cf1 Attached is the patch for lsattr and chattr implementation. by Ashwini Sharma · 10 years ago
  15. c54fdc9 Teach cpio to set uid/gid and timestamp. (Timestamp has year 2100 problem.) by Rob Landley · 10 years ago
  16. 7bcaf03 fold cleanup: whitespace and curly brackets. by Rob Landley · 10 years ago
  17. d9403ab Cosmetic tweak: spell out "Linux Standard Base" in menuconfig. by Rob Landley · 10 years ago
  18. 5f6ec72 Fix od bug reported by Samuel Holland ("od -v -b" was appending default output type even though an output type was specified). by Rob Landley · 10 years ago
  19. f9070f3 Add example directory, move hello.c into it, add skeleton.c to demonstrate more complciated stuff (multiple commands per file, etc), and have genconfig.sh sort backwards so posix is first and example last in menuconfig. by Rob Landley · 10 years ago
  20. 5fe77cf As long as uClibc's still around and requires you to jump through hoops to get iconv(), probe and build defconfig without it if it's not there. by Rob Landley · 10 years ago
  21. 3297e87 usage: is lower case (the help generator looks for that, might as well be consistent). by Rob Landley · 10 years ago
  22. aac4222 This version of fold fixes major bugs (infinite loop, overflow) and adds an option for un/refolding text. by Samuel Holland · 10 years ago
  23. 6c64f5f Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update. by Rob Landley · 10 years ago
  24. 76e1cb3 Probe for the existence of FIFREEZE and make fsfreeze depend on it. by Rob Landley · 10 years ago
  25. dd61393 A tool to reset the terminal. by Ashwini Sharma · 10 years ago
  26. 1d12fb6 An issue in ifconfig while verifying the HW Address, which is assumed to be of the format __C2:79:38:95:CD:AB__ but can be of form __C2:79:38:95:D:A__. In this case the HW address is reported as bad. by Ashwini sharma · 10 years ago
  27. 0d8467b An implementation of __printf__ is attached. by Ashwini Sharma · 10 years ago
  28. 603e206 iconv cleanup. by Rob Landley · 10 years ago
  29. 85224dd iconv is actually something I'm missing on my current musl based system. by Felix Janda · 10 years ago
  30. 8b6d56c getty: build fix, clean up messages, simplify code by Isaac Dunham · 10 years ago
  31. 931425c roadmap: describe glibc commands. by Isaac Dunham · 10 years ago
  32. 669f332 Fix date setting, and fluff out help text a bit. by Rob Landley · 10 years ago
  33. 9953f64 modprobe: cleanup, incorporate Ashwini's fix for alias loading by Isaac Dunham · 10 years ago
  34. be07288 Bugfix: if $TERM and friends aren't set, putenv() got passed a NULL. by Rob Landley · 10 years ago
  35. 15938ae Modprobe from Madhur Verma and Kyungwan Han. by Rob Landley · 10 years ago
  36. ca51eb8 A getty implementation from Sandeep Sharma and Kyungwan Han. by Rob Landley · 10 years ago
  37. 6f9d481 openvt tries opening several devices to get an fd that points to the current console, without a need for read or write permissions. O_RDWR implies that both O_RDONLY and O_WRONLY would work, so skip it. Reindent. by Isaac Dunham · 10 years ago
  38. 547c8d9 Here is a basic implementation of fold[0]. It does not support multibyte characters, though that would probably just require more switch cases. by Samuel Holland · 10 years ago
  39. 7183a63 Decided not to go with the sflate implementation of deflate/inflate. The decompression side's already reimplemented in compress, and I'm working on compression side. by Rob Landley · 10 years ago
  40. 18720dc In ifconfig.c, there is a glitch in function get_addrinfo() when computing the prefix length. by Ashwini Sharma · 10 years ago
  41. 2b0b548 New toy fsfreeze, from Isaac Dunham, plus minor cleanups. by Rob Landley · 10 years ago
  42. 5b40582 Group headers by standard (POSIX or LSB) or function (internationalization, networking). Move headers standards ignore (but which have been there >15 years) to lib/portability.h. Fold xregcomp into lib since it's posix. by Rob Landley · 10 years ago
  43. d4f0125 find: clarify and expand the help for find -type by Isaac Dunham · 10 years ago
  44. 36aa7d7 Add help -a (to show all commands) and -h (to produce HTML output). by Rob Landley · 10 years ago
  45. e9a41fc Fix cpio -it: don't close(fd) unless we opened it. by Isaac Dunham · 10 years ago
  46. 392e127 More cpio bugfixes from Isaac Dunham. by Rob Landley · 10 years ago
  47. a2d5581 Promote cpio out of pending. by Rob Landley · 10 years ago
  48. 6d796b6 Several cpio bugfixes spotted by Isaac Dunham. by Rob Landley · 10 years ago
  49. dba5a37 Most of the remaining cpio cleanup. by Rob Landley · 10 years ago
  50. 817d97b Clarify an unclear comment pointed out by Steve Long. by Rob Landley · 11 years ago
  51. 9ea9911 Next round of cpio cleanup. by Rob Landley · 11 years ago
  52. 2c451a8 Cleanup cpio: use getline() instead of fgets(), have getline() allocate its own memory (instead of using toybuf), use perror_msg() instead of lower level verror_msg() (which is really an internal function needed to implement perror_msg()), don't set execute bits on created archive. by Rob Landley · 11 years ago
  53. bab79fe Cleanup cpio: fiddle with help text, make option parsing require/exclude -iot combinations, move loopfiles_stdin() down after write_cpio_member() so we can hardwire it instead of using a function pointer that only ever has one value. by Rob Landley · 11 years ago
  54. c8f379c Patch from Isaac Dunham to add cpio -d, with a few tweaks by me. by Rob Landley · 11 years ago
  55. ca1b60e Move mkpathat to lib, remove redundant function used by patch. by Rob Landley · 11 years ago
  56. fad38c7 Factor out mkpathat. by Rob Landley · 11 years ago
  57. 69664c2 Promote freeramdisk from pending to other, default y. by Rob Landley · 11 years ago
  58. d96e0ba Cleanup freeramdisk: tabs to 2 spaces, square brackets for option name, do optional cleanup under if (CFG_TOYBOX_FREE) guard. by Rob Landley · 11 years ago
  59. 728b8ff Please find the patches attached herewith for adding 3 new commands - by Vivek Bhagat · 11 years ago
  60. da60b9b Fix two bugs reported by Ashwini Sharma. by Rob Landley · 11 years ago
  61. 2992a66 Add -H option to cksum (hex output), fix to use FLAG macros. by Rob Landley · 11 years ago
  62. fa1625d Add crc code: zcat now works. by Rob Landley · 11 years ago
  63. c5dabf1 Update inflate code: fixed tables, bugfixes, zcat alias. by Rob Landley · 11 years ago
  64. 1fb3ae7 Various cleanups found by Tom Sparrow's static analysis. by Rob Landley · 11 years ago
  65. 33b022d Ok, _maybe_ I'm rewriting deflate from scratch rather than cleaning up the existing one, but you can't prove it. I plead the fifth, third, twelvefth, twentieth, twenty-first, twenth-fith, and twenty-seventh. by Rob Landley · 11 years ago
  66. 3cd89c3 Not buying it, eh? by Rob Landley · 11 years ago
  67. b34b237 Nothing to see here, move along. by Rob Landley · 11 years ago
  68. b6c8a86 Move bunzip2 logic from lib into bzcat. by Rob Landley · 11 years ago
  69. 5486075 Tweak help text. by Rob Landley · 11 years ago
  70. 030c3f3 Add /prefix netmask support to ifconfig, ala "ifconfig eth0 192.168.1.42/28" by Rob Landley · 11 years ago
  71. 0bf4c95 gzip: alphebetize help entries and remove trailing literal \n, check for command line option groups, move len/dist tables to GLOBALS and calculate instead of including literal tables, collate enum and typedef, convert main to toybox option parsing. by Rob Landley · 11 years ago
  72. 39f39b3 More gzip whitespace tweaks, and the occasional curly bracket. No actual code changes. by Rob Landley · 11 years ago
  73. 7ea4ebf Convert leading tabs to spaces for gzip. by Rob Landley · 11 years ago
  74. 05910a2 Add Szabolcs Nagy's deflate/inflate code from git://git.suckless.org/flate by Rob Landley · 11 years ago
  75. 0432050 More elaborate help text collating logic. by Rob Landley · 11 years ago
  76. c8cce3f init: don't use VT_OPENQRY. by Isaac Dunham · 11 years ago
  77. 714a0db Two changes to shut up GCC: by Isaac Dunham · 11 years ago
  78. d7e41f1 -Eradicate (char*) casts for strings. by Isaac Dunham · 11 years ago
  79. 59d85e2 Rename xmsprintf() to just xmprintf(). by Rob Landley · 11 years ago
  80. bccb08d Whitespace changes, and collate a couple declarations/first assignment. by Rob Landley · 11 years ago
  81. d3657e9 Add -zZ support to grep (NUL delimited input/output). by Rob Landley · 11 years ago
  82. f9d5b02 Cleanup vmstat. Procs, memory, and cpu are reading right, the others not so much. by Rob Landley · 11 years ago
  83. dc37317 Pass through all the readfile() arguments from xreadfile(). by Rob Landley · 11 years ago
  84. fc33eb7 Noticed a few differences from standard help messages, plus a small by Isaac Dunham · 11 years ago
  85. 8471dc0 Attached is an implementation for ftpget/put commands. by Ashwini Sharma · 11 years ago
  86. 1bc21f0 An implementation for brctl (ethernet bridge control). by Ashwini Sharma · 11 years ago
  87. b9b218a arping command is implemented. by Ashwini Sharma · 11 years ago
  88. 620ae8b The recent switch from get_int_value to to atolx_range left route by Isaac Dunham · 11 years ago
  89. 1685bd5 Two more commands (last and more) submitted by Ashwini Sharma. by Rob Landley · 11 years ago
  90. c3cc964 telnet and telnetd from Ashwini Sharma's guys. by Rob Landley · 11 years ago
  91. 2a2b22e Updating the email id in Copyright. by Ashwini Sharma · 11 years ago
  92. 656d504 Attached is an implementation for groupdel. by Ashwini Sharma · 11 years ago
  93. fe69830 Pending commands default n. by Rob Landley · 11 years ago
  94. 25c1f3a IPv6 support is added into traceroute command. by Ashwini Sharma · 11 years ago
  95. afba5b8 Fix some issues raised (albeit indirectly) by Isaac Dunham. by Rob Landley · 11 years ago
  96. 5a73f39 Ashwini sharma pointed out that show_help() doesn't exit so "ifconfig eth0 netmask" would segfault. Replace it with an error_exit(), see list for aesthetic issue this raises re: help text. by Rob Landley · 11 years ago
  97. f070ec0 Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) by Rob Landley · 11 years ago
  98. d10f39d Promote su from pending to lsb. by Rob Landley · 11 years ago
  99. a44d9db Cleanup su. by Rob Landley · 11 years ago
  100. 0638755 killall: fix return code, improve error reporting, avoid buffer overflow. by Rob Landley · 11 years ago