summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Don't let the pctcpu rate limiter throttle us if we have recorded overjeff2003-12-111-1/+2
* - In sched_switch(), if a thread has been assigned, don't touch the runqueuesjeff2003-12-111-15/+21
* - Add support for CPU groups to ule. All SMT cores on the same physicaljeff2003-12-111-116/+263
* Regenpeter2003-12-102-2/+2
* Update file locations for syscall tables to copy to.peter2003-12-101-3/+4
* Write the thread pointer (val) in the kse mailbox (loc) before wemarcel2003-12-102-4/+4
* Adjust an assertion for the TDF_TSNOBLOCK race handling injhb2003-12-091-2/+3
* Assert that the we never give a thread a NULL turnstile when waking it up.jhb2003-12-091-0/+2
* Revert the previous race fix and replace it with a more general fix. Thejhb2003-12-091-8/+9
* Lock and unlock sched_lock when walking through thread list, current wedavidxu2003-12-071-1/+11
* Pass MTX_DEF as the last argument to mtx_init() instead of 0. Thistruckman2003-12-072-3/+3
* Make the DIAGNOSTIC code which complains about long {call|time}out(9)phk2003-12-071-5/+11
* Regen due to kse_switchin(2).marcel2003-12-072-2/+4
* Add kse_switchin(2). This syscall can be used by KSE implementationsmarcel2003-12-073-0/+50
* rqb_bits[] may be an int64_t (eg: on alpha, and recently on amd64).peter2003-12-071-1/+1
* Re-arrange and consolidate some random debugging stuffscottl2003-12-071-0/+53
* - Giant is no longer required by vm_thread_new().alc2003-12-072-4/+0
* Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(),rwatson2003-12-061-1/+1
* Fix all users of mp_maxid to use the same semantics, namely:jhb2003-12-031-1/+1
* Export a few SMP related symbols in UP kernels as well. This is needed tojhb2003-12-031-0/+36
* Fixed a bug in sendfile(2) where the sent data would be corrupted duedg2003-12-011-0/+5
* In dounmount(), only call checkdirs() prior to VFS_UNMOUNT() in theiedowse2003-11-301-3/+7
* - Don't forget to unlock the vnode interlock in the LK_NOWAIT case.jeff2003-11-301-1/+2
* Do not attempt to destroy NULL vfs options list.kan2003-11-231-1/+1
* - Split cpu_mp_probe() into two parts. cpu_mp_setmaxid() is still calledjhb2003-11-211-6/+6
* Fix a major faux pas of mine. I was causing 2 very bad things tomarkm2003-11-202-4/+2
* Hackfix to patch around a kernel panic I introduced. Real fix tomarkm2003-11-181-0/+4
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-183-1/+21
* Add a sysctl, security.bsd.see_other_gids, similar in semanticsrwatson2003-11-171-2/+51
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-172-3/+3
* - Mark ksq_assigned as volatile so that when this code is used withoutjeff2003-11-171-3/+3
* - Remove long dead code. rslices hasn't been used in some time and neitherjeff2003-11-171-52/+4
* Expand the argument to the ithread enable/disable helper hooks from anpeter2003-11-171-3/+3
* Implement sockets support for __mac_get_fd() and __mac_set_fd()rwatson2003-11-161-0/+30
* Reduce gratuitous redundancy and length in function names:rwatson2003-11-161-7/+5
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-162-6/+9
* When implementing getsockopt() for SO_LABEL and SO_PEERLABEL, makerwatson2003-11-161-0/+8
* Localized the cy driver's locking.bde2003-11-161-3/+0
* Rename the debugging mutex "callout_no_sleep" to "dont_sleep_in_callout".phk2003-11-151-4/+4
* Initialize sequence numbers to 0 in seminit() instead of using whatevertjr2003-11-151-0/+1
* Send B_PHYS out to pasture, it no longer serves any function.phk2003-11-153-11/+1
* - Remove the remaining now unnecessary checks for the buf's b_object beingalc2003-11-151-10/+4
* - Introduce kseq_runq_{add,rem}() which are used to insert and removejeff2003-11-151-61/+83
* Better fix than my previous commit:cognet2003-11-142-8/+9
* Fix a number of style(9) bugs introduced in r1.113 by me.kan2003-11-141-47/+46
* - regen.jeff2003-11-142-3/+3
* - Revision 1.156 marked ptrace() SMP safe. Unfortunately, alpha implementsjeff2003-11-141-1/+1
* Various minor details:phk2003-11-131-8/+17
* - Close a race where a thread on another CPU could release a contested lockjhb2003-11-121-4/+12
* At the request of several developers, restore the DIAGNOSIC codemckusick2003-11-121-0/+28
OpenPOWER on IntegriCloud