summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix BUS_DEBUG caseimp2004-08-301-1/+1
* Add a missing '\n'.pjd2004-08-301-2/+2
* Only test return_instead if P_SINGLE_EXIT is set, otherwise a fork()davidxu2004-08-291-1/+1
* Initial support (disabled) for rebidding devices. I've been runningimp2004-08-291-4/+36
* MFp4: Merge in the patches, submitted long ago by someone whose emailimp2004-08-291-12/+26
* Remove the HW_WDOG option; it serves no purpose.des2004-08-291-12/+0
* Add support for completing the installation of ELF relocatableiedowse2004-08-291-3/+208
* 1. try to use existing mailbox address in thread_update_usr_ticks.davidxu2004-08-281-4/+6
* Move TDF_CAN_UNBIND to thread private flags td_pflags, this eliminatesdavidxu2004-08-281-19/+4
* Backout the previous backout (with scott's ok). sched_ule.c:1.122 ispeter2004-08-281-0/+2
* s/smp_rv_mtx/smp_ipi_mtx/gobrien2004-08-281-4/+4
* Commit Jeff's suggested changes for avoiding a bug that is exposed bypeter2004-08-281-4/+2
* Poll() uses the array smallbits that is big enough to hold 32 structandre2004-08-271-3/+3
* 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
OpenPOWER on IntegriCloud