summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Retire g_io_fail() and let g_io_deliver() take an error argument instead.phk2002-09-301-4/+4
* Disable the g_sanity() check unless people ask for it in the debugflags.phk2002-09-301-0/+2
* Remove "magicspace". It looks good on paper, it doesn't work in practice.phk2002-09-061-44/+0
* Improve some on the naming.phk2002-06-091-15/+15
* Change the registration of magic spaces so it does its own memory management.phk2002-06-051-19/+30
* Introduce the concept of "magic spaces", and implement them in most ofphk2002-05-211-0/+33
* Fix a {} bug which doesn't have any effect yet.phk2002-04-271-2/+1
* Introduce some serious paranoia to try to catch a memory overwrite problemphk2002-04-231-2/+46
* Introduce the convenience function g_getattr() and make it DWIM.phk2002-04-091-0/+13
* Move access and orphan member functions from class to geom.phk2002-04-041-4/+5
* s/classs/classes/ to fixup grammer after the previous global renaming.phk2002-04-041-3/+3
* In the absense of any smarter way to do this, cast various printfphk2002-03-281-1/+2
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-2/+3
* Cave in to tradition and rename "methods" to "classes".phk2002-03-261-25/+25
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-111-0/+639
OpenPOWER on IntegriCloud