1. 7940147 Added the \CregexpC syntax as an alternative for /regexp/ (like GNU sed) by Robert Griebl · 22 years ago
  2. edcac55 Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow. by Manuel Novoa III · 22 years ago
  3. f8277ca Move #define MAXLINE so this compiles without circ buffers. by Manuel Novoa III · 22 years ago
  4. 74b007f Oops. Code things so it actually works this time around... -Erik by Eric Andersen · 22 years ago
  5. c59716f Joel Coltoff <joel@wmi.com> noticed that following a recent by Eric Andersen · 22 years ago
  6. 6859d76 - updated a few copyright/left file headers by Robert Griebl · 22 years ago
  7. 0d833ca Fixed a bug in xarg: string data was strcat'ed to a malloc'ed buffer - and by Robert Griebl · 22 years ago
  8. 49c024a Remove ckfree, and replace all references with free. Remove freefunc, by Aaron Lehmann · 22 years ago
  9. e85dbfd Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops! by Eric Andersen · 22 years ago
  10. a71389b Applied a patch from Philip Blundell <pb@nexus.co.uk>: by Robert Griebl · 22 years ago
  11. 7373e48 A couple of small bugfixes from Marshall M. Midden <m4@brecis.com> by Eric Andersen · 22 years ago
  12. 8771517 Be more portable with 'find' for those that prefer programming by Eric Andersen · 22 years ago
  13. b230159 Fixed a timing bug which occured when bb ash is run in a rxvt on the by Robert Griebl · 22 years ago
  14. df03932 Added the -I (isofmt) options to date, which comes in handy for scripts by Robert Griebl · 22 years ago
  15. 70112da Fixed a bug that I had introduced with the new "options" handling. by Robert Griebl · 22 years ago
  16. e707806 Kill a silly warning by Eric Andersen · 22 years ago
  17. 3bc2b20 Patch from Tim Riker to allow tty* in inittab if the tty by Eric Andersen · 22 years ago
  18. aead70b modprobe now also uses "options" from /etc/modules.conf by Robert Griebl · 22 years ago
  19. d0dd3d3 Fix for bug #1255 -- support for mount -t <type> by Robert Griebl · 22 years ago
  20. 2a4a8d8 Add support for /etc/filesystem when searching for an "auto" filesystem by Robert Griebl · 22 years ago
  21. 31a2e20 Commited patch from bug #1182 by Robert Griebl · 22 years ago
  22. 41369af Patch for bug #1183: Added a -xdev option to find (configurable) by Robert Griebl · 22 years ago
  23. 80cd3cf Fix indentation. Support killall -q, for pcmcia-cs -Erik by Eric Andersen · 22 years ago
  24. f2f26e7 Added tar -cz support (creating gzipped tar files without a gzip pipe) by Robert Griebl · 22 years ago
  25. 967c3d4 Fixed two compiler warnings by Robert Griebl · 22 years ago
  26. 1cd0445 Initial checkin of a very primitive hwclock replacement by Robert Griebl · 22 years ago
  27. fc78b79 Applied syslogd fix submitted by Bart Visscher: by Robert Griebl · 22 years ago
  28. efd4983 - Forgot to cvs add bb_asprintf.c (from vodz' patch #50) by Robert Griebl · 22 years ago
  29. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  30. 88947dd Added a compile time option to suppress the "Using fallback.." message by Robert Griebl · 22 years ago
  31. 2c0d0f0 Fix for the totally broken adduser applet (parts/ideas from vodz and tito) by Robert Griebl · 22 years ago
  32. e4f9f3a Don't treat a non-existant/-readable config file as an empty config, but by Robert Griebl · 22 years ago
  33. 0fe3e62 Doh! by Eric Andersen · 22 years ago
  34. d2fd0d5 Better clarify the CVS tree situation -Erik by Eric Andersen · 22 years ago
  35. acc257e Try to be more clear about the current two-CVS-trees situation. -Erik by Eric Andersen · 22 years ago
  36. e8fcf4b Accept the --passive-ftp cmd.line option. We always use passive ftp mode, by Robert Griebl · 22 years ago
  37. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  38. cafc103 Brad Campbell <brad@seme.com.au> notes that by Eric Andersen · 22 years ago
  39. 1785ddc Some minor bits of scrubbing by Eric Andersen · 22 years ago
  40. 8e13987 Patch from Stewart Brodie <stewart.brodie@pace.co.uk> to fix ash: by Eric Andersen · 22 years ago
  41. 0826b6b This is last_patch48 from vodz. More cleanups, kills a bit by Eric Andersen · 22 years ago
  42. 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
  43. 360e254 tito <farmatito@tiscali.it> noticed that delgroup was actually by Eric Andersen · 22 years ago
  44. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  45. 51b8bd6 This patch from Bart Visscher <magick@linux-fan.com> adds by Eric Andersen · 22 years ago
  46. 599e3ce Apply last_patch47 from vodz to fix several problems, such as the ash "job by Eric Andersen · 22 years ago
  47. 935daf2 hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDS is not set -Erik by Eric Andersen · 22 years ago
  48. 7f90ed4 Patch from Martin Volf <volf@dragon.cz> to fix where I had by Eric Andersen · 22 years ago
  49. 7964467 Fix from vodz so that complex init commands actually work by Eric Andersen · 22 years ago
  50. 8c4025e Patch from Danny Lepage <danny.lepage@cognicase.com> to fix dutmp for uClibc. by Eric Andersen · 22 years ago
  51. 5222d31 Patch from till busch <buti@gmx.at> -- unblock all signals by Eric Andersen · 22 years ago
  52. 549df2e Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> by Eric Andersen · 22 years ago
  53. 7234c3a Cleanup shadow.h stuff so it behaves as intended -Erik by Eric Andersen · 22 years ago
  54. 009ae1f Little fix to avoid overflow by Eric Andersen · 22 years ago
  55. abc9568 Silly spelling fix -Erik by Eric Andersen · 22 years ago
  56. b493dec David Frascone <dave@frascone.com> noticed two problems. First, modprobe was by Eric Andersen · 22 years ago
  57. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  58. 9031481 inline many functions that are only called once. saves about 300 bytes by Aaron Lehmann · 22 years ago
  59. ed11993 Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW by Aaron Lehmann · 22 years ago
  60. 8c26fbe remove cleanUpAndFail, and replace it with exit(). because that's what by Aaron Lehmann · 22 years ago
  61. 5b0f9e4 Rework optimization code. Be more compiler aware. -Erik by Eric Andersen · 22 years ago
  62. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago
  63. 0fbff13 Several login cleanups from vodz by Eric Andersen · 22 years ago
  64. b0c39a8 Apply vodz' last_patch44 -- cleanup several chars to be const, fix by Eric Andersen · 22 years ago
  65. 3ece93b Kill dead email address -Erik by Eric Andersen · 22 years ago
  66. 8b1aa4d Apply last_patch46 from vodz, to fix buffer overflows noted by by Eric Andersen · 22 years ago
  67. 61f8305 Apply vodz' cleanup for insmod buffer overflows, which was cleaner by Eric Andersen · 22 years ago
  68. 9f92d5f Major revamp. I've been trying to clean up the code. the bzerror stuff by Aaron Lehmann · 22 years ago
  69. 2d34215 As noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico.ca>, don't by Eric Andersen · 22 years ago
  70. b0fd2b0 Fix a potential macro expansion problem... isspace can be by Eric Andersen · 22 years ago
  71. a7d0b41 Don't use pointless GNU-isms by Eric Andersen · 22 years ago
  72. 47abc49 Patch from Simon Krahnke: by Robert Griebl · 22 years ago
  73. 3ad88cc * testsuite/sed/sed-recurses-properly: Mark XFAIL. by Matt Kraai · 22 years ago
  74. 9ef2ea2 * libbb/copy_file.c (copy_file): Check st_dev instead of st_rdev. by Matt Kraai · 22 years ago
  75. 3600602 vodz' last_patch42_2, which is an updated fix for buffer overflows by Eric Andersen · 22 years ago
  76. 0c789a4 If config file can not be parsed, use compiled in BB_SUID_... values as a by Robert Griebl · 22 years ago
  77. fe1ef2b Fix buffer overflows noted by Gerardo Puga -Erik by Eric Andersen · 22 years ago
  78. 6fb4e48 Fix buffer overflows noted by Gerardo Puga -Erik by Eric Andersen · 22 years ago
  79. 0d2d1eb Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar> -Erik by Eric Andersen · 22 years ago
  80. 8610f91 Lets give this a try... by Eric Andersen · 22 years ago
  81. 27d3766 Email addr fix by Eric Andersen · 22 years ago
  82. ad79c0b Patch from Gyepi SAM <gyepi@praxis-sw.com>: by Eric Andersen · 22 years ago
  83. 77d22c4 Patch from Gyepi SAM <gyepi@praxis-sw.com>: by Eric Andersen · 22 years ago
  84. 1a92376 Patch from vodz to only setenv PATH when PATH changes, which is much by Eric Andersen · 22 years ago
  85. e90e741 Per discussion with vodz, Tim's changes do not seem to make sense. by Eric Andersen · 22 years ago
  86. fc05909 last_patch41 from vodz to fix stty -F and similar by Eric Andersen · 22 years ago
  87. ff7661d plug fd leak noticed by Russ Dill -Erik by Eric Andersen · 22 years ago
  88. 1fca558 Bigger patch for (partial) tinylogin integration by Robert Griebl · 22 years ago
  89. ea1a63a Fix for broken handling off BusyBox's own pwd/grp implementations by Robert Griebl · 22 years ago
  90. c9aca45 Implement two types of suid/sgid support for BusyBox: by Robert Griebl · 22 years ago
  91. bc28f7a Cleaned up Erik's fgets -> read patch and fixed a buffer overflow by Robert Griebl · 22 years ago
  92. c06391b Avoid stack munching stdio implementations. -Erik by Eric Andersen · 22 years ago
  93. 3b79370 Fixed a realloc bug found by Martin Volf by Robert Griebl · 22 years ago
  94. b99cb64 Include busybox.h before testing CONFIG_LOCALE_SUPPORT. by Manuel Novoa III · 22 years ago
  95. a94a06a Patch from Randolfe Averty to fixup package conflict checks, cleanup some memory leaks and reorganise dependency checking. by Glenn L McGrath · 22 years ago
  96. 1d4ef2a Added support for /etc/modules.conf parsing by Robert Griebl · 22 years ago
  97. 53146cc Added include for isdigit(); simplified -<num> detection by Robert Griebl · 22 years ago
  98. 8302c43 Ensure that insmod supports at least one MODULE_INTERFACE -Erik by Eric Andersen · 22 years ago
  99. cffd502 Patch from Magnus Damm <damm@opensource.se> to rework things by Eric Andersen · 22 years ago
  100. d11edf9 Made exit code SysV compliant. Also added -s (single pid) flag. by Robert Griebl · 22 years ago