index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
tty_tty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename poll-compatibility flag to better reflect what it is.
mpi
2020-06-11
1
-2
/
+2
*
Make spec_kqfilter() and cttykqfilter() behave like their corresponding
mpi
2020-06-11
1
-2
/
+5
*
Make fifo_kqfilter() honor FREAD|FWRITE just like fifo_poll() does.
mpi
2020-04-08
1
-2
/
+2
*
Remove proc from the parameters of vn_lock(). The parameter is
visa
2018-05-02
1
-6
/
+4
*
Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
visa
2018-04-28
1
-4
/
+4
*
Remove almost unused `flags' argument of suser().
mpi
2018-02-19
1
-2
/
+2
*
Don't pull in <sys/file.h> just to get fcntl.h
guenther
2017-12-30
1
-2
/
+2
*
it's not wrong, but it's not clear what the verauth check is for.
tedu
2016-09-06
1
-1
/
+8
*
add a concept of 'verified auth' to sessions. When set via ioctl,
tedu
2016-09-02
1
-1
/
+27
*
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-03-19
1
-4
/
+4
*
remove stale lint annotations
tedu
2015-12-05
1
-7
/
+1
*
remove code that's been #ifdef'ed out for 20 years
blambert
2015-12-03
1
-15
/
+2
*
Pass fflag to VOP_POLL so vfs fifo functions can get at the file
millert
2015-05-01
1
-2
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
primary change: move uvm_vnode out of vnode, keeping only a pointer.
tedu
2014-12-16
1
-1
/
+2
*
Introduce a kqfilter wrapper for the controlling tty device entry
mikeb
2011-10-06
1
-1
/
+12
*
Correct the links between threads, processes, pgrps, and sessions,
guenther
2010-07-26
1
-4
/
+6
*
Since p_flag is often manipulated in interrupts and without biglock
art
2007-03-15
1
-2
/
+2
*
ansi/deregister. No binary change.
jsg
2005-12-21
1
-25
/
+8
*
Replace select backends with poll backends. selscan() and pollscan()
millert
2003-09-23
1
-6
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
Updates for VFS Lite 2 + soft update.
csapuntz
1997-11-06
1
-7
/
+9
*
back out vfs lite2 till after 2.2
deraadt
1997-10-06
1
-9
/
+7
*
VFS Lite2 Changes
csapuntz
1997-10-06
1
-7
/
+9
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-3
/
+3
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-2
/
+9
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+151