summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Don't use fuword() and suword() on struct members of type int. Thismarcel2003-06-282-8/+8
* - Don't migrate to stopped cpus.jeff2003-06-281-4/+4
* o Change kse_thr_interrupt to allow send a signal to a specified thread,davidxu2003-06-286-144/+343
* - If smp is not started yet don't try to load balance or we'll put threadsjeff2003-06-281-0/+3
* Fix POSIX compatible bug for sigwaitinfo and sigtimedwait.davidxu2003-06-281-4/+11
* - Throttle the inherited sleep and run time in sched_fork_kseg(). Thisjeff2003-06-281-4/+4
* - Adjust the default maximum slice value to ~140ms. This has improved thejeff2003-06-281-2/+2
* Tidy up leftover lazy_switch instrumentation that is no longer needed.peter2003-06-271-7/+0
* Fix this to build on alpha. Build test successful.smkelly2003-06-271-1/+1
* - Add a software watchdog facility.smkelly2003-06-261-0/+82
* Fix leap second processing by the kernel time keeping routines.imp2003-06-251-6/+27
* During a positive leap second, the tai_time offset should beimp2003-06-251-1/+1
* At this point targp will always be NULL, so remove the useless if.cognet2003-06-251-2/+0
* Use UTC rather than GMT to describe time scale. latter is obsolete.imp2003-06-231-2/+2
* Redesign the externalization APIs from the MAC Framework torwatson2003-06-231-40/+20
* Prefer the vop_rmextattr() vnode operation for removing extendedrwatson2003-06-223-5/+12
* Expose vop_rmextattr as an explicit operation at the vnode operationrwatson2003-06-221-0/+11
* Add an explicit credential argument to alq_open() to allow the caller torwatson2003-06-222-5/+7
* Add a f_vnode field to struct file.phk2003-06-229-65/+74
* When DDB is active, always send printf() output directly to theiedowse2003-06-221-1/+5
* Use a new message buffer `consmsgbuf' to forward messages to aiedowse2003-06-223-16/+86
* Replace the code for reading and writing the kernel message bufferiedowse2003-06-223-112/+272
* - lticks was erroneously being updated in sched_pctcpu(). This was causingjeff2003-06-211-2/+0
* - Don't allow nice to have such a large effect on priority. This wasjeff2003-06-211-8/+7
* Fix a divide-by-zero on kern.log_wakeups_per_second tunable.bmilekic2003-06-201-0/+8
* Add comment about **vpp being special-cased in vnode_if.awk (1.38)se2003-06-201-0/+6
* cpu_set_upcall_kse needs to access userspace, release schedule lockdavidxu2003-06-202-8/+20
* 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
OpenPOWER on IntegriCloud