aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/du/du.c
Commit message (Expand)AuthorAgeFilesLines
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* du(1): Add --si option to display in terms of powers of 1000Kyle Evans2017-08-091-11/+29
* du(1): trivial whitespace cleanupEnji Cooper2017-06-121-2/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* du(1): replace malloc + memset with calloc.Pedro F. Giffuni2015-02-171-5/+2
* Document -g option in the usage string.Sergey Kandaurov2012-07-261-1/+1
* Add -g (gigabyte) flag to complement -k (kilobyte) and -m (megabyte).Dag-Erling Smørgrav2012-07-181-1/+5
* du: Allow multiple -HLP options, the last one wins.Jilles Tjoelker2011-12-171-19/+9
* Update du(1):Glen Barber2011-12-091-3/+3
* Simplify getopt switch parsing.Ed Schouten2011-11-081-12/+4
* Add missing static keywords to du(1)Ed Schouten2011-11-061-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Add a -t switch for masking output that's above or below certain thresholds.Brian Somers2010-06-201-2/+19
* Report the next directory being scanned when a ^T is pressed (or anyWarner Losh2009-04-301-0/+15
* Restore (intmax_t) casts I lost during the last change & unbreak the build.Max Laier2008-11-061-4/+6
* Add two new options to du(1):Max Laier2008-11-061-28/+53
* Declare functions and variables static and save a few byte. This is aMax Laier2008-11-041-9/+9
* style(9): mostly avoiding line wrap by not indenting cases. No obj change.Max Laier2008-11-041-114/+121
* Implement from scratch a -l option for du(1), to match the same optionGiorgos Keramidas2008-02-251-5/+12
* setenv(3) sets errno on failure, use warn() insteadKevin Lo2007-11-081-3/+3
* Check return value for setenv()Kevin Lo2007-11-061-3/+7
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-3/+3
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-3/+3
* Eliminate error with -W* strict flags and make putenv() calls conforming toAndrey A. Chernov2007-04-301-3/+3
* o Implement "-n" flag: ignore files and directories with user "nodump"Maxim Konovalov2006-05-061-2/+9
* Remove unused variables.Stefan Farfeleder2005-04-091-2/+1
* Use 64bit 'fts_bignum' field instead of 32bit (on 32bit archs) fieldPawel Jakub Dawidek2005-01-071-11/+13
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-1/+1
* Respect locale settings from the environment.Tim J. Robbins2004-07-151-0/+3
* Give du(1) a -m option to report in megabytes.Poul-Henning Kamp2004-06-021-2/+6
* Use humanize_number(3) to format sizes into a human readable form.Pawel Jakub Dawidek2004-05-241-67/+9
* More style fixes, per bde.Tim Kientzle2004-05-021-6/+4
* Style fixes, most suggested by bde.Tim Kientzle2004-05-011-24/+19
* Speed up hardlink detection by using a self-sizing hashTim Kientzle2004-04-301-32/+141
* -{h,k} are mutually exclisive. So only pay attention to the last of theDavid E. O'Brien2003-03-301-2/+2
* Back out rev 1.27; getbsize(3)'s original interface has been restored.Mike Barcroft2002-12-301-2/+1
* Change the type of an unused variable to appease a warning.Mark Murray2002-10-231-1/+2
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-15/+8
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-3/+2
* remove __PWarner Losh2002-03-221-7/+7
* GRR. This was not WARNS=2 clean. You cannot printf a 'long' withPeter Wemm2002-02-081-1/+1
* WARNS=2 fixupMark Murray2001-12-021-1/+2
* Use the correct blocksize when invoked with both -h and -kRobert Drehmel2001-09-041-1/+2
* Add '-I mask' cmdline flag to ignore/skip files and subdirectoriesPeter Pentchev2001-06-131-2/+66
* Use warnx(), -Wall cleaning and remove unused #includePhilippe Charnier2000-03-261-7/+10
* fix bug with du -hdMichael Haro2000-03-241-1/+1
* Add human-readable output flag, -hMichael Haro2000-01-251-15/+116
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2