oweals/busybox.git
2001-03-23 Eric Andersen-Wshadow sh fix from Jeff Garzik
2001-03-23 Eric Andersen-Wshadow logread fix from Jeff Garzik
2001-03-23 Eric Andersen-Wshadow loadacm fix from Jeff Garzik
2001-03-23 Eric Andersenincludes cleanup from Jeff Garzik
2001-03-22 Mark WhitleySome minor wordsmithing, an extra item in the list...
2001-03-22 Eric AndersenPatch from Dirk Behme <dirk.behme@de.bosch.com> to
2001-03-21 Eric AndersenClean up more local vars which shadow globals
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-20 Mark WhitleyAdded a section on the available Busybox boot-floppy...
2001-03-20 Mark WhitleyAdded adjtimex applet from Larry Doolittle.
2001-03-20 Eric AndersenForce applet_name to be "sh" when command prefaced...
2001-03-20 Eric AndersenFix up command line munging in init. Postpone the...
2001-03-20 Eric Andersenchown was missing a ] in its usage msg
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-19 Eric AndersenSize optimization for rdate from Vladimir
2001-03-19 Eric AndersenSimpify detection of no options.
2001-03-19 Eric AndersenPatch from Vladimir to move struct applet from busybox...
2001-03-19 Eric AndersenPer suggestion from Vladimir, no need to initialize...
2001-03-19 Eric Andersenlocale correction patch from Vladimir
2001-03-19 Eric AndersenSplit error messages into separate files.
2001-03-19 Eric AndersenShould exclude "i" option when not enabled.
2001-03-19 Eric AndersenDoesn't need a "-" option -- getopt does that for us.
2001-03-19 Eric AndersenPatch from Vladimir to force interactiveFlag=FALSE...
2001-03-19 Eric Andersengetopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will...
2001-03-19 Eric AndersenSplit libbb/pwd_grp_wrappers.c into 5 different libbb...
2001-03-19 Eric AndersenFix to cmdedit.c from Vladimir
2001-03-19 Eric AndersenSome configuration adjustments from Vladimir
2001-03-17 Eric AndersenFix a bug pointed out by Rob Landley <rlandley@austin...
2001-03-17 Eric AndersenPatch from Larry and Vladimir to clean up sh.c and fix
2001-03-17 Eric Andersenupdate .cvsignore files to note new location of loop.h
2001-03-17 Eric AndersenPatch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcat...
2001-03-16 Eric AndersenStupid thinko. egrep tried to call init. Sigh. Fix...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...
2001-03-16 Eric AndersenA few minor touchups.
2001-03-16 Eric AndersenThere was an unwanted extra newline, which prevented... 0_50
2001-03-16 Eric AndersenFix the make release target.
2001-03-16 Eric AndersenUpdate webpage noting 0.50 release.
2001-03-16 Eric AndersenA patch from Andreas Neuhaus to be especially careful...
2001-03-15 Eric AndersenFix from Larry for glob problems.
2001-03-15 Eric AndersenRemove the "GPL2" bit, since it hung over the end of...
2001-03-15 Mark WhitleyApplied patch from Larry Doolittle to fix problem where...
2001-03-15 Eric AndersenUpdate files and version number prepratory to cutting...
2001-03-15 Eric AndersenFix egrep
2001-03-15 Mark WhitleyOne tiny little missing newline that confused pod.
2001-03-15 Mark WhitleyOne tinly, little, missing newline that confused Pod.
2001-03-15 John Beppu- generated middle section of busybox.pod w/ autodocifi...
2001-03-15 Eric AndersenA better fix. Read nextPtr before mem gets freed.
2001-03-15 Eric Andersencmdedit.c bugfix patch from Vladimir.
2001-03-15 John Beppu- properly indent Examples section in pod generator
2001-03-15 Eric AndersenDon't confuse people. If the run 'ifconfig' and they...
2001-03-15 Mark WhitleyReversed previous patch. The right way is to fix uClibc.
2001-03-15 Eric AndersenPrevent init from potentially using already freed memor...
2001-03-15 Mark WhitleyApplied patch from Andreas Neuhaus to fix namespace...
2001-03-15 Mark Whitleydos2unix logread.c
2001-03-15 Eric AndersenFix linuxrc define
2001-03-15 Eric AndersenMove the warning msg after features.h gets pulled in.
2001-03-15 Mark WhitleyAdded some tests for some recently found / fixed bugs...
2001-03-15 Eric AndersenUpdate the documentation so examples are autoincluded...
2001-03-15 Eric AndersenUpdate the changelog, in preparation for making the...
2001-03-15 Eric AndersenUpdate the olympus sections
2001-03-15 Mark WhitleyIf only BB_DPKG was enabled in Config.h, busybox would...
2001-03-15 Mark WhitleyRemoved leftover BB_FEATURE_KLOGD per report from Giuli...
2001-03-15 Manuel Novoa... Fix stupid cut-and-paste bug... output RX/TX bytes...
2001-03-14 Mark WhitleyApplied patch from Erik Habbinga to fix a problem with...
2001-03-14 Mark WhitleyAdded a section to describe how to convert variables...
2001-03-14 Mark WhitleyScript that generates a script that will convert oddbal...
2001-03-14 Eric AndersenYesterday I make strsep_space include post-token whites...
2001-03-14 Eric AndersenI forgot to malloc space for the NULL.
2001-03-14 Mark WhitleyApplied patch from Christophe Boyanique to add an egrep...
2001-03-14 Mark WhitleyThe patch I previously applied from Brian Webb was...
2001-03-14 Mark WhitleyApplied patch from Larry Doolittle to fix '>\na\n'...
2001-03-14 Mark WhitleyApplied patch from Giulio Orsero to fix some preprocess...
2001-03-14 Eric AndersenFix from Manuel for a silly thinko on my part.
2001-03-14 Eric AndersenFix init so that checking for terminal devices is delay...
2001-03-14 Eric AndersenUse the system passwd and group stuff by default
2001-03-14 Eric AndersenFix mtab so it works on libc5
2001-03-14 Eric AndersenNo reason to include fstab. It breaks libc5, does...
2001-03-14 Eric AndersenAmazing the difference between an "and" and an "or".
2001-03-14 Eric Andersendpkg used tfind, which doesn't work with libc5. Print...
2001-03-14 Eric AndersenFix socklen_t for libc5
2001-03-14 Eric AndersenThe IPC_SYSLOG stuff should be off by default.
2001-03-14 Eric AndersenSome updates for libc5
2001-03-14 Eric Andersenlibc5 glob is pretty stupid and doesn't do GLOB_BRACE...
2001-03-14 Mark WhitleyAdded a dependency on BB_MKFS_MINIX to xfopen().
2001-03-14 Mark Whitley - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATU...
2001-03-13 Mark WhitleySome new testcases, some improvements to the tester...
2001-03-13 Eric AndersenUpdate the lash shell (hopefully the last time...)...
2001-03-13 Mark WhitleyAdded Midori Linux to the list of known projects that...
2001-03-13 Mark WhitleyCredited Christophe Boyaniqu for interactive patch...
2001-03-13 Mark WhitleyApplied patch from Christophe Boyanique to add -i suppo...
2001-03-12 Mark WhitleySome fixlets that didn't get added in the last 'syslogd...
2001-03-12 Mark WhitleyAdded some comment lines in the header indicating that...
2001-03-12 Mark WhitleyApplied a patch from Brian Webb to fix a problem with...
2001-03-12 Mark WhitleyApplied patch from John Lombardo to fix OOM in insmod.
2001-03-12 Mark WhitleyApplied patch from Gennady Feldman to split up syslogd...
2001-03-12 Eric AndersenA fix from Larry Doolittle for some nasty segfaults...
2001-03-12 Mark WhitleyProgram for testing concurrent access to syslogd.
2001-03-12 Mark WhitleyApplied patch from Gennady Feldman to use single-thread...
2001-03-12 Manuel Novoa... Add missing dependency -- interface.c needs get_kernel_...
2001-03-12 Manuel Novoa... Adjust ifconfig usage message for selected options...
next