| Commit message (Expand) | Author | Age | Files | Lines |
* | Set curvnet earlier so that it also covers calls to sodisconnect(), which | bz | 2010-02-20 | 1 | -2/+3 |
* | Use the cached value within comparison. | attilio | 2010-02-19 | 1 | -1/+1 |
* | Fix the grammar. | attilio | 2010-02-19 | 1 | -4/+4 |
* | Fix a race in regard of p_numthreads. | attilio | 2010-02-19 | 1 | -9/+8 |
* | - Reduce scope of vnode lock. vfs_mount_alloc() doesn't need vnode to be | pjd | 2010-02-18 | 1 | -7/+4 |
* | Use vput() instead of VOP_UNLOCK()+vrele(). The comment here is out-dated, | pjd | 2010-02-18 | 1 | -4/+1 |
* | Use NULL instead of 0 when setting up pointer. | pjd | 2010-02-18 | 1 | -2/+2 |
* | Kernel module support for mips. | neel | 2010-02-18 | 1 | -2/+2 |
* | Do not leak process lock when current thread is not allowed to see target. | kib | 2010-02-14 | 1 | -1/+3 |
* | Initialize pve_fsid and pve_fileid to VNOVAL. | marcel | 2010-02-11 | 1 | -0/+3 |
* | o Add support for COMPAT_IA32. | marcel | 2010-02-11 | 1 | -69/+123 |
* | In function umtxq_insert_queue, use parameter q (shared/exclusive queue) | davidxu | 2010-02-10 | 1 | -1/+1 |
* | Unbreak building kernels with COMPAT_32 enabled. The actual support | marcel | 2010-02-09 | 1 | -0/+19 |
* | Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process can | marcel | 2010-02-09 | 1 | -0/+103 |
* | Remove unused LIBCOMPAT keyword from syscalls.master. | ed | 2010-02-08 | 2 | -19/+1 |
* | Set waiters flag before checking semaphore's counter, | davidxu | 2010-02-08 | 1 | -5/+2 |
* | Spelling nit | gavin | 2010-02-07 | 1 | -1/+1 |
* | Remove statistics from the TTY queues. | ed | 2010-02-07 | 2 | -22/+0 |
* | MFp4: | mav | 2010-02-03 | 1 | -1/+1 |
* | Fix comments in do_sem_wait(). | davidxu | 2010-02-03 | 1 | -2/+1 |
* | After busied the lock, re-read state word before checking waiters flag, | davidxu | 2010-02-03 | 1 | -0/+12 |
* | Only audit pathnames in namei(9) if copying the directory string completes | rwatson | 2010-02-02 | 1 | -5/+10 |
* | KASSERT that return value of interrupt filter complies with contract | avg | 2010-01-27 | 1 | -1/+11 |
* | Revised revision 199201 (add interface description capability as inspired | delphij | 2010-01-27 | 1 | -0/+1 |
* | Split out an invariant in order to better check that newtd, when | attilio | 2010-01-24 | 1 | -2/+4 |
* | - Fix the kthread_{suspend, resume, suspend_check}() locking. | attilio | 2010-01-24 | 1 | -18/+52 |
* | - Fix a race in sched_switch() of sched_4bsd. | attilio | 2010-01-23 | 3 | -25/+11 |
* | For PT_TO_SCE stop that stops the ptraced process upon syscall entry, | kib | 2010-01-23 | 1 | -0/+5 |
* | Staticise sigqueue manipulation functions used only in kern_sig.c. | kib | 2010-01-23 | 1 | -8/+8 |
* | When traced process is about to receive the signal, the process is | kib | 2010-01-20 | 1 | -15/+30 |
* | Remove a dead initialization. | ed | 2010-01-18 | 1 | -1/+1 |
* | Add new function vunref(9) that decrements vnode use count (and hold | kib | 2010-01-17 | 1 | -70/+53 |
* | Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control | bz | 2010-01-17 | 1 | -2/+108 |
* | Only allocate the space we need before calling kern_getgroups instead | brooks | 2010-01-15 | 1 | -1/+7 |
* | Remove the 1000 pseudo terminal limit from pts(4). | ed | 2010-01-13 | 1 | -8/+0 |
* | Declare the kern.ngroups sysctl to be read-only, but tunable at boot for | brooks | 2010-01-12 | 1 | -1/+1 |
* | Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamic | brooks | 2010-01-12 | 3 | -7/+21 |
* | Change DDB show prison: | bz | 2010-01-11 | 1 | -5/+6 |
* | Adjust a comment to reflect reality, as we have proper source | bz | 2010-01-11 | 1 | -1/+3 |
* | Background: | mckusick | 2010-01-11 | 1 | -5/+11 |
* | Merge change r198561 from projects/mips to head: | imp | 2010-01-10 | 1 | -0/+33 |
* | Make a chain be a list of queues, and make threads waiting | davidxu | 2010-01-10 | 1 | -33/+93 |
* | Correct the explination text for the kern.ngroups. It reflects the | brooks | 2010-01-09 | 1 | -1/+2 |
* | Use enum to define key types. | davidxu | 2010-01-09 | 1 | -8/+10 |
* | put semaphore waiter in long term list. | davidxu | 2010-01-09 | 1 | -1/+1 |
* | Add key type TYPE_SEM. | davidxu | 2010-01-09 | 1 | -8/+9 |
* | Introduce the new kernel thread called "deadlock resolver". | attilio | 2010-01-09 | 3 | -4/+148 |
* | Free allocated sbufs before returning ENOMEM. | brueffer | 2010-01-08 | 1 | -2/+6 |
* | - Fix a bug in sched_4bsd where the timestamp for the sleeping operation | attilio | 2010-01-08 | 1 | -1/+1 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 2 | -3/+3 |