aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Trim a couple of unneeded includes.John Baldwin2005-09-291-1/+0
* Close a race in biodone(), whereby the bio_done field of the passedPeter Edwards2005-09-291-3/+5
* puc(4) does strange things to resources in order to fool thePoul-Henning Kamp2005-09-281-0/+25
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,Robert Watson2005-09-281-6/+0
* Push Giant down in jails. Pass the MPSAFE flag to NDINIT, and keep trackChristian S.J. Peron2005-09-281-16/+15
* If KDB_STOP_NMI is compiled into the kernel, defaultRobert Watson2005-09-271-1/+1
* In lockstatus(), don't lock and unlock the interlock when testing theRobert Watson2005-09-271-2/+8
* No longer maintain mbstat statistics for the mbuf allocator, UMARobert Watson2005-09-271-11/+0
* Use the refcount API to manage the reference count for user credentialsJohn Baldwin2005-09-272-18/+9
* Use the reference count API to manage the reference counts for processJohn Baldwin2005-09-271-11/+4
* Use the refcount API to implement reference counts on process argumentJohn Baldwin2005-09-271-11/+4
* Update the "created from" section to reflect the most recent version ofChristian S.J. Peron2005-09-272-2/+2
* Mark the extended attribute syscalls as being MP safe.Christian S.J. Peron2005-09-271-13/+13
* Add the spin lock used by the binary nvidia driver to the static lockJohn Baldwin2005-09-261-0/+1
* Add "show allpcpu" to DDB, which prints the current CPU id followed byRobert Watson2005-09-261-12/+36
* Reorder statements to avoid accessing unknown memory.David Xu2005-09-261-2/+2
* Acquire Giant in uprintf() and tprintf() rather than asserting it. InRobert Watson2005-09-261-6/+11
* Add rman_is_region_manager() for the benefit of an alpha hack.Poul-Henning Kamp2005-09-251-0/+7
* Implement new world order in VFS locking for extended attributes. This willChristian S.J. Peron2005-09-243-71/+137
* Split struct resource in an external and internal part.Poul-Henning Kamp2005-09-241-40/+57
* Add two convenience functions for device drivers: bus_alloc_resources()Poul-Henning Kamp2005-09-241-0/+31
* Canonicalize the UNIX domain socket copyright layout: original holdersRobert Watson2005-09-231-2/+3
* Don't pretend to be thread0 when calling sync().Stephan Uphoff2005-09-221-2/+2
* Temporarily disable nice threshold detection code, as it can starveDavid Xu2005-09-221-1/+3
* Use correct VFS locking rather than unconditionally grabbing Giant aroundJohn Baldwin2005-09-211-12/+8
* Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passingRobert Watson2005-09-211-2/+2
* Correct an incorrect comment from the dawn of time: neither tprintf()Robert Watson2005-09-201-10/+2
* Start time_uptime with 1 instead of 0.Andre Oppermann2005-09-191-1/+1
* Rewamp DEVFS internals pretty severely [1].Poul-Henning Kamp2005-09-191-39/+27
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),Robert Watson2005-09-192-0/+14
* Remove mac_create_root_mount() and mpo_create_root_mount(), whichRobert Watson2005-09-191-4/+0
* Move the UUID generator into its own function, called kern_uuidgen(),Marcel Moolenaar2005-09-181-29/+39
* Add three new read-only socket options, which allow regression testsRobert Watson2005-09-181-0/+17
* Fix spelling in a comment.Robert Watson2005-09-181-1/+1
* Re-comment sbcompress() to explain what it is it does; it took meRobert Watson2005-09-182-14/+40
* MFp4: Expose device_probe_child()Warner Losh2005-09-181-1/+1
* Implement new world order in VFS locking for ACLs. This will remove theChristian S.J. Peron2005-09-173-132/+135
* Break out of loop if next buffer pointer has become invalid while flushingTor Egge2005-09-161-0/+15
* Fix race condition that caused activation of an event toStephan Uphoff2005-09-151-2/+4
* Oops, missed adding the required include.John Baldwin2005-09-151-0/+1
* Replace the dont_sleep_in_callout mutex hack (similar to g_x{up,down})John Baldwin2005-09-151-8/+2
* Don't disallow sleeping for handlers on swi's since some swi handlersJohn Baldwin2005-09-151-2/+4
* - Enforce an implicit lock order that Giant cannot be locked while holdingJohn Baldwin2005-09-151-1/+17
* - Add a new simple facility for marking the current thread as being in aJohn Baldwin2005-09-152-0/+6
* Improve the MP safeness associated with the creation of symbolicChristian S.J. Peron2005-09-154-5/+11
* Backout rev. 1.246, it breaks code uses shutdown(2) on non-connectedMaxim Konovalov2005-09-151-2/+0
* Fix system shutdown timeout handling by again supporting longer runningRalf S. Engelschall2005-09-151-0/+11
* o Return ENOTCONN when shutdown(2) on non-connected socket.Maxim Konovalov2005-09-151-0/+2
* Retire unused dev_named() function.Poul-Henning Kamp2005-09-151-13/+0
* In vfs_kqfilter(), return EINVAL instead of 1 (EPERM) when an unsupportedRobert Watson2005-09-121-1/+1