summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Introduce a hooks layer for the MPSAFE TTY layer.ed2008-09-222-10/+181
* Fix style(9) issue in TTY header files: document function argument names.ed2008-09-221-1/+1
* Support sparsely numbered CPUs.jkoshy2008-09-221-7/+84
* Make fstat() on a pseudo-terminal master return sane timestamps.ed2008-09-211-5/+9
* Now that the number of clist consumers have dropped massively, trim downed2008-09-211-181/+14
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-201-1/+0
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* Initialize va_rdev to NODEV and va_fsid to VNOVAL before thekib2008-09-201-0/+2
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tkib2008-09-201-1/+0
* Initialize birthtime fields in vn_stat() to prevent stat(2) fromkib2008-09-201-0/+9
* Add freebsd32 compat shim for nmount(2).obrien2008-09-191-7/+3
* Various style fixes. 7 space indent is just odd.jhb2008-09-181-74/+74
* Sort includes.jhb2008-09-181-8/+8
* Remove the suser(9) interface from the kernel. It has been replaced fromattilio2008-09-171-21/+0
* 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
OpenPOWER on IntegriCloud