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
/
sbin
/
ldattach
/
at
trash-bin2
5 files
Makefile
redundant, gets BINDIR from ../Makefile.inc
8 years ago
atomicio.c
replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) ok guenther
13 years ago
atomicio.h
Add the '-p' option to ldattach(8) to pass data received from the device to the master device of a pty(4) pair. The name of the slave device is written to standard output.
18 years ago
ldattach.8
no more sl(4);
11 years ago
ldattach.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