CVS commit: src/bin/df

2024-10-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 6 17:03:28 UTC 2024 Modified Files: src/bin/df: df.c Log Message: PR/58718: Christof Meerwald: "total files" and "free files" values swapped in df -G output To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.

CVS commit: src/bin/df

2024-10-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 6 17:03:28 UTC 2024 Modified Files: src/bin/df: df.c Log Message: PR/58718: Christof Meerwald: "total files" and "free files" values swapped in df -G output To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.

CVS commit: src/bin/df

2024-08-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Aug 3 05:27:58 UTC 2024 Modified Files: src/bin/df: df.1 df.c Log Message: Add -M and -q options to df(1). -q suppresses warning output (rather than redirecting stderr, which also buries error messages, which -q does not). -M

CVS commit: src/bin/df

2024-08-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Aug 3 05:27:58 UTC 2024 Modified Files: src/bin/df: df.1 df.c Log Message: Add -M and -q options to df(1). -q suppresses warning output (rather than redirecting stderr, which also buries error messages, which -q does not). -M

CVS commit: src/bin/df

2024-08-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Aug 3 04:04:54 UTC 2024 Modified Files: src/bin/df: df.1 Log Message: Typo correction: s/givem/given/. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/bin/df/df.1 Please note that diffs are not public domain

CVS commit: src/bin/df

2024-08-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Aug 3 04:04:54 UTC 2024 Modified Files: src/bin/df: df.1 Log Message: Typo correction: s/givem/given/. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/bin/df/df.1 Please note that diffs are not public domain

CVS commit: src/bin/df

2023-12-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 18 08:27:24 UTC 2023 Modified Files: src/bin/df: df.c Log Message: Correctly compute the "Filesystem" column with when using -W (that added "NAME=" occupies space!) XXX pullup -10 To generate a diff of this commit: cvs rdi

CVS commit: src/bin/df

2023-12-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 18 08:27:24 UTC 2023 Modified Files: src/bin/df: df.c Log Message: Correctly compute the "Filesystem" column with when using -W (that added "NAME=" occupies space!) XXX pullup -10 To generate a diff of this commit: cvs rdi

CVS commit: src/bin/df

2022-08-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 9 08:14:03 UTC 2022 Modified Files: src/bin/df: df.c Log Message: Sync usage with man page. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/bin/df/df.c Please note that diffs are not public domain; the

CVS commit: src/bin/df

2022-08-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 9 08:14:03 UTC 2022 Modified Files: src/bin/df: df.c Log Message: Sync usage with man page. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/bin/df/df.c Please note that diffs are not public domain; the

CVS commit: src/bin/df

2022-08-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 9 08:13:56 UTC 2022 Modified Files: src/bin/df: df.1 Log Message: Sort options, fix macro, add RCS Id. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/bin/df/df.1 Please note that diffs are not public do

CVS commit: src/bin/df

2022-08-09 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 9 08:13:56 UTC 2022 Modified Files: src/bin/df: df.1 Log Message: Sort options, fix macro, add RCS Id. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/bin/df/df.1 Please note that diffs are not public do

CVS commit: src/bin/df

2022-08-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 8 16:50:35 UTC 2022 Modified Files: src/bin/df: df.1 df.c Log Message: Add 4 new flags: -b (from FreeBSD) - set blocksize to blocks (512 bytes) (overrides a contrary setting in BLOCKSIZE) -H (

CVS commit: src/bin/df

2022-08-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Aug 8 16:50:35 UTC 2022 Modified Files: src/bin/df: df.1 df.c Log Message: Add 4 new flags: -b (from FreeBSD) - set blocksize to blocks (512 bytes) (overrides a contrary setting in BLOCKSIZE) -H (

CVS commit: src/bin/df

2021-11-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Nov 29 05:59:58 UTC 2021 Modified Files: src/bin/df: df.c Log Message: Set totals.f_frsize to DEV_BSIZE instead of totals.f_bsize so that addstat() uses an initialised value for total size calculations. Fixes core dump for "df

CVS commit: src/bin/df

2021-11-28 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Nov 29 05:59:58 UTC 2021 Modified Files: src/bin/df: df.c Log Message: Set totals.f_frsize to DEV_BSIZE instead of totals.f_bsize so that addstat() uses an initialised value for total size calculations. Fixes core dump for "df

CVS commit: src/bin/df

2019-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 15:24:44 UTC 2019 Modified Files: src/bin/df: df.1 Log Message: we don't need root anymore. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/bin/df/df.1 Please note that diffs are not public domain

CVS commit: src/bin/df

2019-09-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 23 15:24:44 UTC 2019 Modified Files: src/bin/df: df.1 Log Message: we don't need root anymore. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/bin/df/df.1 Please note that diffs are not public domain

CVS commit: src/bin/df

2019-09-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 20 13:43:47 UTC 2019 Modified Files: src/bin/df: df.1 Log Message: file system police. Fix typo. Fix macro use. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/bin/df/df.1 Please note that diffs are not p

CVS commit: src/bin/df

2019-09-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 20 13:43:47 UTC 2019 Modified Files: src/bin/df: df.1 Log Message: file system police. Fix typo. Fix macro use. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/bin/df/df.1 Please note that diffs are not p

CVS commit: src/bin/df

2019-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 18 23:43:23 UTC 2019 Modified Files: src/bin/df: df.1 Log Message: It is not just root, it is device read access (kre) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/bin/df/df.1 Please note that dif

CVS commit: src/bin/df

2019-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 18 23:43:23 UTC 2019 Modified Files: src/bin/df: df.1 Log Message: It is not just root, it is device read access (kre) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/bin/df/df.1 Please note that dif

CVS commit: src/bin/df

2019-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 18 20:17:46 UTC 2019 Modified Files: src/bin/df: df.1 Log Message: mention that -W needs root. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/df/df.1 Please note that diffs are not public domain

CVS commit: src/bin/df

2019-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 18 20:17:46 UTC 2019 Modified Files: src/bin/df: df.1 Log Message: mention that -W needs root. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/df/df.1 Please note that diffs are not public domain

CVS commit: src/bin/df

2019-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 18 20:14:44 UTC 2019 Modified Files: src/bin/df: df.1 df.c Log Message: Print the wedge name with -W instead of mntfrom To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/bin/df/df.1 cvs rdiff -u -r1.93

CVS commit: src/bin/df

2019-09-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Sep 18 20:14:44 UTC 2019 Modified Files: src/bin/df: df.1 df.c Log Message: Print the wedge name with -W instead of mntfrom To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/bin/df/df.1 cvs rdiff -u -r1.93

Re: CVS commit: src/bin/df

2018-08-26 Thread Leonardo Taccari
Hello Sevan, Sevan Janiyan writes: > Module Name: src > Committed By: sevan > Date: Sun Aug 26 22:25:38 UTC 2018 > > Modified Files: > src/bin/df: df.1 > > Log Message: > Match SYNOPSIS with usage() > [...] Shouldn't this be: df [-agln] [-Ghkm|-ihkm|-Pk] [-t type] [file | file_sy