| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix minor TTY API inconsistency. | ed | 2008-09-16 | 2 | -1/+3 |
* | When attempt is made to suspend a filesystem that is already syspended, | kib | 2008-09-16 | 1 | -12/+23 |
* | Add the ffs structures introspection functions for ddb. | kib | 2008-09-16 | 1 | -2/+25 |
* | Garbage-collect vn_write_suspend_wait(). | kib | 2008-09-16 | 1 | -50/+0 |
* | Make ddb command registration dynamic so modules can extend | sam | 2008-09-15 | 5 | -5/+9 |
* | Expose a new public routine intr_event_execute_handlers() which executes | jhb | 2008-09-15 | 1 | -6/+16 |
* | - For any lock list we hold the head in order to reduce allocation from | attilio | 2008-09-12 | 1 | -5/+18 |
* | Make sure the TTY has not disappeared out from under us before calling | csjp | 2008-09-10 | 1 | -2/+3 |
* | Teach WITNESS about the interlocks used with lockmgr. This removes a bunch | jhb | 2008-09-10 | 6 | -21/+42 |
* | Various whitespace fixes. | jhb | 2008-09-10 | 2 | -10/+9 |
* | Remove VSVTX, VSGID and VSUID. This should be a no-op, | trasz | 2008-09-10 | 1 | -4/+5 |
* | - Reduce scope of #ifdef's in uma_zcreate() call in init_turnstile0(). | jhb | 2008-09-08 | 1 | -3/+4 |
* | Close a race in sleepq_broadcast() where the sleepq could be reused after | jhb | 2008-09-08 | 1 | -3/+2 |
* | Catch a possible NULL pointer deref in case the offsets got mangled | bz | 2008-09-07 | 1 | -1/+3 |
* | Make TIOCCONS use priv_check() instead of checking /dev/console permissions. | ed | 2008-09-06 | 1 | -35/+8 |
* | Fix a small typo in a comment in calcru1(). | ed | 2008-09-05 | 1 | -1/+1 |
* | Fix LOR between vnode lock and internal mqueue locks. | davidxu | 2008-09-05 | 1 | -41/+72 |
* | Remove the alignment of the align parameter. This is up to the caller to pass | thompsa | 2008-09-05 | 1 | -3/+1 |
* | Fix lock name conflict. | davidxu | 2008-09-05 | 1 | -1/+1 |
* | Implement pts(4) packet mode. | ed | 2008-09-04 | 2 | -28/+106 |
* | Fix an awful bug inside our COMPAT_43TTY code. | ed | 2008-09-04 | 1 | -12/+14 |
* | If the process id specified is invalid, the system call returns ESRCH | kevlo | 2008-09-04 | 1 | -2/+2 |
* | - Fix amd64 local privilege escalation. [08:07] | simon | 2008-09-03 | 1 | -1/+2 |
* | Use size_t to store the return value of ttydisc_getc(). | ed | 2008-09-02 | 1 | -4/+3 |
* | Remove XXXRW in soreceive_dgram that proves unnecessary. | rwatson | 2008-09-02 | 1 | -5/+0 |
* | When setting error to EINVAL in 'fvp == tdvp' case, jump to out label, | pjd | 2008-09-01 | 1 | -1/+3 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | attilio | 2008-08-31 | 4 | -42/+36 |
* | - Improve some witness_watch operability in code which does perform both | attilio | 2008-08-30 | 1 | -35/+45 |
* | Fix some edge cases in the TTY queues: | ed | 2008-08-30 | 3 | -106/+62 |
* | - Make witness_watch a 3 state value. | attilio | 2008-08-29 | 1 | -35/+42 |
* | Backport two small fixes from the MPSAFE TTY branch in Perforce: | ed | 2008-08-29 | 1 | -4/+16 |
* | Don't remove queued SIGCHLD if options contain WNOWAIT, so other | davidxu | 2008-08-29 | 1 | -6/+6 |
* | Fix a typo in r180291 | trhodes | 2008-08-28 | 1 | -1/+1 |
* | Make ureadc() warn when holding any locks, just like uiomove(). | ed | 2008-08-28 | 1 | -0/+3 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 11 | -44/+46 |
* | Introduce the VV_FORCEINSMQ vnode flag. It instructs the insmnque() function | kib | 2008-08-28 | 1 | -5/+20 |
* | Properly unlock the init/lock-state devices when invoking TIOCSETA. | ed | 2008-08-27 | 1 | -1/+0 |
* | - Only count the number of CPUs in the rendezvous map once rather than | jhb | 2008-08-27 | 1 | -14/+8 |
* | Implement WNOWAIT flag for wait4(2). It specifies that process whose status | kib | 2008-08-26 | 1 | -2/+14 |
* | When calculating arguments to the interpreter for the shebang script | kib | 2008-08-26 | 1 | -5/+22 |
* | Resort a few accessor routines so that they are consistently grouped | jhb | 2008-08-25 | 1 | -17/+17 |
* | More fully audit fexecve(2) and its arguments. | rwatson | 2008-08-25 | 1 | -0/+2 |
* | Regenerate following r182123. | rwatson | 2008-08-24 | 2 | -3/+3 |
* | When MPSAFE ttys were merged, a new BSM audit event identifier was | rwatson | 2008-08-24 | 1 | -1/+1 |
* | Remove worrying printf warning on bootup when processing vnodes which | csjp | 2008-08-24 | 1 | -1/+1 |
* | Allow the user to suppress the rate-limited pty(4) warning. | ed | 2008-08-23 | 1 | -1/+5 |
* | Introduce two related changes to the TrustedBSD MAC Framework: | rwatson | 2008-08-23 | 1 | -7/+5 |
* | Fix a race condition with concurrent LOOKUP namecache operations for a vnode | jhb | 2008-08-23 | 1 | -9/+33 |
* | Remove unused tty_gone() checks inside ttyoutq_read_uio(). | ed | 2008-08-23 | 1 | -11/+0 |
* | In nmount(), when we see the "force" option, | rodrigc | 2008-08-23 | 1 | -1/+7 |