OpenBSD CVS

src/usr.bin/cu/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / cu


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   11 years  nicm   Add builtin XMODEM send support with ~X, only tested with lrz -X so far.
[TXT] command.c  1.18   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] cu.1  1.25   7 months  jmc   remove unused Pp macro;
[TXT] cu.c  1.31   2 months  deraadt   If anything goes wrong with reading the 'sysctl hw.ucomnames', act like it is th...
[TXT] cu.h  1.9   5 years  nicm   Add -E to change the escape character, from Artturi Alm. no objections from der...
[TXT] error.c  1.1   11 years  nicm   Once we've set up termios, lines need to be \r\n terminated, and we need to rese...
[TXT] input.c  1.2   11 years  nicm   Once we've set up termios, lines need to be \r\n terminated, and we need to rese...
[TXT] xmodem.c  1.9   8 years  millert   Include stdint.h for the uint{8,16}_t types. OK nicm@