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
/
usr.bin
/
cu
/
at
jcs
8 files
Makefile
Add builtin XMODEM send support with ~X, only tested with lrz -X so far.
13 years ago
command.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
cu.1
remove unused Pp macro;
2 years ago
cu.c
Map ucom unit number to cuaU number using the same scheme as MAKEDEV uses.
1 year ago
cu.h
Add -E to change the escape character, from Artturi Alm.
7 years ago
error.c
Once we've set up termios, lines need to be \r\n terminated, and we need to reset termios before exiting. So add custom versions of err(), errx(), warn(), warnx() to handle this.
13 years ago
input.c
Once we've set up termios, lines need to be \r\n terminated, and we need to reset termios before exiting. So add custom versions of err(), errx(), warn(), warnx() to handle this.
13 years ago
xmodem.c
Include stdint.h for the uint{8,16}_t types. OK nicm@
10 years ago