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_vol_ffs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't pass error value pointer to g_read_data(9) at all if we don't
sobomax
2005-11-30
1
-2
/
+2
*
Check for g_read_data(9) errors properly:
sobomax
2005-11-30
1
-1
/
+1
*
Take care not to issue unaligned I/O requests while tasting a provider.
des
2005-02-08
1
-0
/
+10
*
Too many versions.
phk
2004-08-09
1
-1
/
+0
*
Tag all geom classes in the tree with a version number.
phk
2004-08-08
1
-0
/
+2
*
Remove the absolute count g_access_abs() function since experience has
phk
2004-02-12
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
phk
2003-05-31
1
-1
/
+0
*
Use g_slice_spoiled() instead of g_std_spoiled().
phk
2003-05-02
1
-1
/
+1
*
Back out all the stuff that didn't belong in the last commit.
phk
2003-05-02
1
-6
/
+2
*
Use g_slice_spoiled() rather than g_std_spoiled().
phk
2003-05-02
1
-2
/
+6
*
Time has run from the "run GEOM in userland" harness, and the new regression
phk
2003-04-13
1
-9
/
+0
*
Premptively change initializations of struct g_class to use C99
phk
2003-03-24
1
-3
/
+2
*
Add some comments about the deficiencies of this module. I had hoped to get
gordon
2003-02-07
1
-0
/
+7
*
Correct a comment. GEOM modules do not create /dev entries. They create
gordon
2003-02-03
1
-2
/
+2
*
Add the GEOM module that makes volume labels useful. A kernel compiled with
gordon
2003-02-03
1
-0
/
+146