aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-03-28Add functions that were shared with gunzip.c, gunzip about to change.Glenn L McGrath
2001-03-27Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).Matt Kraai
2001-03-27Some more words on sending patches to the bug-tracker.Mark Whitley
2001-03-27Applied patch from David Douthitt to fix problem where ls reports half theMark Whitley
file size. Should close bug #1140.
2001-03-27Some more tests for cut. Craig Matsuura said he saw some problems along theseMark Whitley
lines. "Works for me", but we'll keep these tests around for regression.
2001-03-27Applied patch from Gennady Feldman to fix a single-threaded syslogd bug thatMark Whitley
turned up. This code needs to be tested on an embedded system, since that's where the bug turned up in the first place.
2001-03-27Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a atMark Whitley
the end broke it.
2001-03-27In fact, socklen_t *is* defined by libc5.Mark Whitley
2001-03-27Fix to last patch: locale code should be 9, not 7.Mark Whitley
2001-03-27Applied patch from Vladimir N. Oleynik to add locale support to the shell perMark Whitley
bug report from Ralph Jones.
2001-03-26Applied patch from Anthony Towns that he posted to Debian bug tracking.Mark Whitley
2001-03-26Fix in_ether bug regarding hex digits reported by Jonas Holmberg ↵Manuel Novoa III
<jonas.holmberg@axis.com>.
2001-03-24Bump version number to 0.51preEric Andersen
2001-03-23xstrdup xargs cleanup from Jeff GarzikEric Andersen
2001-03-23xstrdup tftp cleanup from Jeff GarzikEric Andersen
2001-03-23Patch to use xfopen from Jeff GarzikEric Andersen
2001-03-23-Wshadow tr fix from Jeff GarzikEric Andersen
2001-03-23-Wshadow sh fix from Jeff GarzikEric Andersen
2001-03-23-Wshadow logread fix from Jeff GarzikEric Andersen
2001-03-23-Wshadow loadacm fix from Jeff GarzikEric Andersen
2001-03-23includes cleanup from Jeff GarzikEric Andersen
2001-03-22Some minor wordsmithing, an extra item in the list of "things Busybox doesn'tMark Whitley
need", example of a testcase, more janitorial items, and a whole new section with guidelines on committing changes to CVS.
2001-03-22Patch from Dirk Behme <dirk.behme@de.bosch.com> toEric Andersen
add EM_MIPS_RS3_LE for mips -Erik
2001-03-21Clean up more local vars which shadow globalsEric Andersen
-Erik
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
cleans up most of the now-revealed problems.
2001-03-20Added a section on the available Busybox boot-floppy image. Also provided someMark Whitley
linkes to a Wired article on Midori Linux.
2001-03-20Added adjtimex applet from Larry Doolittle.Mark Whitley
2001-03-20Force applet_name to be "sh" when command prefaced by "-"Eric Andersen
2001-03-20Fix up command line munging in init. Postpone the askfirst thing tillEric Andersen
a bit later in run().
2001-03-20chown was missing a ] in its usage msgEric Andersen
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