summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Make sure the clone lists are sorted in the right order.phk2005-10-011-3/+5
* Big polling(4) cleanup.glebius2005-10-011-100/+88
* Copy new process argument list in do_execve() before grabbing PROC_LOCKtruckman2005-10-011-10/+10
* Un-staticize waitrunningbufspace() and call it before returning fromtruckman2005-09-301-1/+1
* Fox a LOR of sleep and sched_lock by using a timeout waitdavidxu2005-09-302-8/+1
* Un-staticize runningbufwakeup() and staticize updateproc.truckman2005-09-302-4/+5
* Trim a couple of unneeded includes.jhb2005-09-291-1/+0
* Close a race in biodone(), whereby the bio_done field of the passedpeadar2005-09-291-3/+5
* puc(4) does strange things to resources in order to fool thephk2005-09-281-0/+25
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-6/+0
* Push Giant down in jails. Pass the MPSAFE flag to NDINIT, and keep trackcsjp2005-09-281-16/+15
* If KDB_STOP_NMI is compiled into the kernel, defaultrwatson2005-09-271-1/+1
* In lockstatus(), don't lock and unlock the interlock when testing therwatson2005-09-271-2/+8
* No longer maintain mbstat statistics for the mbuf allocator, UMArwatson2005-09-271-11/+0
* Use the refcount API to manage the reference count for user credentialsjhb2005-09-272-18/+9
* Use the reference count API to manage the reference counts for processjhb2005-09-271-11/+4
* Use the refcount API to implement reference counts on process argumentjhb2005-09-271-11/+4
* Update the "created from" section to reflect the most recent version ofcsjp2005-09-272-2/+2
* Mark the extended attribute syscalls as being MP safe.csjp2005-09-271-13/+13
* Add the spin lock used by the binary nvidia driver to the static lockjhb2005-09-261-0/+1
* Add "show allpcpu" to DDB, which prints the current CPU id followed byrwatson2005-09-261-12/+36
* Reorder statements to avoid accessing unknown memory.davidxu2005-09-261-2/+2
* Acquire Giant in uprintf() and tprintf() rather than asserting it. Inrwatson2005-09-261-6/+11
* Add rman_is_region_manager() for the benefit of an alpha hack.phk2005-09-251-0/+7
* Implement new world order in VFS locking for extended attributes. This willcsjp2005-09-243-71/+137
* Split struct resource in an external and internal part.phk2005-09-241-40/+57
* Add two convenience functions for device drivers: bus_alloc_resources()phk2005-09-241-0/+31
* Canonicalize the UNIX domain socket copyright layout: original holdersrwatson2005-09-231-2/+3
* Don't pretend to be thread0 when calling sync().ups2005-09-221-2/+2
* Temporarily disable nice threshold detection code, as it can starvedavidxu2005-09-221-1/+3
* Use correct VFS locking rather than unconditionally grabbing Giant aroundjhb2005-09-211-12/+8
* Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passingrwatson2005-09-211-2/+2
* Correct an incorrect comment from the dawn of time: neither tprintf()rwatson2005-09-201-10/+2
* Start time_uptime with 1 instead of 0.andre2005-09-191-1/+1
* Rewamp DEVFS internals pretty severely [1].phk2005-09-191-39/+27
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-192-0/+14
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichrwatson2005-09-191-4/+0
* Move the UUID generator into its own function, called kern_uuidgen(),marcel2005-09-181-29/+39
* Add three new read-only socket options, which allow regression testsrwatson2005-09-181-0/+17
* Fix spelling in a comment.rwatson2005-09-181-1/+1
* Re-comment sbcompress() to explain what it is it does; it took merwatson2005-09-182-14/+40
* MFp4: Expose device_probe_child()imp2005-09-181-1/+1
* Implement new world order in VFS locking for ACLs. This will remove thecsjp2005-09-173-132/+135
* Break out of loop if next buffer pointer has become invalid while flushingtegge2005-09-161-0/+15
* Fix race condition that caused activation of an event toups2005-09-151-2/+4
* Oops, missed adding the required include.jhb2005-09-151-0/+1
* Replace the dont_sleep_in_callout mutex hack (similar to g_x{up,down})jhb2005-09-151-8/+2
* Don't disallow sleeping for handlers on swi's since some swi handlersjhb2005-09-151-2/+4
* - Enforce an implicit lock order that Giant cannot be locked while holdingjhb2005-09-151-1/+17
* - Add a new simple facility for marking the current thread as being in ajhb2005-09-152-0/+6
OpenPOWER on IntegriCloud