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
*
Change msleep() and tsleep() to not alter the calling thread's priority
jhb
2006-04-17
1
-3
/
+1
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
1
-0
/
+2
*
o Move a lot of parameter checking from netisr_poll() to
glebius
2005-10-03
1
-68
/
+119
*
Big polling(4) cleanup.
glebius
2005-10-01
1
-100
/
+88
*
Document flags of a pollrec.
glebius
2005-09-06
1
-0
/
+5
*
Remove Giant mutex from polling(4) and use a separate poll_mtx(4)
glebius
2005-09-05
1
-38
/
+81
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-6
/
+8
*
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