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
/
part
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (within
marcel
2008-03-29
1
-1
/
+1
*
Add support for PC-9800 partition tables.
marcel
2008-03-28
1
-0
/
+428
*
Redefine G_PART_SCHEME_DECLARE() from populating a private linker set
marcel
2008-03-23
7
-27
/
+128
*
Add support for VTOC8 labels (aka sun disk labels). When a label does
marcel
2008-03-02
1
-0
/
+480
*
Follow-up improvements to the handling of false positives: If the
marcel
2008-02-29
1
-3
/
+32
*
Better handle false positives. The MBR differs from the boot sector
marcel
2008-02-28
1
-6
/
+24
*
Various fixes:
marcel
2007-12-24
1
-41
/
+25
*
Fix a bug in the add verb, where we failed to keep the list
marcel
2007-12-09
1
-2
/
+2
*
Internal partitions can not be deleted or modified.
marcel
2007-12-08
1
-2
/
+2
*
Skip internal partitions in the check for (user) partitions for
marcel
2007-12-08
1
-1
/
+1
*
Add support for FS_ZFS.
marcel
2007-12-08
1
-0
/
+7
*
Add a BSD disklabel backend to g_part:
marcel
2007-12-06
3
-14
/
+494
*
First cut at support for booting a GPT labeled disk via the BIOS bootstrap
jhb
2007-10-24
3
-0
/
+10
*
Add the freebsd-zfs alias. Both APM and GPT have ZFS partition
marcel
2007-10-21
4
-0
/
+17
*
Have gpart synthesize a disk geometry if the underlying provider
marcel
2007-06-17
3
-55
/
+189
*
Add the MBR partitioning scheme to g_part. This does not yet
marcel
2007-06-13
1
-0
/
+370
*
Prefix unknown (i.e. un-aliased) partition types with '!'. This is
marcel
2007-06-06
2
-4
/
+6
*
Call sbuf_finish() before sbuf_data() and sbuf_len().
marcel
2007-06-06
1
-0
/
+5
*
Fix a dereference in KASSERT.
marcel
2007-05-15
1
-1
/
+1
*
o Implement automatic commit. It's enabled when the flags parameter
marcel
2007-05-15
1
-10
/
+35
*
Write the output parameter (if present) for the add, create, delete
marcel
2007-05-09
1
-3
/
+50
*
When reverting the creation of a partitioning scheme on a provider,
marcel
2007-05-09
1
-2
/
+6
*
MFp4:
marcel
2007-05-08
4
-94
/
+102
*
Put the scheme (APM, GPT, etc) in the XML.
marcel
2007-04-27
1
-1
/
+3
*
#include <sys/systm.h> before <sys/geom.h> to get KASSERT(), and fix LINT build.
rodrigc
2007-02-08
1
-0
/
+1
*
Evolve the ctlreq interface added to geom_gpt into a generic
marcel
2007-02-07
5
-0
/
+2782