platform/upstream/busybox.git
2001-06-18 Mark WhitleyChanged a hard-coded path to a variable defined path.
2001-06-15 Eric AndersenWith a bit of care I was able to save about 100 bytes.
2001-06-15 Mark WhitleyApplied patch from Jim Gleason that makes it so busybox...
2001-06-15 Glenn L McGrathThis isnt used anymore, replaced by seek_sub_file(...
2001-06-13 Eric AndersenI reworked make_human_readable_str so it now has a...
2001-06-13 Glenn L McGrathReorganise unarchive functions, new files, removed...
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-06-12 Eric AndersenA patch from Benjamin Zeckel <bzeckel@cisco.com> to...
2001-06-12 Eric AndersenAdd in Devil-Linux
2001-06-12 Matt KraaiOnly use a login shell when it will run on a console.
2001-06-11 Mark Whitley - Fixed bug where you couldn't mix line number and...
2001-06-11 Matt KraaiCopy files until EOF, not the reported file size, to...
2001-06-08 Matt KraaiAdd padding to struct sysinfo needed by m68k (note...
2001-06-07 Eric AndersenAnother hush update from Larry:
2001-06-06 Eric AndersenAdd the Linux Terminal Server Project
2001-06-06 Eric AndersenA patch from Larry to fix pathological things like...
2001-06-05 Matt KraaiAdded a new testcase from Larry Doolittle (inspired...
2001-06-05 Matt KraaiDon't close file descriptors when we are duplicating...
2001-06-04 Eric AndersenDo not purge the .cvsignore files on 'make release...
2001-06-04 Eric AndersenRevert the patch from Konstantin Boldyshev <konst@linux...
2001-06-03 Matt KraaiLoop forever instead of exiting.
2001-06-03 Glenn L McGrathRemove space between ar options
2001-06-03 Glenn L McGrathCorrect ar options
2001-06-03 Matt KraaiDon't whine about already mounted filesystems when...
2001-06-01 Eric AndersenVladimir's last_patch13, containing several bugfixes.
2001-05-31 Eric AndersenCope gracefully when people type something, then hit ^C.
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...
next