summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Submit a band-aid for interrupt set up race.kmacy2008-08-221-0/+6
* Fix two small bugs in tcsetattr().ed2008-08-221-7/+6
* A suspended thread can, in fact, be swapped out. Thus,jhb2008-08-221-14/+27
* Use |= rather than += when aggregrating requests to wakeup the swapper.jhb2008-08-221-2/+2
* Fix pts(4) error codes when slave device is closed.ed2008-08-221-4/+2
* Prevent VSTART flooding when turning on software flow control.ed2008-08-221-1/+1
* Add comments on NOARGS, NODEF, and NOPROTO.obrien2008-08-211-0/+8
* Properly lock proctree_lock before locking the process while accounting.ed2008-08-211-14/+15
* Remove the now unused `lbolt' variable from the kernel.ed2008-08-201-15/+3
* remove scheduler_running as xenbus no longer needs itkmacy2008-08-201-3/+0
* Update system call tables.ed2008-08-202-2/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-2022-4696/+4121
* In brelse, put the B_NEEDSGIANT buffer on the QUEUE_DIRTY_GIANT queue,kib2008-08-191-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-175-7/+12
OpenPOWER on IntegriCloud