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
/
usr.bin
/
mail
/
tty.c
Age
Commit message (
Expand
)
Author
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2005-07-11
Fix off-by-one bug in readtty() and don't assume BUFSIZ == 1024.
Todd C. Miller
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-11-28
Fix typo; SIGTTIN where SIGINT meant and rename a variable for clarity.
Todd C. Miller
2001-11-21
o kill strcpy()
Todd C. Miller
2001-11-21
o ANSIfy
Todd C. Miller
2001-11-20
Major signal overhaul. We no longer longjmp all over the place.
Todd C. Miller
2001-06-23
Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and
Todd C. Miller
1997-11-14
NetBSD changes (mostly comsmetic):
Todd C. Miller
1997-11-13
Add back EXTPROC code now that tty_pty.c has the lite2 fix.
Todd C. Miller
1997-07-31
Remove TIOCEXT added in lite2 merge for now. Causes problems when
Todd C. Miller
1997-07-30
Fix one possible oflow (not exploitable) and do a wee bit of KNF.
Todd C. Miller
1997-07-22
grabh() now returns SIGINT if it was interrupted (previously always
Todd C. Miller
1997-07-14
Convert remaining sigsetmask() -> sigprocmask() (POSIX style)
Todd C. Miller
1997-07-14
NOSTR -> NULL
Todd C. Miller
1997-07-13
bcopy() -> memcpy() and fix some casts.
Todd C. Miller
1997-07-13
Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.
Todd C. Miller
1996-06-11
from christos;
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt