summaryrefslogtreecommitdiffstats
path: root/sys/geom/part/g_part_mbr.c
Commit message (Expand)AuthorAgeFilesLines
* MS Windows NT+ uses 4 bytes at offset 0x1b8 in the MBR to identifyae2011-06-271-6/+8
* Some partitioning tools may have a different opinion about diskae2011-05-271-2/+7
* Do not truncate available disk space to the closest track boundary.ae2011-05-251-4/+3
* Remove unused variable.ae2011-05-241-3/+0
* Replace UINT_MAX to UINT32_MAX.ae2011-05-081-2/+2
* Limit number of sectors that can be addressed.ae2011-05-081-2/+2
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+3
* Add new user-friendly aliases for partition types for the MBR andae2011-01-281-18/+28
* Don't warn if a partition appears not to be aligned on a track boundary.brucec2010-12-071-6/+0
* The canonical way to print __func__ when using KASSERT() is to writerpaulo2010-10-131-2/+2
* Some schemes can allocate memory for internal purposes but whenae2010-09-251-0/+1
* Add NTFS partition type to GEOM_MBR.rpaulo2010-06-261-2/+12
* Implement the resize verb and add support for resizing partitionsmarcel2010-04-231-0/+28
* Sharpen the saw:marcel2009-03-301-2/+2
* Add the EBR scheme. The EBR scheme supports the Extended Boot Recordsmarcel2009-02-081-0/+6
* Fix g_part_*dumpconf to return void to match kobj definition.imp2009-02-081-5/+4
* Allow boot code to be smaller than what the scheme expects.marcel2008-12-011-1/+6
* Add the set and unset verbs used to set and clear attributes formarcel2008-06-181-1/+43
* Add the raw partition type to the XML.marcel2008-06-121-4/+10
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callmarcel2008-04-231-0/+17
* Add the bootcode verb for installing boot code. Boot codemarcel2008-04-131-0/+13
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setmarcel2008-03-231-1/+1
* 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
* Have gpart synthesize a disk geometry if the underlying providermarcel2007-06-171-35/+55
* Add the MBR partitioning scheme to g_part. This does not yetmarcel2007-06-131-0/+370
OpenPOWER on IntegriCloud