1. 5e02c67 vodz forgot to include the suid field by Eric Andersen · 22 years ago
  2. fe5b1a9 Apply patch from bug #1278 -- fix usage message for the by Eric Andersen · 22 years ago
  3. 72e1212 vodz writes: by Eric Andersen · 22 years ago
  4. f6f7bfb last_patch63 from vodz: add in crond and crontab applets by Eric Andersen · 22 years ago
  5. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  6. 61b7904 Update dpkg to use new unarchive code by Glenn L McGrath · 22 years ago
  7. c5c1a8a Fix exclude/include problem by Glenn L McGrath · 22 years ago
  8. 61fb489 added full udhcp integration by Russ Dill · 22 years ago
  9. e0f5500 Fix init docs by Eric Andersen · 22 years ago
  10. 08a7220 last_patch58 from vodz: by Eric Andersen · 22 years ago
  11. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  12. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  13. 5a66b64 Reverse some minor changes that got caught up in my big unarchive patch by Glenn L McGrath · 22 years ago
  14. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  15. 420b208 Add a new top applet -Erik by Eric Andersen · 22 years ago
  16. 18b76e6 Watch applet by Michael Habermann by Glenn L McGrath · 22 years ago
  17. c38678d Apply vodz' last_patch52 by Eric Andersen · 22 years ago
  18. 061c900 mesg applet by Manuel Novoa III by Glenn L McGrath · 22 years ago
  19. ec0c48c openvt applet by Quy Tonthat by Glenn L McGrath · 22 years ago
  20. 6714862 Use busybox's show_usage function for help by Glenn L McGrath · 22 years ago
  21. 7a32aaa Awk applet written from scratch by Dmitry Zakharov by Glenn L McGrath · 22 years ago
  22. 933d10d Remove extrangeous backslashes that were probably introduced by by Aaron Lehmann · 22 years ago
  23. 242e3b6 define inline if needed for ANSI C compatability by Glenn L McGrath · 22 years ago
  24. 60a22ad Remove unwanted comments, run through indent by Glenn L McGrath · 22 years ago
  25. 4176972 Run through indent, use /* */ style comments by Glenn L McGrath · 22 years ago
  26. f853db5 Remove definition of is_octal and is_decimal, they arent used by Glenn L McGrath · 22 years ago
  27. 8eb0dc1 New applet, udhcp client by Glenn L McGrath · 22 years ago
  28. 65d415d Added a help text for the -C option to syslogd by Robert Griebl · 22 years ago
  29. 1cd0445 Initial checkin of a very primitive hwclock replacement by Robert Griebl · 22 years ago
  30. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  31. 887ca79 Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik by Eric Andersen · 22 years ago
  32. 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
  33. 7f90ed4 Patch from Martin Volf <volf@dragon.cz> to fix where I had by Eric Andersen · 22 years ago
  34. 7234c3a Cleanup shadow.h stuff so it behaves as intended -Erik by Eric Andersen · 22 years ago
  35. abc9568 Silly spelling fix -Erik by Eric Andersen · 22 years ago
  36. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
  37. 1fca558 Bigger patch for (partial) tinylogin integration by Robert Griebl · 22 years ago
  38. ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 22 years ago
  39. c9aca45 Implement two types of suid/sgid support for BusyBox: by Robert Griebl · 22 years ago
  40. f6495eb Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 22 years ago
  41. d776011 Added support for -Y|--proxy=on/off to wget by Robert Griebl · 22 years ago
  42. 8187bb4 This patch adds -e (extended information) to route and -r/-e (show routing by Robert Griebl · 22 years ago
  43. ef38b39 Support noerror option by Eric Andersen · 22 years ago
  44. 1323c94 Add netcat -i option, per patch from Cristian Ionescu-Idbohrn by Eric Andersen · 22 years ago
  45. 00a6a75 Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> by Eric Andersen · 22 years ago
  46. 9fe5f98 Patch from Jim Treadway -- fix a missing "\" in usage.h by Eric Andersen · 22 years ago
  47. db7d5fc Stupid gcc always includes its own builtin strlen()... by Eric Andersen · 22 years ago
  48. 265d229 Patch from Edward Betts <edward@debian.org> to add -x switch to du.c by Eric Andersen · 22 years ago
  49. 9cdb060 * archival/bunzip2.c: Include <unistd.h>. by Matt Kraai · 22 years ago
  50. 83788da * include/applets.h (CONFIG_LOSETUP): New. by Matt Kraai · 22 years ago
  51. c7a3fb9 Fix devfs loop device support by Eric Andersen · 22 years ago
  52. 38ddbed Try to pull in PATH_MAX properly by Eric Andersen · 22 years ago
  53. 9bd49d6 * archival/gzip.c (ifname, ofname): Delete. by Matt Kraai · 23 years ago
  54. 273af73 * include/usage.h (gzip_trivial_usage): Make FILE optional. by Matt Kraai · 23 years ago
  55. 20d739a If PATH_MAX isn't defined, define it outselves by Eric Andersen · 23 years ago
  56. 9758e7d * include/usage.h: Fix route and unzip usage messages (patch from by Matt Kraai · 23 years ago
  57. 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 23 years ago
  58. fb74a45 Vodz' last_patch31 by Eric Andersen · 23 years ago
  59. 730f826 Add in a new restart init target, triggered by SIGHUP. Patch from by Eric Andersen · 23 years ago
  60. ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
  61. 6925d50 Some minor usage cleanups from David Douthitt <ssrat@mailbag.com> by Eric Andersen · 23 years ago
  62. 54805af Remove documentation for the --file option to hostname (noted by by Matt Kraai · 23 years ago
  63. c98c062 Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> by Eric Andersen · 23 years ago
  64. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
  65. 356b6db Patch from Steve Merrifield <steve@labyrinth.net.au> to by Eric Andersen · 23 years ago
  66. c365742 Add in a 'time' applet. Adds 4.5k. -Erik by Eric Andersen · 23 years ago
  67. fff11f1 bzcat and bunzip -c support from Thomas Lundquist by Glenn L McGrath · 23 years ago
  68. c223ced I forgot to add these. Part of the patch from vodz by Eric Andersen · 23 years ago
  69. 55b2ded Required for od and hexdump applets by Glenn L McGrath · 23 years ago
  70. 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago
  71. 1552ff7 Move usage.h to include/usage.h by Eric Andersen · 23 years ago
  72. 6cf47a7 Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> by Eric Andersen · 23 years ago
  73. 999623e Use extended regular expressions when invoked as egrep (noted and initial by Matt Kraai · 23 years ago
  74. 9af363f include unistd which provides off_t for the header and hence unarchive applets by Glenn L McGrath · 23 years ago
  75. e9fc781 libunarchive, and recovery from my previous commit by Glenn L McGrath · 23 years ago
  76. 0d2fb76 Modify applets to use libunarchive by Glenn L McGrath · 23 years ago
  77. 258bd3d Split true and false into separate applets. by Matt Kraai · 23 years ago
  78. b36e684 Ignore generated files by Eric Andersen · 23 years ago
  79. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  80. c2af1ee Commit the start-stop-daemon applet. This was contributed by David by Eric Andersen · 23 years ago
  81. 4bef7b4 unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match. by Glenn L McGrath · 23 years ago
  82. 3550753 Remove duplicate tftp -l option help by Glenn L McGrath · 23 years ago
  83. ad117d8 Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. by Glenn L McGrath · 23 years ago
  84. 24e2833 Initial support for for bunzip2.... by Glenn L McGrath · 23 years ago
  85. 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
  86. 3be3430 Fix tftp usage information (closes: #1216). by Matt Kraai · 23 years ago
  87. 4c67c59 closes bug#1215? by Tim Riker · 23 years ago
  88. 9163101 Remove traces of rpmunpack (patch by Laurence Anderson). by Matt Kraai · 23 years ago
  89. 80f6d55 Eliminate improper consts and allow standard version to override. by Matt Kraai · 23 years ago
  90. f349e97 Initial merge of all tinylogin applets that do not require crypt. by Eric Andersen · 23 years ago
  91. a7cecbc Commit Vladimir's simplify_path. by Matt Kraai · 23 years ago
  92. be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
  93. 879d6c8 make_directory used mode as if it were an signed entity, but in fact by Eric Andersen · 23 years ago
  94. 46bf7de Ok, if no shell is enabled, don't include any of the SH_IS_<name> by Eric Andersen · 23 years ago
  95. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  96. 2d91deb Allow multiple shells to be enabled. by Matt Kraai · 23 years ago
  97. 221b2ea I just wrote up a simple pidof applet, closing bug #1197 -Erik by Eric Andersen · 23 years ago
  98. 74bcd16 This incorporates Posix math support into ash. The Posix math support by Eric Andersen · 23 years ago
  99. 655584b This fixes dos2unix and unix2dos so they behave as expected. dos2unix by Eric Andersen · 23 years ago
  100. 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago