| Commit message (Expand) | Author | Age | Files | Lines |
* | Strengthen the check for a PMBR: | marcel | 2006-08-09 | 1 | -18/+35 |
* | Fix a phase-ordering bug: check the mediasize and sectorsize after | marcel | 2006-08-08 | 1 | -20/+21 |
* | Improve check for protective MBR. Instead of assiming that protective | sobomax | 2006-06-26 | 1 | -5/+24 |
* | Fix unaligned memory accesses on Alpha and possible other platforms. | marcel | 2006-06-04 | 1 | -3/+4 |
* | MFp4: | marcel | 2006-04-10 | 1 | -20/+169 |
* | Check for g_read_data(9) errors properly: | sobomax | 2005-11-30 | 1 | -5/+5 |
* | o Slightly refactor the ctlreq code to maximize code sharing between | marcel | 2005-11-13 | 1 | -67/+127 |
* | Rough implementation of the create and add verbs. The verbs cause | marcel | 2005-10-09 | 1 | -2/+290 |
* | Complete rewrite in preparation of adding support for control | marcel | 2005-09-17 | 1 | -154/+726 |
* | g_read_data() can return NULL, check for it. | phk | 2005-03-18 | 1 | -0/+2 |
* | o Don't limit GPT as a rank 2 provider. Allow it to be connected | marcel | 2004-12-05 | 1 | -17/+25 |
* | Tag all geom classes in the tree with a version number. | phk | 2004-08-08 | 1 | -0/+1 |
* | Use default method initialization on geoms. | phk | 2004-08-08 | 1 | -1/+1 |
* | Allow disks with a GPT to be used on big-endian machines. The GPT is | marcel | 2004-04-30 | 1 | -39/+48 |
* | Remove the absolute count g_access_abs() function since experience has | phk | 2004-02-12 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Remove unused variable. | phk | 2003-05-31 | 1 | -6/+1 |
* | Remove the G_CLASS_INITIALIZER, we do not need it anymore. | phk | 2003-05-31 | 1 | -1/+0 |
* | Use le_uuid_dec() since GPT UUID's are always in LE format. | phk | 2003-05-31 | 1 | -2/+4 |
* | Use g_slice_spoiled() instead of g_std_spoiled(). | phk | 2003-05-02 | 1 | -1/+2 |
* | Back out all the stuff that didn't belong in the last commit. | phk | 2003-05-02 | 1 | -7/+2 |
* | Use g_slice_spoiled() rather than g_std_spoiled(). | phk | 2003-05-02 | 1 | -2/+7 |
* | Don't emulate a MBR by handling the MBR::type attribute. It is | marcel | 2003-05-01 | 1 | -21/+1 |
* | Time has run from the "run GEOM in userland" harness, and the new regression | phk | 2003-04-13 | 1 | -9/+0 |
* | Retire the "frontstuff" record keeping, it was no match for the | phk | 2003-04-12 | 1 | -3/+0 |
* | Premptively change initializations of struct g_class to use C99 | phk | 2003-03-24 | 1 | -3/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Constify the dumpconf() function. | phk | 2002-12-17 | 1 | -1/+1 |
* | Get rid of g_slice_addslice() and use g_slice_config() instead. | phk | 2002-12-16 | 1 | -9/+6 |
* | Fix dumpconf so libdisk can grok its output. We weren't checking | marcel | 2002-11-02 | 1 | -2/+6 |
* | Now that the sectorsize and mediasize are properties of the provider, | phk | 2002-10-20 | 1 | -2/+2 |
* | Make the sectorsize a property of providers so we can include it in the XML | phk | 2002-10-20 | 1 | -0/+1 |
* | Style, whitespace and lint fixes. | phk | 2002-09-28 | 1 | -44/+48 |
* | Add the new g_slice_config() call, which can add/delete/change a slice, | phk | 2002-09-27 | 1 | -0/+2 |
* | Remove unneeded #include <sys/disklabel.h> | phk | 2002-09-20 | 1 | -1/+0 |
* | Use 'p' as the partition specifier instead of 's'. We continue to use | marcel | 2002-08-24 | 1 | -2/+5 |
* | Improve some on the naming. | phk | 2002-06-09 | 1 | -2/+2 |
* | Add compile time asserts for the size of struct gpt_hdr and struct | marcel | 2002-05-30 | 1 | -0/+3 |
* | Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other | phk | 2002-05-29 | 1 | -65/+0 |
* | Add support to GEOM for GUID Partition Tables (GPTs). The support | marcel | 2002-05-28 | 1 | -0/+314 |