summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* remove giant required from kqueue_close..jmg2004-09-101-2/+0
* Hard code witness lock order for BPF locks.rwatson2004-09-091-0/+7
* Create simple function init_va_filerev() for initializing a va_filerevphk2004-09-071-0/+13
* fix typojulian2004-09-071-1/+1
* Make debug printf less threatenning and make it only print out once.julian2004-09-071-2/+2
* Give libthr a choice (per system) of scope_system or scope_threadjulian2004-09-071-10/+37
* make witness it's own sysctl branch instead of using _ to do this. I havejmg2004-09-061-5/+10
* don't call f_detach if the filter has alread removed the knote.. Thisjmg2004-09-061-8/+10
* Don't do IPIs on behalf of interrupt threads.julian2004-09-062-4/+5
* slight code cleanupjulian2004-09-051-2/+2
* It's too easy to panic the machine when INVARIANTS are turned onalfred2004-09-051-1/+2
* Expand the scope of the socket buffer locks in sopoll() to include therwatson2004-09-051-4/+4
* turn on IPIs for 4bsd scheduler by default.julian2004-09-051-2/+2
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-0513-733/+756
* Don't declare a function we are not defining.julian2004-09-031-0/+2
* fix compile for UPjulian2004-09-031-0/+4
* ooops finish last commit.julian2004-09-031-0/+1
* Move 4bsd specific experimental IP code into the 4bsd file.julian2004-09-032-130/+127
* Push Giant deep into vm_forkproc(), acquiring it only if the process hasalc2004-09-032-16/+14
* Tag AIO as requiring Giant over the network stack usingrwatson2004-09-031-0/+2
* remove unused codejulian2004-09-021-109/+0
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-024-1/+21
* *Blush* forgot to test non SMP builds.. oddly enough some UP code (particularlyjulian2004-09-011-1/+2
* Give the 4bsd scheduler the ability to wake up idle processorsjulian2004-09-014-20/+245
* Give setrunqueue() and sched_add() more of a clue as tojulian2004-09-0110-24/+38
* Remove TDP_USTATCLOCK, we no longer need it because we now alwaysdavidxu2004-08-311-55/+30
* Remove an unneeded argument..julian2004-08-313-4/+4
* Remove sched_free_thread() which was only usedjulian2004-08-313-19/+0
* 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
OpenPOWER on IntegriCloud