oweals/busybox.git
2001-05-31 Eric AndersenPatch from Vladimir to fix up autocompletion on a files...
2001-05-30 Eric AndersenMake hush the default shell. Ensure the applets_list...
2001-05-29 Eric Andersengrep failed to compile when BB_FEATURE_CLEAN_UP was...
2001-05-27 Matt KraaiUse safe_strncpy.
2001-05-24 Mark WhitleyMore shell / quoting testcases from Larry.
2001-05-24 Mark WhitleySome more patchelttes from Larry Doolittle.
2001-05-24 Mark Whitley'Nother patch from Larry to fix a buglet in how the...
2001-05-24 Mark WhitleyAdded support for grep -e and grep -f, closes bug ...
2001-05-24 Mark WhitleyNumerous new testcases from Larry Doolittle and a patch...
2001-05-24 Eric AndersenPlug another memory leak
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-05-24 Eric AndersenGet BB_LASH out of the list...
2001-05-23 Eric AndersenPlug another memory leak in hush. This one showed...
2001-05-23 Eric AndersenFix a massive memory leak in the run_list_test() function.
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-23 Matt KraaiCommit a patch by Larry Doolittle which fixes recursive...
2001-05-23 Matt KraaiMake more robust (patch by Larry Doolittle).
2001-05-22 Eric AndersenIt turns out the descriptions of both dos2unix and...
2001-05-22 Eric AndersenExcellent. This patch from Larry fixes the behavior...
2001-05-22 Eric AndersenFix this case. No, really this time.
2001-05-22 Eric AndersenFix a race. Sometimes by the time we got to checkjobs...
2001-05-22 Eric AndersenOops. Remove some debug noise I left in.
2001-05-22 Eric AndersenUpdates from both Vladimir and Larry
2001-05-22 Matt KraaiFixed misnamed rewind command (noted by Tom Oehser).
2001-05-22 Matt KraaiFixed extra -- lines (noted by Christophe Boyanique).
2001-05-22 Matt KraaiMake - read compressed data from stdin (thanks to Mariu...
2001-05-22 Matt KraaiCorrectly remove leading slashes upon extraction (thank...
2001-05-21 Mark WhitleyFixed mishandling of -c & -l options and accounted...
2001-05-21 Eric AndersenPatch from Lars Kellogg-Stedman <lars@larsshack.org...
2001-05-21 Eric AndersenA couple more minor touchups
2001-05-21 Eric AndersenSeveral cleanups for usage messages
2001-05-21 Matt KraaiFix tell support.
2001-05-21 Eric AndersenThe latest patch from Larry
2001-05-21 Eric AndersenThis patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu...
2001-05-21 Eric AndersenPatch from Gernot Poerner <gp@it-netservice.de>. Adds in
2001-05-21 Matt KraaiFix open mode for IOCTLs which write to the tape.
2001-05-19 Eric AndersenThis is a patch from Vladimir:
2001-05-18 Eric AndersenFix an escape problem in the docs. Some \n's didn...
2001-05-18 Mark Whitley(Almost) brand-new version of cut that supports muitipl...
2001-05-18 Matt KraaiChanged snprintf copies to use strncpy at the suggestio...
2001-05-18 Matt KraaiRewrote copyfd to use library functions, terminate...
2001-05-17 Matt KraaiFix applet_name.
2001-05-17 Matt KraaiSwitch from hstrerror to herror for libc5 systems.
2001-05-17 Matt KraaiRemove unused function. If necessary, we can use remov...
2001-05-17 Matt KraaiFix invocation of builtin shell to have proper argc...
2001-05-17 Matt KraaiAlways print a newline after a matching substitution.
2001-05-17 Eric AndersenIt turns out job control in both hush and lash was...
2001-05-16 Eric AndersenRemove/replace the "div" call.
2001-05-16 Matt KraaiAdd missing include, noted by Larry Doolittle.
2001-05-16 Matt KraaiWhoops. Forgot the x.
2001-05-16 Matt KraaiAdd xgethostbyname and herror_msg* functions.
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-16 Eric AndersenMove init of a bunch of globals into main so we are...
2001-05-15 Eric AndersenFix the behavior of local shell variables to match...
2001-05-15 Eric AndersenSuggestion from Larry: no format string, use fputs...
2001-05-15 Eric AndersenPatch from Adam Heath <doogie@debian.org> to add arbitr...
2001-05-15 Eric AndersenThis patch from Adam Heath <doogie@debian.org>, makes...
2001-05-15 Eric AndersenPatch from Vladimir:
2001-05-15 Eric AndersenOops. I left in some debug noise.
2001-05-15 Eric AndersenWrite set_local_var() and fixup lookup_param() so you...
2001-05-15 Eric AndersenThis patch covers one big part of variable handling.
2001-05-15 Matt KraaiFix incorrect length passed to accept noted by Larry...
2001-05-14 Mark WhitleyAdded some testcases for grep and sed (many more could...
2001-05-14 Mark Whitley...Need to print just a few more newlines.
2001-05-14 Eric AndersenA compromise solution for insmod
2001-05-14 Mark Whitley...And now that we're chomping lines, we need to re...
2001-05-14 Mark WhitleyWe will chomp() lines so REG_NEWLINE does not break...
2001-05-14 Mark WhitleyFixed a subtle bug in the handling of -l and -c flags.
2001-05-14 Mark WhitleyAdded REG_NEWLINE as cflags to xregcomp for normal...
2001-05-14 Matt KraaiFollow symbolic links when searching for modules.
2001-05-14 Eric AndersenPer suggestion from Vladimir, eliminate check_wildcard_...
2001-05-14 Matt KraaiAdd missing periods and delete superfluous whitespace.
2001-05-13 Eric AndersenDo not ever change permissions on existing directories...
2001-05-13 Eric AndersenWhen doing a 'wget -O -' turn on the quiet flag, lest...
2001-05-13 Eric AndersenA patch from Aaron Lehmann <aaronl@vitelus.com> to...
2001-05-13 Eric AndersenMake the locale stuff only do the getpid==1 check if...
2001-05-11 Mark WhitleyAdded support for 'r' command in sed.
2001-05-11 Eric AndersenFix up some silly warnings
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-05-11 Eric AndersenUse xgetcwd
2001-05-11 Eric AndersenFix the chown usage text, also thanks to Lars Kellogg...
2001-05-11 Eric AndersenThis patch from Lars Kellogg-Stedman, fixes the behavior of
2001-05-11 Matt KraaiCheck that putenv succeeded, suggested by Jonas Holmberg.
2001-05-11 Matt KraaiFix env usage information.
2001-05-11 Matt KraaiFix handling of '-' option and way that variables are...
2001-05-11 Matt KraaiFix symlink removal problem noted by Erik Andersen.
2001-05-10 Matt KraaiAdd installation instructions from Tomas Pospisek ...
2001-05-09 Matt KraaiMake stdio functions which can be interrupted by the...
2001-05-09 Eric AndersenBump version to 0.52pre
2001-05-08 Eric AndersenA few more structural updates for job control.
2001-05-08 Eric AndersenFix a stupid segfault caused by dereferencing a NULL...
2001-05-07 Eric AndersenThis patch from Evin Robertson <nitfol@my-deja.com...
2001-05-07 Eric AndersenThis syncs things with Vladimir's latest patches. ...
2001-05-07 Eric AndersenThis is Vladimir's update to last_char_is(). Since...
2001-05-07 Eric AndersenSilence cut so it doesn't whine during compilation
2001-05-07 Eric AndersenA patch from Vladimir to simplify chomp()
2001-05-07 Eric AndersenA patch from Vladimir to simplify concat_path_file...
2001-05-07 Eric AndersenA patch from Vladimir to use last_char_is(), and a...
2001-05-07 Eric AndersenPatch from Vladimir to use last_char_is to simplify...
2001-05-07 Eric AndersenPatch from Vladimir to remove testing stuff from stty
next