aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_gpt.c
Commit message (Expand)AuthorAgeFilesLines
* Time has run from the "run GEOM in userland" harness, and the new regressionPoul-Henning Kamp2003-04-131-9/+0
* Retire the "frontstuff" record keeping, it was no match for thePoul-Henning Kamp2003-04-121-3/+0
* Premptively change initializations of struct g_class to use C99Poul-Henning Kamp2003-03-241-3/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Constify the dumpconf() function.Poul-Henning Kamp2002-12-171-1/+1
* Get rid of g_slice_addslice() and use g_slice_config() instead.Poul-Henning Kamp2002-12-161-9/+6
* Fix dumpconf so libdisk can grok its output. We weren't checkingMarcel Moolenaar2002-11-021-2/+6
* Now that the sectorsize and mediasize are properties of the provider,Poul-Henning Kamp2002-10-201-2/+2
* Make the sectorsize a property of providers so we can include it in the XMLPoul-Henning Kamp2002-10-201-0/+1
* Style, whitespace and lint fixes.Poul-Henning Kamp2002-09-281-44/+48
* Add the new g_slice_config() call, which can add/delete/change a slice,Poul-Henning Kamp2002-09-271-0/+2
* Remove unneeded #include <sys/disklabel.h>Poul-Henning Kamp2002-09-201-1/+0
* Use 'p' as the partition specifier instead of 's'. We continue to useMarcel Moolenaar2002-08-241-2/+5
* Improve some on the naming.Poul-Henning Kamp2002-06-091-2/+2
* Add compile time asserts for the size of struct gpt_hdr and structMarcel Moolenaar2002-05-301-0/+3
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherPoul-Henning Kamp2002-05-291-65/+0
* Add support to GEOM for GUID Partition Tables (GPTs). The supportMarcel Moolenaar2002-05-281-0/+314