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
*
Protect the following with a lockmgr lock:
jake
2000-11-22
20
-15
/
+90
*
Protect the bounce page list with a mutex instead of using splhigh().
dfr
2000-11-22
1
-14
/
+13
*
Ahem, fix the disclaimer portion of the copyright so it disclaim's the
jhb
2000-11-21
1
-2
/
+2
*
Devices that are running at splimp MUST use ng_queue_data()
julian
2000-11-21
1
-2
/
+1
*
Protect p_wchan with sched_lock in selwakeup().
jlemon
2000-11-21
1
-0
/
+2
*
Assembler fixes.
markm
2000-11-21
7
-16
/
+16
*
Add a consistent API to a feature that most modern CPUs have; a fast
markm
2000-11-21
4
-0
/
+62
*
Provide a new interface for the user of aio_read() and aio_write() to request
alc
2000-11-21
3
-31
/
+47
*
Stop handcoding a couple of instructions since gas 2.10 can properly
jhb
2000-11-21
4
-7
/
+4
*
Bump the buffersize from 0x1000 to 0x4000.
julian
2000-11-21
1
-1
/
+1
*
Don't test the return value from the actual command when determining
msmith
2000-11-21
1
-5
/
+0
*
fix isa DMA on pyxis based machines:
gallatin
2000-11-21
1
-7
/
+8
*
Make programs which still #include <machine/{mouse,console}.h> fail
phk
2000-11-20
6
-41
/
+6
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
6
-13
/
+13
*
Duh. These have been sitting in my tree since I committed this stuff.
julian
2000-11-20
4
-0
/
+116
*
Merged from sys/i386/i386/machdep.c revision 1.421.
kato
2000-11-20
2
-0
/
+4
*
More aggressively rate limit the growth of soft dependency structures
mckusick
2000-11-20
1
-33
/
+21
*
Accept filters broke kernels compiled without options INET.
alfred
2000-11-20
2
-7
/
+20
*
o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE.
rwatson
2000-11-20
1
-0
/
+3
*
o Export nchstats ("VFS cache effectiveness statistics") using
rwatson
2000-11-20
1
-0
/
+4
*
o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT.
rwatson
2000-11-20
1
-0
/
+3
*
Disable calling timeout() when doing bio. It was causing more prolems than
scottl
2000-11-19
1
-2
/
+8
*
Make sbcompress use the new M_WRITABLE macro. Previously sbcompress
dwmalone
2000-11-19
2
-4
/
+8
*
Convert various calls to splhigh() to disable_intr() since splhigh() is
dfr
2000-11-19
8
-28
/
+34
*
We don't need <stddef.h> for offsetof() any more.
dfr
2000-11-19
2
-4
/
+0
*
- Protect the callout wheel with a separate spin mutex, callout_lock.
jake
2000-11-19
11
-20
/
+50
*
Implement a low-memory deadlock solution.
dillon
2000-11-18
14
-185
/
+315
*
Add the splvm()'s suggested in PR 20609 to protect vm_pager_page_unswapped().
dillon
2000-11-18
1
-0
/
+3
*
This patchset fixes a large number of file descriptor race conditions.
dillon
2000-11-18
17
-245
/
+1789
*
Further use of M_ZERO.
dwmalone
2000-11-18
5
-13
/
+7
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
23
-66
/
+36
*
Fix a braino ..
sos
2000-11-18
1
-1
/
+1
*
do not blindly assume 8khz is supported on open(). try for 8khz but respect
cg
2000-11-18
1
-3
/
+6
*
Use vop_defaultop() instead of ntfs_bypass().
bp
2000-11-18
2
-4
/
+12
*
Release sched_lock very briefly to give interrupts a chance to fire if we
jhb
2000-11-18
1
-0
/
+2
*
Don't attempt to cluster write buffers where the VMIO flag isn't set.
tegge
2000-11-17
1
-1
/
+2
*
Make sure we don't cross stripe boundaries when reviving striped plexes.
des
2000-11-17
1
-4
/
+6
*
Fix the `make -jX' (X>1) breakage.
obrien
2000-11-17
5
-45
/
+55
*
- Split the run queue and sleep queue linkage, so that a process
jake
2000-11-17
12
-18
/
+22
*
- Change extra sanity checks in cpu_switch() to be conditional on INVARIANTS
jhb
2000-11-17
3
-93
/
+9
*
mdoc(7) police: use certified section headers wherever possible.
ru
2000-11-17
1
-1
/
+1
*
The default kernel filename is "kernel" again, not "kernel.ko".
msmith
2000-11-17
1
-1
/
+1
*
Add the 'gdt' and 'gdtd' devices for the ICP Vortex RAID controller family.
msmith
2000-11-17
1
-0
/
+2
*
Go back to using data_len in struct ngpppoe_init_data after discussions
brian
2000-11-16
5
-89
/
+146
*
The recent changes to msleep() and mawait() resulted in timeout() and
jhb
2000-11-16
1
-1
/
+16
*
When checking the device code in the probe routine, leave the chip in
wpaul
2000-11-16
1
-3
/
+22
*
Add kernel option NETGRAPH_ONE2MANY.
archie
2000-11-16
4
-0
/
+4
*
vx is now optional rather than taking a count. Reflect that in the
imp
2000-11-16
1
-2
/
+2
*
Put the probe verboseness behind bootverbose
sos
2000-11-16
1
-11
/
+15
*
New netgraph node type ng_one2many(4).
archie
2000-11-16
3
-0
/
+640
[next]