summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Wrap inlines in uma_int.h in #ifdef _KERNEL so that uma_int.h can berwatson2005-08-041-0/+2
* Fix two bugs that interacted to cause page faults in softclock()iedowse2005-08-041-1/+2
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-036-18/+56
* Minor style nits.imp2005-08-031-6/+4
* Correct attribution in clause three to address the correct copyrightgibbs2005-08-037-21/+21
* - Unlock before we call mac_destroy_vnode to prevent a lock order reversal.jeff2005-08-031-0/+1
* - Use lockmgr_printinfo rather than rolling our own. This introduces ajeff2005-08-031-3/+1
* - Fix a problem that slipped through review; the stack member of the lockmgrjeff2005-08-032-6/+9
* - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lockjeff2005-08-035-79/+20
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+23
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-039-0/+368
* - Improve the definition of INKERNEL() to include the DMAP area and thejeff2005-08-031-1/+2
* In adjustrunqueue(), add code to handle thread migrating case fordavidxu2005-08-031-1/+6
* Back out change accidentally committed as Makefile:1.21 -- a localrwatson2005-08-031-1/+0
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-0357-4/+142
* Modify network protocol consumers of the ifnet multicast address listsrwatson2005-08-023-0/+6
* Protect link layer network interface multicast address list manipulationrwatson2005-08-022-120/+208
* Include a SYSUNINIT() to destroy the mutex in MTX_SYSINIT. This makesjhb2005-08-021-1/+3
* Fix up the comment.ru2005-08-021-2/+2
* Fixed parsing of unsigned integers.ru2005-08-021-1/+4
* Long overdue, keep up with mbuf.h,v 1.148.ru2005-08-021-3/+2
* When allocating link layer ifnet address list entries inrwatson2005-08-024-8/+24
* Add if_addr_mtx to struct ifnet, a mutex to protect ifnet-related addressrwatson2005-08-021-0/+11
* Do not lock an to check gone flag. Only need to hold the lock to setemax2005-08-021-2/+1
* - add missing ether_poll_deregisterbrueffer2005-08-021-2/+13
* Add missing ether_poll_deregister(). This is still not enough toru2005-08-021-0/+3
* Make getsockopt(..., SOL_SOCKET, SO_ACCEPTCONN, ...) work per IEEE Stdkbyanc2005-08-011-0/+1
* Fix a buffer aging problem in new r300 code that could lead to hangs with someanholt2005-08-011-3/+1
* Propagate error code of kern_execve() to the caller properly.sobomax2005-08-011-1/+1
* Fixing compilation error by:avatar2005-08-012-2/+2
* recover the line which was wrongly disappeared during scope cleanup.ume2005-08-012-0/+2
* Add support for IPv6 over GRE [1]. PR kern/80340 includes thebz2005-08-012-6/+31
* Make the eisa probe messages just like all the others in the system.imp2005-08-011-66/+18
* Add pnp and location info for the ISA bus. The pnp info is theimp2005-08-011-0/+25
* AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0.mjacob2005-07-311-1/+1
* Delay freeing disk space for file system blocks until all dirty buffersups2005-07-312-0/+20
* Style fix.netchild2005-07-311-1/+1
* Whats New:netchild2005-07-318-740/+1496
* OSS defines AFMT_x32_xE as:netchild2005-07-311-0/+4
* If a thread was removed from system run queue, kse_assign shouldn'tdavidxu2005-07-311-0/+4
* * Slightly new method to detect mixer capabilities and resolution.netchild2005-07-311-9/+41
* - Fixup the locking.netchild2005-07-311-3/+17
* - Fixup the locking.netchild2005-07-313-4/+26
* Add another ID.netchild2005-07-311-0/+1
* * Add locking / MPSAFEnetchild2005-07-311-82/+206
* Fix a LOR introduced with the last commit (some hours ago), I had thenetchild2005-07-311-14/+2
* Fix a LOR introduced in the last commit (some hours ago), I had the wrongnetchild2005-07-311-25/+4
* * Register programming error during device initializationnetchild2005-07-312-127/+278
* This driver is already MPSAFE, remove busdma_lock_mutex and Giant fromnetchild2005-07-311-2/+2
* * Add locking / MPSAFE.netchild2005-07-311-11/+33
OpenPOWER on IntegriCloud