1. 170c397 Fix header file generation to not be confused by empty (but non-NULL) option string. by Rob Landley · 11 years ago
  2. 6ebe03d Put all FOR_xxx blocks after all CLEANUP_xxx in generated/flags.h so the usages don't have to be in alphabetical order. by Rob Landley · 11 years ago
  3. e36a9dd CLEANUP transitions require all the generated/flags.h stanzas always be present (even for commands disabled in the config) to avoid undefined symbol errors referencing FLAG_ macros. by Rob Landley · 11 years ago
  4. 2992a66 Add -H option to cksum (hex output), fix to use FLAG macros. by Rob Landley · 11 years ago
  5. fa1625d Add crc code: zcat now works. by Rob Landley · 11 years ago
  6. 7dbb982 Update status page. by Rob Landley · 11 years ago
  7. c5dabf1 Update inflate code: fixed tables, bugfixes, zcat alias. by Rob Landley · 11 years ago
  8. a235901 Make CLEANUP transitions work, so multiple NEWTOY() can exist in the same file. 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. 5a2583a Fix segfault with single build of a command with bare longopts. by Rob Landley · 11 years ago
  14. b6c8a86 Move bunzip2 logic from lib into bzcat. by Rob Landley · 11 years ago
  15. 5486075 Tweak help text. by Rob Landley · 11 years ago
  16. a89f8aa More cleanup.html documentation, still way behind... by Rob Landley · 11 years ago
  17. 0e040df Use right config for single builds. by Rob Landley · 11 years ago
  18. 030c3f3 Add /prefix netmask support to ifconfig, ala "ifconfig eth0 192.168.1.42/28" by Rob Landley · 11 years ago
  19. 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
  20. 39f39b3 More gzip whitespace tweaks, and the occasional curly bracket. No actual code changes. by Rob Landley · 11 years ago
  21. 7ea4ebf Convert leading tabs to spaces for gzip. by Rob Landley · 11 years ago
  22. 05910a2 Add Szabolcs Nagy's deflate/inflate code from git://git.suckless.org/flate by Rob Landley · 11 years ago
  23. 0432050 More elaborate help text collating logic. by Rob Landley · 11 years ago
  24. c8cce3f init: don't use VT_OPENQRY. by Isaac Dunham · 11 years ago
  25. 714a0db Two changes to shut up GCC: by Isaac Dunham · 11 years ago
  26. d7e41f1 -Eradicate (char*) casts for strings. by Isaac Dunham · 11 years ago
  27. c049bca Collate usage: lines in help text. by Rob Landley · 11 years ago
  28. 59d85e2 Rename xmsprintf() to just xmprintf(). by Rob Landley · 11 years ago
  29. 2ded833 Help text, collate usage blocks (badly). by Rob Landley · 11 years ago
  30. bccb08d Whitespace changes, and collate a couple declarations/first assignment. by Rob Landley · 11 years ago
  31. 349ff52 Change header and pages so each page has its own title. by Rob Landley · 11 years ago
  32. 86cafe1 Replace python help converter with C implementation. by Rob Landley · 11 years ago
  33. 2b55d86 More work on the cleanup page, partway through describing ifconfig. by Rob Landley · 11 years ago
  34. db0a6de Add new paragraphs on trading off different _kinds_ of simplicity (easy for machine to run vs easy for humans to follow), and why comments aren't a substitute for good code. by Rob Landley · 11 years ago
  35. a7c3e29 The README trailed off into unfinished confusion at the end, fix up the obvious parts. by Rob Landley · 11 years ago
  36. 64b6319 A few more commands in request section of roadmap. by Rob Landley · 11 years ago
  37. a094070 Link to a couple more things from nav bar. by Rob Landley · 11 years ago
  38. d3657e9 Add -zZ support to grep (NUL delimited input/output). by Rob Landley · 11 years ago
  39. 46c8069 Cosmetic tweak. by Rob Landley · 11 years ago
  40. f9d5b02 Cleanup vmstat. Procs, memory, and cpu are reading right, the others not so much. by Rob Landley · 11 years ago
  41. dc37317 Pass through all the readfile() arguments from xreadfile(). by Rob Landley · 11 years ago
  42. fc33eb7 Noticed a few differences from standard help messages, plus a small by Isaac Dunham · 11 years ago
  43. 8471dc0 Attached is an implementation for ftpget/put commands. by Ashwini Sharma · 11 years ago
  44. 85a3241 New section on #including header files. by Rob Landley · 11 years ago
  45. 1bc21f0 An implementation for brctl (ethernet bridge control). by Ashwini Sharma · 11 years ago
  46. b9b218a arping command is implemented. by Ashwini Sharma · 11 years ago
  47. 620ae8b The recent switch from get_int_value to to atolx_range left route by Isaac Dunham · 11 years ago
  48. 1685bd5 Two more commands (last and more) submitted by Ashwini Sharma. by Rob Landley · 11 years ago
  49. c3cc964 telnet and telnetd from Ashwini Sharma's guys. by Rob Landley · 11 years ago
  50. 712b125 Clean up half-finished blkid.test. by Rob Landley · 11 years ago
  51. 2a2b22e Updating the email id in Copyright. by Ashwini Sharma · 11 years ago
  52. 656d504 Attached is an implementation for groupdel. by Ashwini Sharma · 11 years ago
  53. fe69830 Pending commands default n. by Rob Landley · 11 years ago
  54. 25c1f3a IPv6 support is added into traceroute command. by Ashwini Sharma · 11 years ago
  55. afba5b8 Fix some issues raised (albeit indirectly) by Isaac Dunham. by Rob Landley · 11 years ago
  56. 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
  57. f070ec0 Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) by Rob Landley · 11 years ago
  58. d10f39d Promote su from pending to lsb. by Rob Landley · 11 years ago
  59. a44d9db Cleanup su. by Rob Landley · 11 years ago
  60. 0638755 killall: fix return code, improve error reporting, avoid buffer overflow. by Rob Landley · 11 years ago
  61. 6db8529 Don't permute toys.optargs, cleanup code (xexec()) can free it. by Rob Landley · 11 years ago
  62. bb5cfb2 Older python spit --version to stdout, 2.7 does it to stderr. Of course. by Rob Landley · 11 years ago
  63. 10d55b1 Only define MNT_DETACH for old glibc, portability.h included _before_ sys/mount.h... by Rob Landley · 11 years ago
  64. 68cff43 toynet.h went away, missed a file... by Rob Landley · 11 years ago
  65. 0201900 Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. by Rob Landley · 11 years ago
  66. db1009d Move names_to_pid from pending to lib. by Rob Landley · 11 years ago
  67. c4a8ce4 ln -v support from Ashwini Sharma (comment tweak from me) by Rob Landley · 11 years ago
  68. ed9eac3 Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite entries. by Rob Landley · 11 years ago
  69. 4f20b96 Fix pidof -o bug aborting output, reported by Ashwini Sharma. by Rob Landley · 11 years ago
  70. dbbd3d6 Doing math on void pointers isn't portable, reported by Nathan McSween. by Rob Landley · 11 years ago
  71. 7acbf5e Forgot to set new pending entry to default n. by Rob Landley · 11 years ago
  72. 0eb0a81 Can't test <0 on an unsigned, reported by Nathan McSween. by Rob Landley · 11 years ago
  73. 2023d58 Ashwini Sharma submitted tcpsvd/udpsvd. by Rob Landley · 11 years ago
  74. 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
  75. b0d4872 Redo od whitespace with multiple output types so the columns align. by Rob Landley · 11 years ago
  76. 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
  77. 639334b Fix cut. by Rob Landley · 11 years ago
  78. 76e7916 Cleanup help text, remove dead fields unused by linux kernel. by Rob Landley · 11 years ago
  79. 8f64b03 Promote ifconfig from pending to other. by Rob Landley · 11 years ago
  80. b5e7416 Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in. by Rob Landley · 11 years ago
  81. 5ec4ab3 Add xgetpwnam() to lib/xwrap.c. by Rob Landley · 11 years ago
  82. 9e44a58 Move xgetpwuid() and xgetgrgid() into xwrap.c by Rob Landley · 11 years ago
  83. 9fff257 Ifconfig cleanup. by Rob Landley · 11 years ago
  84. 617588a The return of ifconfig cleanup. by Rob Landley · 11 years ago
  85. c8018a2 tftpd upgrade from Ashwini Sharma based on comments from Felix Janda. by Rob Landley · 11 years ago
  86. 622492d Fix broken link. by Rob Landley · 11 years ago
  87. 7866350 Release announcement for 0.4.7. by Rob Landley · 11 years ago
  88. 05669de Added tag 0.4.7 for changeset 663242f2962c by Rob Landley · 11 years ago
  89. 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
  90. 59272f2 Support -F, and ignore -u since that's what we do anyway. by Isaac Dunham · 11 years ago
  91. dcf52cb Remove leftover debris from scripts/test.sh that screws up single tests with single.sh. by Rob Landley · 11 years ago
  92. 9dff9f2 fsck wrapper from Ashwini Sharma. (Note: this just calls filesystem-specific programs not yet in toybox.) by Rob Landley · 11 years ago
  93. 635ea82 Apparently I forgot to tag 0.4.6. Do so now. by Rob Landley · 11 years ago
  94. 78af19d dumpleases (for dhcpd) submitted by Ashwini Sharma. by Rob Landley · 11 years ago
  95. 35b40be du from Ashwini Sharma. by Rob Landley · 11 years ago
  96. 34b91a9 Break out lib/pending.h from lib/lib.h. by Rob Landley · 11 years ago
  97. cc1d6e3 Filesystem images for testing blkid, from Bradley Conroy. by Rob Landley · 11 years ago
  98. ebe6af6 distclean was missing singleconfig.old. by Rob Landley · 11 years ago
  99. f467297 Stuff in pending should default n until cleaned up. by Rob Landley · 11 years ago
  100. 9531f29 Add tftpd by Ashwini Sharma · 11 years ago