aboutsummaryrefslogtreecommitdiff
path: root/coreutils/du.c
AgeCommit message (Expand)Author
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-08-23move some globals to bssAaron Lehmann
2002-08-23Run through indentGlenn L McGrath
2002-04-06Patch from Edward Betts <edward@debian.org> to add -x switch to du.cEric Andersen
2001-12-17Make cp and mv optionally preserve hard links.Matt Kraai
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-06-30Fix a silly logic error which caused symlinks to be printed twice, andEric Andersen
2001-06-13I reworked make_human_readable_str so it now has a sane interface,Eric Andersen
2001-06-01Vladimir's last_patch13, containing several bugfixes.Eric Andersen
2001-05-07Patch from Vladimir to use last_char_is to simplify du.cEric Andersen
2001-05-03Remove summary header. Not present in GNU or SUSv2.Matt Kraai
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen
2001-03-07Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofMark Whitley
2001-03-07Static-ify a variable. make du work with all the human-readable variantsEric Andersen
2001-03-07Fix up du so it behaves itself also.Eric Andersen
2001-03-06I made these little simplifications a while back, bug forgot toEric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-22Add HUMAN_READABLE define for -m and -h support in du, df, and lsRichard June
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai
2000-12-12du.c error msg cleanup from Kent RobottiEric Andersen
2000-12-11Patch from kent robotti to fix a buglet whereEric Andersen
2000-12-09Fix problem where 'du file_that_exists' doesn't work.Eric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-06Must compile before committing.Matt Kraai
2000-12-06Fix exit status on failure.Matt Kraai
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-07-17The result of getopt() is "int" and should be treated as suchPavel Roskin
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Getopt'rd by Marc Nijdam <marc_nijdam@hp.com>Eric Andersen
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-21Forgot to add basename. More fixes to du fromErik Andersen
2000-02-19Fixed du. Now behaves just like GNU du (only less so).Erik Andersen
2000-02-13- I suspect the problem has something to do w/ symlinks.John Beppu
2000-02-11UpdatesErik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
2000-01-23* added (and documented) "-n" option for head -Erik Andersen
1999-12-17Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen