OpenBSD CVS

CVS log for src/usr.bin/du/du.1


[BACK] Up to [local] / src / usr.bin / du

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39 / (download) - annotate - [select for diffs], Wed Sep 7 00:46:20 2022 UTC (20 months, 1 week ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.38: +3 -48 lines
Diff to previous 1.38 (colored)

remove history of when each du(1) flag was added
ok jmc@ schwarze@

Revision 1.38 / (download) - annotate - [select for diffs], Wed Oct 21 17:00:47 2020 UTC (3 years, 6 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

simplify and improve the example by using the -a and -d options;
suggested by <adr at sdf dot org>, tweaked by me

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jan 30 17:54:30 2020 UTC (4 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored)

add missing command prompt in the example; requested by jmc@

Revision 1.36 / (download) - annotate - [select for diffs], Thu Jan 30 16:05:14 2020 UTC (4 years, 3 months ago) by schwarze
Branch: MAIN
Changes since 1.35: +7 -2 lines
Diff to previous 1.35 (colored)

add a short EXAMPLES section;
wording from jmc@, example command tweaked by me,
based on a wordier patch from <David at Goerger dot info>
that used an idea from danj@ answering a question from millert@
triggered by a completely different patch from David Goerger;
OK jmc@ danj@

Revision 1.35 / (download) - annotate - [select for diffs], Mon Sep 2 21:18:41 2019 UTC (4 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

More correction of section 3 layout. directory->opendir, fts->fts_open,
getcap->cgetent.  pwcache->user_from_uid. And then repair references.
ok jmc

Revision 1.34 / (download) - annotate - [select for diffs], Sun Oct 19 18:24:58 2014 UTC (9 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

rearrange -d, again, after giving ingo some dodgy advice;
ok ingo

Revision 1.33 / (download) - annotate - [select for diffs], Sun Oct 19 14:27:41 2014 UTC (9 years, 7 months ago) by schwarze
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (colored)

in usage() and SYNOPSIS, sort options as suggested by jmc@

Revision 1.32 / (download) - annotate - [select for diffs], Fri Oct 17 14:46:54 2014 UTC (9 years, 7 months ago) by schwarze
Branch: MAIN
Changes since 1.31: +70 -10 lines
Diff to previous 1.31 (colored)

Add the -d flag (limit display depth) for compatibility with FreeBSD,
DragonFly, NetBSD and GNU coreutils, even though it's not POSIX.
Actually, this simplifies the code rather than complicating it.

Because -a and -d need not be mutually exclusive (as observed by
millert@) and -s is identical to -d 0, -a and -s are no longer
mutually exclusive, but -as and -sa are now the same as -s.
That is explicitly allowed by POSIX.

Based on a patch from William Orr <will at worrbase dot com>,
but extensively massaged and HISTORY added by me.

feedback and ok millert@

Revision 1.31 / (download) - annotate - [select for diffs], Fri Feb 14 18:17:50 2014 UTC (10 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.30: +22 -5 lines
Diff to previous 1.30 (colored)

Regarding -r, cite the latest standard that required it instead of
a random one from the middle of its history, and improve the wording.
Add an AUTHORS section.
Much feedback and help millert@ sobrado@ jmc@, ok jmc@ millert@.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Feb 13 14:28:52 2014 UTC (10 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.29: +6 -3 lines
Diff to previous 1.29 (colored)

-r is not a posix extension (my error), it is there for compat reasons;
Ev BLOCKSIZE is an extension (noted by millert)

Revision 1.29 / (download) - annotate - [select for diffs], Tue Feb 4 18:45:29 2014 UTC (10 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

remove brackets for -H: this information given is not secondary;

Revision 1.28 / (download) - annotate - [select for diffs], Fri Sep 3 11:09:28 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (colored)

add an EXIT STATUS section for /usr/bin;

Revision 1.27 / (download) - annotate - [select for diffs], Wed Jul 21 20:02:29 2010 UTC (13 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.26: +4 -2 lines
Diff to previous 1.26 (colored)

document exit values; from daniel dickman

Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 16 09:41:08 2009 UTC (14 years, 9 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

replace ".Ar file ..." with ".Ar" whenever possible.

ok jmc@

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jun 4 14:59:26 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.24: +17 -17 lines
Diff to previous 1.24 (colored)

- sync the descriptions of -h and -k
- note that the last -h or -k specified takes precedence

the latter part based on a diff from Daniel Dickman, with text from ls.1
ok otto millert

Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 8 17:15:09 2009 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;

Revision 1.23 / (download) - annotate - [select for diffs], Tue Nov 13 13:49:50 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.22: +8 -5 lines
Diff to previous 1.22 (colored)

move xpg4 notes into STANDARDS; ok otto

Revision 1.22 / (download) - annotate - [select for diffs], Wed Oct 31 16:31:32 2007 UTC (16 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

sort flags in STANDARDS; from Pierre Riteau

Revision 1.21 / (download) - annotate - [select for diffs], Thu May 31 19:20:09 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

convert to new .Dd format;

Revision 1.20 / (download) - annotate - [select for diffs], Wed May 30 04:41:33 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.19: +11 -1 lines
Diff to previous 1.19 (colored)

- use a consistent text for STANDARDS
- note which options are extensions to POSIX

Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 17 12:27:23 2005 UTC (19 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.18: +20 -20 lines
Diff to previous 1.18 (colored)

sort options + sync usage();

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jun 3 02:56:07 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.17: +2 -6 lines
Diff to previous 1.17 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 24 19:25:12 2002 UTC (22 years, 3 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

at least the man page existed in v3, not v6

Revision 1.16 / (download) - annotate - [select for diffs], Wed May 2 23:26:52 2001 UTC (23 years ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored)

-h overrides BLOCKSIZE; matt@anzen.com

Revision 1.15 / (download) - annotate - [select for diffs], Tue May 1 17:58:02 2001 UTC (23 years ago) by aaron
Branch: MAIN
Changes since 1.14: +1 -4 lines
Diff to previous 1.14 (colored)

Remove completely redundant introductory sentences in ENVIRONMENT sections.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Feb 23 19:14:20 2001 UTC (23 years, 2 months ago) by pjanzen
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.13: +9 -2 lines
Diff to previous 1.13 (colored)

Add -h option ("human-readable") as df.  Based on suggestions and code from
Matt Bing <matt@anzen.com>.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Mar 11 21:40:07 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Various cleanups and standardizations.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 5 20:34:12 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.11: +6 -4 lines
Diff to previous 1.11 (colored)

Remove hard sentence breaks.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Mar 5 20:09:22 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.10: +7 -7 lines
Diff to previous 1.10 (colored)

Various improvements, including a few HISTORY sections added from FreeBSD.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 4 11:53:53 1999 UTC (24 years, 10 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.9: +7 -7 lines
Diff to previous 1.9 (colored)

correct use of .Nm; some other formatting nits

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jun 5 01:21:22 1999 UTC (24 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/

Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 23 04:32:38 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.7: +5 -3 lines
Diff to previous 1.7 (colored)

usr.bin/ man page repairs, a - e

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 22 21:33:56 1998 UTC (25 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

mention that block usage != file size

Revision 1.6 / (download) - annotate - [select for diffs], Wed May 13 10:33:26 1998 UTC (26 years ago) by deraadt
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

fix .Sh ENVIRONMENT

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 16 09:23:06 1998 UTC (26 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.4: +6 -1 lines
Diff to previous 1.4 (colored)

-r for xpg conformance

Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 18 18:16:06 1996 UTC (27 years, 7 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.3: +6 -4 lines
Diff to previous 1.3 (colored)

Implement a -c (Grand Total) option, a'la GNU du(1).
From Luke Mewburn <lukem@telstra.com.au>, NetBSD PR #2805.
Also -Wall happiness.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jun 26 05:32:37 1996 UTC (27 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

rcsid

Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 8 19:47:58 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

s/environmental/environment/

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:45:05 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:45:05 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.