oweals/busybox.git
2001-06-26 Eric AndersenMake it so we don't segfault when /proc isn't mounted...
2001-06-26 Eric AndersenDon't use void * to pass pointers of known type
2001-06-26 Eric AndersenA patch from Erik Meusel <erik@wh58-709.st.uni-magdebur...
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-26 Glenn L McGrathPatch from Gennady Feldman
2001-06-26 Glenn L McGrathrpm2cpio applet by Laurence Anderson
2001-06-25 Eric AndersenFix the code for establishing a controlling terminal.
2001-06-25 Eric AndersenFix up some warnings that show up on ppc
2001-06-25 Eric AndersenThis should finish off the job control issues with...
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-24 Eric AndersenMake the extern NUM_APPLETS be a extern const NUM_APPLE...
2001-06-23 Eric AndersenThese were broken when using dmalloc due to include...
2001-06-22 Eric AndersenLeave BB_FEATURE_NFSMOUNT disabled by default.
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-22 Eric AndersenSome more cleanups. Of special importance, never free...
2001-06-22 Eric AndersenSome cleanups for hush. Saves about 350bytes.
2001-06-22 Matt KraaiRemove obsolete function declaration.
2001-06-22 Eric Andersenstdlib.h defined free(), which this needs
2001-06-22 Eric AndersenFix the build process so it does not do the evil #ifdef...
2001-06-22 Eric AndersenAdd in a missing header file
2001-06-22 Glenn L McGrathDont change date or chmod on symlinks, lchown on symlin...
2001-06-22 Glenn L McGrathremove defines around unarchive, its always used
2001-06-22 Tim Rikerheh
2001-06-22 Tim Rikercomment cleanup
2001-06-22 Tim Rikercreate_path -> make_directory
2001-06-21 Eric AndersenAdd wget -P support, finishing off bug #1176
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-21 Eric AndersenSupport tar -C, per bug #1176
2001-06-21 Eric AndersenThis commit guts lash, restoring it to what it was...
2001-06-21 Eric AndersenAdd in (and ignore) tar -p, since we preserver permissi...
2001-06-21 Matt KraaiRemove documentation of unsupported sed options.
2001-06-21 Matt KraaiAlways apply commands with no specified range.
2001-06-21 Eric AndersenPer a suggestion from Tom Oehser, fix up the leading...
2001-06-20 Eric Andersenit turs out, there was a nasty tar bug where bb tar...
2001-06-20 Glenn L McGrathInitialise in_file to stdin, so it wont crash if no...
2001-06-20 Glenn L McGrathChanged gz_open to ruturn a stream
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...
2001-06-19 Eric AndersenFor m68k, use __mc68000__ (not __m68k__ ), since that...
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.
next