aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/virstor
Commit message (Expand)AuthorAgeFilesLines
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-072-22/+5
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* geom: don't write stack garbage in disk labelsAlan Somers2018-02-041-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* g_virstor.h: macro parenthesizationRyan Libby2017-06-301-4/+4
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-4/+2
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-6/+5
* geom: unsign some types to match their definitions and avoid overflows.Pedro F. Giffuni2016-04-271-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-7/+3
* Revert r267961, r267973:Glen Barber2014-06-271-3/+7
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-7/+3
* In virstor_ctl_stop(), check for a valid softc before trying to updateJim Harris2012-08-031-0/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Implement relaxed comparision for hardcoded provider names to make itAlexander Motin2011-04-271-4/+3
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+2
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.Andrey V. Elsukov2010-10-091-4/+4
* Prevent NULL deference by checking return value ofXin LI2010-02-021-0/+9
* Go through with write_metadata() non-error-handling and make it return "void".Ivan Voras2010-01-251-6/+16
* Avoid NULL deference.Xin LI2008-06-301-0/+5
* LINT compiled just fine for me, but it seems it breaks tinerbox way ofPawel Jakub Dawidek2007-09-231-1/+1
* Bring in the GEOM Virtualisation class, which allows to create huge GEOMPawel Jakub Dawidek2007-09-236-0/+2437