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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate unnecessary KASSERT.
phk
2004-10-27
1
-3
/
+0
*
Avoid using bp->b_vp when we already have the vnode by other means.
phk
2004-10-27
1
-6
/
+5
*
Eliminate unnecessary KASSERTS.
phk
2004-10-27
2
-4
/
+0
*
Fix a typo in a comparison appeared in rev. 1.125.
maxim
2004-10-27
2
-2
/
+2
*
Synchronize access to the vm page's PG_BUSY flag using the containing vm
alc
2004-10-27
1
-4
/
+4
*
Give each plex a separate queue where held back bios are put on.
le
2004-10-26
2
-3
/
+16
*
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
*
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
*
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
*
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
*
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
*
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
*
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
*
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
*
Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup().
alc
2004-10-24
2
-11
/
+3
*
For variables that are only checked with defined(), don't provide
ru
2004-10-24
14
-14
/
+14
*
- Use quad_t for dcons buffer address and size.
simokawa
2004-10-24
1
-4
/
+11
*
Preserve dcons(4) buffer passed by loader(8).
simokawa
2004-10-24
1
-0
/
+16
*
Collapse several adjacent .if's into .if/.elif.
ru
2004-10-24
1
-10
/
+7
*
ELF64 support is not needed on pc98.
nyan
2004-10-24
1
-1
/
+5
*
MFi386: revision 1.4.
nyan
2004-10-24
1
-1
/
+9
[next]