Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/gpt



Module Name:    src
Committed By:   christos
Date:           Mon Dec 29 16:27:06 UTC 2014

Modified Files:
        src/sbin/gpt: Makefile gpt.c gpt.h
Added Files:
        src/sbin/gpt: drvctl.c

Log Message:
Factor out the getdisksize() drvctl method, and provide an alternative that
directly uses the disk ioctl's instead of relying on the drvctl device driver
which is currently not mandatory.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/Makefile
cvs rdiff -u -r0 -r1.1 src/sbin/gpt/drvctl.c
cvs rdiff -u -r1.39 -r1.40 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.17 -r1.18 src/sbin/gpt/gpt.h

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




Home | Main Index | Thread Index | Old Index