summaryrefslogtreecommitdiff
path: root/usr.bin/du/du.c
AgeCommit message (Expand)Author
2012-03-11PR/22405 -- extend du(1) to report inode usage. Patch provided byshattered
2011-09-01static + __deadjoerg
2010-07-08Add #include <sys/param.h>rmind
2008-07-30Fix 'total' output from 'du -sc'.dsl
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-09-24Fix typo in usage.wiz
2006-09-23PR/34220: Tyler Spivey: feature request: --max-depth for duelad
2006-05-10Add -n to the usage message.lukem
2006-05-10Fix a bunch of cast lvalues.skrll
2006-04-30Remove Pflag variable. its unused.liamjfoy
2005-02-17Kill __P(), use ANSI function declarations, constify; WARNS=3.xtraeme
2004-06-13Use open address hashtable with multiplicative double hash probingdbj
2004-05-17Add a "-n" flag that will ignore files/directories with the "nodump"simonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-30Pass a NULL to getbsize() for any arguments that aren't needed, andsimonb
2003-05-10If no files are specified on the command line, put { ".", NULL } insimonb
2003-04-18add -g for output in gigabytes.grant
2002-09-28forgot to remove local define of blocksize; noticed by Benedikt Meurerprovos
2002-09-27human-readable output via -h flag. match output from Linux and other BSDs.provos
2001-01-04use %ll_ instead of the less standard %q_lukem
2000-12-30Option similar to -k, only to use megabyte (1024**2) as display unit.hubertf
2000-04-02Include -r flag in usage message.simonb
1998-02-15Add an `-r' flag (which is a no-op) to meet XPG4.2 requirements.kleink
1997-10-19fix compile warnings on the alpha.mrg
1997-10-18WARNSify, fix .Nm usage, getopt returns -1 not EOFlukem
1996-10-18Implement a -c (Grand Total) option, a'la GNU du(1).thorpej
1995-09-28Sync with 4.4BSD-Lite2perry
1995-03-28Merged with 4.4liteglass
1994-03-30fix usage, and printing of size/name for filescgd
1994-01-27get rid of local err(); convert to err() and warn() as appropriatecgd
1994-01-25new definition of getbsizecgd
1993-10-13#include <unistd.h>, so getopt(), optarg, opterr, optind, and optoptjtc
1993-08-06Incorporate new version using getbsize(), with -k flag added.mycroft
1993-08-06because of fts library updatederaadt
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd