summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_gpt.c
Commit message (Expand)AuthorAgeFilesLines
* Style, whitespace and lint fixes.phk2002-09-281-44/+48
* Add the new g_slice_config() call, which can add/delete/change a slice,phk2002-09-271-0/+2
* Remove unneeded #include <sys/disklabel.h>phk2002-09-201-1/+0
* Use 'p' as the partition specifier instead of 's'. We continue to usemarcel2002-08-241-2/+5
* Improve some on the naming.phk2002-06-091-2/+2
* Add compile time asserts for the size of struct gpt_hdr and structmarcel2002-05-301-0/+3
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherphk2002-05-291-65/+0
* Add support to GEOM for GUID Partition Tables (GPTs). The supportmarcel2002-05-281-0/+314
OpenPOWER on IntegriCloud