index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
geom
/
geom_int.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
More of the event stuff can now be private to geom_event.c
phk
2003-04-23
1
-11
/
+0
*
Rename g_call_me() to g_post_event(), and give it a flag
phk
2003-04-23
1
-1
/
+1
*
Remove the now unused hardcoded g_post_event() event support.
phk
2003-04-23
1
-12
/
+0
*
Turn EV_NEW_PROVIDER into a g_call_me() event.
phk
2003-04-23
1
-1
/
+0
*
Convert EV_SPOILED event to use g_call_me().
phk
2003-04-23
1
-1
/
+0
*
Turn the hardwired NEW_CLASS event into a g_call_me() event.
phk
2003-04-23
1
-1
/
+0
*
Move the shutdown eventhandler stuff to a more logical place.
phk
2003-04-23
1
-0
/
+1
*
Add handling for cancelled events in the g_call_me() methods.
phk
2003-04-02
1
-1
/
+0
*
Change events to have an array of "void *" references, and give the
phk
2003-04-02
1
-9
/
+8
*
Remove some debugging in the new OAM[*] and add a debug flag for other
phk
2003-03-31
1
-0
/
+1
*
Turn /dev/geom.ctl from a GEOM class into a plain character device driver
phk
2003-03-24
1
-0
/
+3
*
Introduce g_cancel_events() and use it a couple of places where it makes
phk
2003-03-23
1
-0
/
+1
*
Introduce an SX lock which allows us to stall event processing
phk
2003-03-23
1
-0
/
+2
*
Mitigate deadlock situation pending a more complete solution.
phk
2003-03-21
1
-1
/
+4
*
Retire the GEOM private statistics code and use devstat instead.
phk
2003-03-18
1
-5
/
+0
*
Implement a handle for efficient implementation of perforations in
phk
2003-02-12
1
-4
/
+7
*
Move the g_stat struct to its own .h file, we will export it to other code.
phk
2003-02-08
1
-0
/
+5
*
Move #defines of major/minor to internal header file so other bits can
phk
2003-02-08
1
-1
/
+8
*
Commit the correct copy of the g_stat structure.
phk
2003-02-07
1
-0
/
+1
*
Add the remaning part of the new libdisk interaction.
phk
2002-10-28
1
-0
/
+1
*
Properly isolate the locking domains of sysctl from the topology lock
phk
2002-10-04
1
-3
/
+3
*
Disable the g_sanity() check unless people ask for it in the debugflags.
phk
2002-09-30
1
-0
/
+4
*
Style, whitespace and lint fixes.
phk
2002-09-28
1
-1
/
+0
*
Implement g_call_me() as a way for geom methods to schedule operations
phk
2002-09-27
1
-0
/
+3
*
s/classs/classes/ to fixup grammer after the previous global renaming.
phk
2002-04-04
1
-1
/
+1
*
Eliminate some thread pointers which do not make sense anymore.
phk
2002-03-26
1
-0
/
+87