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
*
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
*
Use a better test to prevent tasting geom.ctl so we don't screw the
phk
2002-10-24
1
-1
/
+1
*
Don't taste the first provider, it's /dev/geom.ctl and it's not going
phk
2002-10-24
1
-1
/
+2
*
The g_id*() functions are not needed in the userland test-suite so
phk
2002-10-20
1
-0
/
+2
*
Use %jd instead of %lld now that we have it.
phk
2002-10-20
1
-2
/
+3
*
Implement the GEOMCONFIGGEOM ioctl which can be used to manually create
phk
2002-10-14
1
-37
/
+82
*
Add support g_clone_bio() and g_std_done() to spawn multiple children
phk
2002-10-09
1
-4
/
+6
*
Retire g_io_fail() and let g_io_deliver() take an error argument instead.
phk
2002-09-30
1
-4
/
+4
*
Disable the g_sanity() check unless people ask for it in the debugflags.
phk
2002-09-30
1
-0
/
+2
*
Remove "magicspace". It looks good on paper, it doesn't work in practice.
phk
2002-09-06
1
-44
/
+0
*
Improve some on the naming.
phk
2002-06-09
1
-15
/
+15
*
Change the registration of magic spaces so it does its own memory management.
phk
2002-06-05
1
-19
/
+30
*
Introduce the concept of "magic spaces", and implement them in most of
phk
2002-05-21
1
-0
/
+33
*
Fix a {} bug which doesn't have any effect yet.
phk
2002-04-27
1
-2
/
+1
*
Introduce some serious paranoia to try to catch a memory overwrite problem
phk
2002-04-23
1
-2
/
+46
*
Introduce the convenience function g_getattr() and make it DWIM.
phk
2002-04-09
1
-0
/
+13
*
Move access and orphan member functions from class to geom.
phk
2002-04-04
1
-4
/
+5
*
s/classs/classes/ to fixup grammer after the previous global renaming.
phk
2002-04-04
1
-3
/
+3
*
In the absense of any smarter way to do this, cast various printf
phk
2002-03-28
1
-1
/
+2
*
Eliminate some thread pointers which do not make sense anymore.
phk
2002-03-26
1
-2
/
+3
*
Cave in to tradition and rename "methods" to "classes".
phk
2002-03-26
1
-25
/
+25
*
First commit of the GEOM subsystem to make it easier for people to
phk
2002-03-11
1
-0
/
+639