1. ff9eee4 This is a busybox port of the Minix shell. It is reasonably capable, by Eric Andersen · 23 years ago
  2. 66ca948 Fix a nasty hard to spot bug found by Ralph Siemsen <ralphs@netwinder.org>. by Eric Andersen · 23 years ago
  3. 029b4a0 Allow xrealloc to act as a free() when size=0, per SuS2. -Erik by Eric Andersen · 23 years ago
  4. ec23c49 Remove vodz from credits, per his request by Eric Andersen · 23 years ago
  5. df82f61 Scrub up the licensing block -Erik by Eric Andersen · 23 years ago
  6. cb57d55 This a an ash applet I put together. It is similar to the one put by Eric Andersen · 23 years ago
  7. 184d736 Remove unneeded stuff. by Eric Andersen · 23 years ago
  8. 028b65b More thrashing about trying to make hush behave itself wrt job control... by Eric Andersen · 23 years ago
  9. 07abfe2 don't whine if all we need to do is remove a bg job by Eric Andersen · 23 years ago
  10. 0d8cc16 Fix a type promotion bug discivered and analyzed by Alan Modra by Eric Andersen · 23 years ago
  11. 4b6b5e4 Re-enable globbing (I'd accidentaly removed it) and finish off the last by Eric Andersen · 23 years ago
  12. 5c66d06 Explicitly call setsid() by Eric Andersen · 23 years ago
  13. 0392b86 Minor formatting change by Eric Andersen · 23 years ago
  14. a90f20b Don't choke if /etc/profile is not available by Eric Andersen · 23 years ago
  15. d98337a Fix ps so it doesn't waste space showing group, as it is pretty much by Eric Andersen · 23 years ago
  16. 91a6318 Make it so we don't segfault when /proc isn't mounted -- guess pid 1... -Erik by Eric Andersen · 23 years ago
  17. 5ef5614 Don't use void * to pass pointers of known type by Eric Andersen · 23 years ago
  18. ce98c19 A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> by Eric Andersen · 23 years ago
  19. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  20. addabd6 Patch from Gennady Feldman by Glenn L McGrath · 23 years ago
  21. f8736d2 rpm2cpio applet by Laurence Anderson by Glenn L McGrath · 23 years ago
  22. 6c947d2 Fix the code for establishing a controlling terminal. -Erik by Eric Andersen · 23 years ago
  23. 24982c5 Fix up some warnings that show up on ppc by Eric Andersen · 23 years ago
  24. 2d848a4 This should finish off the job control issues with lash. Make certain by Eric Andersen · 23 years ago
  25. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 23 years ago
  26. 1557626 Make the extern NUM_APPLETS be a extern const NUM_APPLETS, to match by Eric Andersen · 23 years ago
  27. e0c0757 These were broken when using dmalloc due to include file ordering by Eric Andersen · 23 years ago
  28. d9c8ace Leave BB_FEATURE_NFSMOUNT disabled by default. -Erik by Eric Andersen · 23 years ago
  29. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago
  30. 52a97ca Some more cleanups. Of special importance, never free a pipe by Eric Andersen · 23 years ago
  31. c798b07 Some cleanups for hush. Saves about 350bytes. -Erik by Eric Andersen · 23 years ago
  32. a010571 Remove obsolete function declaration. by Matt Kraai · 23 years ago
  33. 764303f stdlib.h defined free(), which this needs by Eric Andersen · 23 years ago
  34. 30f1eaf Fix the build process so it does not do the evil #ifdef BB_FOO stuff. by Eric Andersen · 23 years ago
  35. 6b03504 Add in a missing header file by Eric Andersen · 23 years ago
  36. 76ce754 Dont change date or chmod on symlinks, lchown on symlinks if lchown available by Glenn L McGrath · 23 years ago
  37. 9f832de remove defines around unarchive, its always used by Glenn L McGrath · 23 years ago
  38. 7387240 heh by Tim Riker · 23 years ago
  39. 8370976 comment cleanup by Tim Riker · 23 years ago
  40. fbbd360 create_path -> make_directory by Tim Riker · 23 years ago
  41. 8071c02 Add wget -P support, finishing off bug #1176 -Erik by Eric Andersen · 23 years ago
  42. ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
  43. 091781e Support tar -C, per bug #1176 -Erik by Eric Andersen · 23 years ago
  44. 8a646dd This commit guts lash, restoring it to what it was originally intended to do, by Eric Andersen · 23 years ago
  45. ea4abff Add in (and ignore) tar -p, since we preserver permissions automatically. by Eric Andersen · 23 years ago
  46. 075228a Remove documentation of unsupported sed options. by Matt Kraai · 23 years ago
  47. 02c40a7 Always apply commands with no specified range. by Matt Kraai · 23 years ago
  48. fa2661f Per a suggestion from Tom Oehser, fix up the leading-hyphen hack to by Eric Andersen · 23 years ago
  49. aff5e2e it turs out, there was a nasty tar bug where bb tar would create leading dirs by Eric Andersen · 23 years ago
  50. 06a71cc Initialise in_file to stdin, so it wont crash if no source specified by Glenn L McGrath · 23 years ago
  51. 8e74bf9 Changed gz_open to ruturn a stream by Glenn L McGrath · 23 years ago
  52. 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
  53. b4a26e6 For m68k, use __mc68000__ (not __m68k__ ), since that is what the by Eric Andersen · 23 years ago
  54. 74c97cd Changed a hard-coded path to a variable defined path. by Mark Whitley · 24 years ago
  55. 32574a4 With a bit of care I was able to save about 100 bytes. -Erik by Eric Andersen · 24 years ago
  56. bd4b621 Applied patch from Jim Gleason that makes it so busybox will still work even by Mark Whitley · 24 years ago
  57. 6bad1fa This isnt used anymore, replaced by seek_sub_file() in ./libbb/deb_extract.c by Glenn L McGrath · 24 years ago
  58. f429bac I reworked make_human_readable_str so it now has a sane interface, by Eric Andersen · 24 years ago
  59. 17822cd Reorganise unarchive functions, new files, removed some by Glenn L McGrath · 24 years ago
  60. 9aff903 Reorganise archive extraction code by Glenn L McGrath · 24 years ago
  61. dab3d46 A patch from Benjamin Zeckel <bzeckel@cisco.com> to allow by Eric Andersen · 24 years ago
  62. 583e3ca Add in Devil-Linux by Eric Andersen · 24 years ago
  63. 7bd773c Only use a login shell when it will run on a console. by Matt Kraai · 24 years ago
  64. 0915c4b - Fixed bug where you couldn't mix line number and regexes in two-address cmds by Mark Whitley · 24 years ago
  65. bf0a010 Copy files until EOF, not the reported file size, to deal with bad sizes in by Matt Kraai · 24 years ago
  66. 5246225 Add padding to struct sysinfo needed by m68k (note and patch by Richard Hirst). by Matt Kraai · 24 years ago
  67. 04407e5 Another hush update from Larry: by Eric Andersen · 24 years ago
  68. 4f3e249 Add the Linux Terminal Server Project by Eric Andersen · 24 years ago
  69. 817e73c A patch from Larry to fix pathological things like '>""' by Eric Andersen · 24 years ago
  70. 12422ff Added a new testcase from Larry Doolittle (inspired by a note from Vadim by Matt Kraai · 24 years ago
  71. c616e53 Don't close file descriptors when we are duplicating them. by Matt Kraai · 24 years ago
  72. f4dd6e3 Do not purge the .cvsignore files on 'make release' so that by Eric Andersen · 24 years ago
  73. cb2a372 Revert the patch from Konstantin Boldyshev <konst@linuxassembly.org> to never by Eric Andersen · 24 years ago
  74. 67a4640 Loop forever instead of exiting. by Matt Kraai · 24 years ago
  75. 62ebe2e Remove space between ar options by Glenn L McGrath · 24 years ago
  76. cda5cf1 Correct ar options by Glenn L McGrath · 24 years ago
  77. 9344f75 Don't whine about already mounted filesystems when invoked with -a. by Matt Kraai · 24 years ago
  78. 8b113f9 Vladimir's last_patch13, containing several bugfixes. by Eric Andersen · 24 years ago
  79. 4f6753e Cope gracefully when people type something, then hit ^C. -Erik by Eric Andersen · 24 years ago
  80. 4f99053 Patch from Vladimir to fix up autocompletion on a files/dirs with spaces in by Eric Andersen · 24 years ago
  81. f12cc4e Make hush the default shell. Ensure the applets_list gets by Eric Andersen · 24 years ago
  82. 86f0167 grep failed to compile when BB_FEATURE_CLEAN_UP was defined -- types were wrong. by Eric Andersen · 24 years ago
  83. 6e9e136 Use safe_strncpy. by Matt Kraai · 24 years ago
  84. 4f6aea8 More shell / quoting testcases from Larry. by Mark Whitley · 24 years ago
  85. 8b7a0d8 Some more patchelttes from Larry Doolittle. by Mark Whitley · 24 years ago
  86. 0a4f578 'Nother patch from Larry to fix a buglet in how the line gets sed-ified. by Mark Whitley · 24 years ago
  87. fa43e54 Added support for grep -e and grep -f, closes bug #1164. Also added some by Mark Whitley · 24 years ago
  88. 04052f9 Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoid by Mark Whitley · 24 years ago
  89. a813afc Plug another memory leak by Eric Andersen · 24 years ago
  90. 5a9d441 Fix up some signed char vs int issues that show up on powerpc. by Eric Andersen · 24 years ago
  91. 1c1f5d3 Get BB_LASH out of the list... by Eric Andersen · 24 years ago
  92. a15dc15 Plug another memory leak in hush. This one showed up when backticked by Eric Andersen · 24 years ago
  93. bf7df04 Fix a massive memory leak in the run_list_test() function. by Eric Andersen · 24 years ago
  94. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
  95. bdd4ece Commit a patch by Larry Doolittle which fixes recursive calls to file_peek, by Matt Kraai · 24 years ago
  96. 774d135 Make more robust (patch by Larry Doolittle). by Matt Kraai · 24 years ago
  97. 3200f5a It turns out the descriptions of both dos2unix and unix2dos by Eric Andersen · 24 years ago
  98. 57e6a49 Excellent. This patch from Larry fixes the behavior of hush by Eric Andersen · 24 years ago
  99. 9978576 Fix this case. No, really this time. by Eric Andersen · 24 years ago
  100. aeb44c4 Fix a race. Sometimes by the time we got to checkjobs(), the by Eric Andersen · 24 years ago