summaryrefslogtreecommitdiff
path: root/sys/geom/vinum/geom_vinum_share.c
Commit message (Expand)AuthorAgeFilesLines
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-8/+3
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-1/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* - Move out allocation part of different gvinum objects into its own routine andUlf Lilleengen2009-04-101-28/+72
* Import the gvinum work that have been done during and after Summer of Code 2007.Ulf Lilleengen2009-03-281-26/+25
* - Recognize the 'volume' parameter when creating a plex.Ulf Lilleengen2008-05-221-1/+2
* Avoid infinite loop if the device string given for a driveLukas Ertl2007-04-121-6/+3
* Share gv_roughlength() between kernel and userland, as we will need itLukas Ertl2004-11-151-0/+35
* Correctly skip the '/dev/' part when creating new drives and prefixLukas Ertl2004-10-021-4/+7
* Accept "sd len 0" and auto-size the subdisk correctly.Lukas Ertl2004-06-231-4/+2
* Add a first version of a GEOMified vinum.Lukas Ertl2004-06-121-0/+651