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
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Remove unused variable.
phk
2003-05-31
1
-6
/
+1
*
Remove the G_CLASS_INITIALIZER, we do not need it anymore.
phk
2003-05-31
1
-1
/
+0
*
Use le_uuid_dec() since GPT UUID's are always in LE format.
phk
2003-05-31
1
-2
/
+4
*
Use g_slice_spoiled() instead of g_std_spoiled().
phk
2003-05-02
1
-1
/
+2
*
Back out all the stuff that didn't belong in the last commit.
phk
2003-05-02
1
-7
/
+2
*
Use g_slice_spoiled() rather than g_std_spoiled().
phk
2003-05-02
1
-2
/
+7
*
Don't emulate a MBR by handling the MBR::type attribute. It is
marcel
2003-05-01
1
-21
/
+1
*
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
-3
/
+0
*
Premptively change initializations of struct g_class to use C99
phk
2003-03-24
1
-3
/
+2
*
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