| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce in_multi_mtx, which will protect IPv4-layer multicast address | rwatson | 2005-08-03 | 6 | -18/+56 |
* | Minor style nits. | imp | 2005-08-03 | 1 | -6/+4 |
* | Correct attribution in clause three to address the correct copyright | gibbs | 2005-08-03 | 7 | -21/+21 |
* | - Unlock before we call mac_destroy_vnode to prevent a lock order reversal. | jeff | 2005-08-03 | 1 | -0/+1 |
* | - Use lockmgr_printinfo rather than rolling our own. This introduces a | jeff | 2005-08-03 | 1 | -3/+1 |
* | - Fix a problem that slipped through review; the stack member of the lockmgr | jeff | 2005-08-03 | 2 | -6/+9 |
* | - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lock | jeff | 2005-08-03 | 5 | -79/+20 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 1 | -0/+23 |
* | - Add support for saving stack traces and displaying them via printf(9) | jeff | 2005-08-03 | 9 | -0/+368 |
* | - Improve the definition of INKERNEL() to include the DMAP area and the | jeff | 2005-08-03 | 1 | -1/+2 |
* | In adjustrunqueue(), add code to handle thread migrating case for | davidxu | 2005-08-03 | 1 | -1/+6 |
* | Back out change accidentally committed as Makefile:1.21 -- a local | rwatson | 2005-08-03 | 1 | -1/+0 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 57 | -4/+142 |
* | Modify network protocol consumers of the ifnet multicast address lists | rwatson | 2005-08-02 | 3 | -0/+6 |
* | Protect link layer network interface multicast address list manipulation | rwatson | 2005-08-02 | 2 | -120/+208 |
* | Include a SYSUNINIT() to destroy the mutex in MTX_SYSINIT. This makes | jhb | 2005-08-02 | 1 | -1/+3 |
* | Fix up the comment. | ru | 2005-08-02 | 1 | -2/+2 |
* | Fixed parsing of unsigned integers. | ru | 2005-08-02 | 1 | -1/+4 |
* | Long overdue, keep up with mbuf.h,v 1.148. | ru | 2005-08-02 | 1 | -3/+2 |
* | When allocating link layer ifnet address list entries in | rwatson | 2005-08-02 | 4 | -8/+24 |
* | Add if_addr_mtx to struct ifnet, a mutex to protect ifnet-related address | rwatson | 2005-08-02 | 1 | -0/+11 |
* | Do not lock an to check gone flag. Only need to hold the lock to set | emax | 2005-08-02 | 1 | -2/+1 |
* | - add missing ether_poll_deregister | brueffer | 2005-08-02 | 1 | -2/+13 |
* | Add missing ether_poll_deregister(). This is still not enough to | ru | 2005-08-02 | 1 | -0/+3 |
* | Make getsockopt(..., SOL_SOCKET, SO_ACCEPTCONN, ...) work per IEEE Std | kbyanc | 2005-08-01 | 1 | -0/+1 |
* | Fix a buffer aging problem in new r300 code that could lead to hangs with some | anholt | 2005-08-01 | 1 | -3/+1 |
* | Propagate error code of kern_execve() to the caller properly. | sobomax | 2005-08-01 | 1 | -1/+1 |
* | Fixing compilation error by: | avatar | 2005-08-01 | 2 | -2/+2 |
* | recover the line which was wrongly disappeared during scope cleanup. | ume | 2005-08-01 | 2 | -0/+2 |
* | Add support for IPv6 over GRE [1]. PR kern/80340 includes the | bz | 2005-08-01 | 2 | -6/+31 |
* | Make the eisa probe messages just like all the others in the system. | imp | 2005-08-01 | 1 | -66/+18 |
* | Add pnp and location info for the ISA bus. The pnp info is the | imp | 2005-08-01 | 1 | -0/+25 |
* | AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0. | mjacob | 2005-07-31 | 1 | -1/+1 |
* | Delay freeing disk space for file system blocks until all dirty buffers | ups | 2005-07-31 | 2 | -0/+20 |
* | Style fix. | netchild | 2005-07-31 | 1 | -1/+1 |
* | Whats New: | netchild | 2005-07-31 | 8 | -740/+1496 |
* | OSS defines AFMT_x32_xE as: | netchild | 2005-07-31 | 1 | -0/+4 |
* | If a thread was removed from system run queue, kse_assign shouldn't | davidxu | 2005-07-31 | 1 | -0/+4 |
* | * Slightly new method to detect mixer capabilities and resolution. | netchild | 2005-07-31 | 1 | -9/+41 |
* | - Fixup the locking. | netchild | 2005-07-31 | 1 | -3/+17 |
* | - Fixup the locking. | netchild | 2005-07-31 | 3 | -4/+26 |
* | Add another ID. | netchild | 2005-07-31 | 1 | -0/+1 |
* | * Add locking / MPSAFE | netchild | 2005-07-31 | 1 | -82/+206 |
* | Fix a LOR introduced with the last commit (some hours ago), I had the | netchild | 2005-07-31 | 1 | -14/+2 |
* | Fix a LOR introduced in the last commit (some hours ago), I had the wrong | netchild | 2005-07-31 | 1 | -25/+4 |
* | * Register programming error during device initialization | netchild | 2005-07-31 | 2 | -127/+278 |
* | This driver is already MPSAFE, remove busdma_lock_mutex and Giant from | netchild | 2005-07-31 | 1 | -2/+2 |
* | * Add locking / MPSAFE. | netchild | 2005-07-31 | 1 | -11/+33 |
* | * als4000 can't do 48k properly (perhaps it really can't at all!). | netchild | 2005-07-31 | 1 | -9/+70 |
* | * Fix panic during driver unload on second attempt after failure on | netchild | 2005-07-31 | 2 | -11/+18 |