NetBSD/lib/libc/termios
lukem 073a7a6ef5 don't bother checking _DIAGASSERT(fd != -1), since the underlying
ioctl(2) will check it and return EBADF, and i got sick of the warnings
from programs like sshd which occassionally call isatty() with bad fds.
2001-09-30 23:25:38 +00:00
..
Makefile.inc Add tcgetsid.c (for thorpej). 1998-02-14 20:20:44 +00:00
cfgetispeed.c Delint. 2000-01-22 22:19:07 +00:00
cfgetospeed.c Delint. 2000-01-22 22:19:07 +00:00
cfmakeraw.c Delint. 2000-01-22 22:19:07 +00:00
cfsetispeed.c Delint. 2000-01-22 22:19:07 +00:00
cfsetospeed.c Delint. 2000-01-22 22:19:07 +00:00
cfsetspeed.c Delint. 2000-01-22 22:19:07 +00:00
tcdrain.c Delint. 2000-01-22 22:19:07 +00:00
tcflow.c Delint. 2000-01-22 22:19:07 +00:00
tcflush.c Delint. 2000-01-22 22:19:07 +00:00
tcgetattr.c don't bother checking _DIAGASSERT(fd != -1), since the underlying 2001-09-30 23:25:38 +00:00
tcgetpgrp.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
tcgetpgrp.c Delint. 2000-01-22 22:19:07 +00:00
tcgetsid.3 Implement tcgetsid(3) - get session ID associated with a controlling 1998-02-14 01:36:14 +00:00
tcgetsid.c Delint. 2000-01-22 22:19:07 +00:00
tcsendbreak.3 Punctuation nits. 2001-09-16 01:35:41 +00:00
tcsendbreak.c Delint. 2000-01-22 22:19:07 +00:00
tcsetattr.3 Punctuation nits. 2001-09-16 01:35:41 +00:00
tcsetattr.c Delint. 2000-01-22 22:19:07 +00:00
tcsetpgrp.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
tcsetpgrp.c Delint. 2000-01-22 22:19:07 +00:00