tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
termios
/
at
jcs
21 files
Makefile.inc
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
10 years ago
cfgetispeed.c
zap rcsid
20 years ago
cfgetospeed.c
zap rcsid
20 years ago
cfmakeraw.c
Have cfmakeraw() also reset VMIN and VTIME to their default values; ok kettenis miod
18 years ago
cfsetispeed.c
zap rcsid
20 years ago
cfsetospeed.c
zap rcsid
20 years ago
cfsetspeed.c
zap rcsid
20 years ago
tcdrain.c
Use a Thread Information Block in both single and multi-threaded programs. This stores errno, the cancelation flags, and related bits for each thread and is allocated by ld.so or libc.a. This is an ABI break from 5.9-stable!
10 years ago
tcflow.c
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()
8 years ago
tcflush.c
Prefer <fcntl.h> over <sys/fcntl.h>
10 years ago
tcgetattr.c
Wrap <termios.h> so that calls go direct and the symbols are all weak.
10 years ago
tcgetpgrp.3
remove outdated "expected to be compliant" ok miod@ kn@ deraadt@
3 years ago
tcgetpgrp.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
tcgetsid.3
remove outdated "expected to be compliant" ok miod@ kn@ deraadt@
3 years ago
tcgetsid.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
tcsendbreak.3
remove outdated "expected to be compliant" ok miod@ kn@ deraadt@
3 years ago
tcsendbreak.c
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()
8 years ago
tcsetattr.3
remove outdated "expected to be compliant" ok miod@ kn@ deraadt@
3 years ago
tcsetattr.c
Wrap <termios.h> so that calls go direct and the symbols are all weak.
10 years ago
tcsetpgrp.3
remove outdated "expected to be compliant" ok miod@ kn@ deraadt@
3 years ago
tcsetpgrp.c
Remove some useless casts and includes. OK deraadt@ tedu@
11 years ago