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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing include "opt_geom.h" to make GEOM_UZIP_DEBUG option working,
sobomax
2016-05-06
1
-5
/
+7
*
sys: Make use of our rounddown() macro when sys/param.h is available.
pfg
2016-04-30
1
-6
/
+5
*
sys/geom: spelling fixes in comments.
pfg
2016-04-29
18
-26
/
+26
*
sys/geom: spelling fixes.
pfg
2016-04-28
3
-5
/
+5
*
geom: unsign some types to match their definitions and avoid overflows.
pfg
2016-04-27
5
-10
/
+10
*
g_part_bsd64: Delete duplicate/dead code
cem
2016-04-26
1
-2
/
+0
*
g_part_bsd64: Check for valid on-disk npartitions value
cem
2016-04-26
1
-1
/
+2
*
sys: extend use of the howmany() macro when available.
pfg
2016-04-26
5
-47
/
+44
*
Relax TOC offsets checking somewhat, allowing offset pointing to
sobomax
2016-04-26
1
-1
/
+6
*
o Fix handling of images with compression block sizes comparable to
sobomax
2016-04-23
1
-5
/
+9
*
DRY on buffer sizes. Update to r298420.
asomers
2016-04-21
1
-1
/
+2
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
2
-10
/
+8
*
Notify userspace listeners when geom disk attributes have changed
asomers
2016-04-21
1
-0
/
+4
*
Indentation issues.
pfg
2016-04-20
4
-14
/
+7
*
kernel: use our nitems() macro when it is available through param.h.
pfg
2016-04-19
4
-7
/
+7
*
g_gate: for pointers replace 0 with NULL.
pfg
2016-04-15
1
-1
/
+1
*
Bump bio_cmd and bio_*flags from 8 bits to 16.
imp
2016-04-14
4
-6
/
+6
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
2
-2
/
+2
*
Create the GELIBOOT GEOM_ELI flag
allanjude
2016-04-08
3
-1
/
+35
*
g_sched_destroy(): prevent return of uninitialized scalar variable.
pfg
2016-04-03
1
-1
/
+2
*
Don't assume that bio_cmd is a bit mask.
imp
2016-03-10
2
-6
/
+6
*
Don't assume that bio_cmd is bit mask.
imp
2016-03-10
2
-4
/
+14
*
Fixes to make it compile under gcc-4.2.
adrian
2016-02-24
2
-4
/
+6
*
Obsolete mkulzma(8) and geom_uncompress(4), their functionality
sobomax
2016-02-24
1
-684
/
+0
*
Improve mkuzip(8) and geom_uzip(4), merge in LZMA support from mkulzma(8)
sobomax
2016-02-23
11
-143
/
+985
*
Use the right size for zeroing.
imp
2016-02-17
1
-1
/
+1
*
Create an API to reset a struct bio (g_reset_bio). This is mandatory
imp
2016-02-17
6
-5
/
+13
*
Teach the flashmap code about the SPI flash.
adrian
2016-01-23
1
-2
/
+6
*
Add rotationrate to geom disk dumpconf
rpokala
2016-01-14
1
-0
/
+17
*
Make additional parts of sys/geom/eli more usable in userspace
allanjude
2016-01-07
6
-184
/
+251
*
Add some additional GPT partition types
allanjude
2015-12-27
3
-59
/
+87
*
Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c
allanjude
2015-12-27
5
-5
/
+6
*
Fix incorrect error message in geom map
allanjude
2015-12-27
1
-1
/
+1
*
It turns out that it's OK to sleep in this context, so use M_WAITOK
imp
2015-12-18
1
-2
/
+1
*
Scheduling module to introduce a fixed delay into the I/O path.
imp
2015-12-18
1
-0
/
+265
*
Prevent g_access calls to bad multipath members
smh
2015-12-15
1
-2
/
+18
*
Make detection of GPT a bit more reliable.
ae
2015-12-10
1
-15
/
+16
*
Fix a style issue in g_disk_limit().
ken
2015-12-04
1
-1
/
+3
*
Fix g_disk_vlist_limit() to work properly with deletes.
ken
2015-12-04
1
-9
/
+14
*
Add asynchronous command support to the pass(4) driver, and the new
ken
2015-12-03
2
-38
/
+152
*
Fix early kernel dump via dumpdev env
smh
2015-11-17
1
-5
/
+22
*
Fix g_eli error loss conditions
smh
2015-11-05
1
-9
/
+9
*
Remove compatibility shims for legacy ATA device names.
mav
2015-10-11
2
-47
/
+3
*
Make geom_nop(4) collect statistics on all types of BIOs, not just
trasz
2015-10-10
2
-0
/
+42
*
geom_dev: Use kenv 'dumpdev' in the same way as rc/etc.d/dumpon
cem
2015-09-23
1
-1
/
+8
*
Add a way to specify stripesize and stripeoffset to gnop(8). This makes
trasz
2015-09-15
2
-3
/
+41
*
After the introduction of direct dispatch, the pacing code in g_down()
imp
2015-09-02
1
-7
/
+41
*
Create a RouterBoard platform and use it to create a flash map
jhibbits
2015-08-22
1
-1
/
+10
*
Clean out some externally visible "more then" grammar
pfg
2015-08-11
4
-4
/
+4
*
Make some debug printf's into DPRINTF's to reduce noise on attach/detahh
ngie
2015-08-09
1
-6
/
+6
[next]