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

Current tag: OPENBSD_5_8


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.13   10 years  deraadt   simpler prototype repairs
[TXT] cu.1  1.15   9 years  nicm   Add -d flag and dc capability to open devices non-blocking, used for the few dri...
[TXT] cu.c  1.22   9 years  nicm   Add -d flag and dc capability to open devices non-blocking, used for the few dri...
[TXT] cu.h  1.6   11 years  nicm   Add ~R command to start recording output to a file.
[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.7   9 years  daniel   Fix an invalid escape sequence. ok nicm@