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
*
Reimplemented "gpart destroy -F". Now it does all work in kernel.
ae
2010-10-25
4
-22
/
+168
*
The canonical way to print __func__ when using KASSERT() is to write
rpaulo
2010-10-13
3
-10
/
+11
*
Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1.
ae
2010-10-09
1
-4
/
+4
*
Some schemes can allocate memory for internal purposes but when
ae
2010-09-25
3
-0
/
+3
*
Allow to configure GPT attributes. It shouldn't be allowed to set bootfailed
pjd
2010-09-24
1
-0
/
+85
*
Change message when setting or unsetting attribute less confusing.
pjd
2010-09-15
1
-2
/
+3
*
Make the message that informs about bootcode being written to disk less
pjd
2010-09-15
1
-2
/
+2
*
- Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER.
pjd
2010-09-14
1
-55
/
+118
*
Simplify the code a bit.
pjd
2010-09-14
1
-12
/
+8
*
- Remove gc_argname field. It was introduced for gpart(8), but if I
pjd
2010-09-13
1
-8
/
+4
*
Check that table is not NULL before access, it can be NULL
ae
2010-08-03
1
-1
/
+1
*
Release access for consumers that are opened, but will be destroyed
ae
2010-08-02
1
-0
/
+4
*
Prevent access after free to table entry in case when
ae
2010-07-23
1
-8
/
+8
*
Add NTFS partition type to GEOM_MBR.
rpaulo
2010-06-26
3
-2
/
+14
*
Don't leak memory on destruction.
marius
2010-06-02
2
-0
/
+12
*
Fix some whitespace nits.
marius
2010-05-24
1
-10
/
+11
*
Teach gpart about bootcode on APM.
nwhitehorn
2010-05-16
1
-0
/
+26
*
Re-calculate a geometry when reprobing as well.
marcel
2010-04-25
1
-0
/
+9
*
Fix undo for schemes that have internal partitions. Internal partitions
marcel
2010-04-25
1
-1
/
+14
*
Implement the resize verb and add support for resizing partitions
marcel
2010-04-23
8
-4
/
+222
*
Export the UUID of the partition in the XML. The partition UUID is used
marcel
2010-01-30
1
-0
/
+3
*
Remove unneeded variables.
trasz
2010-01-25
2
-4
/
+0
*
Change the way in which zero stripesize is handled. Instead of reporting
mav
2010-01-06
1
-5
/
+4
*
Properly return the UUID represented by the alias.
marcel
2010-01-02
1
-1
/
+1
*
Add Microsoft and NetBSD partition types handling.
rpaulo
2009-12-14
3
-0
/
+41
*
Simplify partition type parsing by using a data-oriented model.
rpaulo
2009-12-14
3
-63
/
+68
*
Add a missing check for Apple HFS partitions.
rpaulo
2009-11-12
1
-0
/
+2
*
We need to allocate space for the header in the create path also.
rnoland
2009-11-12
1
-0
/
+3
*
Fix handling of GPT headers when size is > 92 bytes.
rnoland
2009-11-07
1
-68
/
+93
*
Set the active flag in the PMBR when we install bootcode on a GPT
rnoland
2009-10-14
1
-0
/
+3
*
If provider is open for writing when we taste it, skip it for classes that
pjd
2009-10-09
1
-0
/
+4
*
The first 96 bytes may not be zeroes. It can contain trivial boot
marcel
2009-09-28
1
-5
/
+5
*
Don't create more partitions than can fit in the table by checking
marcel
2009-09-24
1
-0
/
+4
*
The start of the EFI GPT partition in the PMBR can always be represented
marcel
2009-08-17
1
-3
/
+3
*
Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.c
marcel
2009-07-08
2
-37
/
+0
*
Precision '*' expects an int and strlen() returns a size_t.
marcel
2009-04-16
1
-1
/
+1
*
Add a compat option to the EBR scheme that controls the
marcel
2009-04-15
3
-44
/
+65
*
Revert r190676,190677
thompsa
2009-04-10
1
-1
/
+1
*
Don't use hexadecimal in the EBR partition names, because 'a'..'f'
marcel
2009-04-08
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
*
The 9 bytes immediately prior to the partition table can contain
marcel
2009-04-03
1
-2
/
+7
*
Sharpen the saw:
marcel
2009-03-30
1
-3
/
+2
*
Sharpen the saw:
marcel
2009-03-30
1
-2
/
+2
*
Sharpen the saw:
marcel
2009-03-30
1
-4
/
+5
*
Sharpen the saw:
marcel
2009-03-30
1
-0
/
+4
*
Sharpen the saw:
marcel
2009-03-27
1
-3
/
+2
*
Sharpen the saw:
marcel
2009-03-27
1
-2
/
+10
*
Change the priority from high to normal. This makes sure that
marcel
2009-03-26
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
2
-5
/
+17
[next]