summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_tty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass fflag to VOP_POLL so vfs fifo functions can get at the filemillert2015-05-011-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* primary change: move uvm_vnode out of vnode, keeping only a pointer.tedu2014-12-161-1/+2
* Introduce a kqfilter wrapper for the controlling tty device entrymikeb2011-10-061-1/+12
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-4/+6
* Since p_flag is often manipulated in interrupts and without biglockart2007-03-151-2/+2
* ansi/deregister. No binary change.jsg2005-12-211-25/+8
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-6/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-7/+9
* back out vfs lite2 till after 2.2deraadt1997-10-061-9/+7
* VFS Lite2 Changescsapuntz1997-10-061-7/+9
* partial sync with netbsd 960418, more to comederaadt1996-04-211-3/+3
* From NetBSD: 960217 mergeniklas1996-03-031-2/+9
* initial import of NetBSD treederaadt1995-10-181-0/+151