summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to initialize `int error' in ttydev_open().ed2008-09-261-1/+1
* Rename the `minor' argument of make_dev(9) to `unit'.ed2008-09-261-9/+9
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Regen.jhb2008-09-253-12/+4
* Tidy up a few things with syscall generation:jhb2008-09-252-27/+17
* - Don't do a WITNESS_SAVE() on the interlock if it is Giant in the conditionjhb2008-09-252-4/+14
* Part 1 of making shared lookups more resilient with respect to forcedjhb2008-09-241-8/+18
* Update description of witness_watch.jhb2008-09-241-3/+5
* Fix a crash when calling tty_rel_free() while draining during closure.ed2008-09-241-2/+2
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-242-52/+54
* Track state to determine if the associated TTY device node has been used.ed2008-09-231-4/+19
* style(9)obrien2008-09-231-1/+1
* Reverse if() logic to improve readability.obrien2008-09-231-4/+3
* 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
OpenPOWER on IntegriCloud