aboutsummaryrefslogtreecommitdiff
path: root/du.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-04-25Moved some #ifdefs down below #include "busybox.h" where they belong.markw5-10/+10
2001-04-25Sync'ed up the olympus section between this and stock Config.hmarkw1-49/+0
2001-04-25Fixed a BB_MTAB #define buglet reported by Magnus Damm.markw1-1/+1
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen46-241/+98
2001-04-24Cleanup more carefully after pod2htmlandersen1-2/+2
2001-04-24Several cleanups from Larry.andersen2-12/+14
2001-04-24Rewrote rm.kraai8-219/+195
2001-04-24Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyandersen14-184/+605
2001-04-24Update applet define from BB_CP_MV to BB_CP and BB_MV.kraai4-4/+8
2001-04-24Use generic flag names.kraai7-55/+56
2001-04-24Move applet_name declaration from busybox.h to libbb.h.kraai7-9/+5
2001-04-23Applied patch from Larry Doolittle to remove some strlen calls, and add onemarkw2-14/+20
2001-04-23Remove file obsoleted by cp/mv rewrite.kraai1-325/+0
2001-04-23Rewrite cp and mv to be SUSv2 compliant.kraai10-156/+811
2001-04-23Reversed last patch; unnecessary.markw1-4/+0
2001-04-23Added a sanity check to fix weird bug exposed when sourcing in commands from amarkw1-1/+5
2001-04-23Change link order so that libbb functions use libpwd.a when appropriate.kraai1-1/+1
2001-04-23Some patches from Gennady Feldman. Fixed a glob problem such thatandersen5-17/+21
2001-04-23A patch from Marc Karasek and Kanoj (kernel serial.c maintainer)andersen2-2/+4
2001-04-23Simplify file_prefix handling, and use of *dir variable.bug11-29/+21
2001-04-23Simplify pathname building, in which a bug was noted by Larry Doolittle,kraai2-18/+18
2001-04-21Fix horrible, horrible memmory leak. I wondered why processes were dying !bug11-2/+1
2001-04-21Clearly define out exclude list code, as recommended by Larry Doolittlebug11-4/+5
2001-04-20Fixed a buglet where an extra newline was being added after an insert commandmarkw2-14/+20
2001-04-20Made a correction to a bad test expression. Props to Larry Doolittle formarkw2-4/+2
2001-04-20Applied patch from Larry Doolittle to give users the third option of puttingmarkw3-0/+15
2001-04-20Set permissions of created filebug11-0/+1
2001-04-19This has two patches. First it moves interface.c to libbb (it isandersen7-75/+24
2001-04-19Fix buffer underrun noted and solved by Larry Doolittle.kraai2-2/+2
2001-04-18Move real_loop.h to libbb, where it belongs.andersen1-0/+0
2001-04-18Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org>andersen2-4/+4
2001-04-18Eliminate spurious warning, convert to getopt, and eliminate redundant check.kraai4-58/+46
2001-04-18Fix a number of problems with argument handling.kraai2-98/+58
2001-04-18Eliminate a segfault when called on an existing file with out an extension:kraai2-4/+4
2001-04-18Eliminated seeks so that we work correctly on pipes, and removed reliance onkraai3-6/+27
2001-04-18Fix zcat/gunzip when reading from stdinbug12-52/+56
2001-04-17- updated busybox_header.pod by adding adjtimex to the list.beppu2-36/+55
2001-04-17Applied patch from I.Q. to add sort -u as a feature.markw6-21/+79
2001-04-17Changed line[strlen(line) - 1] = '\0'; to chomp(line);markw2-2/+2
2001-04-17Applied a patch from Laurence Anderson to fix the wget statusbar and a patchmarkw5-41/+37
2001-04-17Applied patch from I.Q. to fix problem with sort -n.markw2-6/+10
2001-04-17Added some help messages.markw2-2/+18
2001-04-17The tiniest of bracket-placement fixes.markw2-10/+4
2001-04-17- usage.hbeppu7-81/+97
2001-04-17Convert mount to use getopt.kraai2-110/+62
2001-04-17Further cleanup of mount option handling.kraai2-124/+122
2001-04-17Fix -a support (broken by previous patch).kraai2-6/+6
2001-04-17Fix segfault on `mount -t nfs' reported by Gratien D'haese.kraai2-0/+6
2001-04-16Several fixes from Sterling Huxley for the vi applet.andersen3-159/+430
2001-04-16Write full status filebug12-38/+152