aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/shsec
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
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-1/+1
* 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
* 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
* Remove "for a moment" assignment. struct g_geom zeroed when allocated.Andrey V. Elsukov2011-05-041-2/+0
* Implement relaxed comparision for hardcoded provider names to make itAlexander Motin2011-04-271-1/+2
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+1
* If provider is open for writing when we taste it, skip it for classes thatPawel Jakub Dawidek2009-10-091-0/+4
* Add BIO_FLUSH support to GSHSEC class.Pawel Jakub Dawidek2006-11-011-0/+1
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-012-3/+3
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* - Add md_provsize field to metadata, which will help withPawel Jakub Dawidek2005-02-272-1/+14
* Fix year in copyrights.Pawel Jakub Dawidek2005-02-162-2/+2
* Introduce a new GEOM class - SHSEC. It provides sharing secret betweenPawel Jakub Dawidek2005-01-112-0/+935