aboutsummaryrefslogtreecommitdiff
path: root/dc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-03-27Some more words on sending patches to the bug-tracker.markw1-0/+15
2001-03-27Applied patch from David Douthitt to fix problem where ls reports half themarkw2-4/+4
2001-03-27Some more tests for cut. Craig Matsuura said he saw some problems along thesemarkw1-0/+6
2001-03-27Applied patch from Gennady Feldman to fix a single-threaded syslogd bug thatmarkw2-16/+22
2001-03-27Fixed the Makefile so busybox can link against libc5 again. Putting libbb.a atmarkw1-1/+1
2001-03-27In fact, socklen_t *is* defined by libc5.markw2-12/+0
2001-03-27Fix to last patch: locale code should be 9, not 7.markw3-3/+3
2001-03-27Applied patch from Vladimir N. Oleynik to add locale support to the shell permarkw3-0/+18
2001-03-26Applied patch from Anthony Towns that he posted to Debian bug tracking.markw2-4/+6
2001-03-26Fix in_ether bug regarding hex digits reported by Jonas Holmberg <jonas.holmb...mjn32-6/+6
2001-03-24Bump version number to 0.51preandersen1-1/+1
2001-03-23xstrdup xargs cleanup from Jeff Garzikandersen2-2/+2
2001-03-23xstrdup tftp cleanup from Jeff Garzikandersen2-10/+8
2001-03-23Patch to use xfopen from Jeff Garzikandersen2-2/+2
2001-03-23-Wshadow tr fix from Jeff Garzikandersen4-28/+28
2001-03-23-Wshadow sh fix from Jeff Garzikandersen3-6/+6
2001-03-23-Wshadow logread fix from Jeff Garzikandersen2-18/+18
2001-03-23-Wshadow loadacm fix from Jeff Garzikandersen2-8/+8
2001-03-23includes cleanup from Jeff Garzikandersen6-0/+6
2001-03-22Some minor wordsmithing, an extra item in the list of "things Busybox doesn'tmarkw1-12/+75
2001-03-22Patch from Dirk Behme <dirk.behme@de.bosch.com> toandersen2-4/+26
2001-03-21Clean up more local vars which shadow globalsandersen6-24/+24
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andandersen28-222/+221
2001-03-20Added a section on the available Busybox boot-floppy image. Also provided somemarkw1-1/+42
2001-03-20Added adjtimex applet from Larry Doolittle.markw8-0/+384
2001-03-20Force applet_name to be "sh" when command prefaced by "-"andersen2-2/+2
2001-03-20Fix up command line munging in init. Postpone the askfirst thing tillandersen2-128/+152
2001-03-20chown was missing a ] in its usage msgandersen3-3/+3
2001-03-19Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>andersen14-102/+36
2001-03-19Size optimization for rdate from Vladimirandersen2-68/+44
2001-03-19Simpify detection of no options.andersen2-2/+2
2001-03-19Patch from Vladimir to move struct applet from busybox.c to applets.c,andersen6-16/+16
2001-03-19Per suggestion from Vladimir, no need to initialize these -- let the bssandersen2-8/+8
2001-03-19locale correction patch from Vladimirandersen2-40/+2
2001-03-19Split error messages into separate files.andersen10-53/+285
2001-03-19Should exclude "i" option when not enabled.andersen2-2/+2
2001-03-19Doesn't need a "-" option -- getopt does that for us.andersen2-8/+0
2001-03-19Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUEandersen2-6/+10
2001-03-19getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will workandersen2-68/+64
2001-03-19Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.andersen6-50/+225
2001-03-19Fix to cmdedit.c from Vladimirandersen2-0/+2
2001-03-19Some configuration adjustments from Vladimirandersen1-5/+1
2001-03-17Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, whereandersen2-2/+2
2001-03-17Patch from Larry and Vladimir to clean up sh.c and fixandersen3-54/+36
2001-03-17update .cvsignore files to note new location of loop.handersen2-1/+1
2001-03-17Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>andersen1-7/+14
2001-03-16Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyaniqueandersen2-2/+2
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .candersen47-2254/+3901
2001-03-16A few minor touchups.andersen1-3/+6
2001-03-16There was an unwanted extra newline, which prevented buildingandersen3-3/+3