summaryrefslogtreecommitdiff
path: root/sys/kern/kern_poll.c
Commit message (Expand)AuthorAgeFilesLines
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-4/+4
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-5/+5
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-4/+0
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-0/+4
* Change msleep() and tsleep() to not alter the calling thread's priorityJohn Baldwin2006-04-171-3/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceGleb Smirnoff2005-10-051-0/+2
* o Move a lot of parameter checking from netisr_poll() toGleb Smirnoff2005-10-031-68/+119
* Big polling(4) cleanup.Gleb Smirnoff2005-10-011-100/+88
* Document flags of a pollrec.Gleb Smirnoff2005-09-061-0/+5
* Remove Giant mutex from polling(4) and use a separate poll_mtx(4)Gleb Smirnoff2005-09-051-38/+81
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-6/+8
* Remove recently added note about DEVICE_POLLING not working with SMP.Tom Rhodes2005-02-251-6/+0
* Add a NULL param to an mi_switch() that I missed.John Baldwin2004-07-031-1/+1
* Ensure that the poll_burst <= poll_burst_max constraint really holds.Ruslan Ermilov2004-04-151-0/+2
* - Add a flags parameter to mi_switch. The value of flags may be SW_VOL orJeff Roberson2004-01-251-2/+1
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-2/+2
* revert default for idle polling to zero until we can resolve theSam Leffler2003-10-201-1/+1
* Change default for kern.polling.idle_poll back to 1. This was set to 0Sam Leffler2003-10-141-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-11/+11
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-5/+5
* Temporarily disable polling when no processes are active, while ILuigi Rizzo2002-08-041-1/+1
* Part 1 of KSE-IIIJulian Elischer2002-06-291-1/+0
* Remove a printf and add a comment on an assumption that could beLuigi Rizzo2002-06-271-3/+10
* Make the DEVICE_POLLING code compile with -Werror and in LINTLuigi Rizzo2002-03-091-2/+4
* Make this compile after changes to kse structures.Luigi Rizzo2002-02-151-1/+1
* MFS: synchronize the code with the version in -stable, specifically:Luigi Rizzo2002-02-111-61/+98
* In a threaded world, differnt priorirites become properties ofJulian Elischer2002-02-111-1/+1
* Complete the device polling support by adding a thread in chargeLuigi Rizzo2001-12-191-0/+55
* Device Polling code for -current.Luigi Rizzo2001-12-141-0/+422