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 set and unset ctlreqs by making the index argument optional.
marcel
2013-06-09
5
-35
/
+74
*
Remove stub implementation.
marcel
2013-06-09
1
-11
/
+0
*
The geom_part provider supports unmapped bio iff the underlying
kib
2013-03-19
1
-0
/
+1
*
Support the FAT16 partition type in gpart(8)
gavin
2013-03-07
3
-0
/
+3
*
g_part_taste: directly destroy consumer and geom here, no need for withering
avg
2012-10-06
1
-2
/
+7
*
Remove unneeded G_PF_CANDELETE flag.
ed
2012-08-28
1
-1
/
+0
*
Implement media change notification for DA and CD removable media devices.
mav
2012-07-29
1
-0
/
+1
*
Make it possible to resize opened partitions.
trasz
2012-07-20
1
-3
/
+8
*
Always reconstruct partition entries in the PMBR when Boot Camp is
ae
2012-06-14
1
-13
/
+10
*
Add a partition type for nandfs to the apm, bsd, gpt and vtoc8 schemes.
marcel
2012-05-25
6
-0
/
+25
*
VMware environments are not unusual now. Add VMware partitions recognition
marck
2012-04-18
4
-0
/
+14
*
VMDB offset should be greater than logical volume size only for MBR.
ae
2012-03-29
1
-1
/
+1
*
Do proper cleanup for the GPT case when an error occurs.
ae
2012-03-29
1
-14
/
+19
*
Check that scheme is not already registered. This may happens when a
ae
2012-03-23
1
-7
/
+16
*
Add CTLFLAG_TUN to sysctls.
ae
2012-03-19
1
-4
/
+4
*
Add new GEOM_PART_LDM module that implements the Logical Disk Manager
ae
2012-03-19
1
-0
/
+1504
*
Make kern.geom.part node not static. Also add CTLFLAG_TUN to the
ae
2012-03-19
1
-3
/
+4
*
Add MODULE_DEPEND() to geom_part modules.
ae
2012-03-15
2
-1
/
+3
*
Remove unactionable message about label geometry
emaste
2012-03-08
1
-7
/
+0
*
If nested scheme allows dump kernel to its partition, we may allow
ae
2012-02-20
1
-2
/
+5
*
Add alias for the partition type 0x0f. Now "ebr" name is used for both
ae
2012-02-20
1
-0
/
+1
*
Add additional check to EBR probe and create methods:
ae
2012-02-15
1
-8
/
+19
*
Add PART::type attribute handler. It returns partition type as string.
ae
2012-02-15
1
-0
/
+4
*
Add alias for the partition with type 0x42 to the MBR scheme.
ae
2012-02-10
1
-0
/
+1
*
Let's be more realistic and limit maximum number of partition to 4k.
ae
2012-02-10
1
-1
/
+1
*
Correct typo in comment (numbver)
emaste
2012-02-04
1
-1
/
+1
*
The scheme code may not know about some inconsistency in the metadata.
ae
2012-02-01
1
-0
/
+3
*
Experimental support for booting CHRP-type PowerPC systems from hard disks.
nwhitehorn
2012-01-25
1
-0
/
+1
*
Allow an MBR primary or extended Linux swap partition to be specified
truckman
2012-01-13
2
-4
/
+6
*
Add an ability to increase number of allocated APM entries when we
ae
2011-11-28
1
-30
/
+47
*
The size of APM could be bigger than number of already allocated entries.
ae
2011-11-28
1
-1
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+2
*
Our geom withering function could take some time before geom with its
ae
2011-10-28
1
-0
/
+4
*
Add support for Boot Camp. The support is defined as follows:
marcel
2011-10-23
1
-97
/
+213
*
Allow to dump on Solaris swap partitions.
marius
2011-10-18
1
-1
/
+2
*
Initialize elements of state array when creating the GPT table.
ae
2011-06-29
1
-34
/
+33
*
EBR could contain an early stage of boot code. But we do not support it.
ae
2011-06-27
1
-16
/
+20
*
MS Windows NT+ uses 4 bytes at offset 0x1b8 in the MBR to identify
ae
2011-06-27
1
-6
/
+8
*
Change the way how we update bootcode for BSD scheme.
ae
2011-06-20
1
-13
/
+12
*
Add diagnostic message about not aligned partitions.
ae
2011-06-03
1
-1
/
+16
*
Some partitioning tools may have a different opinion about disk
ae
2011-05-27
1
-2
/
+7
*
Do not truncate available disk space to the closest track boundary.
ae
2011-05-25
1
-7
/
+3
*
Do not truncate available disk space to the closest track boundary.
ae
2011-05-25
1
-2
/
+1
*
Do not truncate available disk space to the closest track boundary.
ae
2011-05-25
1
-4
/
+3
*
Remove unused variable.
ae
2011-05-24
1
-3
/
+0
*
Remove unused variable.
ae
2011-05-24
1
-3
/
+0
*
Make diagnostic messages more specific. With bootverbose print out
ae
2011-05-16
1
-42
/
+83
*
Add diagnostic messages for integrity checks.
ae
2011-05-16
1
-0
/
+20
*
Add a sysctl kern.geom.part.check_integrity for those who has corrupt
ae
2011-05-15
1
-3
/
+14
*
Add basic metadata integrity check. In case when partition table was
ae
2011-05-11
1
-1
/
+48
[next]