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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
KASSERT that we only get to prewrite() on writes.
phk
2004-10-26
1
-2
/
+2
*
|
White space changes. Add missing static.
phk
2004-10-26
1
-6
/
+5
*
|
Replace single case switch() with if().
phk
2004-10-26
1
-8
/
+2
*
|
Vertically align comment.
phk
2004-10-26
1
-1
/
+1
*
|
Remove blank line which crept in.
phk
2004-10-26
1
-1
/
+0
*
|
Also check that the sectormask is bigger than zero.
phk
2004-10-26
1
-1
/
+3
*
|
Workaround for a recursive acquisition of the driver mutex during device
bms
2004-10-26
2
-0
/
+4
*
|
Correct a misspelling, 'task_fn' -> 'task_fn_t'.
bms
2004-10-26
1
-2
/
+2
*
|
Uncomment DIRECTIO and NSWBUF_MIN. They are both positive options (i.e.
des
2004-10-26
1
-2
/
+2
*
|
The island council met and voted buf_prewrite() home.
phk
2004-10-26
6
-20
/
+49
*
|
Fix syntax errors introduced by last commit.
phk
2004-10-26
1
-4
/
+3
*
|
Add a matching tunable for net.inet.tcp.sack.enable sysctl.
rwatson
2004-10-26
1
-0
/
+1
*
|
Put the I/O block size in bufobj->bo_bsize.
phk
2004-10-26
9
-23
/
+14
*
|
Hold the lock on the containing vm object when calling
alc
2004-10-26
1
-0
/
+2
*
|
Remove unused si_bsize_best field from struct cdev.
phk
2004-10-26
2
-5
/
+1
*
|
Degeneralize the per cdev copyonwrite callback. The only possible value
phk
2004-10-26
4
-11
/
+4
*
|
Align comment
phk
2004-10-26
1
-1
/
+1
*
|
Don't clear flags we just checked were not set.
phk
2004-10-26
1
-1
/
+0
*
|
Check that rt_mask(rt) is non-NULL before dereferencing it, in the
bms
2004-10-26
1
-0
/
+1
*
|
Typo: s/Exampes/Examples
blackend
2004-10-25
1
-1
/
+1
*
|
Switch the default CFLAGS to -O2 -pipe.
des
2004-10-25
1
-1
/
+1
*
|
IPDIVERT is a module now and tell the other parts of the kernel about it.
andre
2004-10-25
4
-5
/
+7
*
|
Assert that the containing vm object is locked in vm_page_flash().
alc
2004-10-25
1
-0
/
+2
*
|
Don the teflon coated jacket and use the same -O2 optimization options on
obrien
2004-10-25
1
-7
/
+1
*
|
use NULL instead of 0 when casting/comparing w/ a pointer...
jmg
2004-10-25
1
-2
/
+2
*
|
Reword the last change a bit, add mdoc(7) markup.
yar
2004-10-25
2
-2
/
+6
*
|
Get rid of the magic "stash" of cdev structures, we no longer call
phk
2004-10-25
2
-32
/
+3
*
|
Use unit number allocation functions for GEOM minor numbers.
phk
2004-10-25
2
-11
/
+18
*
|
Add delete_unrhdr() function.
phk
2004-10-25
2
-2
/
+20
*
|
Device driver for onboard CS4231 audio controller which is found
yongari
2004-10-25
11
-1
/
+2136
*
|
Loose the v_dirty* and v_clean* alias macros.
phk
2004-10-25
14
-58
/
+56
*
|
- Add 'check' command for checking rules syntax.
pjd
2004-10-25
1
-11
/
+14
*
|
Remove vnode->v_bsize. This was a dead-end.
phk
2004-10-25
4
-13
/
+1
*
|
Retire si_stripesize and si_stripeoffset they will not be needed in cdev
phk
2004-10-25
2
-4
/
+0
*
|
Use VM_ALLOC_NOBUSY to eliminate vm_page_wakeup() calls and the acquisition
alc
2004-10-25
1
-10
/
+3
*
|
Collapse vnode->v_object and buf->b_object into bufobj->bo_object.
phk
2004-10-25
5
-9
/
+10
*
|
Remove useless inclusion of <sys/disklabel.h>
marcel
2004-10-25
2
-2
/
+0
*
|
Declare variables as static, like I intended.
marcel
2004-10-25
4
-4
/
+4
*
|
Fix bogon. Create the BSD label in the FreeBSD slice.
marcel
2004-10-25
1
-1
/
+1
*
|
Catch up with the BSD label changes. The partition offsets are relative
marcel
2004-10-25
1
-3
/
+20
*
|
Build gpt(8) on all platforms.
marcel
2004-10-25
1
-5
/
+1
*
|
Add byte swapping and UUID encoding/decoding to allow gpt to be compiled
marcel
2004-10-25
9
-140
/
+192
*
|
Assert that the containing vm object is locked in vm_page_busy() and
alc
2004-10-24
1
-0
/
+4
*
|
Move from using the socket reference count to the file reference
rwatson
2004-10-24
1
-23
/
+87
*
|
Log the actual number of bytes sent on the wire to /var/log/ftpd
yar
2004-10-24
1
-2
/
+2
*
|
Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup().
alc
2004-10-24
1
-2
/
+1
*
|
Move the buffer method vector (buf->b_op) to the bufobj.
phk
2004-10-24
19
-104
/
+113
*
|
Mention fdescfs(5) and why it might be useful.
rwatson
2004-10-24
1
-1
/
+14
*
|
Fix a panic discovered with some apache2 configure test (that seemed to
mlaier
2004-10-24
1
-0
/
+5
*
|
Acquire the vm object lock before rather than after calling
alc
2004-10-24
1
-4
/
+5
[prev]
[next]