1. 20a69a7 Write set_local_var() and fixup lookup_param() so you can now use by Eric Andersen · 23 years ago
  2. 78a7c99 This patch covers one big part of variable handling. by Eric Andersen · 23 years ago
  3. be9f44a Fix incorrect length passed to accept noted by Larry Doolittle. by Matt Kraai · 23 years ago
  4. 336480f Added some testcases for grep and sed (many more could still be added) by Mark Whitley · 23 years ago
  5. d928acc ...Need to print just a few more newlines. by Mark Whitley · 23 years ago
  6. 2416dfc A compromise solution for insmod by Eric Andersen · 23 years ago
  7. dd527d3 ...And now that we're chomping lines, we need to re-add the newline later... by Mark Whitley · 23 years ago
  8. 9de2659 We will chomp() lines so REG_NEWLINE does not break stuff. Thanks, Matt. by Mark Whitley · 23 years ago
  9. 35e59be Fixed a subtle bug in the handling of -l and -c flags. by Mark Whitley · 23 years ago
  10. 452cc1f Added REG_NEWLINE as cflags to xregcomp for normal addresses so EOL $ will work by Mark Whitley · 23 years ago
  11. 9496466 Follow symbolic links when searching for modules. by Matt Kraai · 23 years ago
  12. 14d3543 Per suggestion from Vladimir, eliminate check_wildcard_match(), which by Eric Andersen · 23 years ago
  13. cb378a5 Add missing periods and delete superfluous whitespace. by Matt Kraai · 23 years ago
  14. a17b363 Do not ever change permissions on existing directories, only by Eric Andersen · 23 years ago
  15. 95a349f When doing a 'wget -O -' turn on the quiet flag, lest the status bar by Eric Andersen · 23 years ago
  16. ddb0054 A patch from Aaron Lehmann <aaronl@vitelus.com> to fix a by Eric Andersen · 23 years ago
  17. 4819c3d Make the locale stuff only do the getpid==1 check if BB_INIT is defined by Eric Andersen · 23 years ago
  18. 1f3b9f2 Added support for 'r' command in sed. by Mark Whitley · 23 years ago
  19. cfa88ec Fix up some silly warnings by Eric Andersen · 23 years ago
  20. 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 23 years ago
  21. 9d94dea Use xgetcwd by Eric Andersen · 23 years ago
  22. 238da24 Fix the chown usage text, also thanks to Lars Kellogg-Stedman <lars@larsshack.org> by Eric Andersen · 23 years ago
  23. 2b02ab9 This patch from Lars Kellogg-Stedman, fixes the behavior of by Eric Andersen · 23 years ago
  24. eb5f433 Check that putenv succeeded, suggested by Jonas Holmberg. by Matt Kraai · 23 years ago
  25. c96381b Fix env usage information. by Matt Kraai · 23 years ago
  26. 5b44f48 Fix handling of '-' option and way that variables are added to the by Matt Kraai · 23 years ago
  27. f3e79ba Fix symlink removal problem noted by Erik Andersen. by Matt Kraai · 23 years ago
  28. 6e91f69 Add installation instructions from Tomas Pospisek <tpo_hp@sourcepole.ch>. by Matt Kraai · 23 years ago
  29. 854125f Make stdio functions which can be interrupted by the progressmeter timer by Matt Kraai · 23 years ago
  30. d283e1c Bump version to 0.52pre by Eric Andersen · 23 years ago
  31. 1a6d39b A few more structural updates for job control. -Erik by Eric Andersen · 23 years ago
  32. 0a36de0 Fix a stupid segfault caused by dereferencing a NULL ptr. -Erik by Eric Andersen · 23 years ago
  33. 45e92ba This patch from Evin Robertson <nitfol@my-deja.com> fixes export so it works. by Eric Andersen · 23 years ago
  34. 8cd16d8 This syncs things with Vladimir's latest patches. Also gets by Eric Andersen · 23 years ago
  35. 186bf1d This is Vladimir's update to last_char_is(). Since 'char *' is by Eric Andersen · 23 years ago
  36. de0ca0c Silence cut so it doesn't whine during compilation by Eric Andersen · 23 years ago
  37. f3f9f3e A patch from Vladimir to simplify chomp() by Eric Andersen · 23 years ago
  38. 4ad13e5 A patch from Vladimir to simplify concat_path_file() and by Eric Andersen · 23 years ago
  39. c33ebc9 A patch from Vladimir to use last_char_is(), and a patch from by Eric Andersen · 23 years ago
  40. 04b0354 Patch from Vladimir to use last_char_is to simplify du.c by Eric Andersen · 23 years ago
  41. 8f3e51b Patch from Vladimir to remove testing stuff from stty by Eric Andersen · 23 years ago
  42. 8d35134 A bug fix from Vladimir for a memory leak I stupidly added to which.c. by Eric Andersen · 23 years ago
  43. 83a2ae2 More hush updates from Larry: by Eric Andersen · 23 years ago
  44. 7e1273e Patch from Jim McQuillan to pass the terminal type to the remote host. by Eric Andersen · 23 years ago
  45. 238bc40 Per comment from Jim McQuillan <jam@mcquil.com>, don't log by Eric Andersen · 23 years ago
  46. da7f095 Update comment re USE_SYSTEM_PWD_GRP -Erik by Eric Andersen · 23 years ago
  47. 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 23 years ago
  48. 822c383 Another vi update from Sterling Huxley: by Eric Andersen · 23 years ago
  49. 713b398 woops, forgot the break statment by Glenn L McGrath · 23 years ago
  50. 5bcfc9b Tolerate -q argument, if -q is passed give a warning and continue rather than just fail by Glenn L McGrath · 23 years ago
  51. cc0aa0f Actually we dont need to check if the device is nfs as it wont be stat'ed by Glenn L McGrath · 23 years ago
  52. 1b62619 woops, i shouldnt be so presumtuous? about what the error will be by Glenn L McGrath · 23 years ago
  53. 3aae100 Device may not be a real filename by Glenn L McGrath · 23 years ago
  54. 2e6c878 Rewrite -c and -b processing to shrink code and eliminate buffer overrun. by Matt Kraai · 23 years ago
  55. 6b8c550 include libbb.h after other includes by Glenn L McGrath · 23 years ago
  56. 2dcfba7 Larry's variant on Evin Robertson's fix to what I messed up by Eric Andersen · 23 years ago
  57. 044a72d Larry suggested using concat_path_file() would be an even safer bet by Eric Andersen · 23 years ago
  58. a0ba9f4 Wrote documentation and scripts for creating a busybox boot floppy. Initial revision. by Mark Whitley · 23 years ago
  59. d24f878 Don't reset parents context when we encounter an terminator. Fixes by Matt Kraai · 23 years ago
  60. 7526f03 Fix a buffer overflow. Which accounted for the size of the path, plus the the by Eric Andersen · 23 years ago
  61. e5ffb91 If it fails to run a builtin, let it fall through to exec the real thing. -Erik by Eric Andersen · 23 years ago
  62. e6bf66e Fix two bugs reported by Ralph Jones. by Matt Kraai · 23 years ago
  63. b0aca92 A todo update from larry to acknowledge the existance of hush by Eric Andersen · 23 years ago
  64. 87d893c devfs does not support creation of regular files. So change the by Eric Andersen · 23 years ago
  65. 6689140 Remove summary header. Not present in GNU or SUSv2. by Matt Kraai · 23 years ago
  66. 80abc45 Move up waitpid error check so that errno isn't clobbered by tcsetpgrp. by Matt Kraai · 23 years ago
  67. adcbc12 Canonicalize path before trying to unmount it. by Matt Kraai · 23 years ago
  68. 3425111 Fix bug #1108 by always canonicalizing arguments. by Matt Kraai · 23 years ago
  69. 0fcd447 Some more job control updates. It will now sucessfully background by Eric Andersen · 23 years ago
  70. 20a3069 Don't treat newline as pipe separator when processing substitutions. by Matt Kraai · 23 years ago
  71. 19ec9ee Use .png for images (removing all .gifs) and make them all 90x36 -Erik by Eric Andersen · 23 years ago
  72. 9f8caf1 Fix $(...) construction. Noted and patched by Larry Doolittle by Matt Kraai · 23 years ago
  73. bafd94f First pass at getting job control working. This gets the infrastructure by Eric Andersen · 23 years ago
  74. 1c8a59a Use the current pgrp, not pid, when resetting the foreground process group. by Matt Kraai · 23 years ago
  75. f162e7d Don't segfault if the first word is the empty string. by Matt Kraai · 23 years ago
  76. e67c3ce Another update from Larry: by Eric Andersen · 23 years ago
  77. e0244b0 Skip headers with empty filenames, rather than stopping. by Matt Kraai · 23 years ago
  78. b9f5b82 Another refinement, this time from Larry. by Eric Andersen · 23 years ago
  79. 6d553ef Argh. Now we break non-pristine builds. Check a bit more carefully. -Erik by Eric Andersen · 23 years ago
  80. abde065 Oops. The dangers of applying patches by hand... by Eric Andersen · 23 years ago
  81. 4ed5e37 Another hush update from Larry: by Eric Andersen · 23 years ago
  82. 3f99b56 A patch from Larry to fix pristine source builds (again). by Eric Andersen · 23 years ago
  83. aac75e5 Some more hush.c updates from Larry Doolittle. by Eric Andersen · 23 years ago
  84. 0e9aef3 Oops. I was a bit too hasty and also changed applet_name. by Eric Andersen · 23 years ago
  85. 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 23 years ago
  86. 6f34394 These messages can be .rodata, so make them even more const. -Erik by Eric Andersen · 23 years ago
  87. 65504ac These do not need initial values. Let them live in the bss. -Erik by Eric Andersen · 23 years ago
  88. defa4f9 Per suggestion by Matt, make sh.c a real target. There is no by Eric Andersen · 23 years ago
  89. 218aa37 Fix user permissions of copied directories. by Matt Kraai · 23 years ago
  90. 43ca137 Simplify permission handling for FIFOs. by Matt Kraai · 23 years ago
  91. 24abecc Fix exit status when there is an error copying a file. by Matt Kraai · 23 years ago
  92. af166e7 Logic reversal for last_char_is by Glenn L McGrath · 23 years ago
  93. 2bf4dad fix to applet_source_list rule so Debian package continues to build by David Kimdon · 23 years ago
  94. 07e462f Matt was complaining. Hopefully this helps the sh.c link situation by Eric Andersen · 23 years ago
  95. 72ab975 Terminate source correctly when copying symlink. Report and patch by by Matt Kraai · 23 years ago
  96. 088875f Use BUFSIZ for the_command to match size used in cmdedit by Eric Andersen · 23 years ago
  97. af44a0e An update to hush from Larry: by Eric Andersen · 23 years ago
  98. 0081466 Be a bit more sneaky about the sh.c symlink so you don't need to by Eric Andersen · 23 years ago
  99. 0f9426e Ignore some generated files by Eric Andersen · 23 years ago
  100. 25f2703 This is the initial checkin of Larry Doolittle's hush.c, using his by Eric Andersen · 23 years ago