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_mbr.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reduce the GEOM verbosity under bootverbose to something more sufferable.
phk
2002-10-25
1
-3
/
+4
*
Now that the sectorsize and mediasize are properties of the provider,
phk
2002-10-20
1
-6
/
+2
*
Make the sectorsize a property of providers so we can include it in the XML
phk
2002-10-20
1
-2
/
+4
*
Include <sys/diskmbr.h> instead of <sys/disklabel.h>
phk
2002-10-01
1
-1
/
+1
*
Style, whitespace and lint fixes.
phk
2002-09-28
1
-3
/
+2
*
Add the new g_slice_config() call, which can add/delete/change a slice,
phk
2002-09-27
1
-0
/
+4
*
Deal with a new exteded MBR paritition type
phk
2002-09-08
1
-1
/
+1
*
Remove "magicspace". It looks good on paper, it doesn't work in practice.
phk
2002-09-06
1
-3
/
+0
*
Put geom_gpt.c under the GEOM option instead of having a special GEOM_GPT
phk
2002-06-10
1
-3
/
+1
*
Improve some on the naming.
phk
2002-06-09
1
-4
/
+6
*
Change the registration of magic spaces so it does its own memory management.
phk
2002-06-05
1
-4
/
+3
*
Add support to GEOM for GUID Partition Tables (GPTs). The support
marcel
2002-05-28
1
-0
/
+17
*
Introduce the concept of "magic spaces", and implement them in most of
phk
2002-05-21
1
-1
/
+7
*
Remove the "-class" suffix from classes, they will not be ambiguous.
phk
2002-05-21
1
-2
/
+2
*
Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the start
phk
2002-04-09
1
-15
/
+28
*
Move access and orphan member functions from class to geom.
phk
2002-04-04
1
-4
/
+0
*
In the absense of any smarter way to do this, cast various printf
phk
2002-03-28
1
-1
/
+1
*
Eliminate some thread pointers which do not make sense anymore.
phk
2002-03-26
1
-4
/
+4
*
Cave in to tradition and rename "methods" to "classes".
phk
2002-03-26
1
-13
/
+13
*
Be more systematic about conversion of on-disk formats in a endian/width
phk
2002-03-24
1
-2
/
+182
*
First commit of the GEOM subsystem to make it easier for people to
phk
2002-03-11
1
-0
/
+211
[prev]