aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/mountver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add back missing MTX_DEF, it still needs to be there.Edward Tomasz Napierala2017-10-291-1/+1
* Make gmountver(8) use direct dispatch.Edward Tomasz Napierala2017-10-261-1/+3
* Make gmountver(8) use G_PF_ACCEPT_UNMAPPED.Edward Tomasz Napierala2017-10-261-0/+8
* Don't destroy gmountver(8) devices on shutdown, unless they are orphaned.Edward Tomasz Napierala2017-10-042-2/+15
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-1/+1
* Removal of Giant droping wrappers for GEOM classes.Konstantin Belousov2016-05-201-2/+0
* - Don't pass geom and provider names as format strings.Jaakko Heinonen2012-11-201-2/+2
* Add trivial resize handling to gmountver(8).Edward Tomasz Napierala2012-07-071-0/+14
* Avoid to check the same cache line/variable from all the lockingAttilio Rao2012-01-281-0/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Remove unneeded code.Andrey V. Elsukov2011-05-041-28/+7
* Make sure not to pass NULL to g_orphan_provider().Edward Tomasz Napierala2010-06-051-1/+2
* Remove unused variable.Edward Tomasz Napierala2010-01-251-2/+0
* Add gmountver, disk mount verification GEOM class.Edward Tomasz Napierala2010-01-162-0/+717