summaryrefslogtreecommitdiff
path: root/usr.bin/cu
AgeCommit message (Expand)Author
2024-10-24Map ucom unit number to cuaU number using the sameKenneth R Westerback
2024-02-10If anything goes wrong with reading the 'sysctl hw.ucomnames', actTheo de Raadt
2023-12-21Tweak comment, the actual format is "ucom<unit#>:<usb id>"Jeremie Courreges-Anglas
2023-10-03remove unused Pp macro;Jason McIntyre
2023-10-02Add 'host root port' information to hw.ucomnames.Kenneth R Westerback
2023-10-02Enable cu(1) -l to accept the usb paths shown in hw.ucomnames.Kenneth R Westerback
2022-08-04cu first appeared outside of Bell Labs in PWB/UNIX 1.0 before v7Jonathan Gray
2020-12-12Replace list faked with a literal display with a real list.Anthony J. Bentley
2020-02-08correct Research Unix edition "appeared in" use in HISTORYJonathan Gray
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-03-22Add -E to change the escape character, from Artturi Alm.Nicholas Marriott
2018-08-05document some more escapes which are hit by restricted mode,Jason McIntyre
2017-12-10sort -r in the description list, and make its grammar match thoseJason McIntyre
2017-12-10-r restricted mode blocks certain operations as ~ operations.Theo de Raadt
2017-08-22Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on aRicardo Mestre
2016-02-04Include stdint.h for the uint{8,16}_t types. OK nicm@Todd C. Miller
2015-10-16doug and I think the kernel has enough features to supportTheo de Raadt
2015-10-05Set the line file descriptor nonblocking and make it blocking again forNicholas Marriott
2015-10-05Style nits on a couple of casts.Nicholas Marriott
2015-05-18Add -d flag and dc capability to open devices non-blocking, used for theNicholas Marriott
2015-04-24remove the old tip SCCS noteTheo de Raadt
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-08Separate the two usages for cu so you can either give it -l and -s (likeNicholas Marriott
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-09-21Fix an invalid escape sequence.Daniel Dickman
2014-04-12-l should override HOST, pointed out by claudio@Nicholas Marriott
2014-03-31If HOST or the host argument starts with a /, treat it as a device nameNicholas Marriott
2014-03-31Fix REMOTE to work like tip(1) - it can be either a path to a remote(5)Nicholas Marriott
2014-03-26Add support for retrieving the line and speed from the /etc/remote dvNicholas Marriott
2013-11-20unsigned char casts with ctype macros are pretty obvious when dealingTheo de Raadt
2013-11-12simpler prototype repairsTheo de Raadt
2013-07-20Add support for XMODEM-CRC and fix transfer initiation. SuccessfullyChristian Weisgerber
2013-04-24simplify tilde expand as seen in ssh. ok nicmTed Unangst
2013-03-11Simplify text about -l and use cua not tty in examples.Nicholas Marriott
2013-03-09Add new cu to the build and disable tip. Also bump "first appeared in"Nicholas Marriott
2013-01-17Fix a couple of spacing/style nits.Nicholas Marriott
2013-01-17Instead of creating line termios from scratch, call tcgetattr() andNicholas Marriott
2012-11-21Plug fp leak, from rustyBSD at gmx dot fr.Nicholas Marriott
2012-07-15Add a command (~D) to drop the DTR line for a second (similar to usingNicholas Marriott
2012-07-13kill unused variableAlexander Hall
2012-07-13make the compat for -XXX to -s XXX simpler. sometimes you dont need to useDavid Gwynne
2012-07-12Set CLOCAL in remove c_cflag or line noise is likely to make cu exit asNicholas Marriott
2012-07-12Add handler for SIGHUP.Nicholas Marriott
2012-07-12Describe ~X as "send" not "transfer" to be clearer.Nicholas Marriott
2012-07-11Make ~~ send a ~, pointed out by naddy.Nicholas Marriott
2012-07-11Separate total block counter (reported to user) from 8-bit block counterNicholas Marriott
2012-07-10Fix usage.Nicholas Marriott
2012-07-10Add ~R command to start recording output to a file.Nicholas Marriott
2012-07-10Use function to restore termios and add ~X to help.Nicholas Marriott
2012-07-10Trim some unused externs.Nicholas Marriott