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