summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_tty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename poll-compatibility flag to better reflect what it is.mpi2020-06-111-2/+2
* Make spec_kqfilter() and cttykqfilter() behave like their correspondingmpi2020-06-111-2/+5
* Make fifo_kqfilter() honor FREAD|FWRITE just like fifo_poll() does.mpi2020-04-081-2/+2
* Remove proc from the parameters of vn_lock(). The parameter isvisa2018-05-021-6/+4
* Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysvisa2018-04-281-4/+4
* Remove almost unused `flags' argument of suser().mpi2018-02-191-2/+2
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* it's not wrong, but it's not clear what the verauth check is for.tedu2016-09-061-1/+8
* add a concept of 'verified auth' to sessions. When set via ioctl,tedu2016-09-021-1/+27
* Remove the unused flags argument from VOP_UNLOCK().natano2016-03-191-4/+4
* remove stale lint annotationstedu2015-12-051-7/+1
* remove code that's been #ifdef'ed out for 20 yearsblambert2015-12-031-15/+2
* 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