| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | csjp | 2007-03-04 | 10 | -10/+10 |
* | - Don't do the interrupt storm protection stuff for software interrupt | jhb | 2007-03-02 | 1 | -2/+3 |
* | Make pswitch_intr() returns interrupt handling status. | piso | 2007-03-02 | 1 | -2/+3 |
* | Ensure message passed to "settimestamp" and "setcounter" is the right | emaste | 2007-03-02 | 1 | -1/+9 |
* | - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in a | flz | 2007-03-02 | 20 | -6/+27854 |
* | Fix geli after last commit for UP systems that are running SMP kernel. | pjd | 2007-03-02 | 1 | -1/+2 |
* | lock stats updates need to be protected by the lock | kmacy | 2007-03-02 | 2 | -44/+8 |
* | Add "setcounter" and "getcounter" messages, providing the the ability | emaste | 2007-03-02 | 2 | -0/+137 |
* | MFP4: 113090, 113130, 113132 | jkim | 2007-03-02 | 1 | -3/+100 |
* | Change fifo_printinfo to check if the vnode v_fifoinfo pointer | mpp | 2007-03-02 | 1 | -0/+4 |
* | MFP4: 115220, 115222 | jkim | 2007-03-02 | 5 | -352/+371 |
* | Add "settimestamp" and "gettimestamp" messages, providing the the ability | emaste | 2007-03-01 | 2 | -5/+139 |
* | Fix build breakage. | pjd | 2007-03-01 | 1 | -1/+1 |
* | Change: | pjd | 2007-03-01 | 1 | -1/+1 |
* | Add support for the 3 (PATA) channel on the VIA 6421 chip. | sos | 2007-03-01 | 1 | -41/+60 |
* | Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to better | pjd | 2007-03-01 | 5 | -7/+8 |
* | Avoid checking for privileges if there is no need to. | pjd | 2007-03-01 | 3 | -14/+19 |
* | Do not dispatch SIGPIPE from the generic write path for a socket; with | bms | 2007-03-01 | 1 | -1/+1 |
* | Introduce a new mbuf flag, M_PROMISC. | bms | 2007-03-01 | 1 | -1/+2 |
* | Fix undirected broadcast sends for the case where SO_DONTROUTE has also | bms | 2007-03-01 | 1 | -11/+14 |
* | Prevent TSO mbuf chain from overflowing a few bytes by subtracting the | andre | 2007-03-01 | 1 | -2/+3 |
* | Evidently I've overestimated gcc's ability to peak inside inline functions | kmacy | 2007-03-01 | 2 | -6/+16 |
* | Update bus_setup_intr(). | piso | 2007-03-01 | 1 | -2/+2 |
* | Remove two simultaneous acquisitions of multiple unpcb locks from | rwatson | 2007-03-01 | 1 | -22/+19 |
* | Prepare for 802.1p: | bms | 2007-02-28 | 1 | -3/+34 |
* | Add comments about common idioms for cleanup pass at a later date. | bms | 2007-02-28 | 1 | -0/+3 |
* | In the SYN_SENT case, Initialize the snd_wnd before the call to tcp_mss(). | mohans | 2007-02-28 | 2 | -6/+4 |
* | Remove code which would never be used, viz a viz Quality-of-Service; | bms | 2007-02-28 | 2 | -23/+1 |
* | Add a comment about a struct which needs to be global. | bms | 2007-02-28 | 1 | -11/+8 |
* | Style: Move declaration of subsystem mutex to where other | bms | 2007-02-28 | 1 | -16/+25 |
* | Minor reformatting. | thomas | 2007-02-28 | 1 | -2/+2 |
* | Add EHOSTDOWN and ENETUNREACH to the list of soft errors, that shouldn't | glebius | 2007-02-28 | 1 | -0/+2 |
* | Toss the code, that handles errors from ip_output(), to make it more | glebius | 2007-02-28 | 1 | -30/+26 |
* | Revert previous change and take back a pointy hat. | ru | 2007-02-28 | 1 | -1/+1 |
* | Lock unp2 after checking for a non-NULL unp2 pointer in uipc_send() on | rwatson | 2007-02-28 | 1 | -1/+1 |
* | Fix panic on boot caused by setting up a NULL interrupt handler. | ru | 2007-02-28 | 1 | -1/+1 |
* | Add a comment for PRIV_NET_SETLLADDR. | pjd | 2007-02-27 | 1 | -1/+1 |
* | Some USB mass storage devices return the number of sectors in response | imp | 2007-02-27 | 1 | -0/+18 |
* | Entries sorted by id number, not name | imp | 2007-02-27 | 1 | -1/+1 |
* | Use pause() in vm_object_deallocate() to yield the CPU to the lock holder | jhb | 2007-02-27 | 1 | -1/+1 |
* | Print tid's rather than thread pointers in KTR_PROC traces. | jhb | 2007-02-27 | 1 | -8/+8 |
* | Use taskqueue_drain() to wait for any pending tasks to complete rather | jhb | 2007-02-27 | 1 | -4/+2 |
* | Use pause() instead of tsleep()'s on the softc pointer that have no | jhb | 2007-02-27 | 1 | -6/+6 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 19 | -44/+38 |
* | Use pause() rather than tsleep() on explicit global dummy variables. | jhb | 2007-02-27 | 3 | -7/+3 |
* | Use pause() rather than using tsleep() on a dummy variable. | jhb | 2007-02-27 | 2 | -2/+1 |
* | Always protect the kthread flags with the lock and close a race with | jhb | 2007-02-27 | 1 | -2/+1 |
* | Use tsleep() rather than msleep() with a NULL mtx. | jhb | 2007-02-27 | 2 | -4/+4 |
* | Do not execute filter only handlers in ithread_execute_handlers(): | piso | 2007-02-27 | 1 | -0/+4 |
* | Fix obvious typo (use long name if short name isn't provided). | flz | 2007-02-27 | 1 | -1/+1 |