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_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a KASSERT which checks that a class never fails a closing ->access()
phk
2004-02-14
1
-0
/
+3
*
Remove the absolute count g_access_abs() function since experience has
phk
2004-02-12
1
-21
/
+3
*
Allow a GEOM class to unload if it has no geoms or a method function to
phk
2004-02-02
1
-1
/
+6
*
- Use proper names in KASSERTs.
pjd
2004-02-02
1
-6
/
+6
*
Add KASSERTS.
phk
2004-01-23
1
-0
/
+11
*
Plug an insignificant memoryleak.
phk
2004-01-23
1
-0
/
+3
*
Print the correct pointer in a KASSERT.
phk
2004-01-11
1
-1
/
+1
*
KASSERT against no-op access requests.
phk
2004-01-09
1
-0
/
+1
*
Call class->init() an class->fini() while the class is hooked up,
phk
2003-11-18
1
-3
/
+5
*
This is a crude bandaid for 5.2 to protect against providers which disappear
phk
2003-11-15
1
-0
/
+38
*
Introduce a per provider wither flag
phk
2003-10-06
1
-0
/
+2
*
Don't panic over the fact that unloading failed if we already knew that.
phk
2003-08-22
1
-3
/
+5
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+2
*
Drop a memory-corruption debugging test-tool.
phk
2003-06-07
1
-13
/
+0
*
Add missing va_end() calls.
phk
2003-06-07
1
-2
/
+4
*
Introduce g_provider_by_name() function, and use it.
phk
2003-06-04
1
-0
/
+17
*
Add a KASSERT to prevent the same GEOM class from being processed loaded
phk
2003-06-04
1
-0
/
+6
*
constify g_sanity()
phk
2003-06-01
1
-1
/
+1
*
Introduce a init and fini member functions on a class.
phk
2003-05-31
1
-22
/
+100
*
Back out all the stuff that didn't belong in the last commit.
phk
2003-05-02
1
-9
/
+12
*
Use g_slice_spoiled() rather than g_std_spoiled().
phk
2003-05-02
1
-12
/
+9
*
Rework the "withering" mechanism:
phk
2003-05-02
1
-17
/
+46
*
Remove the now obsolete geomidorname hack.
phk
2003-05-01
1
-83
/
+0
*
Remove now unneeded special case for "geom.ctl".
phk
2003-05-01
1
-2
/
+0
*
Rename g_call_me() to g_post_event(), and give it a flag
phk
2003-04-23
1
-4
/
+5
*
Turn EV_NEW_PROVIDER into a g_call_me() event.
phk
2003-04-23
1
-2
/
+31
*
Convert EV_SPOILED event to use g_call_me().
phk
2003-04-23
1
-1
/
+23
*
Turn the hardwired NEW_CLASS event into a g_call_me() event.
phk
2003-04-23
1
-2
/
+33
*
Remove unused event pointers in object structures.
phk
2003-04-23
1
-3
/
+0
*
Time has run from the "run GEOM in userland" harness, and the new regression
phk
2003-04-13
1
-11
/
+0
*
If we hit access ahead of a spoil event, we should have negative
phk
2003-04-12
1
-7
/
+3
*
Change events to have an array of "void *" references, and give the
phk
2003-04-02
1
-7
/
+7
*
Only orphan things if the open/close actually succeeded.
phk
2003-04-02
1
-11
/
+10
*
g_class_by_name() was unused too.
phk
2003-03-25
1
-13
/
+0
*
Remove unuse g_insert_geom().
phk
2003-03-25
1
-38
/
+0
*
Introduce g_cancel_events() and use it a couple of places where it makes
phk
2003-03-23
1
-0
/
+3
*
Retire the GEOM private statistics code and use devstat instead.
phk
2003-03-18
1
-4
/
+7
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Remove unneeded #include of geom_stats.h
phk
2003-03-09
1
-1
/
+0
*
Don't use statistics counters to detect outstanding I/O.
phk
2003-03-09
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-7
/
+7
*
Implement a handle for efficient implementation of perforations in
phk
2003-02-12
1
-3
/
+6
*
Move the g_stat struct to its own .h file, we will export it to other code.
phk
2003-02-08
1
-3
/
+7
*
Commit the correct copy of the g_stat structure.
phk
2003-02-07
1
-3
/
+5
*
Rename bio_linkage to the more obvious bio_parent.
phk
2003-02-07
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-7
/
+7
*
We should not need to hold Giant for sbuf operations any more.
phk
2002-12-26
1
-4
/
+0
*
Constification and some s/int/u_int/ changes.
phk
2002-12-16
1
-7
/
+7
*
Straighten up the geom.ctl config interface definitions.
phk
2002-11-06
1
-1
/
+1
*
Polish a bit here and there.
phk
2002-11-04
1
-3
/
+5
[next]