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_6_2_BASE


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.15   8 years  nicm   Set the line file descriptor nonblocking and make it blocking again for xmodem a...
[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.25   6 years  mestre   Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on a non-T...
[TXT] cu.h  1.7   8 years  nicm   Set the line file descriptor nonblocking and make it blocking again for xmodem a...
[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@