- 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
- bdd4ece Commit a patch by Larry Doolittle which fixes recursive calls to file_peek, by Matt Kraai · 24 years ago
- 774d135 Make more robust (patch by Larry Doolittle). by Matt Kraai · 24 years ago
- 3200f5a It turns out the descriptions of both dos2unix and unix2dos by Eric Andersen · 24 years ago
- 57e6a49 Excellent. This patch from Larry fixes the behavior of hush by Eric Andersen · 24 years ago
- 9978576 Fix this case. No, really this time. by Eric Andersen · 24 years ago
- aeb44c4 Fix a race. Sometimes by the time we got to checkjobs(), the by Eric Andersen · 24 years ago
- 8168678 Oops. Remove some debug noise I left in. by Eric Andersen · 24 years ago
- 94ac244 Updates from both Vladimir and Larry by Eric Andersen · 24 years ago
- 1eb4acf Fixed misnamed rewind command (noted by Tom Oehser). by Matt Kraai · 24 years ago
- edc8065 Fixed extra -- lines (noted by Christophe Boyanique). by Matt Kraai · 24 years ago
- 117231c Make - read compressed data from stdin (thanks to Marius Groeger). by Matt Kraai · 24 years ago
- 7f7348b Correctly remove leading slashes upon extraction (thanks to Marius Groeger). by Matt Kraai · 24 years ago
- 1d9d411 Fixed mishandling of -c & -l options and accounted for case when we're by Mark Whitley · 24 years ago
- 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 24 years ago
- abec344 A couple more minor touchups by Eric Andersen · 24 years ago
- 317827d Several cleanups for usage messages by Eric Andersen · 24 years ago
- 73991ff Fix tell support. by Matt Kraai · 24 years ago
- ada18ff The latest patch from Larry by Eric Andersen · 24 years ago
- 8ae319a This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based on by Eric Andersen · 24 years ago
- 2f6e1f8 Patch from Gernot Poerner <gp@it-netservice.de>. Adds in mount bind support. by Eric Andersen · 24 years ago
- 13a70ac Fix open mode for IOCTLs which write to the tape. by Matt Kraai · 24 years ago
- 9ffb7dd This is a patch from Vladimir: by Eric Andersen · 24 years ago
- 6197c51 Fix an escape problem in the docs. Some \n's didn't have the '\' by Eric Andersen · 24 years ago
- b696763 (Almost) brand-new version of cut that supports muitiple lists of positions, by Mark Whitley · 24 years ago
- 1844770 Changed snprintf copies to use strncpy at the suggestion of Aaron Lehmann. by Matt Kraai · 24 years ago
- d6ef074 Rewrote copyfd to use library functions, terminate, and copy correct data. by Matt Kraai · 24 years ago
- 6943815 Fix applet_name. by Matt Kraai · 24 years ago
- 231f998 Switch from hstrerror to herror for libc5 systems. by Matt Kraai · 24 years ago
- 7cedac5 Remove unused function. If necessary, we can use remove_file instead. by Matt Kraai · 24 years ago
- bc0f783 Fix invocation of builtin shell to have proper argc and argv. by Matt Kraai · 24 years ago
- 2338174 Always print a newline after a matching substitution. by Matt Kraai · 24 years ago
- bfae252 It turns out job control in both hush and lash was broken by the by Eric Andersen · 24 years ago
- 2439a59 Remove/replace the "div" call. by Eric Andersen · 24 years ago
- 8f7a4ad Add missing include, noted by Larry Doolittle. by Matt Kraai · 24 years ago
- bf381a0 Whoops. Forgot the x. by Matt Kraai · 24 years ago
- c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 24 years ago
- 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 24 years ago
- bc604a2 Move init of a bunch of globals into main so we are at least by Eric Andersen · 24 years ago
- f72f562 Fix the behavior of local shell variables to match that of bash and ash. -Erik by Eric Andersen · 24 years ago
- 9abfe85 Suggestion from Larry: no format string, use fputs instead. by Eric Andersen · 24 years ago
- 50ae310 Patch from Adam Heath <doogie@debian.org> to add arbitrary header support by Eric Andersen · 24 years ago
- 55f9872 This patch from Adam Heath <doogie@debian.org>, makes print_file by Eric Andersen · 24 years ago
- c911a43 Patch from Vladimir: by Eric Andersen · 24 years ago
- 15649c1 Oops. I left in some debug noise. by Eric Andersen · 24 years ago
- 20a69a7 Write set_local_var() and fixup lookup_param() so you can now use by Eric Andersen · 24 years ago
- 78a7c99 This patch covers one big part of variable handling. by Eric Andersen · 24 years ago
- be9f44a Fix incorrect length passed to accept noted by Larry Doolittle. by Matt Kraai · 24 years ago
- 336480f Added some testcases for grep and sed (many more could still be added) by Mark Whitley · 24 years ago
- d928acc ...Need to print just a few more newlines. by Mark Whitley · 24 years ago
- 2416dfc A compromise solution for insmod by Eric Andersen · 24 years ago
- dd527d3 ...And now that we're chomping lines, we need to re-add the newline later... by Mark Whitley · 24 years ago
- 9de2659 We will chomp() lines so REG_NEWLINE does not break stuff. Thanks, Matt. by Mark Whitley · 24 years ago
- 35e59be Fixed a subtle bug in the handling of -l and -c flags. by Mark Whitley · 24 years ago
- 452cc1f Added REG_NEWLINE as cflags to xregcomp for normal addresses so EOL $ will work by Mark Whitley · 24 years ago
- 9496466 Follow symbolic links when searching for modules. by Matt Kraai · 24 years ago
- 14d3543 Per suggestion from Vladimir, eliminate check_wildcard_match(), which by Eric Andersen · 24 years ago
- cb378a5 Add missing periods and delete superfluous whitespace. by Matt Kraai · 24 years ago
- a17b363 Do not ever change permissions on existing directories, only by Eric Andersen · 24 years ago
- 95a349f When doing a 'wget -O -' turn on the quiet flag, lest the status bar by Eric Andersen · 24 years ago
- ddb0054 A patch from Aaron Lehmann <aaronl@vitelus.com> to fix a by Eric Andersen · 24 years ago
- 4819c3d Make the locale stuff only do the getpid==1 check if BB_INIT is defined by Eric Andersen · 24 years ago
- 1f3b9f2 Added support for 'r' command in sed. by Mark Whitley · 24 years ago
- cfa88ec Fix up some silly warnings by Eric Andersen · 24 years ago
- 5f265b7 Fix a segfault in lash, hush, and cmdedit. Each of these used by Eric Andersen · 24 years ago
- 9d94dea Use xgetcwd by Eric Andersen · 24 years ago
- 238da24 Fix the chown usage text, also thanks to Lars Kellogg-Stedman <lars@larsshack.org> by Eric Andersen · 24 years ago
- 2b02ab9 This patch from Lars Kellogg-Stedman, fixes the behavior of by Eric Andersen · 24 years ago
- eb5f433 Check that putenv succeeded, suggested by Jonas Holmberg. by Matt Kraai · 24 years ago
- c96381b Fix env usage information. by Matt Kraai · 24 years ago
- 5b44f48 Fix handling of '-' option and way that variables are added to the by Matt Kraai · 24 years ago
- f3e79ba Fix symlink removal problem noted by Erik Andersen. by Matt Kraai · 24 years ago
- 6e91f69 Add installation instructions from Tomas Pospisek <tpo_hp@sourcepole.ch>. by Matt Kraai · 24 years ago
- 854125f Make stdio functions which can be interrupted by the progressmeter timer by Matt Kraai · 24 years ago
- d283e1c Bump version to 0.52pre by Eric Andersen · 24 years ago
- 1a6d39b A few more structural updates for job control. -Erik by Eric Andersen · 24 years ago
- 0a36de0 Fix a stupid segfault caused by dereferencing a NULL ptr. -Erik by Eric Andersen · 24 years ago
- 45e92ba This patch from Evin Robertson <nitfol@my-deja.com> fixes export so it works. by Eric Andersen · 24 years ago
- 8cd16d8 This syncs things with Vladimir's latest patches. Also gets by Eric Andersen · 24 years ago
- 186bf1d This is Vladimir's update to last_char_is(). Since 'char *' is by Eric Andersen · 24 years ago
- de0ca0c Silence cut so it doesn't whine during compilation by Eric Andersen · 24 years ago
- f3f9f3e A patch from Vladimir to simplify chomp() by Eric Andersen · 24 years ago
- 4ad13e5 A patch from Vladimir to simplify concat_path_file() and by Eric Andersen · 24 years ago
- c33ebc9 A patch from Vladimir to use last_char_is(), and a patch from by Eric Andersen · 24 years ago
- 04b0354 Patch from Vladimir to use last_char_is to simplify du.c by Eric Andersen · 24 years ago
- 8f3e51b Patch from Vladimir to remove testing stuff from stty by Eric Andersen · 24 years ago
- 8d35134 A bug fix from Vladimir for a memory leak I stupidly added to which.c. by Eric Andersen · 24 years ago
- 83a2ae2 More hush updates from Larry: by Eric Andersen · 24 years ago
- 7e1273e Patch from Jim McQuillan to pass the terminal type to the remote host. by Eric Andersen · 24 years ago
- 238bc40 Per comment from Jim McQuillan <jam@mcquil.com>, don't log by Eric Andersen · 24 years ago
- da7f095 Update comment re USE_SYSTEM_PWD_GRP -Erik by Eric Andersen · 24 years ago
- 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 24 years ago
- 822c383 Another vi update from Sterling Huxley: by Eric Andersen · 24 years ago
- 713b398 woops, forgot the break statment by Glenn L McGrath · 24 years ago
- 5bcfc9b Tolerate -q argument, if -q is passed give a warning and continue rather than just fail by Glenn L McGrath · 24 years ago
- cc0aa0f Actually we dont need to check if the device is nfs as it wont be stat'ed by Glenn L McGrath · 24 years ago
- 1b62619 woops, i shouldnt be so presumtuous? about what the error will be by Glenn L McGrath · 24 years ago
- 3aae100 Device may not be a real filename by Glenn L McGrath · 24 years ago
- 2e6c878 Rewrite -c and -b processing to shrink code and eliminate buffer overrun. by Matt Kraai · 24 years ago
- 6b8c550 include libbb.h after other includes by Glenn L McGrath · 24 years ago