summaryrefslogtreecommitdiffstats
path: root/lib/libc/termios/tcsendbreak.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
|
* Remove unnecessary includes now that we are no longer using select()millert2014-10-101-9/+2
| | | | | (or struct timeval). Instead, we should include time.h for the nanosleep() prototype and struct timespec. OK dlg@
* replace the use of select() for a short sleep with nanosleep().dlg2014-10-091-4/+5
| | | | ok deraadt@ guenther@
* zap rcsidespie2005-08-051-4/+1
|
* ansification; checked by pvalderaadt2003-06-111-3/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Remove dead codetholo1996-09-151-1/+2
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+69