Module Name: src Committed By: jnemeth Date: Mon Dec 9 08:03:17 UTC 2013
Modified Files: src/sbin/gpt: Makefile gpt.8 gpt.c gpt.h Added Files: src/sbin/gpt: set.c unset.c Log Message: Add two new subcommands, "set" and "unset". These were inspired by FreeBSD's gpart(8), but the code is all mine. The purpose of these is to set and unset partition attributes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/Makefile cvs rdiff -u -r1.24 -r1.25 src/sbin/gpt/gpt.8 cvs rdiff -u -r1.25 -r1.26 src/sbin/gpt/gpt.c cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/gpt.h cvs rdiff -u -r0 -r1.1 src/sbin/gpt/set.c src/sbin/gpt/unset.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.