summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_int.h
Commit message (Expand)AuthorAgeFilesLines
* Use unit number allocation functions for GEOM minor numbers.phk2004-10-251-8/+0
* Make withering water tight.phk2004-07-081-0/+2
* Rearrange some of the GEOM debugging tools to be more structured.phk2004-03-101-3/+1
* More of the event stuff can now be private to geom_event.cphk2003-04-231-11/+0
* Rename g_call_me() to g_post_event(), and give it a flagphk2003-04-231-1/+1
* Remove the now unused hardcoded g_post_event() event support.phk2003-04-231-12/+0
* Turn EV_NEW_PROVIDER into a g_call_me() event.phk2003-04-231-1/+0
* Convert EV_SPOILED event to use g_call_me().phk2003-04-231-1/+0
* Turn the hardwired NEW_CLASS event into a g_call_me() event.phk2003-04-231-1/+0
* Move the shutdown eventhandler stuff to a more logical place.phk2003-04-231-0/+1
* Add handling for cancelled events in the g_call_me() methods.phk2003-04-021-1/+0
* Change events to have an array of "void *" references, and give thephk2003-04-021-9/+8
* Remove some debugging in the new OAM[*] and add a debug flag for otherphk2003-03-311-0/+1
* Turn /dev/geom.ctl from a GEOM class into a plain character device driverphk2003-03-241-0/+3
* Introduce g_cancel_events() and use it a couple of places where it makesphk2003-03-231-0/+1
* Introduce an SX lock which allows us to stall event processingphk2003-03-231-0/+2
* Mitigate deadlock situation pending a more complete solution.phk2003-03-211-1/+4
* Retire the GEOM private statistics code and use devstat instead.phk2003-03-181-5/+0
* Implement a handle for efficient implementation of perforations inphk2003-02-121-4/+7
* Move the g_stat struct to its own .h file, we will export it to other code.phk2003-02-081-0/+5
* Move #defines of major/minor to internal header file so other bits canphk2003-02-081-1/+8
* Commit the correct copy of the g_stat structure.phk2003-02-071-0/+1
* Add the remaning part of the new libdisk interaction.phk2002-10-281-0/+1
* Properly isolate the locking domains of sysctl from the topology lockphk2002-10-041-3/+3
* Disable the g_sanity() check unless people ask for it in the debugflags.phk2002-09-301-0/+4
* Style, whitespace and lint fixes.phk2002-09-281-1/+0
* Implement g_call_me() as a way for geom methods to schedule operationsphk2002-09-271-0/+3
* s/classs/classes/ to fixup grammer after the previous global renaming.phk2002-04-041-1/+1
* Eliminate some thread pointers which do not make sense anymore.phk2002-03-261-0/+87
OpenPOWER on IntegriCloud