summaryrefslogtreecommitdiffstats
path: root/sys/geom/virstor
Commit message (Expand)AuthorAgeFilesLines
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-6/+5
* geom: unsign some types to match their definitions and avoid overflows.pfg2016-04-271-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-7/+3
* Revert r267961, r267973:gjb2014-06-271-3/+7
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-7/+3
* In virstor_ctl_stop(), check for a valid softc before trying to updatejimharris2012-08-031-0/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Include sys/sbuf.h directly.ae2011-07-111-0/+1
* Implement relaxed comparision for hardcoded provider names to make itmav2011-04-271-4/+3
* Add some FEATURE macros for various GEOM classes.netchild2011-02-251-0/+2
* Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.ae2010-10-091-4/+4
* Prevent NULL deference by checking return value ofdelphij2010-02-021-0/+9
* Go through with write_metadata() non-error-handling and make it return "void".ivoras2010-01-251-6/+16
* Avoid NULL deference.delphij2008-06-301-0/+5
* LINT compiled just fine for me, but it seems it breaks tinerbox way ofpjd2007-09-231-1/+1
* Bring in the GEOM Virtualisation class, which allows to create huge GEOMpjd2007-09-236-0/+2437
OpenPOWER on IntegriCloud