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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.5   8 years  jmc   for some time now mandoc has not required MLINKS to function correctly - logical...
[TXT] cfgetispeed.c  1.5   18 years  espie   zap rcsid
[TXT] cfgetospeed.c  1.5   18 years  espie   zap rcsid
[TXT] cfmakeraw.c  1.7   16 years  deraadt   Have cfmakeraw() also reset VMIN and VTIME to their default values; ok kettenis ...
[TXT] cfsetispeed.c  1.5   18 years  espie   zap rcsid
[TXT] cfsetospeed.c  1.5   18 years  espie   zap rcsid
[TXT] cfsetspeed.c  1.5   18 years  espie   zap rcsid
[TXT] tcdrain.c  1.6   8 years  guenther   Use a Thread Information Block in both single and multi-threaded programs. This ...
[TXT] tcflow.c  1.6   6 years  guenther   shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be cance...
[TXT] tcflush.c  1.6   8 years  guenther   Prefer <fcntl.h> over <sys/fcntl.h>
[TXT] tcgetattr.c  1.6   8 years  guenther   Wrap <termios.h> so that calls go direct and the symbols are all weak.
[TXT] tcgetpgrp.3  1.11   16 months  jsg   remove outdated "expected to be compliant" ok miod@ kn@ deraadt@
[TXT] tcgetpgrp.c  1.8   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] tcgetsid.3  1.3   16 months  jsg   remove outdated "expected to be compliant" ok miod@ kn@ deraadt@
[TXT] tcgetsid.c  1.4   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] tcsendbreak.3  1.10   16 months  jsg   remove outdated "expected to be compliant" ok miod@ kn@ deraadt@
[TXT] tcsendbreak.c  1.10   6 years  guenther   shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be cance...
[TXT] tcsetattr.3  1.19   16 months  jsg   remove outdated "expected to be compliant" ok miod@ kn@ deraadt@
[TXT] tcsetattr.c  1.6   8 years  guenther   Wrap <termios.h> so that calls go direct and the symbols are all weak.
[TXT] tcsetpgrp.3  1.15   16 months  jsg   remove outdated "expected to be compliant" ok miod@ kn@ deraadt@
[TXT] tcsetpgrp.c  1.8   9 years  millert   Remove some useless casts and includes. OK deraadt@ tedu@