Age | Commit message (Expand) | Author |
2024-10-24 | Map ucom unit number to cuaU number using the same | Kenneth R Westerback |
2024-02-10 | If anything goes wrong with reading the 'sysctl hw.ucomnames', act | Theo de Raadt |
2023-12-21 | Tweak comment, the actual format is "ucom<unit#>:<usb id>" | Jeremie Courreges-Anglas |
2023-10-02 | Enable cu(1) -l to accept the usb paths shown in hw.ucomnames. | Kenneth R Westerback |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-03-22 | Add -E to change the escape character, from Artturi Alm. | Nicholas Marriott |
2017-12-10 | -r restricted mode blocks certain operations as ~ operations. | Theo de Raadt |
2017-08-22 | Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on a | Ricardo Mestre |
2015-10-16 | doug and I think the kernel has enough features to support | Theo de Raadt |
2015-10-05 | Set the line file descriptor nonblocking and make it blocking again for | Nicholas Marriott |
2015-05-18 | Add -d flag and dc capability to open devices non-blocking, used for the | Nicholas Marriott |
2015-02-08 | Separate the two usages for cu so you can either give it -l and -s (like | Nicholas Marriott |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-04-12 | -l should override HOST, pointed out by claudio@ | Nicholas Marriott |
2014-03-31 | If HOST or the host argument starts with a /, treat it as a device name | Nicholas Marriott |
2014-03-31 | Fix REMOTE to work like tip(1) - it can be either a path to a remote(5) | Nicholas Marriott |
2014-03-26 | Add support for retrieving the line and speed from the /etc/remote dv | Nicholas Marriott |
2013-11-20 | unsigned char casts with ctype macros are pretty obvious when dealing | Theo de Raadt |
2013-04-24 | simplify tilde expand as seen in ssh. ok nicm | Ted Unangst |
2013-01-17 | Fix a couple of spacing/style nits. | Nicholas Marriott |
2013-01-17 | Instead of creating line termios from scratch, call tcgetattr() and | Nicholas Marriott |
2012-07-13 | kill unused variable | Alexander Hall |
2012-07-13 | make the compat for -XXX to -s XXX simpler. sometimes you dont need to use | David Gwynne |
2012-07-12 | Set CLOCAL in remove c_cflag or line noise is likely to make cu exit as | Nicholas Marriott |
2012-07-12 | Add handler for SIGHUP. | Nicholas Marriott |
2012-07-10 | Fix usage. | Nicholas Marriott |
2012-07-10 | Add ~R command to start recording output to a file. | Nicholas Marriott |
2012-07-10 | Use function to restore termios and add ~X to help. | Nicholas Marriott |
2012-07-10 | Once we've set up termios, lines need to be \r\n terminated, and we need | Nicholas Marriott |
2012-07-10 | Restore termios and signal handlers before ~$ so ^C will kill child. | Nicholas Marriott |
2012-07-10 | Add a ~S escape to change the speed interactively (not using ~s since | Nicholas Marriott |
2012-07-10 | Add first cut of replacement for tip/cu. Not linked to the build. | Nicholas Marriott |