summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix minor TTY API inconsistency.ed2008-09-162-1/+3
* When attempt is made to suspend a filesystem that is already syspended,kib2008-09-161-12/+23
* Add the ffs structures introspection functions for ddb.kib2008-09-161-2/+25
* Garbage-collect vn_write_suspend_wait().kib2008-09-161-50/+0
* Make ddb command registration dynamic so modules can extendsam2008-09-155-5/+9
* Expose a new public routine intr_event_execute_handlers() which executesjhb2008-09-151-6/+16
* - For any lock list we hold the head in order to reduce allocation fromattilio2008-09-121-5/+18
* Make sure the TTY has not disappeared out from under us before callingcsjp2008-09-101-2/+3
* Teach WITNESS about the interlocks used with lockmgr. This removes a bunchjhb2008-09-106-21/+42
* Various whitespace fixes.jhb2008-09-102-10/+9
* Remove VSVTX, VSGID and VSUID. This should be a no-op,trasz2008-09-101-4/+5
* - Reduce scope of #ifdef's in uma_zcreate() call in init_turnstile0().jhb2008-09-081-3/+4
* Close a race in sleepq_broadcast() where the sleepq could be reused afterjhb2008-09-081-3/+2
* Catch a possible NULL pointer deref in case the offsets got mangledbz2008-09-071-1/+3
* Make TIOCCONS use priv_check() instead of checking /dev/console permissions.ed2008-09-061-35/+8
* Fix a small typo in a comment in calcru1().ed2008-09-051-1/+1
* Fix LOR between vnode lock and internal mqueue locks.davidxu2008-09-051-41/+72
* Remove the alignment of the align parameter. This is up to the caller to passthompsa2008-09-051-3/+1
* Fix lock name conflict.davidxu2008-09-051-1/+1
* Implement pts(4) packet mode.ed2008-09-042-28/+106
* Fix an awful bug inside our COMPAT_43TTY code.ed2008-09-041-12/+14
* If the process id specified is invalid, the system call returns ESRCHkevlo2008-09-041-2/+2
* - Fix amd64 local privilege escalation. [08:07]simon2008-09-031-1/+2
* Use size_t to store the return value of ttydisc_getc().ed2008-09-021-4/+3
* Remove XXXRW in soreceive_dgram that proves unnecessary.rwatson2008-09-021-5/+0
* When setting error to EINVAL in 'fvp == tdvp' case, jump to out label,pjd2008-09-011-1/+3
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-314-42/+36
* - Improve some witness_watch operability in code which does perform bothattilio2008-08-301-35/+45
* Fix some edge cases in the TTY queues:ed2008-08-303-106/+62
* - Make witness_watch a 3 state value.attilio2008-08-291-35/+42
* Backport two small fixes from the MPSAFE TTY branch in Perforce:ed2008-08-291-4/+16
* Don't remove queued SIGCHLD if options contain WNOWAIT, so otherdavidxu2008-08-291-6/+6
* Fix a typo in r180291trhodes2008-08-281-1/+1
* Make ureadc() warn when holding any locks, just like uiomove().ed2008-08-281-0/+3
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-2811-44/+46
* Introduce the VV_FORCEINSMQ vnode flag. It instructs the insmnque() functionkib2008-08-281-5/+20
* Properly unlock the init/lock-state devices when invoking TIOCSETA.ed2008-08-271-1/+0
* - Only count the number of CPUs in the rendezvous map once rather thanjhb2008-08-271-14/+8
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statuskib2008-08-261-2/+14
* When calculating arguments to the interpreter for the shebang scriptkib2008-08-261-5/+22
* Resort a few accessor routines so that they are consistently groupedjhb2008-08-251-17/+17
* More fully audit fexecve(2) and its arguments.rwatson2008-08-251-0/+2
* Regenerate following r182123.rwatson2008-08-242-3/+3
* When MPSAFE ttys were merged, a new BSM audit event identifier wasrwatson2008-08-241-1/+1
* Remove worrying printf warning on bootup when processing vnodes whichcsjp2008-08-241-1/+1
* Allow the user to suppress the rate-limited pty(4) warning.ed2008-08-231-1/+5
* Introduce two related changes to the TrustedBSD MAC Framework:rwatson2008-08-231-7/+5
* Fix a race condition with concurrent LOOKUP namecache operations for a vnodejhb2008-08-231-9/+33
* Remove unused tty_gone() checks inside ttyoutq_read_uio().ed2008-08-231-11/+0
* In nmount(), when we see the "force" option,rodrigc2008-08-231-1/+7
OpenPOWER on IntegriCloud