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
/
g_part.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the way in which zero stripesize is handled. Instead of reporting
mav
2010-01-06
1
-5
/
+4
*
Add Microsoft and NetBSD partition types handling.
rpaulo
2009-12-14
1
-0
/
+10
*
Simplify partition type parsing by using a data-oriented model.
rpaulo
2009-12-14
1
-0
/
+10
*
If provider is open for writing when we taste it, skip it for classes that
pjd
2009-10-09
1
-0
/
+4
*
Don't create more partitions than can fit in the table by checking
marcel
2009-09-24
1
-0
/
+4
*
Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.c
marcel
2009-07-08
1
-28
/
+0
*
Add a compat option to the EBR scheme that controls the
marcel
2009-04-15
1
-16
/
+15
*
Revert r190676,190677
thompsa
2009-04-10
1
-1
/
+1
*
Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called
thompsa
2009-04-03
1
-1
/
+1
*
Be more explicit and complain if kernel dumps are perfomed on unsupported
ivoras
2009-03-22
1
-1
/
+4
*
Make GEOM provider names starting with "/dev/" acceptable as well as their
ivoras
2009-03-19
1
-4
/
+16
*
Provide compatibility symlink for logical partitions:
marcel
2009-02-20
1
-0
/
+34
*
Remove gpt_offset and related code. It was introduced for use
marcel
2009-02-17
1
-19
/
+0
*
Add method precheck to the g_part interface. The precheck
marcel
2009-02-15
1
-20
/
+13
*
Allow gpe_offset to be set by the scheme. When gpe_offset is zero,
marcel
2009-02-08
1
-2
/
+7
*
o Add the "PART::scheme" attribute that returns the name of the
marcel
2009-02-08
1
-0
/
+7
*
Don't enforce an upper-bound to the number of sectors or heads
marcel
2009-01-06
1
-4
/
+2
*
Allow boot code to be smaller than what the scheme expects.
marcel
2008-12-01
1
-2
/
+2
*
Insert the null scheme at the head. This does not change any
marcel
2008-09-29
1
-1
/
+1
*
Hold the root mount while we're tasting. It is possible
marcel
2008-09-27
1
-0
/
+4
*
Fix build.
rpaulo
2008-09-05
1
-2
/
+2
*
Keep entries sorted.
rpaulo
2008-09-05
1
-1
/
+1
*
Include the vendor in the partition name.
rpaulo
2008-09-05
1
-1
/
+1
*
Detect Apple HFS GPT slices.
rpaulo
2008-09-05
1
-1
/
+2
*
Add sbuf_new_auto as a shortcut for the very common case of creating a
des
2008-08-09
1
-7
/
+7
*
Add the set and unset verbs used to set and clear attributes for
marcel
2008-06-18
1
-2
/
+75
*
Implement the G_PART_DUMPCONF method for all 6 schemes. Also call
marcel
2008-04-23
1
-0
/
+7
*
Add the bootcode verb for installing boot code. Boot code
marcel
2008-04-13
1
-2
/
+66
*
Redefine G_PART_SCHEME_DECLARE() from populating a private linker set
marcel
2008-03-23
1
-21
/
+108
*
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 a BSD disklabel backend to g_part:
marcel
2007-12-06
1
-14
/
+46
*
First cut at support for booting a GPT labeled disk via the BIOS bootstrap
jhb
2007-10-24
1
-0
/
+1
*
Add the freebsd-zfs alias. Both APM and GPT have ZFS partition
marcel
2007-10-21
1
-0
/
+1
*
Have gpart synthesize a disk geometry if the underlying provider
marcel
2007-06-17
1
-20
/
+119
*
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
1
-61
/
+34
*
Put the scheme (APM, GPT, etc) in the XML.
marcel
2007-04-27
1
-1
/
+3
*
Evolve the ctlreq interface added to geom_gpt into a generic
marcel
2007-02-07
1
-0
/
+1385