summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_gpt.c
Commit message (Expand)AuthorAgeFilesLines
* Time has run from the "run GEOM in userland" harness, and the new regressionphk2003-04-131-9/+0
* Retire the "frontstuff" record keeping, it was no match for thephk2003-04-121-3/+0
* Premptively change initializations of struct g_class to use C99phk2003-03-241-3/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Constify the dumpconf() function.phk2002-12-171-1/+1
* Get rid of g_slice_addslice() and use g_slice_config() instead.phk2002-12-161-9/+6
* Fix dumpconf so libdisk can grok its output. We weren't checkingmarcel2002-11-021-2/+6
* Now that the sectorsize and mediasize are properties of the provider,phk2002-10-201-2/+2
* Make the sectorsize a property of providers so we can include it in the XMLphk2002-10-201-0/+1
* 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