| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family. | raj | 2008-03-03 | 1 | -0/+3 |
* | Unbreak after cpuset: initialize td_cpuset in sched_fork_thread(). | marcel | 2008-03-02 | 1 | -0/+2 |
* | Add support for the new cpu topology api: | jeff | 2008-03-02 | 1 | -497/+439 |
* | - Remove the old smp cpu topology specification with a new, more flexible | jeff | 2008-03-02 | 2 | -78/+189 |
* | - Regen for cpuset | jeff | 2008-03-02 | 3 | -2/+60 |
* | Add cpuset, an api for thread to cpu binding and cpu resource grouping | jeff | 2008-03-02 | 4 | -1/+927 |
* | - Add a new sched_affinity() api to be used in the upcoming cpuset | jeff | 2008-03-02 | 2 | -0/+10 |
* | - Handle buffer lock waiters count directly in the buffer cache instead | attilio | 2008-03-01 | 3 | -25/+21 |
* | Do not assert any locks for VOP_PRINT. In particular, do not assert that | kib | 2008-02-26 | 1 | -1/+1 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 6 | -30/+19 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -1/+1 |
* | After finishing sending file data in sendfile(2), don't forget to send | cperciva | 2008-02-24 | 1 | -1/+3 |
* | This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payload | des | 2008-02-23 | 4 | -1/+87 |
* | Undo the damage I did in sys/kern/vfs_mount.c #1.274 and | yar | 2008-02-18 | 1 | -2/+1 |
* | Add a remark on a questionable property of vfs_mergeopts(). | yar | 2008-02-18 | 1 | -0/+7 |
* | Make sysctl_kern_arnd return a random buffer instead of a random long, | antoine | 2008-02-17 | 1 | -6/+10 |
* | Switch from conditionally dropping Giant in exit1() to asserting it is | kris | 2008-02-17 | 1 | -6/+1 |
* | Fix typo in comment. | imp | 2008-02-17 | 1 | -1/+1 |
* | Remove a superfluous line in run_interrupt_driven_config_hooks(), | antoine | 2008-02-15 | 1 | -1/+0 |
* | - Introduce lockmgr_args() in the lockmgr space. This function performs | attilio | 2008-02-15 | 2 | -25/+46 |
* | In the new order of things dictated by nmount(2), a read-only mount | yar | 2008-02-14 | 1 | -3/+4 |
* | Fix sendfile(2) write-only file permission bypass. | simon | 2008-02-14 | 2 | -15/+18 |
* | Add KASSERT()'s to catch attempts to recurse on spin mutexes that aren't | jhb | 2008-02-13 | 1 | -1/+9 |
* | Mark sleepqueue chain spin mutexes are recursable since the sleepq code | jhb | 2008-02-13 | 1 | -1/+1 |
* | Add a couple of assertions and KTR logging to thread_lock_flags() to | jhb | 2008-02-13 | 1 | -1/+7 |
* | Add an automatic kernel module version dependency to prevent loading | jhb | 2008-02-13 | 1 | -0/+2 |
* | - Add real assertions to lockmgr locking primitives. | attilio | 2008-02-13 | 2 | -41/+128 |
* | Make sure we restrict Linux only IPC calls from being executed | csjp | 2008-02-12 | 1 | -3/+18 |
* | Regenerate for readlink(2). | ru | 2008-02-12 | 3 | -3/+3 |
* | Change readlink(2)'s return type and type of the last argument | ru | 2008-02-12 | 2 | -5/+5 |
* | Add support for displaying a process' current working directory, root | marcus | 2008-02-09 | 1 | -0/+50 |
* | Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into | attilio | 2008-02-08 | 2 | -7/+8 |
* | - Add THREAD_LOCKPTR_ASSERT() to assert that the thread's lock points at | jeff | 2008-02-07 | 2 | -8/+8 |
* | - In rw_wunlock_hard prefer to wakeup writers if there are both readers | jeff | 2008-02-07 | 1 | -4/+4 |
* | Change shm_dotruncate() so that it correctly handles cached pages that span | alc | 2008-02-07 | 1 | -0/+4 |
* | td cannot be NULL in that place, so just axe out the check. | attilio | 2008-02-06 | 1 | -1/+1 |
* | Adaptive spinning in write path with readers and writer starvation avoidance. | jeff | 2008-02-06 | 2 | -162/+173 |
* | Add WITNESS support to lockmgr locking primitive. | attilio | 2008-02-06 | 1 | -11/+46 |
* | Really, no explicit checks against against lock_class_* object should be | attilio | 2008-02-06 | 2 | -4/+4 |
* | Further clean up sorflush: | rwatson | 2008-02-04 | 2 | -14/+13 |
* | Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufs | phk | 2008-02-03 | 1 | -1/+42 |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 4 | -11/+16 |
* | Use FEATURE() macro to advertise aio availability. | rwatson | 2008-02-01 | 1 | -0/+2 |
* | Correct two problems relating to sorflush(), which is called to flush | rwatson | 2008-01-31 | 3 | -9/+24 |
* | Add a wrapper function that bound checks writes to the dump device. | ru | 2008-01-28 | 1 | -0/+14 |
* | Add devctl_process_running() so that power management system driver | iwasaki | 2008-01-27 | 1 | -0/+9 |
* | In rev. 1.156, the convertion of the minor number to the unit number | kib | 2008-01-26 | 1 | -3/+5 |
* | Fix a bug where a thread that hit the race where the sleep timeout fires | jhb | 2008-01-25 | 1 | -2/+1 |
* | Fix a race in the sleepqueue timeout code that resulted in sleeps not | jhb | 2008-01-25 | 1 | -4/+25 |
* | When asked to use kqueue, AIO stores its internal state in the | dumbbell | 2008-01-24 | 1 | -4/+6 |