aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/part/g_part_ldm.c
Commit message (Expand)AuthorAgeFilesLines
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Sort geom/part mbr/ebr/ldm alias table entriesEd Maste2018-06-171-4/+4
* 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
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-2/+1
* 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
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* Remove stub implementation.Andrey V. Elsukov2013-09-051-11/+0
* Remove stub implementation.Marcel Moolenaar2013-06-091-11/+0
* VMDB offset should be greater than logical volume size only for MBR.Andrey V. Elsukov2012-03-291-1/+1
* Do proper cleanup for the GPT case when an error occurs.Andrey V. Elsukov2012-03-291-14/+19
* Add CTLFLAG_TUN to sysctls.Andrey V. Elsukov2012-03-191-4/+4
* Add new GEOM_PART_LDM module that implements the Logical Disk ManagerAndrey V. Elsukov2012-03-191-0/+1504