| Commit message (Expand) | Author | Age | Files | Lines |
* | ULE works fine on arm; allow it to be used | sam | 2007-10-16 | 1 | -1/+1 |
* | Export maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz, dflssiz, maxssiz, | alfred | 2007-10-16 | 1 | -0/+10 |
* | Backout sensors framework. | netchild | 2007-10-15 | 1 | -421/+0 |
* | Import OpenBSD's sysctl hardware sensors framework. | netchild | 2007-10-14 | 1 | -0/+421 |
* | I don't know what I was smoking when I wrote these three years ago; the | des | 2007-10-13 | 1 | -4/+19 |
* | Set the NFS server sockbuf high watermarks to the system defaults | mohans | 2007-10-12 | 1 | -2/+2 |
* | - Fix from pr kern/115469; Don't redeliver a signal once it has been | jeff | 2007-10-09 | 1 | -9/+9 |
* | - Bail out of tdq_idled if !smp_started or idle stealing is disabled. This | jeff | 2007-10-08 | 1 | -8/+14 |
* | - Restore historical sched_yield() behavior by changing sched_relinquish() | jeff | 2007-10-08 | 3 | -5/+2 |
* | - Restore historical yield() behavior by manually lowering priority and | jeff | 2007-10-08 | 1 | -3/+6 |
* | - Fix ULE in kernels without PREEMPTION compiled in by always enabling the | jeff | 2007-10-08 | 1 | -12/+1 |
* | This patch adds an M_NOFREE flag which allows one to mark an mbuf as | kmacy | 2007-10-06 | 2 | -0/+12 |
* | Allow drivers to free an mbuf without having the mbuf be touched if | kmacy | 2007-10-06 | 1 | -2/+5 |
* | Fix sx_try_slock(), so it only fails when there is an exclusive owner. | pjd | 2007-10-02 | 1 | -9/+12 |
* | - Reassign the thread queue lock to newtd prior to switching. Assigning | jeff | 2007-10-02 | 1 | -4/+6 |
* | - Move the rebalancer back into hardclock to prevent potential softclock | jeff | 2007-10-02 | 1 | -55/+86 |
* | - Honor the PREEMPTION and FULL_PREEMPTION flags by setting the default | jeff | 2007-09-27 | 1 | -2/+10 |
* | Fix the description of the formula used to autosize the number of | ru | 2007-09-26 | 1 | -1/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 2 | -11/+5 |
* | - Bound the interactivity score so that it cannot become negative. | jeff | 2007-09-24 | 1 | -1/+1 |
* | - Improve grammar. s/it's/its/. | jeff | 2007-09-22 | 1 | -5/+13 |
* | Fix some locking cases where we ask for exclusively locked vnode, but we get | pjd | 2007-09-21 | 2 | -4/+25 |
* | - Redefine p_swtime and td_slptime as p_swtick and td_slptick. This | jeff | 2007-09-21 | 4 | -26/+29 |
* | - Call sched_sleep() before we suspend threads. sched_wakeup() is already | jeff | 2007-09-21 | 1 | -0/+2 |
* | Fix some entries in the locks static table of witness. | attilio | 2007-09-20 | 3 | -11/+9 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 13 | -69/+47 |
* | Remove the definition and implementation of 'CALLOUT_NETGIANT', a now- (and | rwatson | 2007-09-15 | 1 | -11/+2 |
* | Currently the LO_NOPROFILE flag (which is masked on upper level code by | attilio | 2007-09-14 | 1 | -1/+1 |
* | subr_sleepqueue.c presents a thread lock missing which leads to dangerous | attilio | 2007-09-13 | 1 | -0/+2 |
* | When restoring the mount after umount failed, the MNTK_UNMOUNT flag | kib | 2007-09-12 | 2 | -5/+10 |
* | This is a follow-up, cleaning-up commit about recent changes involving | attilio | 2007-09-11 | 1 | -1/+1 |
* | Rename mac_check_vnode_delete() MAC Framework and MAC Policy entry | rwatson | 2007-09-10 | 1 | -2/+2 |
* | In userland_sysctl(), call useracc() with the actual newlen value to be | rwatson | 2007-09-02 | 1 | -1/+1 |
* | Close a race that snuck in with the recent changes to fix a LOR between | jhb | 2007-08-31 | 1 | -13/+27 |
* | Add missing newline in the log message of the previous commit. | dds | 2007-08-31 | 1 | -1/+1 |
* | Don't panic. When encountering a negative value call log(LOG_NOTICE, ...) | dds | 2007-08-31 | 1 | -1/+7 |
* | Partially revert the previous change. I failed to notice that where | jhb | 2007-08-29 | 1 | -2/+0 |
* | Rework the routines to convert a 5.x+ statfs structure (with fixed-size | jhb | 2007-08-28 | 1 | -4/+46 |
* | - During shutdown pending, when the last sack came in and | rrs | 2007-08-27 | 1 | -8/+5 |
* | Destroy the kaio_mtx on the freeing the struct kaioinfo in the | kib | 2007-08-20 | 1 | -1/+5 |
* | - Improve runq_findbit_from() which is used by ULE's circular queue. Mask | jeff | 2007-08-20 | 1 | -32/+22 |
* | - Set steal_thresh to log2(ncpus). This improves idle-time load balancing | jeff | 2007-08-20 | 1 | -0/+6 |
* | Always call sched_bind(), even if on the CPU in question. It is wrong to | njl | 2007-08-20 | 1 | -25/+15 |
* | Use a different loop variable for the inner loop. This previous reuse could | njl | 2007-08-19 | 1 | -4/+4 |
* | Regenerate. | davidxu | 2007-08-16 | 3 | -0/+11 |
* | Add thr_kill2 syscall which sends a signal to a thread in another process. | davidxu | 2007-08-16 | 2 | -0/+56 |
* | On 6.x this works: | jhb | 2007-08-15 | 1 | -11/+56 |
* | Improve vn_printf() by: | pjd | 2007-08-13 | 1 | -7/+45 |
* | Do not call free() while holding vnode interlock. | kib | 2007-08-07 | 1 | -27/+44 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 5 | -107/+25 |