History log of /openbsd-src/lib/libc/termios/tcsendbreak.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 81064d43 10-Sep-2017 guenther <guenther@openbsd.org>

shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be
cancellation points in POSIX, so change them to invoke the non-cancellation
point versions of open(), close(), nanosleep(),

shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be
cancellation points in POSIX, so change them to invoke the non-cancellation
point versions of open(), close(), nanosleep(), and write()

ok deraadt@ millert@

show more ...


# 10632a79 01-Nov-2015 guenther <guenther@openbsd.org>

delete old lint ARGSUSED comments


# 6cc4480d 10-Oct-2014 millert <millert@openbsd.org>

Remove unnecessary includes now that we are no longer using select()
(or struct timeval). Instead, we should include time.h for the
nanosleep() prototype and struct timespec. OK dlg@


# 134d7d8b 09-Oct-2014 dlg <dlg@openbsd.org>

replace the use of select() for a short sleep with nanosleep().

ok deraadt@ guenther@


# 53b37aa9 05-Aug-2005 espie <espie@openbsd.org>

zap rcsid


# f723aa39 11-Jun-2003 deraadt <deraadt@openbsd.org>

ansification; checked by pval


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# c8f91e0d 15-Sep-1996 tholo <tholo@openbsd.org>

Remove dead code
Remove unused variables
Silence some warnings
lint(1) is your friend


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree