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_gpt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Constify the dumpconf() function.
phk
2002-12-17
1
-1
/
+1
*
Get rid of g_slice_addslice() and use g_slice_config() instead.
phk
2002-12-16
1
-9
/
+6
*
Fix dumpconf so libdisk can grok its output. We weren't checking
marcel
2002-11-02
1
-2
/
+6
*
Now that the sectorsize and mediasize are properties of the provider,
phk
2002-10-20
1
-2
/
+2
*
Make the sectorsize a property of providers so we can include it in the XML
phk
2002-10-20
1
-0
/
+1
*
Style, whitespace and lint fixes.
phk
2002-09-28
1
-44
/
+48
*
Add the new g_slice_config() call, which can add/delete/change a slice,
phk
2002-09-27
1
-0
/
+2
*
Remove unneeded #include <sys/disklabel.h>
phk
2002-09-20
1
-1
/
+0
*
Use 'p' as the partition specifier instead of 's'. We continue to use
marcel
2002-08-24
1
-2
/
+5
*
Improve some on the naming.
phk
2002-06-09
1
-2
/
+2
*
Add compile time asserts for the size of struct gpt_hdr and struct
marcel
2002-05-30
1
-0
/
+3
*
Add one copy of crc32() and crc32_tab[] in libkern, and remove it two other
phk
2002-05-29
1
-65
/
+0
*
Add support to GEOM for GUID Partition Tables (GPTs). The support
marcel
2002-05-28
1
-0
/
+314