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_apple.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the name attribute to the end of the conftxt line to simplify
grehan
2004-04-01
1
-4
/
+6
*
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
-3
/
+3
*
Remove unused variable.
phk
2003-05-31
1
-8
/
+1
*
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
phk
2003-05-31
1
-1
/
+0
*
Use g_slice_spoiled() rather than g_std_spoiled().
phk
2003-05-02
1
-1
/
+2
*
Time has run from the "run GEOM in userland" harness, and the new regression
phk
2003-04-13
1
-9
/
+0
*
Retire the "frontstuff" record keeping, it was no match for the
phk
2003-04-12
1
-6
/
+0
*
Style issue: use do {...} while(0); for multi-exit section.
phk
2003-04-09
1
-2
/
+2
*
#include <sys/endian.h> as needed.
phk
2003-04-03
1
-0
/
+1
*
Use <sys/endian.h> instead of geom_enc.c for endianess-agnostification.
phk
2003-04-03
1
-6
/
+6
*
Premptively change initializations of struct g_class to use C99
phk
2003-03-24
1
-3
/
+2
*
Drop down Apple Partition Map code that has been in use by some
grehan
2003-02-23
1
-84
/
+168
*
Add a rudimentary class for slicing Apple partitioned disks.
phk
2003-01-31
1
-0
/
+198