summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce slightly modified patch from kern/69964. Check forkan2004-08-271-4/+11
* When trying each linker class in turn with a preloaded module, exitiedowse2004-08-271-3/+2
* Don't hold the UNIX domain socket subsystem lock over the body of therwatson2004-08-251-8/+15
* Conditional acquisition of socket buffer mutexes when testing socketrwatson2004-08-241-35/+16
* Set the description to NULL in the right detach routine. This shouldimp2004-08-241-1/+1
* Remove checking of single exit flag in thread_user_enter(), this isdavidxu2004-08-231-12/+0
* Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock.peter2004-08-231-1/+8
* Temporarily back out r1.74 as it seems to cause a number of regressionskan2004-08-231-12/+5
* Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to bootrwatson2004-08-221-0/+1
* diff reduction for upcoming patch. Use a macro that masksjulian2004-08-221-8/+9
* Don't bother calling the module event handlers from module_shutdown()truckman2004-08-201-0/+3
* Don't attempt to trigger the syncer thread final sync code in thetruckman2004-08-201-0/+3
* Remove some dead code under a straggling APIC_IO #ifdef that I missedjhb2004-08-201-7/+1
* Back out uipc_socket.c:1.208, as it incorrectly assumes that allrwatson2004-08-201-3/+1
* Revert the previous change. It works great for 4BSD but causes majorscottl2004-08-201-4/+0
* In maybe_preempt(), ignore threads that are in an inconsistent state. Thisscottl2004-08-201-0/+4
* make sure that the socket is either accepting connections or is connectedjmg2004-08-201-1/+3
* Add a newline.njl2004-08-191-1/+1
* Add bioq_takefirst().phk2004-08-191-6/+11
* Add debugging to rman_manage_region() as well. This is useful since wenjl2004-08-191-0/+2
* Remove GIANT_REQUIRED from setugidsafety() as knote_fdclose() no longerrwatson2004-08-191-2/+0
* Now that the return value semantics of cv's for multithreaded processesjhb2004-08-194-76/+74
* add options MPROF_BUFFERS and MPROF_HASH_SIZE that adjust the sizes ofjmg2004-08-191-0/+10
* Add UNP_UNLOCK_ASSERT() to asser that the UNIX domain socket subsystemrwatson2004-08-191-2/+10
* Annotate call to DELAY() in interrupt storm mitigation as beingrwatson2004-08-171-0/+3
* Upgrading a lock does not play well together with acquiring an exclusive lockkan2004-08-161-5/+12
* s/MAX_SAFE_MAXVNODES/MAXVNODES_MAX/gobrien2004-08-161-5/+6
* Always acquire the UNIX domain socket subsystem lock (UNP lock)rwatson2004-08-161-46/+107
* Add the missing knote_fdclose().green2004-08-161-2/+4
* Allocate the marker, when scanning a kqueue, from the "heap" instead of thegreen2004-08-161-6/+12
* Annotate the current UNIX domain socket locking strategies, order,rwatson2004-08-161-0/+21
* Major enhancements to pipe memory usage:silby2004-08-161-55/+136
* Yet another tweak to the shutdown messages in boot():truckman2004-08-151-15/+12
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-1518-409/+1059
* Add a new sysctl, debug.kdb.stop_cpus, which controls whether or not werwatson2004-08-151-2/+19
* Cause pfind() not to return processes in the PRS_NEW state. As a result,rwatson2004-08-141-1/+8
* Add some KASSERTS.phk2004-08-141-0/+3
* Whitespace nit.julian2004-08-141-1/+1
* After completing a name lookup for a target UNIX domain socket torwatson2004-08-141-5/+18
* clean up whitespace...jmg2004-08-131-55/+55
* looks like rwatson forgot tabs... :)jmg2004-08-131-2/+2
* Don't keep evaluating our own cpu mask..julian2004-08-131-2/+3
* Trim trailing white space.rwatson2004-08-121-11/+11
* Minor formatting fixes for lines > 80 charactersimp2004-08-122-29/+31
* - Introduce a new flag KEF_HOLD that prevents sched_add() from doing ajeff2004-08-121-7/+19
* Properly keep track of how many kses are on the system run queue(s).julian2004-08-111-2/+3
* Replace a reference to splnet() with a reference to locking in a comment.rwatson2004-08-111-1/+1
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-2/+5
* In v_addpollinfo(), we allocate storage to back vp->v_pollinfo. However,rwatson2004-08-111-1/+7
* Eliminate the acquisition and release of Giant within physio(). Removealc2004-08-101-6/+0
OpenPOWER on IntegriCloud