CVS log for src/usr.bin/du/du.1
Up to [FreeBSD] / src / usr.bin / du
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.34.2.4: download - view: text, markup, annotated - select for diffs
Thu Jan 12 00:01:11 2012 UTC (4 weeks, 1 day ago) by jilles
Branches: RELENG_8
Diff to: previous 1.34.2.3: preferred, colored; branchpoint 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34.2.3: +8 -1 lines
SVN rev 229993 on 2012-01-12 00:01:11Z by jilles MFC r228669: du: Allow multiple -HLP options, the last one wins. This matches 4.4BSD tradition and other utilities with these options and is required by POSIX (POSIX does not specify -P, only -HL).
Revision 1.37.2.3: download - view: text, markup, annotated - select for diffs
Wed Jan 11 23:30:18 2012 UTC (4 weeks, 1 day ago) by jilles
Branches: RELENG_9
Diff to: previous 1.37.2.2: preferred, colored; branchpoint 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37.2.2: +8 -1 lines
SVN rev 229992 on 2012-01-11 23:30:18Z by jilles MFC r228669: du: Allow multiple -HLP options, the last one wins. This matches 4.4BSD tradition and other utilities with these options and is required by POSIX (POSIX does not specify -P, only -HL).
Revision 1.32.2.3: download - view: text, markup, annotated - select for diffs
Sat Jan 7 01:39:38 2012 UTC (4 weeks, 6 days ago) by gjb
Branches: RELENG_7
Diff to: previous 1.32.2.2: preferred, colored; branchpoint 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32.2.2: +50 -34 lines
SVN rev 229756 on 2012-01-07 01:39:38Z by gjb MFC r209362, r210933, r228356: r209362 (brian) [1]: - Add a -t switch for masking output that's above or below certain thresholds. This switch makes it a lot easier to locate problem areas when a process is threatening to consume all of your disk space. r210933 (joel): - Fix typos and spelling mistakes. r228356 [2]: - Update du(1): - Sort arguments alphabetically where appropriate - '-B blocksize' is not mutually exclusive of '-h|-k|-m' - Mention '-t' in synopsis - Other wording improvements - Update usage() output to reflect the new synopsis - Other miscellaneous improvements Approved by: brian [1] PR: 162438 [2]
Revision 1.34.2.3: download - view: text, markup, annotated - select for diffs
Mon Jan 2 23:44:07 2012 UTC (5 weeks, 3 days ago) by gjb
Branches: RELENG_8
Diff to: previous 1.34.2.2: preferred, colored; branchpoint 1.34: preferred, colored
Changes since revision 1.34.2.2: +51 -43 lines
SVN rev 229343 on 2012-01-02 23:44:07Z by gjb MFC r210993, r228356: r210933 (joel): - Fix typos and spelling mistakes r228356: [3] - Update du(1): - Sort arguments alphabetically where appropriate - '-B blocksize' is not mutually exclusive of '-h|-k|-m' - Mention '-t' in synopsis - Other wording improvements - Update usage() output to reflect the new synopsis - Other miscellaneous improvements PR: 162438 [3]
Revision 1.37.2.2: download - view: text, markup, annotated - select for diffs
Mon Jan 2 23:43:16 2012 UTC (5 weeks, 3 days ago) by gjb
Branches: RELENG_9
Diff to: previous 1.37.2.1: preferred, colored; branchpoint 1.37: preferred, colored
Changes since revision 1.37.2.1: +50 -42 lines
SVN rev 229340 on 2012-01-02 23:43:16Z by gjb MFC r228356: r228356: - Update du(1): - Sort arguments alphabetically where appropriate - '-B blocksize' is not mutually exclusive of '-h|-k|-m' - Mention '-t' in synopsis - Other wording improvements - Update usage() output to reflect the new synopsis - Other miscellaneous improvements PR: 162438
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Dec 17 23:18:14 2011 UTC (7 weeks, 5 days ago) by jilles
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +8 -1 lines
SVN rev 228669 on 2011-12-17 23:18:14Z by jilles du: Allow multiple -HLP options, the last one wins. This matches 4.4BSD tradition and other utilities with these options and is required by POSIX (POSIX does not specify -P, only -HL). MFC after: 2 weeks
Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Dec 9 02:30:56 2011 UTC (2 months ago) by gjb
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +50 -42 lines
SVN rev 228356 on 2011-12-09 02:30:56Z by gjb Update du(1): - Sort arguments alphabetically where appropriate - '-B blocksize' is not mutually exclusive of '-h|-k|-m' - Mention '-t' in synopsis - Other wording improvements - Update usage() output to reflect the new synopsis [1] - Other miscellaneous improvements PR: 162438 Submitted by: arundel Reviewed by: Benjamin Kaduk (kaduk ! mit.edu), jhb[1] (original version) MFC after: 1 week
Revision 1.37.2.1.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 11 04:20:22 2011 UTC (3 months ago) by kensmith
Branches: RELENG_9_0
CVS tags: RELENG_9_0_0_RELEASE
Diff to: previous 1.37.2.1: preferred, colored; next MAIN 1.37.2.2: preferred, colored
Changes since revision 1.37.2.1: +0 -0 lines
SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release cycle. Approved by: re (implicit)
Revision 1.37.2.1: download - view: text, markup, annotated - select for diffs
Fri Sep 23 00:51:37 2011 UTC (4 months, 2 weeks ago) by kensmith
Branches: RELENG_9
CVS tags: RELENG_9_0_BP
Branch point for: RELENG_9_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +0 -0 lines
SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith Copy head to stable/9 as part of 9.0-RELEASE release cycle. Approved by: re (implicit)
Revision 1.32.2.2.6.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:10:29 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_7_4
CVS tags: RELENG_7_4_0_RELEASE
Diff to: previous 1.32.2.2: preferred, colored; next MAIN 1.32.2.3: preferred, colored
Changes since revision 1.32.2.2: +0 -0 lines
SVN rev 216618 on 2010-12-21 17:10:29Z by kensmith Copy stable/7 to releng/7.4 in preparation for FreeBSD-7.4 release. Approved by: re (implicit)
Revision 1.34.2.2.2.1: download - view: text, markup, annotated - select for diffs
Tue Dec 21 17:09:25 2010 UTC (13 months, 2 weeks ago) by kensmith
Branches: RELENG_8_2
CVS tags: RELENG_8_2_0_RELEASE
Diff to: previous 1.34.2.2: preferred, colored; next MAIN 1.34.2.3: preferred, colored
Changes since revision 1.34.2.2: +0 -0 lines
SVN rev 216617 on 2010-12-21 17:09:25Z by kensmith Copy stable/8 to releng/8.2 in preparation for FreeBSD-8.2 release. Approved by: re (implicit)
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Dec 11 08:32:16 2010 UTC (14 months ago) by joel
Branches: MAIN
CVS tags: RELENG_9_BP
Branch point for: RELENG_9
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +0 -4 lines
SVN rev 216370 on 2010-12-11 08:32:16Z by joel Remove the advertising clause from UCB copyrighted files in usr.bin. This is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Aug 6 14:33:42 2010 UTC (18 months ago) by joel
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
SVN rev 210933 on 2010-08-06 14:33:42Z by joel Fix typos and spelling mistakes.
Revision 1.34.2.2: download - view: text, markup, annotated - select for diffs
Sun Jul 11 21:47:38 2010 UTC (19 months ago) by brian
Branches: RELENG_8
CVS tags: RELENG_8_2_BP
Branch point for: RELENG_8_2
Diff to: previous 1.34.2.1: preferred, colored; branchpoint 1.34: preferred, colored
Changes since revision 1.34.2.1: +9 -1 lines
SVN rev 209911 on 2010-07-11 21:47:38Z by brian MFC r209362: Add a -t switch for masking output based on size. PR: 144192 Submitted by: gk
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jun 20 08:27:03 2010 UTC (19 months, 3 weeks ago) by brian
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +9 -1 lines
SVN rev 209362 on 2010-06-20 08:27:03Z by brian Add a -t switch for masking output that's above or below certain thresholds. This switch makes it a lot easier to locate problem areas when a process is threatening to consume all of your disk space. PR: 144192 Submitted by: gk MFC after: 3 weeks
Revision 1.34.2.1.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 14 02:09:06 2010 UTC (19 months, 4 weeks ago) by kensmith
Branches: RELENG_8_1
CVS tags: RELENG_8_1_0_RELEASE
Diff to: previous 1.34.2.1: preferred, colored; next MAIN 1.34.2.2: preferred, colored
Changes since revision 1.34.2.1: +0 -0 lines
SVN rev 209145 on 2010-06-14 02:09:06Z by kensmith Copy stable/8 to releng/8.1 in preparation for 8.1-RC1. Approved by: re (implicit)
Revision 1.32.2.2.4.1: download - view: text, markup, annotated - select for diffs
Wed Feb 10 00:26:20 2010 UTC (2 years ago) by kensmith
Branches: RELENG_7_3
CVS tags: RELENG_7_3_0_RELEASE
Diff to: previous 1.32.2.2: preferred, colored; next MAIN 1.32.2.3: preferred, colored
Changes since revision 1.32.2.2: +0 -0 lines
SVN rev 203736 on 2010-02-10 00:26:20Z by kensmith Copy stable/7 to releng/7.3 as part of the 7.3-RELEASE process. Approved by: re (implicit)
Revision 1.34.2.1.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 25 01:10:29 2009 UTC (2 years, 3 months ago) by kensmith
Branches: RELENG_8_0
CVS tags: RELENG_8_0_0_RELEASE
Diff to: previous 1.34.2.1: preferred, colored; next MAIN 1.34.2.2: preferred, colored
Changes since revision 1.34.2.1: +0 -0 lines
SVN rev 198460 on 2009-10-25 01:10:29Z by kensmith Copy stable/8 to releng/8.0 as part of 8.0-RELEASE release procedure. Approved by: re (implicit)
Revision 1.34.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 3 08:13:06 2009 UTC (2 years, 6 months ago) by kensmith
Branches: RELENG_8
CVS tags: RELENG_8_1_BP, RELENG_8_0_BP
Branch point for: RELENG_8_1, RELENG_8_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +0 -0 lines
SVN rev 196045 on 2009-08-03 08:13:06Z by kensmith Copy head to stable/8 as part of 8.0 Release cycle. Approved by: re (Implicit)
Revision 1.32.2.2.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 15 03:14:26 2009 UTC (2 years, 9 months ago) by kensmith
Branches: RELENG_7_2
CVS tags: RELENG_7_2_0_RELEASE
Diff to: previous 1.32.2.2: preferred, colored; next MAIN 1.32.2.3: preferred, colored
Changes since revision 1.32.2.2: +0 -0 lines
SVN rev 191087 on 2009-04-15 03:14:26Z by kensmith Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE. Approved by: re (implicit)
Revision 1.32.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 14 21:03:03 2009 UTC (2 years, 10 months ago) by mlaier
Branches: RELENG_7
CVS tags: RELENG_7_4_BP, RELENG_7_3_BP, RELENG_7_2_BP
Branch point for: RELENG_7_4, RELENG_7_3, RELENG_7_2
Diff to: previous 1.32.2.1: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.2.1: +32 -7 lines
SVN rev 189831 on 2009-03-14 21:03:03Z by mlaier MFC: - r184733, r184742 Add -A and -B options - r184654, r184656 style(9) changes - r173387, r173431 (by kevlo) Check return value for setenv() In effect sync head and releng/7.
Revision 1.30.2.2: download - view: text, markup, annotated - select for diffs
Thu Jan 15 04:26:45 2009 UTC (3 years ago) by keramida
Branches: RELENG_6
Diff to: previous 1.30.2.1: preferred, colored; branchpoint 1.30: preferred, colored; next MAIN 1.31: preferred, colored
Changes since revision 1.30.2.1: +11 -6 lines
SVN rev 187276 on 2009-01-15 04:26:45Z by keramida MFC 176561 Implement from scratch a -l option for du(1), to match the same option of the GNU utility. The default behavior of our original `du' is to count hardlinked files only once for each invocation of the utility. With the new -l option they count towards the final size every time they are found.
Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 15 03:48:49 2009 UTC (3 years ago) by keramida
Branches: RELENG_7
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +11 -6 lines
SVN rev 187272 on 2009-01-15 03:48:49Z by keramida 176561 | keramida | 2008-02-25 21:06:43 +0200 (Mon, 25 Feb 2008) | 11 lines Implement from scratch a -l option for du(1), to match the same option of the GNU utility. The default behavior of our original `du' is to count hardlinked files only once for each invocation of the utility. With the new -l option they count towards the final size every time they are found.
Revision 1.32.6.1: download - view: text, markup, annotated - select for diffs
Tue Nov 25 02:59:29 2008 UTC (3 years, 2 months ago) by kensmith
Branches: RELENG_7_1
CVS tags: RELENG_7_1_0_RELEASE
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +0 -0 lines
SVN rev 185281 on 2008-11-25 02:59:29Z by kensmith Create releng/7.1 in preparation for moving into RC phase of 7.1 release cycle. Approved by: re (implicit)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Nov 6 16:30:38 2008 UTC (3 years, 3 months ago) by mlaier
Branches: MAIN
CVS tags: RELENG_8_BP
Branch point for: RELENG_8
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +32 -7 lines
SVN rev 184733 on 2008-11-06 16:30:38Z by mlaier Add two new options to du(1): -A Display the apparent size instead of the disk usage. This can be helpful when operating on compressed volumes or sparse files. -B blocksize Calculate block counts in blocksize byte blocks. This is differ- ent from the -k, -m options or setting BLOCKSIZE and gives an estimate of how much space the examined file hierachy would require on a filesystem with the given blocksize. Unless in -A mode, blocksize is rounded up to the next multiple of 512. The former is similar to GNU's du(1) --apparent-size. The latter is different from what GNU's du(1) -B does, which is equivalent to setting BLOCKSIZE in our implementation and is rather pointless as it doesn't add any real value (i.e. you can achieve the same with a simple awk-script). No change in the normal output or processing. Reviewed by: keramida@, Peter French Otherwise silience from: freebsd-hackers@
Revision 1.30.2.1.6.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.30.2.1: preferred, colored; next MAIN 1.30.2.2: preferred, colored
Changes since revision 1.30.2.1: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith Create releng/6.4 from stable/6 in preparation for 6.4-RC1. Approved by: re (implicit)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Feb 25 19:06:43 2008 UTC (3 years, 11 months ago) by keramida
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +11 -6 lines
Implement from scratch a -l option for du(1), to match the same option of the GNU utility. The default behavior of our original `du' is to count hardlinked files only once for each invocation of the utility. With the new -l option they count towards the final size every time they are found. PR: bin/117944 Submitted by: keramida Reviewed by: des, obrien MFC after: 2 weeks
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Sep 29 15:20:44 2006 UTC (5 years, 4 months ago) by ru
Branches: MAIN
CVS tags: RELENG_7_BP, RELENG_7_1_BP, RELENG_7_0_BP, RELENG_7_0_0_RELEASE, RELENG_7_0
Branch point for: RELENG_7_1, RELENG_7
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -1 lines
Markup fixes.
Revision 1.30.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 4 10:23:08 2006 UTC (5 years, 8 months ago) by maxim
Branches: RELENG_6
CVS tags: RELENG_6_4_BP, RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2
Branch point for: RELENG_6_4
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -1 lines
MFC rev. 1.31 du.1 and rev. 1.39 du.c: implement "-n" flag, ignore files and directories with "nodump" flag set.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat May 6 22:04:59 2006 UTC (5 years, 9 months ago) by maxim
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -1 lines
o Implement "-n" flag: ignore files and directories with user "nodump" flag set. Useful for calculation dump -h dump size. PR: bin/96864 Submitted by: Dmitry Kazarov Obtained from: NetBSD (man page) MFC after: 1 month
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat May 21 09:55:05 2005 UTC (6 years, 8 months ago) by ru
Branches: MAIN
CVS tags: RELENG_6_BP, RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0
Branch point for: RELENG_6
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Sync program's usage() with manpage's SYNOPSIS.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Oct 24 00:26:35 2004 UTC (7 years, 3 months ago) by keramida
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Add a missing full-stop to match the rest of the items in a list.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jul 2 22:22:23 2004 UTC (7 years, 7 months ago) by ru
Branches: MAIN
CVS tags: RELENG_5_BP, RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3, RELENG_5
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -2 lines
Mechanically kill hard sentence breaks.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Jun 2 07:31:11 2004 UTC (7 years, 8 months ago) by phk
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
typos. Pointed out by: ru
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jun 2 07:09:34 2004 UTC (7 years, 8 months ago) by phk
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -8 lines
Give du(1) a -m option to report in megabytes. Submitted by: Vasily Korytov <deskpot@msk.yell.ru> PR: 66976
Revision 1.15.2.9: download - view: text, markup, annotated - select for diffs
Mon Feb 24 22:37:41 2003 UTC (8 years, 11 months ago) by trhodes
Branches: RELENG_4
CVS tags: RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10
Diff to: previous 1.15.2.8: preferred, colored; branchpoint 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.2.8: +1 -1 lines
MFC: Various whitespace, gammar, and spelling fixes. Approved by: re (blanket)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Dec 12 17:26:00 2002 UTC (9 years, 2 months ago) by ru
Branches: MAIN
CVS tags: RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2, RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1, RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Uniformly refer to a file system as "file system". Approved by: re
Revision 1.15.2.8: download - view: text, markup, annotated - select for diffs
Thu Jun 20 23:45:43 2002 UTC (9 years, 7 months ago) by charnier
Branches: RELENG_4
CVS tags: RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7
Diff to: previous 1.15.2.7: preferred, colored; branchpoint 1.15: preferred, colored
Changes since revision 1.15.2.7: +4 -3 lines
The .Nm utility
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu May 16 02:19:01 2002 UTC (9 years, 8 months ago) by trhodes
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
More consistancy. file system > filesystem
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Apr 19 23:31:38 2002 UTC (9 years, 9 months ago) by charnier
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -3 lines
Use `The .Nm utility'
Revision 1.15.2.7: download - view: text, markup, annotated - select for diffs
Thu Aug 16 13:16:47 2001 UTC (10 years, 5 months ago) by ru
Branches: RELENG_4
CVS tags: RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5, RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4
Diff to: previous 1.15.2.6: preferred, colored; branchpoint 1.15: preferred, colored
Changes since revision 1.15.2.6: +2 -3 lines
MFC: markup and misc fixes. Approved by: re
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Aug 10 17:35:15 2001 UTC (10 years, 6 months ago) by ru
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -3 lines
mdoc(7) police: join split punctuation to macro calls.
Revision 1.15.2.6: download - view: text, markup, annotated - select for diffs
Sun Jul 22 12:40:03 2001 UTC (10 years, 6 months ago) by dd
Branches: RELENG_4
Diff to: previous 1.15.2.5: preferred, colored; branchpoint 1.15: preferred, colored
Changes since revision 1.15.2.5: +2 -2 lines
MFC: remove whitespace at EOL.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jul 15 08:01:12 2001 UTC (10 years, 6 months ago) by dd
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Remove whitespace at EOL.
Revision 1.15.2.5: download - view: text, markup, annotated - select for diffs
Thu Jul 12 08:46:53 2001 UTC (10 years, 7 months ago) by roam
Branches: RELENG_4
Diff to: previous 1.15.2.4: preferred, colored; branchpoint 1.15: preferred, colored
Changes since revision 1.15.2.4: +5 -1 lines
MFC: Add '-I mask' cmdline flag to ignore/skip files and subdirectories matching a specified shell-glob mask.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Jun 13 06:38:58 2001 UTC (10 years, 8 months ago) by roam
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -1 lines
Add '-I mask' cmdline flag to ignore/skip files and subdirectories matching a specified shell-glob mask. Reviewed by: no serious objections on -arch and -audit over the last few months MFC after: 1 month
Revision 1.15.2.4: download - view: text, markup, annotated - select for diffs
Fri May 25 07:34:52 2001 UTC (10 years, 8 months ago) by ru
Branches: RELENG_4
Diff to: previous 1.15.2.3: preferred, colored; branchpoint 1.15: preferred, colored
Changes since revision 1.15.2.3: +5 -5 lines
MFC: Document that -P is the default.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 25 07:32:58 2001 UTC (10 years, 8 months ago) by ru
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -5 lines
Make it clear that -P is the default. PR: docs/27629
Revision 1.15.2.3: download - view: text, markup, annotated - select for diffs
Fri Dec 8 15:13:30 2000 UTC (11 years, 2 months ago) by ru
Branches: RELENG_4
CVS tags: RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3
Diff to: previous 1.15.2.2: preferred, colored; branchpoint 1.15: preferred, colored
Changes since revision 1.15.2.2: +2 -2 lines
MFC: recent mdoc(7) fixes.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Nov 20 19:20:41 2000 UTC (11 years, 2 months ago) by ru
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
mdoc(7) police: use the new features of the Nm macro.
Revision 1.15.2.2: download - view: text, markup, annotated - select for diffs
Mon Oct 16 10:02:49 2000 UTC (11 years, 3 months ago) by ru
Branches: RELENG_4
CVS tags: RELENG_4_2_0_RELEASE
Diff to: previous 1.15.2.1: preferred, colored; branchpoint 1.15: preferred, colored
Changes since revision 1.15.2.1: +3 -2 lines
MFC: (rev 1.17) restored the correct description of $BLOCKSIZE.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Oct 16 10:00:50 2000 UTC (11 years, 3 months ago) by ru
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2 lines
Backed out part of the revision 1.10. BLOCKSIZE could specify arbitrary block sizes, not exactly 1K blocks.
Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Sun Jul 2 10:45:29 2000 UTC (11 years, 7 months ago) by ps
Branches: RELENG_4
CVS tags: RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -6 lines
MFC: Makefile [rev 1.5] Fix LDADD and style bugs from DPADD and LDADD. du.1 [rev 1.16] Better use of .Nm and .Ar. du.c [rev 1.19] Use warnx(), -Wall cleaning and remove unused #include.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Mar 26 14:21:56 2000 UTC (11 years, 10 months ago) by charnier
Branches: MAIN
CVS tags: PRE_SMPNG
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -6 lines
Use warnx(), -Wall cleaning and remove unused #include Better use of .Nm and .Ar
Revision 1.11.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 6 11:34:19 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: RELENG_3
CVS tags: RELENG_3_5_0_RELEASE
Diff to: previous 1.11.2.1: preferred, colored; branchpoint 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11.2.1: +7 -4 lines
MFC: Remove single-space hard sentence breaks.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Mar 2 14:53:29 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_0_0_RELEASE
Branch point for: RELENG_4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -3 lines
Remove more single-space hard sentence breaks.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Mar 1 12:19:38 2000 UTC (11 years, 11 months ago) by sheldonh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
Remove single-space hard sentence breaks. These degrade the quality of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 25 17:46:58 2000 UTC (12 years ago) by mharo
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -2 lines
Add human-readable output flag, -h Reviewed by: obrien
Revision 1.6.2.4: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:32:03 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_2
Diff to: previous 1.6.2.3: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.3: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 29 15:27:18 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_3
CVS tags: RELENG_3_4_0_RELEASE, RELENG_3_3_0_RELEASE
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Aug 28 01:00:31 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.6.2.3: download - view: text, markup, annotated - select for diffs
Thu Jul 16 23:51:21 1998 UTC (13 years, 6 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_8_RELEASE, RELENG_2_2_7_RELEASE
Diff to: previous 1.6.2.2: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.2.2: +27 -30 lines
MFC doc fixes, proper printf() casts, bugfixes for fetch, updated file(1) command. Remove dreck.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed May 13 07:57:39 1998 UTC (13 years, 9 months ago) by phk
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE, RELENG_3_1_0_RELEASE, RELENG_3_0_0_RELEASE
Branch point for: RELENG_3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
.Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 29 20:56:21 1997 UTC (14 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +26 -29 lines
* add a -c option which displays the grand total of all files counted. * re-word parts of the man page which I felt were badly worded or ambiguous. * change the behaviour of argument processing so that when more than one of the -P, -H and -L options are specified it will print an error message, rather than choosing the last option specified, this behaviour is more logical and consistent with other utilities. * change the behaviour of argument processing so that negative arguments to the -d option are not allowed. PR: 5388 Submitted by: Niall Smart <rotel@indigo.ie>
Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Mon Sep 15 01:36:18 1997 UTC (14 years, 4 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_6_RELEASE, RELENG_2_2_5_RELEASE
Diff to: previous 1.6.2.1: preferred, colored; branchpoint 1.6: preferred, colored
Changes since revision 1.6.2.1: +6 -6 lines
MFC: doc fixes.
Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Tue Jul 1 06:29:32 1997 UTC (14 years, 7 months ago) by charnier
Branches: RELENG_2_2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +17 -9 lines
MFC: document the -k flag.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 30 06:50:06 1997 UTC (14 years, 7 months ago) by charnier
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -4 lines
Document -k flag.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Feb 22 19:54:52 1997 UTC (14 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Revert $FreeBSD$ to $Id$
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 14 06:59:23 1997 UTC (15 years ago) by jkh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Oct 23 06:53:55 1996 UTC (15 years, 3 months ago) by scrappy
Branches: MAIN
CVS tags: RELENG_2_2_BP, RELENG_2_2_2_RELEASE, RELENG_2_2_1_RELEASE, RELENG_2_2_0_RELEASE
Branch point for: RELENG_2_2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -2 lines
Add a 'depth (-d#)' flag to du patched (context diff), compiled (w/ -Wall) and tested Submitted by: John-Mark Gurney <jmg@nike.efn.org>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Aug 29 18:05:49 1996 UTC (15 years, 5 months ago) by wosch
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
[HISTORY] command appeared in Version 1 AT&T UNIX Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Aug 13 09:39:23 1995 UTC (16 years, 6 months ago) by mpp
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Restore the reference to quot(8).
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Aug 12 13:52:26 1995 UTC (16 years, 6 months ago) by ats
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Submitted by: careilly@tcd.ie Colman Reilly replace the reference of quot(8) with a reference to quota(1). Colman Reilly noticed the missing quot, GNATS bin/671.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 10 19:25:33 1994 UTC (17 years, 6 months ago) by wollman
Branches: MAIN
CVS tags: RELENG_2_1_7_RELEASE, RELENG_2_1_6_RELEASE, RELENG_2_1_6_1_RELEASE, RELENG_2_1_5_RELEASE, RELENG_2_1_0_RELEASE, RELENG_2_1_0_BP, RELENG_2_1_0, RELENG_2_0_5_RELEASE, RELENG_2_0_5_BP, RELENG_2_0_5_ALPHA, RELENG_2_0_5, RELEASE_2_0, BETA_2_0, ALPHA_2_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -0 lines
Gimme my `-k' option back!
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri May 27 12:31:05 1994 UTC (17 years, 8 months ago) by rgrimes
Branches: CSRG
CVS tags: bsd_44_lite_2, bsd_44_lite
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
BSD 4.4 Lite Usr.bin Sources
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 27 12:31:04 1994 UTC (17 years, 8 months ago) by rgrimes
Branches: MAIN
Initial revision
