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
*
Remove a change that snuck in from my private tree.
jlemon
2001-12-21
1
-1
/
+0
*
If syncookies are disabled (net.inet.tcp.syncookies) then use the faster
jlemon
2001-12-21
2
-1
/
+5
*
Avoid an interaction between syncache and accept filters. The syncache
peter
2001-12-21
2
-0
/
+4
*
Add support for the Intel 82443MX chipset
pirzyk
2001-12-21
5
-4
/
+6
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
43
-211
/
+270
*
Fix typo. s/pa/va/. *blush*
peter
2001-12-20
1
-1
/
+1
*
Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()
dillon
2001-12-20
14
-18
/
+32
*
-Remove unneeded include stddef.h
pdeuskar
2001-12-20
2
-2
/
+1
*
Previous commit was intented to silence a warning, not to change codepath.
bp
2001-12-20
1
-2
/
+3
*
Silence harmless "smbfs_closel: Negative opencount" messages at
sheldonh
2001-12-20
1
-1
/
+1
*
Add missing snd_ich_load entry.
jim
2001-12-20
1
-0
/
+1
*
Actually make use of the md_version field of 'struct mdio'. In order
dd
2001-12-20
2
-1
/
+14
*
I am not sure if it is a good idea or not to have my id in the cvs log
peter
2001-12-20
1
-824
/
+797
*
Replace a bunch of:
peter
2001-12-20
4
-98
/
+31
*
Fix some whitespace nits, and a minor error that I made in some unused
peter
2001-12-20
2
-16
/
+14
*
Fix some whitespace nits, converge with other pmap.c's
peter
2001-12-20
1
-6
/
+14
*
Pseudofs was leaking VFS cache entries badly due to its cache and use of
dillon
2001-12-19
2
-4
/
+22
*
Comment out DEVICE_POLLING so that LINT compiles again.
phk
2001-12-19
2
-2
/
+4
*
Make this driver a better citizen by moving dev creation and
imp
2001-12-19
1
-46
/
+45
*
Calculate whether the sbuf is dynamic *before* bzero()ing the
dillon
2001-12-19
1
-1
/
+4
*
Correct unexpected interrupt detection.
orion
2001-12-19
1
-1
/
+1
*
Fix the "conexant chips don't work in full duplexmode" problem. According
wpaul
2001-12-19
2
-8
/
+16
*
Fix compiler warning in dc_intr(): if the only code that does a "goto"
wpaul
2001-12-19
2
-0
/
+6
*
Nitlets.
orion
2001-12-19
1
-9
/
+8
*
Clear resume interrupts - these can occur during initialization and
orion
2001-12-19
1
-22
/
+38
*
It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAY
brian
2001-12-19
1
-10
/
+0
*
Only call rt_getifa() if we've either been passed a gateway or
brian
2001-12-19
1
-2
/
+8
*
When storing an int value in a void *, use intptr_t as the cast type
jlemon
2001-12-19
1
-2
/
+2
*
Don't try to free a NULL route when doing IPFIREWALL_FORWARD.
yar
2001-12-19
1
-1
/
+2
*
Add another PS2 PNP id.
sheldonh
2001-12-19
2
-0
/
+2
*
Allow retrieval of the virtual address of the AGP aperture
mdodd
2001-12-19
4
-0
/
+4
*
Don't put variable declarations in header files, put prototypes.
mdodd
2001-12-19
2
-2
/
+6
*
Extend the SYN DoS defense by adding syncookies to the syncache.
jlemon
2001-12-19
1
-14
/
+193
*
Display the right message for the SiS 645 chipset.
jhb
2001-12-19
1
-0
/
+1
*
Do not initialize static/global variables to 0. Use bss instead of
peter
2001-12-19
1
-7
/
+7
*
Use a different mechanism to get the vnlru process to wake up and notice
peter
2001-12-19
2
-4
/
+15
*
Fix comment for the SiS 645 chipset to be 645 instead of 635.
jhb
2001-12-19
1
-1
/
+1
*
Make RFPPWAIT a kernel-only flag. Programs desiring this feature should
jhb
2001-12-19
1
-1
/
+1
*
Complete the device polling support by adding a thread in charge
luigi
2001-12-19
1
-0
/
+55
*
Return EINVAL if kernel only flags are passed to the rfork syscall rather
jhb
2001-12-19
1
-2
/
+4
*
Axe stale extern for a non-existent variable.
jhb
2001-12-18
2
-2
/
+0
*
Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since it
joerg
2001-12-18
2
-4
/
+16
*
This is a forward port of Peter's vlrureclaim() fix, with some minor mods
dillon
2001-12-18
3
-11
/
+78
*
Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't use
jhb
2001-12-18
1
-2
/
+0
*
In a couple of places, we recalculated addresses we already had in local
julian
2001-12-18
2
-6
/
+6
*
Don't use RFTHREAD when creating a kernel process.
jhb
2001-12-18
1
-1
/
+1
*
Change the atomic_set_char to atomic_set_int and atomic_clear_char
mckusick
2001-12-18
3
-13
/
+17
*
Whitespace fix.
jhb
2001-12-18
1
-1
/
+1
*
Fixed the bug in transparent TCP proxying with the "encode_ip_hdr"
ru
2001-12-18
1
-1
/
+3
*
- Change all callers of addupc_task() to check PS_PROFIL explicitly and
jhb
2001-12-18
2
-9
/
+13
[next]