summaryrefslogtreecommitdiffstats
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
* - Don't enforce an upper-bound to the number of sectors or heads,marius2009-01-061-7/+15
* Don't enforce an upper-bound to the number of sectors or headsmarcel2009-01-061-4/+2
* Improve probing.marcel2009-01-041-5/+9
* When the geometry does not match the label, print out the values.obrien2008-12-261-3/+4
* Allow boot code to be smaller than what the scheme expects.marcel2008-12-014-5/+20
* Allow dumpon to a partition of type FS_UNUSED as well.marcel2008-11-261-2/+3
* Partition type FS_UNUSED does not mean the partition entrymarcel2008-11-181-3/+1
* Fix a panic caused by a corrupted table when the header ismarcel2008-11-061-4/+7
* Add support for reading Tivo Series 1 partitioning. This likely needsimp2008-11-021-12/+52
* Invalid BSD disklabels have been created by sysinstall andmarcel2008-10-251-1/+6
* Allow dumps to partitions with a tag of 0. The legacymarcel2008-10-221-2/+5
* The active and bootable flags are not part of the type.marcel2008-10-201-11/+82
* Return G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PRI_NORMmarcel2008-09-291-1/+1
* Insert the null scheme at the head. This does not change anymarcel2008-09-291-1/+1
* Export the partition name in the conftxt and confxml output.marcel2008-09-271-6/+12
* Hold the root mount while we're tasting. It is possiblemarcel2008-09-271-0/+4
* Allow 255 sectors/track for the BSD disklabel. The previous limitmarcel2008-09-271-1/+1
* Fix build.rpaulo2008-09-051-2/+2
* Keep entries sorted.rpaulo2008-09-053-3/+3
* Include the vendor in the partition name.rpaulo2008-09-051-1/+1
* Detect Apple HFS GPT slices.rpaulo2008-09-053-1/+9
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-7/+7
* Trivial commit to attempt to diagnose a svn problem. Addpeter2008-07-221-0/+1
* Add the set and unset verbs used to set and clear attributes formarcel2008-06-184-5/+130
* Finish the support for partition labels and add it to the XML.marcel2008-06-121-10/+86
* Add the raw partition type to the XML.marcel2008-06-121-6/+12
* Add the raw partition type to the XML.marcel2008-06-121-4/+11
* Add the raw partition type to the XML.marcel2008-06-121-4/+10
* Add the raw partiton type to the XML.marcel2008-06-121-6/+14
* Add the raw partition type to the XML.marcel2008-06-121-4/+10
* Add the partition label and the raw partition type to the XML.marcel2008-06-121-5/+19
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callmarcel2008-04-237-0/+113
* Add the bootcode verb for installing boot code. Boot codemarcel2008-04-136-23/+147
* Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (withinmarcel2008-03-291-1/+1
* Add support for PC-9800 partition tables.marcel2008-03-281-0/+428
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setmarcel2008-03-237-27/+128
* Add support for VTOC8 labels (aka sun disk labels). When a label doesmarcel2008-03-021-0/+480
* Follow-up improvements to the handling of false positives: If themarcel2008-02-291-3/+32
* Better handle false positives. The MBR differs from the boot sectormarcel2008-02-281-6/+24
* Various fixes:marcel2007-12-241-41/+25
* Fix a bug in the add verb, where we failed to keep the listmarcel2007-12-091-2/+2
* Internal partitions can not be deleted or modified.marcel2007-12-081-2/+2
* Skip internal partitions in the check for (user) partitions formarcel2007-12-081-1/+1
* Add support for FS_ZFS.marcel2007-12-081-0/+7
* Add a BSD disklabel backend to g_part:marcel2007-12-063-14/+494
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-243-0/+10
* Add the freebsd-zfs alias. Both APM and GPT have ZFS partitionmarcel2007-10-214-0/+17
* Have gpart synthesize a disk geometry if the underlying providermarcel2007-06-173-55/+189
* Add the MBR partitioning scheme to g_part. This does not yetmarcel2007-06-131-0/+370
* Prefix unknown (i.e. un-aliased) partition types with '!'. This ismarcel2007-06-062-4/+6
OpenPOWER on IntegriCloud