summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_poll.c
Commit message (Expand)AuthorAgeFilesLines
* Change msleep() and tsleep() to not alter the calling thread's priorityjhb2006-04-171-3/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+2
* o Move a lot of parameter checking from netisr_poll() toglebius2005-10-031-68/+119
* Big polling(4) cleanup.glebius2005-10-011-100/+88
* Document flags of a pollrec.glebius2005-09-061-0/+5
* Remove Giant mutex from polling(4) and use a separate poll_mtx(4)glebius2005-09-051-38/+81
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-6/+8
* Remove recently added note about DEVICE_POLLING not working with SMP.trhodes2005-02-251-6/+0
* Add a NULL param to an mi_switch() that I missed.jhb2004-07-031-1/+1
* Ensure that the poll_burst <= poll_burst_max constraint really holds.ru2004-04-151-0/+2
* - Add a flags parameter to mi_switch. The value of flags may be SW_VOL orjeff2004-01-251-2/+1
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-2/+2
* revert default for idle polling to zero until we can resolve thesam2003-10-201-1/+1
* Change default for kern.polling.idle_poll back to 1. This was set to 0sam2003-10-141-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-11/+11
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-5/+5
* Temporarily disable polling when no processes are active, while Iluigi2002-08-041-1/+1
* Part 1 of KSE-IIIjulian2002-06-291-1/+0
* Remove a printf and add a comment on an assumption that could beluigi2002-06-271-3/+10
* Make the DEVICE_POLLING code compile with -Werror and in LINTluigi2002-03-091-2/+4
* Make this compile after changes to kse structures.luigi2002-02-151-1/+1
* MFS: synchronize the code with the version in -stable, specifically:luigi2002-02-111-61/+98
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-1/+1
* Complete the device polling support by adding a thread in chargeluigi2001-12-191-0/+55
* Device Polling code for -current.luigi2001-12-141-0/+422
OpenPOWER on IntegriCloud