summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Move where we audit the PID argument such that we unconditionallycsjp2007-10-241-1/+1
* Take out the single-threading code in fork.julian2007-10-231-5/+15
* Cut over to ULE on PowerPCgrehan2007-10-231-1/+1
* Add the full module path name to the kld_file_stat structurejb2007-10-221-7/+38
* Add PRIV_VFS_STAT privilege, which will allow overriding policy limits onrwatson2007-10-211-0/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-2011-31/+31
* Put comments about syscalls by the correct ones, and use the correct syscallemaste2007-10-191-2/+2
* ULE works fine on arm; allow it to be usedsam2007-10-161-1/+1
* Export maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz, dflssiz, maxssiz,alfred2007-10-161-0/+10
* Backout sensors framework.netchild2007-10-151-421/+0
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-141-0/+421
* I don't know what I was smoking when I wrote these three years ago; thedes2007-10-131-4/+19
* 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
OpenPOWER on IntegriCloud