aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/part/g_part_ebr.c
Commit message (Expand)AuthorAgeFilesLines
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* geom(4): Kill GEOM_PART_EBR_COMPAT optionConrad Meyer2020-07-011-55/+83
* gpart: add EFI alias for MBR partition schemeEd Maste2018-06-171-0/+1
* Sort geom/part mbr/ebr/ldm alias table entriesEd Maste2018-06-171-3/+3
* gpart: add fat32lba MBR partition typeEd Maste2018-05-041-0/+1
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* 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-6/+6
* Indentation issues.Pedro F. Giffuni2016-04-201-4/+2
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-2/+2
* For schemes that do an automatic partition aligning move this code toAndrey V. Elsukov2014-05-041-21/+28
* Add an automatic resize support to the GEOM_PART class.Andrey V. Elsukov2013-10-171-0/+17
* Change the set and unset ctlreqs by making the index argument optional.Marcel Moolenaar2013-06-091-0/+2
* Add additional check to EBR probe and create methods:Andrey V. Elsukov2012-02-151-8/+19
* Allow an MBR primary or extended Linux swap partition to be specifiedDon Lewis2012-01-131-2/+3
* EBR could contain an early stage of boot code. But we do not support it.Andrey V. Elsukov2011-06-271-16/+20
* Do not truncate available disk space to the closest track boundary.Andrey V. Elsukov2011-05-251-2/+1
* Limit number of sectors that can be addressed.Andrey V. Elsukov2011-05-081-2/+2
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+8
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Add new user-friendly aliases for partition types for the MBR andAndrey V. Elsukov2011-01-281-9/+29
* Allow destroying EBR in COMPAT (default) mode.Andrey V. Elsukov2010-12-281-0/+2
* Make EBR probe method less strictly to be able detect EBRs withAndrey V. Elsukov2010-12-281-21/+25
* The canonical way to print __func__ when using KASSERT() is to writeRui Paulo2010-10-131-2/+2
* The first 96 bytes may not be zeroes. It can contain trivial bootMarcel Moolenaar2009-09-281-5/+5
* Precision '*' expects an int and strlen() returns a size_t.Marcel Moolenaar2009-04-161-1/+1
* Add a compat option to the EBR scheme that controls theMarcel Moolenaar2009-04-151-28/+32
* Don't use hexadecimal in the EBR partition names, because 'a'..'f'Marcel Moolenaar2009-04-081-1/+1
* The 9 bytes immediately prior to the partition table can containMarcel Moolenaar2009-04-031-2/+7
* Sharpen the saw:Marcel Moolenaar2009-03-301-4/+5
* Change the priority from high to normal. This makes sure thatMarcel Moolenaar2009-03-261-1/+1
* Make GEOM provider names starting with "/dev/" acceptable as well as theirIvan Voras2009-03-191-1/+1
* o When creating the EBR scheme, set the number of entriesMarcel Moolenaar2009-02-211-0/+2
* Provide compatibility symlink for logical partitions:Marcel Moolenaar2009-02-201-1/+26
* Fix an infinite loop created when the last logical partition isMarcel Moolenaar2009-02-201-3/+3
* Add support to add, delete and modify logical partitions, as wellMarcel Moolenaar2009-02-161-6/+251
* Add the EBR scheme. The EBR scheme supports the Extended Boot RecordsMarcel Moolenaar2009-02-081-0/+339