summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Don't put callout_lock under #ifdef DIAGNOSTIC despite the fact that itphk2003-06-201-1/+2
* Initialize b_saveaddr when we hand out buffersphk2003-06-201-2/+4
* Crude but efficient:phk2003-06-201-1/+8
* Don't (re)initialize f_gcflag to zero.phk2003-06-203-2/+2
* When a STOP signal is being sent to a process, it is possible alldavidxu2003-06-201-2/+16
* Fix typo. td should be td0.davidxu2003-06-201-1/+1
* Unlock the struct file lock before aquiring Giant, otherwisealfred2003-06-191-3/+3
* Add a ratelimited message of the formsilby2003-06-191-1/+5
* FILE_LOCK() uses a pool mutex, as does the vnode v_vnlock. Since pooltruckman2003-06-192-10/+10
* Add a rate limited message reporting when kern.maxfiles is exceeded,silby2003-06-191-2/+8
* VOP_GETVOBJECT() wants to be called with the vnode lock held.truckman2003-06-191-0/+3
* Introduce a new flag on a file descriptor: DFLAG_SEEKABLE and use thatphk2003-06-184-7/+7
* Reserve the last 5% of file descriptors for root use. This should allowsilby2003-06-181-2/+3
* Initialize struct fileops with C99 sparse initialization.phk2003-06-185-22/+38
* - Use a more robust mechanism for determining whether or not a kse is on ajeff2003-06-171-2/+1
* Drop the proc lock around SYSCTL_OUT in the no-threads case.scottl2003-06-171-0/+2
* - Temporarily patch a problem where the interact score could be negativejeff2003-06-171-1/+2
* - Add a new function "sched_interact_update()" that scales back the sleepjeff2003-06-171-23/+20
* Hide the m_defrag* statistics under MBUF_STRESS_TEST, there seemssilby2003-06-171-2/+8
* Forgot to commit code to disable creating a bound thread in samedavidxu2003-06-162-0/+4
* Reset ncpus to 1 for bound thread group since there is only onedavidxu2003-06-162-2/+6
* Get rid of the b_spc specialty field in struct buf by using an alreadyphk2003-06-161-2/+2
* I have not had any reports of trouble for a long time, so remove thephk2003-06-151-25/+3
* Various cr*() calls believed to be MPSAFE, since the uidinforwatson2003-06-151-0/+8
* 1. Add code to support bound thread. when blocked, a bound thread neverdavidxu2003-06-154-112/+128
* Don't overwrite the static panicstr buffer for secondary and furtheriedowse2003-06-151-3/+8
* - Increase the ksegrp's cpu time history buffer to 250ms.jeff2003-06-151-2/+2
* 1. Migrate TDF_UPCALLING from td_flags to td_pflags.davidxu2003-06-152-32/+12
* - Cap the growth of sleep and run time in sched_exit_kse().jeff2003-06-151-0/+4
* - Fix the maximum slice value. I accidentally checked in a value of '2'jeff2003-06-151-38/+54
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-1513-35/+35
* Migrate the thread stack management functions from the machine-dependentalc2003-06-142-4/+6
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-142-2/+2
* Style(9).mux2003-06-131-14/+17
* Make the VFS cache use zones instead of malloc(9). This results in ades2003-06-131-4/+33
* Add vm object locking to various pagers' "get pages" methods, i386 stackalc2003-06-131-2/+0
* Initialize struct vfsops C99-sparsely.phk2003-06-121-0/+61
* Document some sysctl variables.des2003-06-121-5/+10
* Add support to sysctl_kern_proc to return all threads in a proc, not just thescottl2003-06-121-56/+90
* Finish the vm object locking in sendfile(2). More generally,alc2003-06-121-1/+8
* Lock the vm object when removing a page.alc2003-06-112-0/+5
* Lock the vm object when removing a page.alc2003-06-111-0/+8
* Whitespace cleanup.des2003-06-111-10/+10
* Add vm object locking.alc2003-06-111-12/+12
* Use __FBSDID().obrien2003-06-113-6/+9
* Don't overflow when calculating vm_kmem_size. This fixes kmem_mapps2003-06-111-4/+4
* Fix error in my last commit. Correctly maintain p_maxthrwaits and unlockdavidxu2003-06-112-10/+16
* Use __FBSDID().obrien2003-06-11137-231/+417
* If there are signals delivered to current thread, breaks out of loop,davidxu2003-06-102-8/+6
* style(9).mux2003-06-091-12/+20
OpenPOWER on IntegriCloud