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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constification and some s/int/u_int/ changes.
phk
2002-12-16
1
-10
/
+10
*
Use more mnemonic argument names in the access functions.
phk
2002-12-01
1
-2
/
+2
*
Straighten up the geom.ctl config interface definitions.
phk
2002-11-06
1
-12
/
+68
*
Add a g_dev_print() function which prints all the /dev entries GEOM
phk
2002-10-25
1
-0
/
+3
*
Make the sectorsize a property of providers so we can include it in the XML
phk
2002-10-20
1
-0
/
+1
*
Make it possible to specify also via geom_t ID in the geom.ctl config ioctl.
phk
2002-10-20
1
-4
/
+2
*
Constification ? Yes, out that door, row on the left, one patch each.
phk
2002-10-15
1
-5
/
+5
*
Moved geom class initialization to SI_SUB_DRIVERS from SI_SUB_PSEUDO.
jake
2002-10-14
1
-1
/
+1
*
Implement the GEOMCONFIGGEOM ioctl which can be used to manually create
phk
2002-10-14
1
-3
/
+51
*
Add the outline of the "/dev/geom.ctl" handling code.
phk
2002-10-13
1
-1
/
+8
*
Give GEOM modules a chance to specify their own init routine, in case they
phk
2002-10-13
1
-1
/
+4
*
Copyin and copyout are only possible from a process-native thread,
phk
2002-10-07
1
-0
/
+7
*
Retire g_io_fail() and let g_io_deliver() take an error argument instead.
phk
2002-09-30
1
-2
/
+1
*
Introduce g_write_data() function.
phk
2002-09-30
1
-0
/
+1
*
Add missing g_enc_le2().
phk
2002-09-30
1
-0
/
+1
*
Various no-ops:
phk
2002-09-27
1
-2
/
+2
*
Implement g_call_me() as a way for geom methods to schedule operations
phk
2002-09-27
1
-1
/
+3
*
Add a couple more of the big/little-endian conversion routines and make
phk
2002-09-13
1
-6
/
+9
*
Remove "magicspace". It looks good on paper, it doesn't work in practice.
phk
2002-09-06
1
-31
/
+0
*
Improve some on the naming.
phk
2002-06-09
1
-7
/
+7
*
Change the registration of magic spaces so it does its own memory management.
phk
2002-06-05
1
-2
/
+2
*
Introduce the concept of "magic spaces", and implement them in most of
phk
2002-05-21
1
-0
/
+30
*
Don't grab Giant around malloc(9) and free(9).
phk
2002-05-20
1
-7
/
+18
*
Make specific provisions for the kernel simulator used in the regression
phk
2002-04-24
1
-1
/
+1
*
Implement the GEOMGETCONF ioctl which returns vital stats for the
phk
2002-04-23
1
-0
/
+4
*
Introduce some serious paranoia to try to catch a memory overwrite problem
phk
2002-04-23
1
-4
/
+13
*
Protect against multitple #includes of this file.
phk
2002-04-22
1
-0
/
+4
*
Make kernel dumps work with GEOM.
phk
2002-04-19
1
-0
/
+5
*
Introduce the convenience function g_getattr() and make it DWIM.
phk
2002-04-09
1
-0
/
+2
*
Constifixation of attribute argument to g_io_[gs]etattr()
phk
2002-04-09
1
-2
/
+2
*
Centralize EOF handling and improve access controls for bio scheduling.
phk
2002-04-04
1
-0
/
+1
*
Move access and orphan member functions from class to geom.
phk
2002-04-04
1
-5
/
+9
*
Eliminate some thread pointers which do not make sense anymore.
phk
2002-03-26
1
-45
/
+4
*
Cave in to tradition and rename "methods" to "classes".
phk
2002-03-26
1
-24
/
+24
*
Be more systematic about conversion of on-disk formats in a endian/width
phk
2002-03-24
1
-0
/
+7
*
Need a different #include for the userland regression test.
phk
2002-03-17
1
-1
/
+1
*
Add a generic and general ioctl pass-through mechanism.
phk
2002-03-16
1
-1
/
+7
*
First commit of the GEOM subsystem to make it easier for people to
phk
2002-03-11
1
-0
/
+290