summaryrefslogtreecommitdiffstats
path: root/sys/geom/part/g_part_mbr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282465:ae2015-05-131-0/+3
* MFC EFI support for the installeremaste2014-09-151-1/+1
* MFC r268407 (by gjb):ae2014-08-251-0/+10
* MFC r256690:ae2014-05-121-0/+6
* MFC r265318:ae2014-05-121-25/+30
* Change the set and unset ctlreqs by making the index argument optional.marcel2013-06-091-0/+2
* Support the FAT16 partition type in gpart(8)gavin2013-03-071-0/+1
* VMware environments are not unusual now. Add VMware partitions recognitionmarck2012-04-181-0/+2
* Add alias for the partition type 0x0f. Now "ebr" name is used for bothae2012-02-201-0/+1
* Add alias for the partition with type 0x42 to the MBR scheme.ae2012-02-101-0/+1
* Experimental support for booting CHRP-type PowerPC systems from hard disks.nwhitehorn2012-01-251-0/+1
* Allow an MBR primary or extended Linux swap partition to be specifiedtruckman2012-01-131-2/+3
* 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