OpenBSD CVS

src/lib/libc/termios/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libc / termios

Current tag: OPENBSD_2_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.3   25 years  d   Add thread-safety to libc, so that libc_r will build (on i386 at least). All POS...
[TXT] cfgetispeed.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] cfgetospeed.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] cfmakeraw.c  1.3   25 years  deraadt   clear IMAXBEL bit; msaitoh
[TXT] cfsetispeed.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] cfsetospeed.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] cfsetspeed.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] tcdrain.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] tcflow.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] tcflush.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] tcgetattr.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] tcgetpgrp.3  1.6   24 years  aaron   whoops, forgot this one
[TXT] tcgetpgrp.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] tcsendbreak.3  1.6   24 years  aaron   Mostly punctuation fixes.
[TXT] tcsendbreak.c  1.3   27 years  tholo   Remove dead code Remove unused variables Silence some warnings lint(1) is your f...
[TXT] tcsetattr.3  1.10   24 years  aaron   Mostly punctuation fixes.
[TXT] tcsetattr.c  1.2   27 years  tholo   Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
[TXT] tcsetpgrp.3  1.7   24 years  aaron   repairs
[TXT] tcsetpgrp.c  1.3   26 years  mickey   #if __STDC__ --> #ifdef __STDC__