| Commit message (Expand) | Author | Age | Files | Lines |
* | - Adjust the default maximum slice value to ~140ms. This has improved the | jeff | 2003-06-28 | 1 | -2/+2 |
* | Tidy up leftover lazy_switch instrumentation that is no longer needed. | peter | 2003-06-27 | 1 | -7/+0 |
* | Fix this to build on alpha. Build test successful. | smkelly | 2003-06-27 | 1 | -1/+1 |
* | - Add a software watchdog facility. | smkelly | 2003-06-26 | 1 | -0/+82 |
* | Fix leap second processing by the kernel time keeping routines. | imp | 2003-06-25 | 1 | -6/+27 |
* | During a positive leap second, the tai_time offset should be | imp | 2003-06-25 | 1 | -1/+1 |
* | At this point targp will always be NULL, so remove the useless if. | cognet | 2003-06-25 | 1 | -2/+0 |
* | Use UTC rather than GMT to describe time scale. latter is obsolete. | imp | 2003-06-23 | 1 | -2/+2 |
* | Redesign the externalization APIs from the MAC Framework to | rwatson | 2003-06-23 | 1 | -40/+20 |
* | Prefer the vop_rmextattr() vnode operation for removing extended | rwatson | 2003-06-22 | 3 | -5/+12 |
* | Expose vop_rmextattr as an explicit operation at the vnode operation | rwatson | 2003-06-22 | 1 | -0/+11 |
* | Add an explicit credential argument to alq_open() to allow the caller to | rwatson | 2003-06-22 | 2 | -5/+7 |
* | Add a f_vnode field to struct file. | phk | 2003-06-22 | 9 | -65/+74 |
* | When DDB is active, always send printf() output directly to the | iedowse | 2003-06-22 | 1 | -1/+5 |
* | Use a new message buffer `consmsgbuf' to forward messages to a | iedowse | 2003-06-22 | 3 | -16/+86 |
* | Replace the code for reading and writing the kernel message buffer | iedowse | 2003-06-22 | 3 | -112/+272 |
* | - lticks was erroneously being updated in sched_pctcpu(). This was causing | jeff | 2003-06-21 | 1 | -2/+0 |
* | - Don't allow nice to have such a large effect on priority. This was | jeff | 2003-06-21 | 1 | -8/+7 |
* | Fix a divide-by-zero on kern.log_wakeups_per_second tunable. | bmilekic | 2003-06-20 | 1 | -0/+8 |
* | Add comment about **vpp being special-cased in vnode_if.awk (1.38) | se | 2003-06-20 | 1 | -0/+6 |
* | cpu_set_upcall_kse needs to access userspace, release schedule lock | davidxu | 2003-06-20 | 2 | -8/+20 |
* | Don't put callout_lock under #ifdef DIAGNOSTIC despite the fact that it | phk | 2003-06-20 | 1 | -1/+2 |
* | Initialize b_saveaddr when we hand out buffers | phk | 2003-06-20 | 1 | -2/+4 |
* | Crude but efficient: | phk | 2003-06-20 | 1 | -1/+8 |
* | Don't (re)initialize f_gcflag to zero. | phk | 2003-06-20 | 3 | -2/+2 |
* | When a STOP signal is being sent to a process, it is possible all | davidxu | 2003-06-20 | 1 | -2/+16 |
* | Fix typo. td should be td0. | davidxu | 2003-06-20 | 1 | -1/+1 |
* | Unlock the struct file lock before aquiring Giant, otherwise | alfred | 2003-06-19 | 1 | -3/+3 |
* | Add a ratelimited message of the form | silby | 2003-06-19 | 1 | -1/+5 |
* | FILE_LOCK() uses a pool mutex, as does the vnode v_vnlock. Since pool | truckman | 2003-06-19 | 2 | -10/+10 |
* | Add a rate limited message reporting when kern.maxfiles is exceeded, | silby | 2003-06-19 | 1 | -2/+8 |
* | VOP_GETVOBJECT() wants to be called with the vnode lock held. | truckman | 2003-06-19 | 1 | -0/+3 |
* | Introduce a new flag on a file descriptor: DFLAG_SEEKABLE and use that | phk | 2003-06-18 | 4 | -7/+7 |
* | Reserve the last 5% of file descriptors for root use. This should allow | silby | 2003-06-18 | 1 | -2/+3 |
* | Initialize struct fileops with C99 sparse initialization. | phk | 2003-06-18 | 5 | -22/+38 |
* | - Use a more robust mechanism for determining whether or not a kse is on a | jeff | 2003-06-17 | 1 | -2/+1 |
* | Drop the proc lock around SYSCTL_OUT in the no-threads case. | scottl | 2003-06-17 | 1 | -0/+2 |
* | - Temporarily patch a problem where the interact score could be negative | jeff | 2003-06-17 | 1 | -1/+2 |
* | - Add a new function "sched_interact_update()" that scales back the sleep | jeff | 2003-06-17 | 1 | -23/+20 |
* | Hide the m_defrag* statistics under MBUF_STRESS_TEST, there seems | silby | 2003-06-17 | 1 | -2/+8 |
* | Forgot to commit code to disable creating a bound thread in same | davidxu | 2003-06-16 | 2 | -0/+4 |
* | Reset ncpus to 1 for bound thread group since there is only one | davidxu | 2003-06-16 | 2 | -2/+6 |
* | Get rid of the b_spc specialty field in struct buf by using an already | phk | 2003-06-16 | 1 | -2/+2 |
* | I have not had any reports of trouble for a long time, so remove the | phk | 2003-06-15 | 1 | -25/+3 |
* | Various cr*() calls believed to be MPSAFE, since the uidinfo | rwatson | 2003-06-15 | 1 | -0/+8 |
* | 1. Add code to support bound thread. when blocked, a bound thread never | davidxu | 2003-06-15 | 4 | -112/+128 |
* | Don't overwrite the static panicstr buffer for secondary and further | iedowse | 2003-06-15 | 1 | -3/+8 |
* | - Increase the ksegrp's cpu time history buffer to 250ms. | jeff | 2003-06-15 | 1 | -2/+2 |
* | 1. Migrate TDF_UPCALLING from td_flags to td_pflags. | davidxu | 2003-06-15 | 2 | -32/+12 |
* | - Cap the growth of sleep and run time in sched_exit_kse(). | jeff | 2003-06-15 | 1 | -0/+4 |