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
/
libexec
/
rpc.rusersd
/
at
jcs
4 files
Makefile
zap trailing newlines; "go for it" deraadt
11 years ago
rpc.rusersd.8
unveil(2) "/dev" read-only instead of using chroot(2)/chdir(2). after calling the latter the program then also calls stat(2) and therefore it never actually worked correctly since they were added almost 20 years now.
4 years ago
rusers_proc.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
rusersd.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago