| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r177253, r177255 from head to stable/7: | Robert Watson | 2008-07-22 | 1 | -2/+3 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -11/+0 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -4/+4 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -5/+5 |
| * | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -4/+0 |
| * | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+4 |
| * | Change msleep() and tsleep() to not alter the calling thread's priority | John Baldwin | 2006-04-17 | 1 | -3/+1 |
| * | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | Gleb Smirnoff | 2005-10-05 | 1 | -0/+2 |
| * | o Move a lot of parameter checking from netisr_poll() to | Gleb Smirnoff | 2005-10-03 | 1 | -67/+118 |
| * | Big polling(4) cleanup. | Gleb Smirnoff | 2005-10-01 | 1 | -100/+88 |
| * | Document flags of a pollrec. | Gleb Smirnoff | 2005-09-06 | 1 | -0/+5 |
| * | Remove Giant mutex from polling(4) and use a separate poll_mtx(4) | Gleb Smirnoff | 2005-09-05 | 1 | -38/+81 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -6/+8 |
| * | Remove recently added note about DEVICE_POLLING not working with SMP. | Tom Rhodes | 2005-02-25 | 1 | -6/+0 |
| * | Add a NULL param to an mi_switch() that I missed. | John Baldwin | 2004-07-03 | 1 | -1/+1 |
| * | Ensure that the poll_burst <= poll_burst_max constraint really holds. | Ruslan Ermilov | 2004-04-15 | 1 | -0/+2 |
| * | - Add a flags parameter to mi_switch. The value of flags may be SW_VOL or | Jeff Roberson | 2004-01-25 | 1 | -2/+1 |
| * | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 1 | -2/+2 |
| * | revert default for idle polling to zero until we can resolve the | Sam Leffler | 2003-10-20 | 1 | -1/+1 |
| * | Change default for kern.polling.idle_poll back to 1. This was set to 0 | Sam Leffler | 2003-10-14 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -11/+11 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -5/+5 |
| * | Temporarily disable polling when no processes are active, while I | Luigi Rizzo | 2002-08-04 | 1 | -1/+1 |
| * | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -1/+0 |
| * | Remove a printf and add a comment on an assumption that could be | Luigi Rizzo | 2002-06-27 | 1 | -3/+10 |
| * | Make the DEVICE_POLLING code compile with -Werror and in LINT | Luigi Rizzo | 2002-03-09 | 1 | -2/+4 |
| * | Make this compile after changes to kse structures. | Luigi Rizzo | 2002-02-15 | 1 | -1/+1 |
| * | MFS: synchronize the code with the version in -stable, specifically: | Luigi Rizzo | 2002-02-11 | 1 | -61/+98 |
| * | In a threaded world, differnt priorirites become properties of | Julian Elischer | 2002-02-11 | 1 | -1/+1 |
| * | Complete the device polling support by adding a thread in charge | Luigi Rizzo | 2001-12-19 | 1 | -0/+55 |
| * | Device Polling code for -current. | Luigi Rizzo | 2001-12-14 | 1 | -0/+422 |