aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_gpt.c
Commit message (Expand)AuthorAgeFilesLines
* Evolve the ctlreq interface added to geom_gpt into a genericMarcel Moolenaar2007-02-071-1356/+0
* Add BIO_FLUSH support to GPT class.Pawel Jakub Dawidek2006-11-011-0/+2
* Strengthen the check for a PMBR:Marcel Moolenaar2006-08-091-18/+35
* Fix a phase-ordering bug: check the mediasize and sectorsize afterMarcel Moolenaar2006-08-081-20/+21
* Improve check for protective MBR. Instead of assiming that protectiveMaxim Sobolev2006-06-261-5/+24
* Fix unaligned memory accesses on Alpha and possible other platforms.Marcel Moolenaar2006-06-041-3/+4
* MFp4:Marcel Moolenaar2006-04-101-20/+169
* Check for g_read_data(9) errors properly:Maxim Sobolev2005-11-301-5/+5
* o Slightly refactor the ctlreq code to maximize code sharing betweenMarcel Moolenaar2005-11-131-67/+127
* Rough implementation of the create and add verbs. The verbs causeMarcel Moolenaar2005-10-091-2/+290
* Complete rewrite in preparation of adding support for controlMarcel Moolenaar2005-09-171-154/+726
* g_read_data() can return NULL, check for it.Poul-Henning Kamp2005-03-181-0/+2
* o Don't limit GPT as a rank 2 provider. Allow it to be connectedMarcel Moolenaar2004-12-051-17/+25
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Use default method initialization on geoms.Poul-Henning Kamp2004-08-081-1/+1
* Allow disks with a GPT to be used on big-endian machines. The GPT isMarcel Moolenaar2004-04-301-39/+48
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Remove unused variable.Poul-Henning Kamp2003-05-311-6/+1
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.Poul-Henning Kamp2003-05-311-1/+0
* Use le_uuid_dec() since GPT UUID's are always in LE format.Poul-Henning Kamp2003-05-311-2/+4
* Use g_slice_spoiled() instead of g_std_spoiled().Poul-Henning Kamp2003-05-021-1/+2
* Back out all the stuff that didn't belong in the last commit.Poul-Henning Kamp2003-05-021-7/+2
* Use g_slice_spoiled() rather than g_std_spoiled().Poul-Henning Kamp2003-05-021-2/+7
* Don't emulate a MBR by handling the MBR::type attribute. It isMarcel Moolenaar2003-05-011-21/+1
* 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