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
/
bin
/
stty
/
at
jcs
10 files
Makefile
$OpenBSD$
28 years ago
cchar.c
header cleanup
10 years ago
extern.h
remove prototypes with no matching function and externs with no var partly checked by millert@
2 years ago
gfmt.c
header cleanup
10 years ago
key.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
modes.c
header cleanup
10 years ago
print.c
Quiet a clang warning from -Wstring-plus-int. OK naddy@
9 years ago
stty.1
man pages: add missing commas between subordinate and main clauses
4 years ago
stty.c
stty(1) can't be pledged for all modes, but it can be unveiled. the only file to be opened is on stty -f `file', so call unveil(2) afterwards to restrict all fs access.
4 years ago
stty.h
header cleanup
10 years ago