1. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  2. 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
  3. 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
  4. 7f90ed4 Patch from Martin Volf <volf@dragon.cz> to fix where I had by Eric Andersen · 22 years ago
  5. 7234c3a Cleanup shadow.h stuff so it behaves as intended -Erik by Eric Andersen · 22 years ago
  6. abc9568 Silly spelling fix -Erik by Eric Andersen · 22 years ago
  7. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
  8. 1fca558 Bigger patch for (partial) tinylogin integration by Robert Griebl · 22 years ago
  9. ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 22 years ago
  10. c9aca45 Implement two types of suid/sgid support for BusyBox: by Robert Griebl · 22 years ago
  11. f6495eb Support old-style compress (.Z) files via libbb / unzip( ) calls by Robert Griebl · 22 years ago
  12. d776011 Added support for -Y|--proxy=on/off to wget by Robert Griebl · 22 years ago
  13. 8187bb4 This patch adds -e (extended information) to route and -r/-e (show routing by Robert Griebl · 22 years ago
  14. ef38b39 Support noerror option by Eric Andersen · 22 years ago
  15. 1323c94 Add netcat -i option, per patch from Cristian Ionescu-Idbohrn by Eric Andersen · 22 years ago
  16. 00a6a75 Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com> by Eric Andersen · 22 years ago
  17. 9fe5f98 Patch from Jim Treadway -- fix a missing "\" in usage.h by Eric Andersen · 22 years ago
  18. db7d5fc Stupid gcc always includes its own builtin strlen()... by Eric Andersen · 22 years ago
  19. 265d229 Patch from Edward Betts <edward@debian.org> to add -x switch to du.c by Eric Andersen · 22 years ago
  20. 9cdb060 * archival/bunzip2.c: Include <unistd.h>. by Matt Kraai · 22 years ago
  21. 83788da * include/applets.h (CONFIG_LOSETUP): New. by Matt Kraai · 22 years ago
  22. c7a3fb9 Fix devfs loop device support by Eric Andersen · 22 years ago
  23. 38ddbed Try to pull in PATH_MAX properly by Eric Andersen · 22 years ago
  24. 9bd49d6 * archival/gzip.c (ifname, ofname): Delete. by Matt Kraai · 23 years ago
  25. 273af73 * include/usage.h (gzip_trivial_usage): Make FILE optional. by Matt Kraai · 23 years ago
  26. 20d739a If PATH_MAX isn't defined, define it outselves by Eric Andersen · 23 years ago
  27. 9758e7d * include/usage.h: Fix route and unzip usage messages (patch from by Matt Kraai · 23 years ago
  28. 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 23 years ago
  29. fb74a45 Vodz' last_patch31 by Eric Andersen · 23 years ago
  30. 730f826 Add in a new restart init target, triggered by SIGHUP. Patch from by Eric Andersen · 23 years ago
  31. ace02dc Make cp and mv optionally preserve hard links. by Matt Kraai · 23 years ago
  32. 6925d50 Some minor usage cleanups from David Douthitt <ssrat@mailbag.com> by Eric Andersen · 23 years ago
  33. 54805af Remove documentation for the --file option to hostname (noted by by Matt Kraai · 23 years ago
  34. c98c062 Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au> by Eric Andersen · 23 years ago
  35. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
  36. 356b6db Patch from Steve Merrifield <steve@labyrinth.net.au> to by Eric Andersen · 23 years ago
  37. c365742 Add in a 'time' applet. Adds 4.5k. -Erik by Eric Andersen · 23 years ago
  38. fff11f1 bzcat and bunzip -c support from Thomas Lundquist by Glenn L McGrath · 23 years ago
  39. c223ced I forgot to add these. Part of the patch from vodz by Eric Andersen · 23 years ago
  40. 55b2ded Required for od and hexdump applets by Glenn L McGrath · 23 years ago
  41. 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago
  42. 1552ff7 Move usage.h to include/usage.h by Eric Andersen · 23 years ago
  43. 6cf47a7 Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> by Eric Andersen · 23 years ago
  44. 999623e Use extended regular expressions when invoked as egrep (noted and initial by Matt Kraai · 23 years ago
  45. 9af363f include unistd which provides off_t for the header and hence unarchive applets by Glenn L McGrath · 23 years ago
  46. e9fc781 libunarchive, and recovery from my previous commit by Glenn L McGrath · 23 years ago
  47. 0d2fb76 Modify applets to use libunarchive by Glenn L McGrath · 23 years ago
  48. 258bd3d Split true and false into separate applets. by Matt Kraai · 23 years ago
  49. b36e684 Ignore generated files by Eric Andersen · 23 years ago
  50. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  51. c2af1ee Commit the start-stop-daemon applet. This was contributed by David by Eric Andersen · 23 years ago
  52. 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
  53. 3550753 Remove duplicate tftp -l option help by Glenn L McGrath · 23 years ago
  54. ad117d8 Apply Magnus Damm's patch, adds tftp blocksize support, and some cleanups. by Glenn L McGrath · 23 years ago
  55. 24e2833 Initial support for for bunzip2.... by Glenn L McGrath · 23 years ago
  56. 4c557bf Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. by Matt Kraai · 23 years ago
  57. 3be3430 Fix tftp usage information (closes: #1216). by Matt Kraai · 23 years ago
  58. 4c67c59 closes bug#1215? by Tim Riker · 23 years ago
  59. 9163101 Remove traces of rpmunpack (patch by Laurence Anderson). by Matt Kraai · 23 years ago
  60. 80f6d55 Eliminate improper consts and allow standard version to override. by Matt Kraai · 23 years ago
  61. f349e97 Initial merge of all tinylogin applets that do not require crypt. by Eric Andersen · 23 years ago
  62. a7cecbc Commit Vladimir's simplify_path. by Matt Kraai · 23 years ago
  63. be0c360 More libc5 fixups -Erik by Eric Andersen · 23 years ago
  64. 879d6c8 make_directory used mode as if it were an signed entity, but in fact by Eric Andersen · 23 years ago
  65. 46bf7de Ok, if no shell is enabled, don't include any of the SH_IS_<name> by Eric Andersen · 23 years ago
  66. 3450636 Latest patch from vodz. Adds a check for divide by zero in the posix by Eric Andersen · 23 years ago
  67. 2d91deb Allow multiple shells to be enabled. by Matt Kraai · 23 years ago
  68. 221b2ea I just wrote up a simple pidof applet, closing bug #1197 -Erik by Eric Andersen · 23 years ago
  69. 74bcd16 This incorporates Posix math support into ash. The Posix math support by Eric Andersen · 23 years ago
  70. 655584b This fixes dos2unix and unix2dos so they behave as expected. dos2unix by Eric Andersen · 23 years ago
  71. 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
  72. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  73. c1cda4a Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c by Matt Kraai · 23 years ago
  74. c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
  75. b9e4ce9 Update dpkg usage by Glenn L McGrath · 23 years ago
  76. 51ded05 enum entry for unarchive to be used by tar by Glenn L McGrath · 23 years ago
  77. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  78. 3e94f72 Quiet mode, sometimes error messages arent wanted by Glenn L McGrath · 23 years ago
  79. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  80. 5c58d28 A traceroute applet from vodz. This could probably be slimmed down, by Eric Andersen · 23 years ago
  81. d22b78f Fix a stupid bug revealed by multibuild.pl by Eric Andersen · 23 years ago
  82. 5009f90 Removed obsolete function, strdup_substr. by Matt Kraai · 23 years ago
  83. 5ef5614 Don't use void * to pass pointers of known type by Eric Andersen · 23 years ago
  84. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  85. f8736d2 rpm2cpio applet by Laurence Anderson by Glenn L McGrath · 23 years ago
  86. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 23 years ago
  87. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago
  88. a010571 Remove obsolete function declaration. by Matt Kraai · 23 years ago
  89. 8071c02 Add wget -P support, finishing off bug #1176 -Erik by Eric Andersen · 23 years ago
  90. ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
  91. 091781e Support tar -C, per bug #1176 -Erik by Eric Andersen · 23 years ago
  92. 075228a Remove documentation of unsupported sed options. by Matt Kraai · 23 years ago
  93. eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 23 years ago
  94. f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 23 years ago
  95. 9aff903 Reorganise archive extraction code by Glenn L McGrath · 23 years ago
  96. 5246225 Add padding to struct sysinfo needed by m68k (note and patch by Richard Hirst). by Matt Kraai · 23 years ago
  97. 62ebe2e Remove space between ar options by Glenn L McGrath · 23 years ago
  98. cda5cf1 Correct ar options by Glenn L McGrath · 23 years ago
  99. 8b113f9 Vladimir's last_patch13, containing several bugfixes. by Eric Andersen · 23 years ago
  100. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago