summaryrefslogtreecommitdiffstats
path: root/sys/geom/part
Commit message (Expand)AuthorAgeFilesLines
* Sharpen the saw:marcel2009-03-271-3/+2
* Sharpen the saw:marcel2009-03-271-2/+10
* Change the priority from high to normal. This makes sure thatmarcel2009-03-261-1/+1
* Be more explicit and complain if kernel dumps are perfomed on unsupportedivoras2009-03-221-1/+4
* Make GEOM provider names starting with "/dev/" acceptable as well as theirivoras2009-03-192-5/+17
* Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h.nyan2009-03-111-8/+0
* Restore the return statement. It was accidentally removed by rev 188429.nyan2009-03-101-0/+1
* o When creating the EBR scheme, set the number of entriesmarcel2009-02-211-0/+2
* Add bootcode handling.marcel2009-02-211-13/+46
* Provide compatibility symlink for logical partitions:marcel2009-02-203-1/+69
* Fix an infinite loop created when the last logical partition ismarcel2009-02-201-3/+3
* Add a default implementation for pre-check. It shouldmarcel2009-02-171-2/+12
* Remove gpt_offset and related code. It was introduced for usemarcel2009-02-172-26/+0
* Add support to add, delete and modify logical partitions, as wellmarcel2009-02-161-6/+251
* Add method precheck to the g_part interface. The precheckmarcel2009-02-153-20/+43
* Fix g_part_dumpconf and g_part_name prototpyes.imp2009-02-104-21/+16
* Add the EBR scheme. The EBR scheme supports the Extended Boot Recordsmarcel2009-02-082-0/+345
* Allow gpe_offset to be set by the scheme. When gpe_offset is zero,marcel2009-02-081-2/+7
* o Add the "PART::scheme" attribute that returns the name of themarcel2009-02-081-0/+7
* Fix g_part_*dumpconf to return void to match kobj definition.imp2009-02-082-10/+8
* - 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
OpenPOWER on IntegriCloud