aboutsummaryrefslogtreecommitdiff
path: root/df.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-04-05more FILE_OFFSET_BITS == 64 adjustments.Eric Andersen6-12/+12
2001-04-05A first pass at making D_FILE_OFFSET_BITS=64 work, fromEric Andersen3-8/+8
2001-04-05Add support of /W promptsEric Andersen2-0/+26
2001-04-05Handle glibc 2.0.7 as wellEric Andersen1-1/+1
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric Andersen10-199/+585
2001-04-05Some cleanups/fixes for the syslogd circular buffer codeEric Andersen2-14/+18
2001-04-05- autodocifier.pl :: continuation() was modified such that '#'John Beppu2-17/+58
2001-04-05- use docs/autodocifier.pl to merge POD togetherJohn Beppu1-1/+6
2001-04-05- split busybox.pod into a header and footer.John Beppu3-152/+399
2001-04-05- documentation updates and a minor tweak to POD generationJohn Beppu1-6/+55
2001-04-05It seems all the stdout munging was useless anyways, sinceEric Andersen2-6/+0
2001-04-05Be more generic for libc5. We don't need to know struct definitionsEric Andersen1-1/+1
2001-04-05Another iteration -- adjust the init_module syscall a bit.Eric Andersen3-43/+29
2001-04-05*** empty log message ***Eric Andersen3-11/+35
2001-04-05Some further syscall adjustments. Split the module syscalls out ofEric Andersen5-117/+120
2001-04-05dpkg_deb had not been updated for the new gunzip interface. Fix it.Eric Andersen2-4/+32
2001-04-05A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen33-202/+166
2001-04-04Patch from Larry Doolittle to eliminate needless thrashingEric Andersen1-3/+3
2001-04-04Remove unused optarg variableEric Andersen2-4/+2
2001-04-04Failed to name "Electric-fence" explicitlyEric Andersen1-1/+1
2001-04-04Some cleanups for libc5 supportEric Andersen2-34/+18
2001-04-04Fix a warning with libc5.Eric Andersen1-0/+1
2001-04-04Seems that stupid libc5 doesn't implement daemon(), so conditionallyEric Andersen4-1/+108
2001-04-04Avoid segfault when export is invoked with no arguments. Thanks toMatt Kraai3-0/+3
2001-04-04I said no new features till after the 0.51 release. Well, I lied. This is aEric Andersen9-0/+7407
2001-04-03Place a temporary bandaid on the ls/du/df human-readable issue. This method isEric Andersen3-31/+46
2001-04-03Add in easy-to-use electric-fence support.Eric Andersen1-0/+10
2001-04-03if strlen(s) was 0, it would then end up using s[-1] as an array index. Bad,Eric Andersen1-4/+5
2001-04-03A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. NowEric Andersen9-46/+103
2001-04-03Make 'busybox --help' work as expected, closing bug #1139Eric Andersen4-2/+16
2001-04-03Fix for bug 1143 from Larry DoolittleEric Andersen1-2/+5
2001-04-01Move the mtab support stuff into libbbEric Andersen14-55/+23
2001-04-01Formatting changeEric Andersen1-33/+29
2001-03-30Dont try and automount devfs, rename some variablesGlenn L McGrath2-12/+12
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen12-48/+252
2001-03-29Use daemon() to spawn syslogd and klogd daemons.Eric Andersen4-70/+16
2001-03-29gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled.Eric Andersen2-0/+4
2001-03-29Fix zcatGlenn L McGrath2-8/+4
2001-03-29gunzip -c works againGlenn L McGrath2-46/+38
2001-03-28Fixes from Robert KaiserGlenn L McGrath4-20/+18
2001-03-28Applied patch from David Douthitt to re-add -print option to find.Mark Whitley5-0/+9
2001-03-28Fix ls so it uses make_human_readable_str() the same way alreadyEric Andersen2-2/+2
2001-03-28Patch bass ackwards behavior of hr flag.Matt Kraai3-12/+15
2001-03-28Rewrite to fix bug #1140 and make it slightly smaller.Matt Kraai1-26/+14
2001-03-28Enable tar -z support again by defaultGlenn L McGrath1-1/+1
2001-03-28Remove cruftGlenn L McGrath4-8/+4
2001-03-28Remove tar_unzip_init() not needed any more, uses gz_open insteadGlenn L McGrath2-74/+0
2001-03-28Fix tar -z, calls gz_open nowGlenn L McGrath4-22/+52
2001-03-28Disable tar -z for nowGlenn L McGrath1-1/+1
2001-03-28Gunzip changes broke tar -z support (woops)Glenn L McGrath2-4/+2