summaryrefslogtreecommitdiff
path: root/usr.bin/systat/keyboard.c
AgeCommit message (Collapse)Author
2002-06-18ANSITheo de Raadt
2002-02-18more "char c = getchar(); if (c == EOF) ..." balonyTheo de Raadt
2001-12-07move back. pvalchev -- the bug was quite obscureTheo de Raadt
2001-12-07back out latest changes which cause problems on alpha/sparc64 untilPeter Valchev
they are fixed
2001-11-23fix signal races. use sysctl() instead of kvm where possible, and then KNFTheo de Raadt
the hell out of it; checked by miod
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵Todd C. Miller
POSIX counterparts.
2000-07-10Bail if getch() returns ERR. In ncurses < 5.1 getch() incorrectlyTodd C. Miller
returned 0 on EOF (due to a side effect of how curses buffers reads).
2000-06-04Fix one-byte overflow; millert@ okAaron Campbell
1997-07-15keyboard() does not return an intkstailey
1996-07-25buffer overflow preventionTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt