aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/part/g_part_apm.c
Commit message (Expand)AuthorAgeFilesLines
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove trailing whitespace (one I just introduced and a bunch ofWarner Losh2017-11-211-1/+1
* After EFI support was added to the installer, it needed to allow bootNathan Whitehorn2014-07-041-5/+0
* Use g_conf_printf_escaped() to escape symbols, which can breakAndrey V. Elsukov2014-05-301-2/+7
* Add an automatic resize support to the GEOM_PART class.Andrey V. Elsukov2013-10-171-0/+8
* Remove inclusion of <sys/diskmbr.h>. We have no business knowingMarcel Moolenaar2013-08-041-1/+0
* Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.Marcel Moolenaar2012-05-251-0/+7
* Let's be more realistic and limit maximum number of partition to 4k.Andrey V. Elsukov2012-02-101-1/+1
* Add an ability to increase number of allocated APM entries when weAndrey V. Elsukov2011-11-281-30/+47
* The size of APM could be bigger than number of already allocated entries.Andrey V. Elsukov2011-11-281-1/+1
* Limit number of sectors that can be addressed.Andrey V. Elsukov2011-05-081-2/+5
* Remove an incorrect be16toh() that prevented geom_part_apm from working onGavin Atkinson2011-04-151-1/+1
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+3
* Teach gpart about bootcode on APM.Nathan Whitehorn2010-05-161-0/+26
* Implement the resize verb and add support for resizing partitionsMarcel Moolenaar2010-04-231-0/+16
* Sharpen the saw:Marcel Moolenaar2009-03-271-2/+10
* Fix g_part_dumpconf and g_part_name prototpyes.Warner Losh2009-02-101-5/+4
* Add support for reading Tivo Series 1 partitioning. This likely needsWarner Losh2008-11-021-12/+52
* Trivial commit to attempt to diagnose a svn problem. AddPeter Wemm2008-07-221-0/+1
* Add the partition label and the raw partition type to the XML.Marcel Moolenaar2008-06-121-5/+19
* Implement the G_PART_DUMPCONF method for all 6 schemes. Also callMarcel Moolenaar2008-04-231-0/+17
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setMarcel Moolenaar2008-03-231-1/+1
* Add the freebsd-zfs alias. Both APM and GPT have ZFS partitionMarcel Moolenaar2007-10-211-0/+7
* Prefix unknown (i.e. un-aliased) partition types with '!'. This isMarcel Moolenaar2007-06-061-3/+4
* MFp4:Marcel Moolenaar2007-05-081-11/+25
* Evolve the ctlreq interface added to geom_gpt into a genericMarcel Moolenaar2007-02-071-0/+414