aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_fox.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+3
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-0/+1
* Use default method initialization on geoms.Poul-Henning Kamp2004-08-081-4/+4
* Do not check error code from closing ->access() calls, we know they succeed.Poul-Henning Kamp2004-02-141-4/+7
* Remove the absolute count g_access_abs() function since experience hasPoul-Henning Kamp2004-02-121-11/+11
* Fix memory leak.Lukas Ertl2004-02-061-1/+1
* Fix two old/new consumer confusions.Poul-Henning Kamp2003-10-241-2/+2
* Fix a braino memory leak.Poul-Henning Kamp2003-10-221-1/+1
* Add "GEOM_FOX", a class which detects and selects between multiplePoul-Henning Kamp2003-06-181-0/+468