1. fad38c7 Factor out mkpathat. by Rob Landley · 11 years ago
  2. 69664c2 Promote freeramdisk from pending to other, default y. by Rob Landley · 11 years ago
  3. 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
  4. 728b8ff Please find the patches attached herewith for adding 3 new commands - by Vivek Bhagat · 11 years ago
  5. da60b9b Fix two bugs reported by Ashwini Sharma. by Rob Landley · 11 years ago
  6. 2992a66 Add -H option to cksum (hex output), fix to use FLAG macros. by Rob Landley · 11 years ago
  7. fa1625d Add crc code: zcat now works. by Rob Landley · 11 years ago
  8. c5dabf1 Update inflate code: fixed tables, bugfixes, zcat alias. by Rob Landley · 11 years ago
  9. 1fb3ae7 Various cleanups found by Tom Sparrow's static analysis. by Rob Landley · 11 years ago
  10. 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
  11. 3cd89c3 Not buying it, eh? by Rob Landley · 11 years ago
  12. b34b237 Nothing to see here, move along. by Rob Landley · 11 years ago
  13. b6c8a86 Move bunzip2 logic from lib into bzcat. by Rob Landley · 11 years ago
  14. 5486075 Tweak help text. by Rob Landley · 11 years ago
  15. 030c3f3 Add /prefix netmask support to ifconfig, ala "ifconfig eth0 192.168.1.42/28" by Rob Landley · 11 years ago
  16. 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
  17. 39f39b3 More gzip whitespace tweaks, and the occasional curly bracket. No actual code changes. by Rob Landley · 11 years ago
  18. 7ea4ebf Convert leading tabs to spaces for gzip. by Rob Landley · 11 years ago
  19. 05910a2 Add Szabolcs Nagy's deflate/inflate code from git://git.suckless.org/flate by Rob Landley · 11 years ago
  20. 0432050 More elaborate help text collating logic. by Rob Landley · 11 years ago
  21. c8cce3f init: don't use VT_OPENQRY. by Isaac Dunham · 11 years ago
  22. 714a0db Two changes to shut up GCC: by Isaac Dunham · 11 years ago
  23. d7e41f1 -Eradicate (char*) casts for strings. by Isaac Dunham · 11 years ago
  24. 59d85e2 Rename xmsprintf() to just xmprintf(). by Rob Landley · 11 years ago
  25. bccb08d Whitespace changes, and collate a couple declarations/first assignment. by Rob Landley · 11 years ago
  26. d3657e9 Add -zZ support to grep (NUL delimited input/output). by Rob Landley · 11 years ago
  27. f9d5b02 Cleanup vmstat. Procs, memory, and cpu are reading right, the others not so much. by Rob Landley · 11 years ago
  28. dc37317 Pass through all the readfile() arguments from xreadfile(). by Rob Landley · 11 years ago
  29. fc33eb7 Noticed a few differences from standard help messages, plus a small by Isaac Dunham · 11 years ago
  30. 8471dc0 Attached is an implementation for ftpget/put commands. by Ashwini Sharma · 11 years ago
  31. 1bc21f0 An implementation for brctl (ethernet bridge control). by Ashwini Sharma · 11 years ago
  32. b9b218a arping command is implemented. by Ashwini Sharma · 11 years ago
  33. 620ae8b The recent switch from get_int_value to to atolx_range left route by Isaac Dunham · 11 years ago
  34. 1685bd5 Two more commands (last and more) submitted by Ashwini Sharma. by Rob Landley · 11 years ago
  35. c3cc964 telnet and telnetd from Ashwini Sharma's guys. by Rob Landley · 11 years ago
  36. 2a2b22e Updating the email id in Copyright. by Ashwini Sharma · 11 years ago
  37. 656d504 Attached is an implementation for groupdel. by Ashwini Sharma · 11 years ago
  38. fe69830 Pending commands default n. by Rob Landley · 11 years ago
  39. 25c1f3a IPv6 support is added into traceroute command. by Ashwini Sharma · 11 years ago
  40. afba5b8 Fix some issues raised (albeit indirectly) by Isaac Dunham. by Rob Landley · 11 years ago
  41. 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
  42. f070ec0 Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) by Rob Landley · 11 years ago
  43. d10f39d Promote su from pending to lsb. by Rob Landley · 11 years ago
  44. a44d9db Cleanup su. by Rob Landley · 11 years ago
  45. 0638755 killall: fix return code, improve error reporting, avoid buffer overflow. by Rob Landley · 11 years ago
  46. 6db8529 Don't permute toys.optargs, cleanup code (xexec()) can free it. by Rob Landley · 11 years ago
  47. 68cff43 toynet.h went away, missed a file... by Rob Landley · 11 years ago
  48. c4a8ce4 ln -v support from Ashwini Sharma (comment tweak from me) by Rob Landley · 11 years ago
  49. ed9eac3 Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite entries. by Rob Landley · 11 years ago
  50. 4f20b96 Fix pidof -o bug aborting output, reported by Ashwini Sharma. by Rob Landley · 11 years ago
  51. 7acbf5e Forgot to set new pending entry to default n. by Rob Landley · 11 years ago
  52. 0eb0a81 Can't test <0 on an unsigned, reported by Nathan McSween. by Rob Landley · 11 years ago
  53. 2023d58 Ashwini Sharma submitted tcpsvd/udpsvd. by Rob Landley · 11 years ago
  54. 0cae729 When building for 32-bit, the compiler can't figure out that a constant too big to fit in a long isn't trying to unless you explicitly postfix the constant with the type of the varable it's being assigned into. by Rob Landley · 11 years ago
  55. b0d4872 Redo od whitespace with multiple output types so the columns align. by Rob Landley · 11 years ago
  56. 83d3a0b Minor drive-by cleanups to cpio. Whitespace, curly brackets, replace %4 with &3, turn a switch/case into if/else. by Rob Landley · 11 years ago
  57. 639334b Fix cut. by Rob Landley · 11 years ago
  58. 76e7916 Cleanup help text, remove dead fields unused by linux kernel. by Rob Landley · 11 years ago
  59. 8f64b03 Promote ifconfig from pending to other. by Rob Landley · 11 years ago
  60. 5ec4ab3 Add xgetpwnam() to lib/xwrap.c. by Rob Landley · 11 years ago
  61. 9e44a58 Move xgetpwuid() and xgetgrgid() into xwrap.c by Rob Landley · 11 years ago
  62. 9fff257 Ifconfig cleanup. by Rob Landley · 11 years ago
  63. 617588a The return of ifconfig cleanup. by Rob Landley · 11 years ago
  64. c8018a2 tftpd upgrade from Ashwini Sharma based on comments from Felix Janda. by Rob Landley · 11 years ago
  65. 75cb924 Add test suite for blkid and clean up an editorial comment that shouldn't have been checked in. by Rob Landley · 11 years ago
  66. 59272f2 Support -F, and ignore -u since that's what we do anyway. by Isaac Dunham · 11 years ago
  67. 9dff9f2 fsck wrapper from Ashwini Sharma. (Note: this just calls filesystem-specific programs not yet in toybox.) by Rob Landley · 11 years ago
  68. 78af19d dumpleases (for dhcpd) submitted by Ashwini Sharma. by Rob Landley · 11 years ago
  69. 35b40be du from Ashwini Sharma. by Rob Landley · 11 years ago
  70. f467297 Stuff in pending should default n until cleaned up. by Rob Landley · 11 years ago
  71. 9531f29 Add tftpd by Ashwini Sharma · 11 years ago
  72. 3ad73e1 grep doesn't allocate enough space by William Haddon · 11 years ago
  73. 599a13b Sceond cleanup pass on vconfig by Rob Landley · 11 years ago
  74. 98c322e Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore. by Rob Landley · 11 years ago
  75. 6fb8fae Cleanup vconfig. by Rob Landley · 11 years ago
  76. 07c4c66 Patch from William Haddon to make xargs with blank input call its command line once. (Tweaked slightly for whitespace and to collate variable declarations.) by Rob Landley · 11 years ago
  77. 6f6ccc1 Make the patch -x option (only enabled with CONFIG_DEBUG) provide more information about why a patch didn't apply. (Offset of first nonmatching character at each line during seek phase.) by Rob Landley · 11 years ago
  78. 2baa73f Promote nl from pending to posix, and add tests. by Rob Landley · 11 years ago
  79. 710a31f Cleanup nl, add support for more bits of posix. by Rob Landley · 11 years ago
  80. 159e529 Here's a revised cpio. by Isaac Dunham · 11 years ago
  81. 85ac09b watch: Add support for -e option, remove memory leak and deal with not-wide terminals by Elie De Brauwer · 11 years ago
  82. 66643b4 I noticed the user count was missing and added this, borrowing a bit of code from toys/posix/who.c. by Jeroen van Rijn · 11 years ago
  83. 4aee303 Minor cleanup of reboot by Rob Landley · 11 years ago
  84. 9b2b24a New toy: reboot/halt/poweroff by Elie De Brauwer · 11 years ago
  85. 18ec035 useradd, groupadd, and mkpasswd submitted by Ashwini Sharma. by Rob Landley · 11 years ago
  86. d0f7935 Prep work for useradd by Ashwini Sharma. by Rob Landley · 11 years ago
  87. c50057e I've finally gotten 'cpio' into a shape where it could be useable. by Isaac Dunham · 11 years ago
  88. 03c1b0b Move blkid out of pending, default y. by Rob Landley · 11 years ago
  89. db494a2 Cleanup chvt by Rob Landley · 11 years ago
  90. ad1f8a0 Cleanup blkid by Rob Landley · 11 years ago
  91. 907d423 blkid cleanup: more whitespace (including fixing a strange unindented if block), convert strange fstype inclusion to OLDTOY(), use "<1" arg so calling with no arguments doesn't hang, convert typedef to normal struct. by Rob Landley · 11 years ago
  92. ef13522 blkid cleanup: Convert tabs to spaces. by Rob Landley · 11 years ago
  93. 730d5a8 Add blkid.c by Brad Conroy · 11 years ago
  94. 3ae3cf4 top submitted by Ashwini Sharma by Rob Landley · 11 years ago
  95. 7dc773b traceroute from Ashwini Sharma by Rob Landley · 11 years ago
  96. c705b95 Tweak args (yank old + that never worked, rename | to +), and add uname -o as a synonym for -s. by Rob Landley · 11 years ago
  97. bc382be Fix -t c0 and -J as reported by heehooman at gmail on the list. by Rob Landley · 11 years ago
  98. cd0b70e Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) by Rob Landley · 11 years ago
  99. 9b9a1ef First pass of cut cleanup, and make test script slightly happier with the concept of 80 character lines. by Rob Landley · 11 years ago
  100. dc44b6b Cleanup on acpi, switch to default y. by Rob Landley · 11 years ago