aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/zero/g_zero.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* geom(4): Mark all sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-1/+1
* geom: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+5
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-221-0/+1
* MFprojects/camlock r254895:Alexander Motin2013-08-261-4/+28
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case.Jaakko Heinonen2010-05-101-1/+1
* Remove trailing spaces.Pawel Jakub Dawidek2006-02-011-1/+1
* Move $FreeBSD$ from comment to __FBSDID().Pawel Jakub Dawidek2006-01-171-2/+3
* - Allow to specify the byte which will be used for filling read buffer.Pawel Jakub Dawidek2005-12-081-4/+7
* Add a very simple and small GEOM class - ZERO.Pawel Jakub Dawidek2005-07-251-0/+113