1. 7bd773c Only use a login shell when it will run on a console. by Matt Kraai · 23 years ago
  2. 0915c4b - Fixed bug where you couldn't mix line number and regexes in two-address cmds by Mark Whitley · 23 years ago
  3. bf0a010 Copy files until EOF, not the reported file size, to deal with bad sizes in by Matt Kraai · 23 years ago
  4. 5246225 Add padding to struct sysinfo needed by m68k (note and patch by Richard Hirst). by Matt Kraai · 23 years ago
  5. 04407e5 Another hush update from Larry: by Eric Andersen · 23 years ago
  6. 4f3e249 Add the Linux Terminal Server Project by Eric Andersen · 23 years ago
  7. 817e73c A patch from Larry to fix pathological things like '>""' by Eric Andersen · 23 years ago
  8. 12422ff Added a new testcase from Larry Doolittle (inspired by a note from Vadim by Matt Kraai · 23 years ago
  9. c616e53 Don't close file descriptors when we are duplicating them. by Matt Kraai · 23 years ago
  10. f4dd6e3 Do not purge the .cvsignore files on 'make release' so that by Eric Andersen · 23 years ago
  11. cb2a372 Revert the patch from Konstantin Boldyshev <konst@linuxassembly.org> to never by Eric Andersen · 23 years ago
  12. 67a4640 Loop forever instead of exiting. by Matt Kraai · 23 years ago
  13. 62ebe2e Remove space between ar options by Glenn L McGrath · 23 years ago
  14. cda5cf1 Correct ar options by Glenn L McGrath · 23 years ago
  15. 9344f75 Don't whine about already mounted filesystems when invoked with -a. by Matt Kraai · 23 years ago
  16. 8b113f9 Vladimir's last_patch13, containing several bugfixes. by Eric Andersen · 23 years ago
  17. 4f6753e Cope gracefully when people type something, then hit ^C. -Erik by Eric Andersen · 23 years ago
  18. 4f99053 Patch from Vladimir to fix up autocompletion on a files/dirs with spaces in by Eric Andersen · 23 years ago
  19. f12cc4e Make hush the default shell. Ensure the applets_list gets by Eric Andersen · 23 years ago
  20. 86f0167 grep failed to compile when BB_FEATURE_CLEAN_UP was defined -- types were wrong. by Eric Andersen · 23 years ago
  21. 6e9e136 Use safe_strncpy. by Matt Kraai · 23 years ago
  22. 4f6aea8 More shell / quoting testcases from Larry. by Mark Whitley · 23 years ago
  23. 8b7a0d8 Some more patchelttes from Larry Doolittle. by Mark Whitley · 23 years ago
  24. 0a4f578 'Nother patch from Larry to fix a buglet in how the line gets sed-ified. by Mark Whitley · 23 years ago
  25. fa43e54 Added support for grep -e and grep -f, closes bug #1164. Also added some by Mark Whitley · 23 years ago
  26. 04052f9 Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoid by Mark Whitley · 23 years ago
  27. a813afc Plug another memory leak by Eric Andersen · 23 years ago
  28. 5a9d441 Fix up some signed char vs int issues that show up on powerpc. by Eric Andersen · 23 years ago
  29. 1c1f5d3 Get BB_LASH out of the list... by Eric Andersen · 23 years ago
  30. a15dc15 Plug another memory leak in hush. This one showed up when backticked by Eric Andersen · 23 years ago
  31. bf7df04 Fix a massive memory leak in the run_list_test() function. by Eric Andersen · 23 years ago
  32. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
  33. bdd4ece Commit a patch by Larry Doolittle which fixes recursive calls to file_peek, by Matt Kraai · 23 years ago
  34. 774d135 Make more robust (patch by Larry Doolittle). by Matt Kraai · 23 years ago
  35. 3200f5a It turns out the descriptions of both dos2unix and unix2dos by Eric Andersen · 23 years ago
  36. 57e6a49 Excellent. This patch from Larry fixes the behavior of hush by Eric Andersen · 23 years ago
  37. 9978576 Fix this case. No, really this time. by Eric Andersen · 23 years ago
  38. aeb44c4 Fix a race. Sometimes by the time we got to checkjobs(), the by Eric Andersen · 23 years ago
  39. 8168678 Oops. Remove some debug noise I left in. by Eric Andersen · 23 years ago
  40. 94ac244 Updates from both Vladimir and Larry by Eric Andersen · 23 years ago
  41. 1eb4acf Fixed misnamed rewind command (noted by Tom Oehser). by Matt Kraai · 23 years ago
  42. edc8065 Fixed extra -- lines (noted by Christophe Boyanique). by Matt Kraai · 23 years ago
  43. 117231c Make - read compressed data from stdin (thanks to Marius Groeger). by Matt Kraai · 23 years ago
  44. 7f7348b Correctly remove leading slashes upon extraction (thanks to Marius Groeger). by Matt Kraai · 23 years ago
  45. 1d9d411 Fixed mishandling of -c & -l options and accounted for case when we're by Mark Whitley · 23 years ago
  46. 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 23 years ago
  47. abec344 A couple more minor touchups by Eric Andersen · 23 years ago
  48. 317827d Several cleanups for usage messages by Eric Andersen · 23 years ago
  49. 73991ff Fix tell support. by Matt Kraai · 23 years ago
  50. ada18ff The latest patch from Larry by Eric Andersen · 23 years ago
  51. 8ae319a This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based on by Eric Andersen · 23 years ago
  52. 2f6e1f8 Patch from Gernot Poerner <gp@it-netservice.de>. Adds in mount bind support. by Eric Andersen · 23 years ago
  53. 13a70ac Fix open mode for IOCTLs which write to the tape. by Matt Kraai · 23 years ago
  54. 9ffb7dd This is a patch from Vladimir: by Eric Andersen · 23 years ago
  55. 6197c51 Fix an escape problem in the docs. Some \n's didn't have the '\' by Eric Andersen · 23 years ago
  56. b696763 (Almost) brand-new version of cut that supports muitiple lists of positions, by Mark Whitley · 23 years ago
  57. 1844770 Changed snprintf copies to use strncpy at the suggestion of Aaron Lehmann. by Matt Kraai · 23 years ago
  58. d6ef074 Rewrote copyfd to use library functions, terminate, and copy correct data. by Matt Kraai · 23 years ago
  59. 6943815 Fix applet_name. by Matt Kraai · 23 years ago
  60. 231f998 Switch from hstrerror to herror for libc5 systems. by Matt Kraai · 23 years ago
  61. 7cedac5 Remove unused function. If necessary, we can use remove_file instead. by Matt Kraai · 23 years ago
  62. bc0f783 Fix invocation of builtin shell to have proper argc and argv. by Matt Kraai · 23 years ago
  63. 2338174 Always print a newline after a matching substitution. by Matt Kraai · 23 years ago
  64. bfae252 It turns out job control in both hush and lash was broken by the by Eric Andersen · 23 years ago
  65. 2439a59 Remove/replace the "div" call. by Eric Andersen · 23 years ago
  66. 8f7a4ad Add missing include, noted by Larry Doolittle. by Matt Kraai · 23 years ago
  67. bf381a0 Whoops. Forgot the x. by Matt Kraai · 23 years ago
  68. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  69. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  70. bc604a2 Move init of a bunch of globals into main so we are at least by Eric Andersen · 23 years ago
  71. f72f562 Fix the behavior of local shell variables to match that of bash and ash. -Erik by Eric Andersen · 23 years ago
  72. 9abfe85 Suggestion from Larry: no format string, use fputs instead. by Eric Andersen · 23 years ago
  73. 50ae310 Patch from Adam Heath <doogie@debian.org> to add arbitrary header support by Eric Andersen · 23 years ago
  74. 55f9872 This patch from Adam Heath <doogie@debian.org>, makes print_file by Eric Andersen · 23 years ago
  75. c911a43 Patch from Vladimir: by Eric Andersen · 23 years ago
  76. 15649c1 Oops. I left in some debug noise. by Eric Andersen · 23 years ago
  77. 20a69a7 Write set_local_var() and fixup lookup_param() so you can now use by Eric Andersen · 23 years ago
  78. 78a7c99 This patch covers one big part of variable handling. by Eric Andersen · 23 years ago
  79. be9f44a Fix incorrect length passed to accept noted by Larry Doolittle. by Matt Kraai · 23 years ago
  80. 336480f Added some testcases for grep and sed (many more could still be added) by Mark Whitley · 23 years ago
  81. d928acc ...Need to print just a few more newlines. by Mark Whitley · 23 years ago
  82. 2416dfc A compromise solution for insmod by Eric Andersen · 23 years ago
  83. dd527d3 ...And now that we're chomping lines, we need to re-add the newline later... by Mark Whitley · 23 years ago
  84. 9de2659 We will chomp() lines so REG_NEWLINE does not break stuff. Thanks, Matt. by Mark Whitley · 23 years ago
  85. 35e59be Fixed a subtle bug in the handling of -l and -c flags. by Mark Whitley · 23 years ago
  86. 452cc1f Added REG_NEWLINE as cflags to xregcomp for normal addresses so EOL $ will work by Mark Whitley · 23 years ago
  87. 9496466 Follow symbolic links when searching for modules. by Matt Kraai · 23 years ago
  88. 14d3543 Per suggestion from Vladimir, eliminate check_wildcard_match(), which by Eric Andersen · 23 years ago
  89. cb378a5 Add missing periods and delete superfluous whitespace. by Matt Kraai · 23 years ago
  90. a17b363 Do not ever change permissions on existing directories, only by Eric Andersen · 23 years ago
  91. 95a349f When doing a 'wget -O -' turn on the quiet flag, lest the status bar by Eric Andersen · 23 years ago
  92. ddb0054 A patch from Aaron Lehmann <aaronl@vitelus.com> to fix a by Eric Andersen · 23 years ago
  93. 4819c3d Make the locale stuff only do the getpid==1 check if BB_INIT is defined by Eric Andersen · 23 years ago
  94. 1f3b9f2 Added support for 'r' command in sed. by Mark Whitley · 23 years ago
  95. cfa88ec Fix up some silly warnings by Eric Andersen · 23 years ago
  96. 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 23 years ago
  97. 9d94dea Use xgetcwd by Eric Andersen · 23 years ago
  98. 238da24 Fix the chown usage text, also thanks to Lars Kellogg-Stedman <lars@larsshack.org> by Eric Andersen · 23 years ago
  99. 2b02ab9 This patch from Lars Kellogg-Stedman, fixes the behavior of by Eric Andersen · 23 years ago
  100. eb5f433 Check that putenv succeeded, suggested by Jonas Holmberg. by Matt Kraai · 23 years ago