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
/
dev
/
ic
/
z8530tty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert sleeps of 1sec or more to tsleep_nsec(9).
mpi
2020-01-09
1
-2
/
+2
*
ttysleep(): drop unused timeout parameter
cheloha
2019-07-19
1
-2
/
+2
*
Remove almost unused `flags' argument of suser().
mpi
2018-02-19
1
-3
/
+3
*
Don't pull in <sys/file.h> just to get fcntl.h
guenther
2017-12-30
1
-2
/
+2
*
Unifdef KGDB.
mpi
2017-04-30
1
-16
/
+1
*
remove some more sparc remnants. ok deraadt
tedu
2016-09-04
1
-2
/
+2
*
Do what the comments suggest and check for port-[ab]-ignore-cd properties,
miod
2015-02-05
1
-1
/
+6
*
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
deraadt
2014-07-13
1
-3
/
+3
*
Unify the zs tty driver.
sebastia
2013-04-21
1
-697
/
+1120
*
Move common code for waking up writers on a tty into a function.
nicm
2010-07-02
1
-8
/
+2
*
Allow tty drivers to request larger buffers at attach time using a
deraadt
2010-06-28
1
-2
/
+2
*
Some of the line disciplines want to check for suser. Better to pass them
tedu
2010-04-12
1
-3
/
+3
*
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
nicm
2009-11-09
1
-2
/
+1
*
Use suser when possible. Suggested by miod@.
fgsch
2009-10-31
1
-2
/
+2
*
Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()
deraadt
2009-10-31
1
-1
/
+2
*
Print consoleness the canonical way.
kettenis
2008-01-18
1
-2
/
+2
*
2 lines of code in most drivers, to do the timestamping; ok miod kettenis
deraadt
2006-04-27
1
-1
/
+5
*
First step towards more sane time handling in the kernel -- this changes
tholo
2004-06-21
1
-3
/
+3
*
Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for
miod
2003-10-03
1
-2
/
+1
*
change arguments to suser. suser now takes the process, and a flags
tedu
2003-08-15
1
-2
/
+2
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-11
/
+11
*
more missing prototypes and other warnings fixed
kstailey
1997-01-15
1
-11
/
+14
*
add "return (0)" to end of zsstop() since it's not a void function anymore
kstailey
1996-12-16
1
-1
/
+2
*
void zsstop() -> int zsstop()
kstailey
1996-12-03
1
-2
/
+2
*
Adaption to new bus.h from NetBSD. Various driver has been updated to
niklas
1996-11-28
1
-8
/
+15
*
fix a type mismatch
deraadt
1996-06-18
1
-3
/
+3
*
tty_attach()
deraadt
1996-06-10
1
-2
/
+3
*
sync 0521
deraadt
1996-05-26
1
-135
/
+279
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-108
/
+145
*
NetBSD 960317 merge
niklas
1996-04-18
1
-6
/
+9
*
z8530 reorganization from gwr (which i think isn't nearly as machine
deraadt
1996-01-31
1
-0
/
+1042