summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_poll.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r256945:brooks2014-01-291-1/+1
* Remove unsigned comparison < 0kevlo2013-08-071-1/+1
* Increase the (arbitrary) limit for the number of packets per tickluigi2013-05-221-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Rather than fix questionable ifnet list locking in the implementation ofrwatson2009-08-151-49/+0
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-11/+36
* With SMPng, DEVICE_POLLING uses its own idle threads, rather than therwatson2009-05-191-2/+1
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-2/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* Order #includes - also to reduce diffs with vimage branches in p4.bz2008-12-111-5/+4
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-0/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-4/+2
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-2/+3
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-11/+0
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-4/+4
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-5/+5
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* 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