summaryrefslogtreecommitdiff
path: root/sys/kern/tty_tty.c
AgeCommit message (Expand)Author
2024-09-30Use ps_ppid instead of ps_pptr->ps_pid in all places.Claudio Jeker
2022-08-14remove unneeded includes in sys/kernJonathan Gray
2022-07-02Remove unused device poll functions.Visa Hankala
2022-06-26Remove unused VOP_POLL().Visa Hankala
2021-12-11Clarify usage of __EV_POLL and __EV_SELECTVisa Hankala
2021-03-10spellingJonathan Gray
2020-06-11Rename poll-compatibility flag to better reflect what it is.Martin Pieuchot
2020-06-11Make spec_kqfilter() and cttykqfilter() behave like their correspondingMartin Pieuchot
2020-04-08Make fifo_kqfilter() honor FREAD|FWRITE just like fifo_poll() does.Martin Pieuchot
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-04-28Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is alwaysVisa Hankala
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2016-09-06it's not wrong, but it's not clear what the verauth check is for.Ted Unangst
2016-09-02add a concept of 'verified auth' to sessions. When set via ioctl,Ted Unangst
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2015-12-05remove stale lint annotationsTed Unangst
2015-12-03remove code that's been #ifdef'ed out for 20 yearsBret Lambert
2015-05-01Pass fflag to VOP_POLL so vfs fifo functions can get at the fileTodd C. Miller
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2011-10-06Introduce a kqfilter wrapper for the controlling tty device entryMike Belopuhov
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2005-12-21ansi/deregister. No binary change.Jonathan Gray
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt