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.c
Age
Commit message (
Expand
)
Author
1997-10-21
When the input queues are flushed on a blocked tty, make sure to unblock
Niklas Hallqvist
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-03-26
proper english
Theo de Raadt
1997-01-12
Be more Posixly correct; from FreeBSD
Thorsten Lockert
1997-01-05
Remove lots of timer_state structs as they just ate memory and only a few was
Niklas Hallqvist
1996-12-19
Really set column to 0 when outputting a carriage return...
Thorsten Lockert
1996-12-17
Fix oversight in column handling with OCRNL enabled
Thorsten Lockert
1996-12-17
Reset output column when outputting \r with ONLCR
Thorsten Lockert
1996-12-16
Implement more tty flags for better portability from other systems:
Thorsten Lockert
1996-12-08
-Wcast-qual happiness
Niklas Hallqvist
1996-11-11
Flush input and output in receipt of break (unless break is ignored)
Thorsten Lockert
1996-11-09
Implement CREAD
Thorsten Lockert
1996-11-09
Use passed-in process, not curproc to determine if the process is in the
Thorsten Lockert
1996-11-06
0377 handling in ISTRIP/PARMRK mode
Theo de Raadt
1996-11-05
Add more cases that should generate SIGTTOU
Thorsten Lockert
1996-11-05
Correct error returns from tcsetpgrp() aka ioctl(, TIOCSPGRP, )
Thorsten Lockert
1996-11-04
support _POSIX_VDISABLE for VEOF and VEOL too
Theo de Raadt
1996-11-04
If VMIN=0, and timer>0 and expires, read should return 0
Theo de Raadt
1996-10-19
random device is permanent now.
Michael Shalayeff
1996-08-29
rnd -> random
Theo de Raadt
1996-08-01
xconsole was broken after last patch (UCONSOLE zap).
Michael Shalayeff
1996-07-31
TIOCCONS must be able to VOP_ACCESS() /dev/console to succeed; fixes DOS attack
Theo de Raadt
1996-06-17
Change from my, umm, BSD/OS tree: allow root to run TIOCGPGRP on anything.
Jason Downs
1996-06-10
tty_init/attach/detach()
Theo de Raadt
1996-04-24
Supply randomness source for the rnd device.
Michael Shalayeff
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1996-01-12
from netbsd; Correct test for ECHONL (from der Mouse; PR#1922).
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt