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
*
Assert that the containing vm object is locked in vm_page_cache() and
alc
2004-10-28
1
-0
/
+2
*
comment out debug printf.
alfred
2004-10-27
1
-1
/
+1
*
Fix a INVARIANTS-only bug introduced in Revision 1.104:
bmilekic
2004-10-27
1
-1
/
+5
*
Never be afraid to try something new. Remember, amateurs built the ark.
wilko
2004-10-27
1
-0
/
+3
*
Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generates
rwatson
2004-10-27
3
-0
/
+11
*
These are unnecessary and have been causing imp@ trouble.
des
2004-10-27
3
-27
/
+0
*
Forcibly disable interrupts, if we find ourselves servicing one when
bms
2004-10-27
2
-2
/
+16
*
During traversal of the active queue, try locking the page's containing
alc
2004-10-27
1
-4
/
+12
*
Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choice
peter
2004-10-27
1
-1
/
+1
*
Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!
peter
2004-10-27
1
-0
/
+1
*
Add necessary whitespace to correct cross references.
ceri
2004-10-27
1
-2
/
+2
*
Move the syncer linkage from vnode to bufobj.
phk
2004-10-27
4
-44
/
+52
*
Eliminate unnecessary KASSERTs.
phk
2004-10-27
11
-29
/
+9
*
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
*
Allow tar format to read and accept an empty (or non-existent)
kientzle
2004-10-27
1
-3
/
+9
*
Synchronize access to the vm page's PG_BUSY flag using the containing vm
alc
2004-10-27
1
-4
/
+4
*
Document that libkvm requires device mem to work.
imp
2004-10-26
1
-0
/
+2
*
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
*
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
[next]