CVS commit: src/sbin/fsck

2020-04-18 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Apr 18 22:02:11 UTC 2020

Modified Files:
src/sbin/fsck: fsck.8

Log Message:
grammar


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sbin/fsck/fsck.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2016-09-11 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Sep 11 09:09:54 UTC 2016

Modified Files:
src/sbin/fsck: fsck.8

Log Message:
file system police.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sbin/fsck/fsck.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2016-09-10 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sun Sep 11 03:48:11 UTC 2016

Modified Files:
src/sbin/fsck: fsck.8

Log Message:
Document the version fsck first appeared.
Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sbin/fsck/fsck.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2015-06-20 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jun 21 04:01:40 UTC 2015

Modified Files:
src/sbin/fsck: fsutil.c preen.c

Log Message:
Add used-by comments on source files that are .PATH'd in from elsewhere.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sbin/fsck/fsutil.c
cvs rdiff -u -r1.31 -r1.32 src/sbin/fsck/preen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2015-06-20 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jun 21 03:58:36 UTC 2015

Modified Files:
src/sbin/fsck: fsutil.c fsutil.h

Log Message:
global variables should be declared extern.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sbin/fsck/fsutil.c
cvs rdiff -u -r1.19 -r1.20 src/sbin/fsck/fsutil.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2015-06-20 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun Jun 21 03:33:22 UTC 2015

Modified Files:
src/sbin/fsck: exitvalues.h

Log Message:
add missing rcsid


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sbin/fsck/exitvalues.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2015-06-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jun  3 17:53:23 UTC 2015

Modified Files:
src/sbin/fsck: partutil.c

Log Message:
Make querying the disk geometry fail silently if called for a non-exitent
disk.
XXX: DIOCGDISKINFO returns strange error codes


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sbin/fsck/partutil.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2014-12-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 29 16:35:38 UTC 2014

Modified Files:
src/sbin/fsck: partutil.c

Log Message:
abort earlier.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sbin/fsck/partutil.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2014-12-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 29 16:27:43 UTC 2014

Modified Files:
src/sbin/fsck: partutil.c partutil.h

Log Message:
Provide a simple getdisksize() api for gpt(8).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sbin/fsck/partutil.c
cvs rdiff -u -r1.2 -r1.3 src/sbin/fsck/partutil.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2014-10-25 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Oct 25 22:00:19 UTC 2014

Modified Files:
src/sbin/fsck: fsck.c

Log Message:
fix logic that handles command line arguments. Now you can:

fsck /mnt/point
fsck dkX
fsck rdkX
fsck /dev/dkX
fsck /dev/rdkX
fsck NAME=wedge


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sbin/fsck/fsck.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2013-04-13 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sat Apr 13 22:08:58 UTC 2013

Modified Files:
src/sbin/fsck: partutil.c

Log Message:
Make getdiskinfo() always return correct dkwedge_info for the raw partition.

A real disk's raw partition does not implement DIOCGWEDGEINFO, but does
implement DIOCGDINFO.  This was resulting in the returned wedge information
containing 32-bit-clamped values for size of the raw partition, with no
indication thereof.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sbin/fsck/partutil.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2013-01-13 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Jan 13 19:53:17 UTC 2013

Modified Files:
src/sbin/fsck: fsutil.c

Log Message:
Support symlinks to a block device to resolve the name of the
corresponding raw device.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sbin/fsck/fsutil.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2012-04-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr  8 04:19:14 UTC 2012

Modified Files:
src/sbin/fsck: fsutil.c

Log Message:
Don't re-use the same buffer that we pass in for newname in the cooked->raw
conversion. Better variable names.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/fsck/fsutil.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2011-11-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov 13 22:04:51 UTC 2011

Modified Files:
src/sbin/fsck: partutil.c

Log Message:
use getfstypename


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/fsck/partutil.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2011-08-27 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Aug 27 17:34:44 UTC 2011

Modified Files:
src/sbin/fsck: fsck.c fsutil.h

Log Message:
Use __dead and __printflike.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sbin/fsck/fsck.c
cvs rdiff -u -r1.17 -r1.18 src/sbin/fsck/fsutil.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/fsck

2011-04-28 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Apr 28 12:16:10 UTC 2011

Modified Files:
src/sbin/fsck: fsck.8

Log Message:
New sentence, new line. Sort sections.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sbin/fsck/fsck.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.