aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_int.h
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate g_debugflags declaration.Alexander Motin2019-12-051-12/+0
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-191-0/+1
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Escape special XML chars, returned by some devices, confusing XML parsers.Alexander Motin2013-11-271-0/+1
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-221-0/+3
* Introduce a kern.geom.notaste sysctl that can be used to temporarilyDag-Erling Smørgrav2013-09-241-0/+1
* Make g_wither_washer() to not loop by itself, but only when there was someAlexander Motin2013-03-241-1/+1
* Use unit number allocation functions for GEOM minor numbers.Poul-Henning Kamp2004-10-251-8/+0
* Make withering water tight.Poul-Henning Kamp2004-07-081-0/+2
* Rearrange some of the GEOM debugging tools to be more structured.Poul-Henning Kamp2004-03-101-3/+1
* More of the event stuff can now be private to geom_event.cPoul-Henning Kamp2003-04-231-11/+0
* Rename g_call_me() to g_post_event(), and give it a flagPoul-Henning Kamp2003-04-231-1/+1
* Remove the now unused hardcoded g_post_event() event support.Poul-Henning Kamp2003-04-231-12/+0
* Turn EV_NEW_PROVIDER into a g_call_me() event.Poul-Henning Kamp2003-04-231-1/+0
* Convert EV_SPOILED event to use g_call_me().Poul-Henning Kamp2003-04-231-1/+0
* Turn the hardwired NEW_CLASS event into a g_call_me() event.Poul-Henning Kamp2003-04-231-1/+0
* Move the shutdown eventhandler stuff to a more logical place.Poul-Henning Kamp2003-04-231-0/+1
* Add handling for cancelled events in the g_call_me() methods.Poul-Henning Kamp2003-04-021-1/+0
* Change events to have an array of "void *" references, and give thePoul-Henning Kamp2003-04-021-9/+8
* Remove some debugging in the new OAM[*] and add a debug flag for otherPoul-Henning Kamp2003-03-311-0/+1
* Turn /dev/geom.ctl from a GEOM class into a plain character device driverPoul-Henning Kamp2003-03-241-0/+3
* Introduce g_cancel_events() and use it a couple of places where it makesPoul-Henning Kamp2003-03-231-0/+1
* Introduce an SX lock which allows us to stall event processingPoul-Henning Kamp2003-03-231-0/+2
* Mitigate deadlock situation pending a more complete solution.Poul-Henning Kamp2003-03-211-1/+4
* Retire the GEOM private statistics code and use devstat instead.Poul-Henning Kamp2003-03-181-5/+0
* Implement a handle for efficient implementation of perforations inPoul-Henning Kamp2003-02-121-4/+7
* Move the g_stat struct to its own .h file, we will export it to other code.Poul-Henning Kamp2003-02-081-0/+5
* Move #defines of major/minor to internal header file so other bits canPoul-Henning Kamp2003-02-081-1/+8
* Commit the correct copy of the g_stat structure.Poul-Henning Kamp2003-02-071-0/+1
* Add the remaning part of the new libdisk interaction.Poul-Henning Kamp2002-10-281-0/+1
* Properly isolate the locking domains of sysctl from the topology lockPoul-Henning Kamp2002-10-041-3/+3
* Disable the g_sanity() check unless people ask for it in the debugflags.Poul-Henning Kamp2002-09-301-0/+4
* Style, whitespace and lint fixes.Poul-Henning Kamp2002-09-281-1/+0
* Implement g_call_me() as a way for geom methods to schedule operationsPoul-Henning Kamp2002-09-271-0/+3
* s/classs/classes/ to fixup grammer after the previous global renaming.Poul-Henning Kamp2002-04-041-1/+1
* Eliminate some thread pointers which do not make sense anymore.Poul-Henning Kamp2002-03-261-0/+87