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
/
kern
/
kern_poll.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove recently added note about DEVICE_POLLING not working with SMP.
trhodes
2005-02-25
1
-6
/
+0
*
Add a NULL param to an mi_switch() that I missed.
jhb
2004-07-03
1
-1
/
+1
*
Ensure that the poll_burst <= poll_burst_max constraint really holds.
ru
2004-04-15
1
-0
/
+2
*
- Add a flags parameter to mi_switch. The value of flags may be SW_VOL or
jeff
2004-01-25
1
-2
/
+1
*
o add a flags parameter to netisr_register that is used to specify
sam
2003-11-08
1
-2
/
+2
*
revert default for idle polling to zero until we can resolve the
sam
2003-10-20
1
-1
/
+1
*
Change default for kern.polling.idle_poll back to 1. This was set to 0
sam
2003-10-14
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-11
/
+11
*
Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid
sobomax
2002-08-18
1
-5
/
+5
*
Temporarily disable polling when no processes are active, while I
luigi
2002-08-04
1
-1
/
+1
*
Part 1 of KSE-III
julian
2002-06-29
1
-1
/
+0
*
Remove a printf and add a comment on an assumption that could be
luigi
2002-06-27
1
-3
/
+10
*
Make the DEVICE_POLLING code compile with -Werror and in LINT
luigi
2002-03-09
1
-2
/
+4
*
Make this compile after changes to kse structures.
luigi
2002-02-15
1
-1
/
+1
*
MFS: synchronize the code with the version in -stable, specifically:
luigi
2002-02-11
1
-61
/
+98
*
In a threaded world, differnt priorirites become properties of
julian
2002-02-11
1
-1
/
+1
*
Complete the device polling support by adding a thread in charge
luigi
2001-12-19
1
-0
/
+55
*
Device Polling code for -current.
luigi
2001-12-14
1
-0
/
+422