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:           Tue Dec  1 16:32:19 UTC 2015

Modified Files:
        src/sbin/gpt: add.c backup.c biosboot.c create.c destroy.c gpt.c gpt.h
            header.c label.c main.c migrate.c recover.c remove.c resize.c
            resizedisk.c restore.c set.c show.c type.c unset.c

Log Message:
Refactor the command dispatching and help printing logic.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sbin/gpt/add.c
cvs rdiff -u -r1.10 -r1.11 src/sbin/gpt/backup.c src/sbin/gpt/restore.c
cvs rdiff -u -r1.16 -r1.17 src/sbin/gpt/biosboot.c
cvs rdiff -u -r1.14 -r1.15 src/sbin/gpt/create.c
cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/destroy.c src/sbin/gpt/recover.c \
    src/sbin/gpt/resizedisk.c src/sbin/gpt/type.c
cvs rdiff -u -r1.49 -r1.50 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.23 -r1.24 src/sbin/gpt/gpt.h src/sbin/gpt/migrate.c
cvs rdiff -u -r1.4 -r1.5 src/sbin/gpt/header.c
cvs rdiff -u -r1.20 -r1.21 src/sbin/gpt/label.c
cvs rdiff -u -r1.2 -r1.3 src/sbin/gpt/main.c
cvs rdiff -u -r1.18 -r1.19 src/sbin/gpt/remove.c
cvs rdiff -u -r1.15 -r1.16 src/sbin/gpt/resize.c
cvs rdiff -u -r1.7 -r1.8 src/sbin/gpt/set.c src/sbin/gpt/unset.c
cvs rdiff -u -r1.24 -r1.25 src/sbin/gpt/show.c

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