summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* don't do mutex locking around kthread_create() call.ume2005-08-041-4/+16
* Initialize the if_addr mutex in if_alloc() rather than waiting untiljhb2005-08-041-1/+1
* The check for invalid characters introduced in 1.9 incorrectlyroberto2005-08-041-1/+2
* Make kernel build suceed when with "options CPU_DISABLE_SSE".tobez2005-08-041-0/+2
* Define LIBMEMSTAT so that vm_page.h won't perform a nested include ofrwatson2005-08-041-9/+1
* Bug fix: a numeric flag specification in the substitute command woulddds2005-08-041-2/+8
* Don't perform a nested include of opt_vmpage.h if LIBMEMSTAT is defined,rwatson2005-08-041-1/+1
* Wrap inlines in uma_int.h in #ifdef _KERNEL so that uma_int.h can berwatson2005-08-041-0/+2
* Remove gbde_swap_enable option which doesn't work and doesn't really have topjd2005-08-041-2/+0
* Correctly print system-wide PMC counts for short-lived command lines.jkoshy2005-08-041-0/+3
* Fix two bugs that interacted to cause page faults in softclock()iedowse2005-08-041-1/+2
* Fix commen typos.stefanf2005-08-031-4/+4
* - Remove duplicate setting from LIB32MAKE definition.ru2005-08-031-12/+6
* Add missing "not" in rev. 1.34.ru2005-08-031-1/+1
* Make delete-old* and friends useable for cross-builds.ru2005-08-033-21/+15
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-036-18/+56
* Add a few more system call timing cases:rwatson2005-08-031-10/+65
* Minor style nits.imp2005-08-031-6/+4
* Correct attribution in clause three to address the correct copyrightgibbs2005-08-037-21/+21
* Add NO_PCVTphk2005-08-031-0/+2
* Add NO_CALENDARphk2005-08-031-1/+5
* Don't install includes if NO_TOOLCHAINphk2005-08-031-0/+6
* Add NO_SYSCONS.phk2005-08-031-4/+20
* Don't install groff if NO_GROFFphk2005-08-031-0/+2
* Don't install examples of NO_EXAMPLESphk2005-08-031-0/+2
* Don't install includes if NO_TOOLCHAINphk2005-08-031-0/+2
* - 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
* simplify use with non-ath devices; search the wlan sysctl nodes tosam2005-08-031-7/+18
* - Improve the definition of INKERNEL() to include the DMAP area and thejeff2005-08-031-1/+2
* Document 'kernel-toolchain'.obrien2005-08-031-0/+3
* Add usleep to the map files.deischen2005-08-032-0/+4
* In adjustrunqueue(), add code to handle thread migrating case fordavidxu2005-08-031-1/+6
* Add a cancellation point for usleep().deischen2005-08-032-2/+32
* Back out change accidentally committed as Makefile:1.21 -- a localrwatson2005-08-031-1/+0
* Add a cancellation point for usleep().deischen2005-08-031-0/+19
* Make syslog() use the internal (non-cancellation point) _usleep().deischen2005-08-031-1/+1
* Make usleep() overridable by the thread libraries so they can providedeischen2005-08-031-1/+4
* Add namespace #defines for usleep.deischen2005-08-032-0/+2
* 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
* Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8).seanc2005-08-023-0/+3
* Include a SYSUNINIT() to destroy the mutex in MTX_SYSINIT. This makesjhb2005-08-021-1/+3
* Add missing check for the NO_CRYPT build option.ru2005-08-021-0/+2
* polish various bits.phk2005-08-021-36/+35
OpenPOWER on IntegriCloud