summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Set the NFS server sockbuf high watermarks to the system defaultsmohans2007-10-121-2/+2
* - Fix from pr kern/115469; Don't redeliver a signal once it has beenjeff2007-10-091-9/+9
* - Bail out of tdq_idled if !smp_started or idle stealing is disabled. Thisjeff2007-10-081-8/+14
* - Restore historical sched_yield() behavior by changing sched_relinquish()jeff2007-10-083-5/+2
* - Restore historical yield() behavior by manually lowering priority andjeff2007-10-081-3/+6
* - Fix ULE in kernels without PREEMPTION compiled in by always enabling thejeff2007-10-081-12/+1
* This patch adds an M_NOFREE flag which allows one to mark an mbuf askmacy2007-10-062-0/+12
* Allow drivers to free an mbuf without having the mbuf be touched ifkmacy2007-10-061-2/+5
* Fix sx_try_slock(), so it only fails when there is an exclusive owner.pjd2007-10-021-9/+12
* - Reassign the thread queue lock to newtd prior to switching. Assigningjeff2007-10-021-4/+6
* - Move the rebalancer back into hardclock to prevent potential softclockjeff2007-10-021-55/+86
* - Honor the PREEMPTION and FULL_PREEMPTION flags by setting the defaultjeff2007-09-271-2/+10
* Fix the description of the formula used to autosize the number ofru2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-252-11/+5
* - Bound the interactivity score so that it cannot become negative.jeff2007-09-241-1/+1
* - Improve grammar. s/it's/its/.jeff2007-09-221-5/+13
* Fix some locking cases where we ask for exclusively locked vnode, but we getpjd2007-09-212-4/+25
* - Redefine p_swtime and td_slptime as p_swtick and td_slptick. Thisjeff2007-09-214-26/+29
* - Call sched_sleep() before we suspend threads. sched_wakeup() is alreadyjeff2007-09-211-0/+2
* Fix some entries in the locks static table of witness.attilio2007-09-203-11/+9
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-1713-69/+47
* Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (andrwatson2007-09-151-11/+2
* Currently the LO_NOPROFILE flag (which is masked on upper level code byattilio2007-09-141-1/+1
* subr_sleepqueue.c presents a thread lock missing which leads to dangerousattilio2007-09-131-0/+2
* When restoring the mount after umount failed, the MNTK_UNMOUNT flagkib2007-09-122-5/+10
* This is a follow-up, cleaning-up commit about recent changes involvingattilio2007-09-111-1/+1
* Rename mac_check_vnode_delete() MAC Framework and MAC Policy entryrwatson2007-09-101-2/+2
* In userland_sysctl(), call useracc() with the actual newlen value to berwatson2007-09-021-1/+1
* Close a race that snuck in with the recent changes to fix a LOR betweenjhb2007-08-311-13/+27
* Add missing newline in the log message of the previous commit.dds2007-08-311-1/+1
* Don't panic. When encountering a negative value call log(LOG_NOTICE, ...)dds2007-08-311-1/+7
* Partially revert the previous change. I failed to notice that wherejhb2007-08-291-2/+0
* Rework the routines to convert a 5.x+ statfs structure (with fixed-sizejhb2007-08-281-4/+46
* - During shutdown pending, when the last sack came in andrrs2007-08-271-8/+5
* Destroy the kaio_mtx on the freeing the struct kaioinfo in thekib2007-08-201-1/+5
* - Improve runq_findbit_from() which is used by ULE's circular queue. Maskjeff2007-08-201-32/+22
* - Set steal_thresh to log2(ncpus). This improves idle-time load balancingjeff2007-08-201-0/+6
* Always call sched_bind(), even if on the CPU in question. It is wrong tonjl2007-08-201-25/+15
* Use a different loop variable for the inner loop. This previous reuse couldnjl2007-08-191-4/+4
* Regenerate.davidxu2007-08-163-0/+11
* Add thr_kill2 syscall which sends a signal to a thread in another process.davidxu2007-08-162-0/+56
* On 6.x this works:jhb2007-08-151-11/+56
* Improve vn_printf() by:pjd2007-08-131-7/+45
* Do not call free() while holding vnode interlock.kib2007-08-071-27/+44
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-065-107/+25
* - Fix one line that erroneously crept in my last commit.jeff2007-08-041-1/+0
* - Share scheduler locks between hyper-threaded cores to protect thejeff2007-08-031-114/+200
* - Set SW_PREEMPT when we preempt in critical_exit().jeff2007-08-031-1/+1
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-272-10/+2
* Actually, upcalls cannot be freed while destroying the thread because weattilio2007-07-272-0/+20
OpenPOWER on IntegriCloud