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 Sep 30 18:00:00 UTC 2014

Modified Files:
        src/sbin/gpt: Makefile add.c backup.c biosboot.c create.c gpt.c gpt.h
            label.c migrate.c remove.c resize.c resizedisk.c restore.c set.c
            show.c type.c unset.c
Added Files:
        src/sbin/gpt: gpt_uuid.c gpt_uuid.h

Log Message:
Add internal uuid support, since the linux+macos versions of the library
are different than than *bsd ones, and others might not have it at all.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sbin/gpt/Makefile src/sbin/gpt/biosboot.c
cvs rdiff -u -r1.26 -r1.27 src/sbin/gpt/add.c
cvs rdiff -u -r1.7 -r1.8 src/sbin/gpt/backup.c
cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/create.c
cvs rdiff -u -r1.33 -r1.34 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.15 -r1.16 src/sbin/gpt/gpt.h src/sbin/gpt/remove.c
cvs rdiff -u -r0 -r1.1 src/sbin/gpt/gpt_uuid.c src/sbin/gpt/gpt_uuid.h
cvs rdiff -u -r1.17 -r1.18 src/sbin/gpt/label.c
cvs rdiff -u -r1.18 -r1.19 src/sbin/gpt/migrate.c src/sbin/gpt/show.c
cvs rdiff -u -r1.10 -r1.11 src/sbin/gpt/resize.c
cvs rdiff -u -r1.4 -r1.5 src/sbin/gpt/resizedisk.c src/sbin/gpt/set.c \
    src/sbin/gpt/type.c src/sbin/gpt/unset.c
cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/restore.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