aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-19Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>Eric Andersen
2001-03-19Size optimization for rdate from VladimirEric Andersen
2001-03-19Simpify detection of no options.Eric Andersen
2001-03-19Patch from Vladimir to move struct applet from busybox.c to applets.c,Eric Andersen
which looks like the right place for such things to live.
2001-03-19Per suggestion from Vladimir, no need to initialize these -- let the bssEric Andersen
do it. -Erik
2001-03-19locale correction patch from VladimirEric Andersen
2001-03-19Split error messages into separate files.Eric Andersen
Update libbb.h, per suggestion from Vladimir, to include __attribute__((format (printf ...))) stuff -Erik
2001-03-19Should exclude "i" option when not enabled.Eric Andersen
2001-03-19Doesn't need a "-" option -- getopt does that for us.Eric Andersen
2001-03-19Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUEEric Andersen
2001-03-19getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will workEric Andersen
2001-03-19Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.Eric Andersen
-Erik
2001-03-19Fix to cmdedit.c from VladimirEric Andersen
2001-03-19Some configuration adjustments from VladimirEric Andersen
2001-03-17Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, whereEric Andersen
setup_sockaddr_in was zeroing the sizeof a pointer, not the sizeof the struct, which was obviously what was intended. Thanks Rob, -Erik
2001-03-17Patch from Larry and Vladimir to clean up sh.c and fixEric Andersen
shell expansion to work in non POSIX locales.
2001-03-17update .cvsignore files to note new location of loop.hEric Andersen
2001-03-17Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>Eric Andersen
that copes with the fact that processes may have been swapped out.
2001-03-16Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe BoyaniqueEric Andersen
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen
files. Clean up the resulting damage and fix up the makefile. -Erik
2001-03-16A few minor touchups.Eric Andersen
2001-03-16There was an unwanted extra newline, which prevented buildingEric Andersen
uudecode. How did this sneak through the testing until now? -Erik
2001-03-16Fix the make release target.Eric Andersen
2001-03-16Update webpage noting 0.50 release.Eric Andersen
2001-03-16A patch from Andreas Neuhaus to be especially careful to not dupEric Andersen
any env variables when spawning child processes.
2001-03-15Fix from Larry for glob problems.Eric Andersen
-Erik
2001-03-15Remove the "GPL2" bit, since it hung over the end of the line.Eric Andersen
2001-03-15Applied patch from Larry Doolittle to fix problem where multibuild.pl wouldMark Whitley
build the wrong files. Made the same changes to multifeat.pl.
2001-03-15Update files and version number prepratory to cutting a release.Eric Andersen
-Erik
2001-03-15Fix egrepEric Andersen
2001-03-15One tiny little missing newline that confused pod.Mark Whitley
2001-03-15One tinly, little, missing newline that confused Pod.Mark Whitley
2001-03-15- generated middle section of busybox.pod w/ autodocifier.plJohn Beppu
- updated autodocifier.pl to use tab to indent example section
2001-03-15A better fix. Read nextPtr before mem gets freed.Eric Andersen
-Erik
2001-03-15cmdedit.c bugfix patch from Vladimir.Eric Andersen
-Erik
2001-03-15- properly indent Examples section in pod generatorJohn Beppu
2001-03-15Don't confuse people. If the run 'ifconfig' and they didn'tEric Andersen
compile with BB_FEATURE_IFCONFIG_STATUS turned on, it will now print a message telling them as much. -Erik
2001-03-15Reversed previous patch. The right way is to fix uClibc.Mark Whitley
2001-03-15Prevent init from potentially using already freed memory whenEric Andersen
deleting an initAction, fixing a bug pointed out by Andreas Neuhaus -Erik
2001-03-15Applied patch from Andreas Neuhaus to fix namespace conflict that made busyboxMark Whitley
not compile with uClibc.
2001-03-15dos2unix logread.cMark Whitley
2001-03-15Fix linuxrc defineEric Andersen
2001-03-15Move the warning msg after features.h gets pulled in.Eric Andersen
-Erik
2001-03-15Added some tests for some recently found / fixed bugs in the shell.Mark Whitley
2001-03-15Update the documentation so examples are autoincluded in the output text.Eric Andersen
Fix up docs/busybox.pod with the latest autogenerated output. -Erik
2001-03-15Update the changelog, in preparation for making the 0.50 releaseEric Andersen
2001-03-15Update the olympus sectionsEric Andersen
2001-03-15If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say:Mark Whitley
dpkg.c:18: #error It looks like you are using libc5, which does not support dpkg.c:19: #error tfind(). tfind() is used by busybox dpkg. dpkg.c:20: #error Please disable BB_DPKG. Sorry. This was fixed by changing the || to an && in the preprocessor. (We've changed the logic in there too many times.) Found using multibuild.pl.
2001-03-15Removed leftover BB_FEATURE_KLOGD per report from Giulio OrseroMark Whitley
2001-03-15Fix stupid cut-and-paste bug... output RX/TX bytes instead of RX/RX bytes.Manuel Novoa III