summaryrefslogtreecommitdiffstats
path: root/usr.bin/du
Commit message (Expand)AuthorAgeFilesLines
* Report the next directory being scanned when a ^T is pressed (or anyimp2009-04-301-0/+15
* Restore (intmax_t) casts I lost during the last change & unbreak the build.mlaier2008-11-061-4/+6
* Add two new options to du(1):mlaier2008-11-062-35/+85
* Declare functions and variables static and save a few byte. This is amlaier2008-11-041-9/+9
* style(9): mostly avoiding line wrap by not indenting cases. No obj change.mlaier2008-11-041-114/+121
* Implement from scratch a -l option for du(1), to match the same optionkeramida2008-02-252-11/+23
* setenv(3) sets errno on failure, use warn() insteadkevlo2007-11-081-3/+3
* Check return value for setenv()kevlo2007-11-061-3/+7
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-3/+3
* Back out all POSIXified *env() changes.ache2007-05-011-3/+3
* Eliminate error with -W* strict flags and make putenv() calls conforming toache2007-04-301-3/+3
* Markup fixes.ru2006-09-291-1/+5
* o Implement "-n" flag: ignore files and directories with user "nodump"maxim2006-05-062-3/+14
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
* Remove unused variables.stefanf2005-04-091-2/+1
* Use 64bit 'fts_bignum' field instead of 32bit (on 32bit archs) fieldpjd2005-01-071-11/+13
* Add a missing full-stop to match the rest of the items in a list.keramida2004-10-241-1/+1
* Use the length modifier 'll' instead of 'q' to print long longs.stefanf2004-07-281-1/+1
* Respect locale settings from the environment.tjr2004-07-151-0/+3
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
* typos.phk2004-06-021-2/+2
* Give du(1) a -m option to report in megabytes.phk2004-06-022-10/+9
* Use humanize_number(3) to format sizes into a human readable form.pjd2004-05-242-69/+11
* Mark du(1) as WARNS6 clean.pjd2004-05-241-0/+1
* More style fixes, per bde.kientzle2004-05-021-6/+4
* Style fixes, most suggested by bde.kientzle2004-05-011-24/+19
* Speed up hardlink detection by using a self-sizing hashkientzle2004-04-301-32/+141
* -{h,k} are mutually exclisive. So only pay attention to the last of theobrien2003-03-301-2/+2
* Back out rev 1.27; getbsize(3)'s original interface has been restored.mike2002-12-301-2/+1
* Uniformly refer to a file system as "file system".ru2002-12-121-2/+2
* Change the type of an unused variable to appease a warning.markm2002-10-231-1/+2
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-15/+8
* Consistently use FBSDIDobrien2002-06-301-3/+2
* More consistancy. file system > filesystemtrhodes2002-05-161-1/+1
* Use `The .Nm utility'charnier2002-04-191-2/+3
* remove __Pimp2002-03-221-7/+7
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* GRR. This was not WARNS=2 clean. You cannot printf a 'long' withpeter2002-02-081-1/+1
* WARNS=2 fixupmarkm2001-12-022-2/+3
* Use the correct blocksize when invoked with both -h and -krobert2001-09-041-1/+2
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+1
* Remove whitespace at EOL.dd2001-07-151-2/+2
* Add '-I mask' cmdline flag to ignore/skip files and subdirectoriesroam2001-06-132-2/+70
* Make it clear that -P is the default.ru2001-05-251-4/+4
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Backed out part of the revision 1.10.ru2000-10-161-1/+2
* Fixed LDADD. Using ${LIBM} instead of -lm gave the wrong libm in mostbde2000-03-271-2/+2
* Use warnx(), -Wall cleaning and remove unused #includecharnier2000-03-262-12/+15
* fix bug with du -hdmharo2000-03-241-1/+1
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-2/+4
OpenPOWER on IntegriCloud