summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_event.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure we don't loose our topology lock in a call_me() handler.phk2002-09-301-0/+1
* Implement g_call_me() as a way for geom methods to schedule operationsphk2002-09-271-0/+30
* Ok, include also the two tests which actually does effect the claimsphk2002-09-271-0/+4
* Hook into the shutdown EVENTHANDLER and stop tasting things after wephk2002-09-271-0/+16
* Rename the doorlock to eventlock, it gets to protect a bit more in the future.phk2002-09-271-6/+6
* Improve some on the naming.phk2002-06-091-2/+2
* Only clear the spoiled flag if the class had no spoiled method, the spoiledphk2002-05-261-1/+2
* Don't grab Giant around malloc(9) and free(9).phk2002-05-201-6/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Move access and orphan member functions from class to geom.phk2002-04-041-4/+4
* s/classs/classes/ to fixup grammer after the previous global renaming.phk2002-04-041-2/+2
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-11/+12
* Cave in to tradition and rename "methods" to "classes".phk2002-03-261-17/+17
* First commit of the GEOM subsystem to make it easier for people tophk2002-03-111-0/+299
OpenPOWER on IntegriCloud