summaryrefslogtreecommitdiffstats
path: root/usr.bin/cu
AgeCommit message (Expand)AuthorFilesLines
2020-02-08correct Research Unix edition "appeared in" use in HISTORYjsg1-3/+3
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt2-4/+4
2019-03-22Add -E to change the escape character, from Artturi Alm.nicm4-24/+44
2018-08-05document some more escapes which are hit by restricted mode,jmc1-13/+19
2017-12-10sort -r in the description list, and make its grammar match thosejmc1-6/+6
2017-12-10-r restricted mode blocks certain operations as ~ operations.deraadt4-8/+34
2017-08-22Call isatty(3) prior to ioctl(TIOCEXCL) to check if cu(1) was invoked on amestre1-1/+3
2016-02-04Include stdint.h for the uint{8,16}_t types. OK nicm@millert1-1/+2
2015-10-16doug and I think the kernel has enough features to supportderaadt1-1/+5
2015-10-05Set the line file descriptor nonblocking and make it blocking again fornicm4-6/+29
2015-10-05Style nits on a couple of casts.nicm1-3/+3
2015-05-18Add -d flag and dc capability to open devices non-blocking, used for thenicm2-8/+26
2015-04-24remove the old tip SCCS notederaadt1-4/+2
2015-02-28Reduce usage of predefined strings in manpages.bentley1-4/+4
2015-02-08Separate the two usages for cu so you can either give it -l and -s (likenicm2-17/+23
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+3
2014-09-21Fix an invalid escape sequence.daniel1-3/+3
2014-04-12-l should override HOST, pointed out by claudio@nicm1-4/+5
2014-03-31If HOST or the host argument starts with a /, treat it as a device namenicm1-6/+10
2014-03-31Fix REMOTE to work like tip(1) - it can be either a path to a remote(5)nicm2-17/+31
2014-03-26Add support for retrieving the line and speed from the /etc/remote dvnicm2-22/+100
2013-11-20unsigned char casts with ctype macros are pretty obvious when dealingderaadt1-2/+2
2013-11-12simpler prototype repairsderaadt2-2/+9
2013-07-20Add support for XMODEM-CRC and fix transfer initiation. Successfullynaddy1-7/+47
2013-04-24simplify tilde expand as seen in ssh. ok nicmtedu1-13/+14
2013-03-11Simplify text about -l and use cua not tty in examples.nicm1-19/+7
2013-03-09Add new cu to the build and disable tip. Also bump "first appeared in"nicm1-3/+3
2013-01-17Fix a couple of spacing/style nits.nicm2-5/+5
2013-01-17Instead of creating line termios from scratch, call tcgetattr() andnicm1-7/+10
2012-11-21Plug fp leak, from rustyBSD at gmx dot fr.nicm1-2/+2
2012-07-15Add a command (~D) to drop the DTR line for a second (similar to usingnicm2-3/+11
2012-07-13kill unused variablehalex1-3/+3
2012-07-13make the compat for -XXX to -s XXX simpler. sometimes you dont need to usedlg1-21/+8
2012-07-12Set CLOCAL in remove c_cflag or line noise is likely to make cu exit asnicm1-2/+2
2012-07-12Add handler for SIGHUP.nicm1-1/+4
2012-07-12Describe ~X as "send" not "transfer" to be clearer.nicm1-3/+3
2012-07-11Make ~~ send a ~, pointed out by naddy.nicm1-1/+4
2012-07-11Separate total block counter (reported to user) from 8-bit block counternicm1-3/+5
2012-07-10Fix usage.nicm1-2/+3
2012-07-10Add ~R command to start recording output to a file.nicm4-4/+35
2012-07-10Use function to restore termios and add ~X to help.nicm2-6/+5
2012-07-10Trim some unused externs.nicm1-3/+1
2012-07-10Add builtin XMODEM send support with ~X, only tested with lrz -X so far.nicm5-5/+205
2012-07-10+limits.h.nicm1-1/+2
2012-07-10Once we've set up termios, lines need to be \r\n terminated, and we neednicm6-28/+117
2012-07-10closefrom(STDERR_FILENO + 1) not STDOUT_FILENO so that output actually appears ;-).nicm1-3/+3
2012-07-10Implement ~C.nicm2-2/+65
2012-07-10Restore termios and signal handlers before ~$ so ^C will kill child.nicm2-2/+16
2012-07-10Add a ~S escape to change the speed interactively (not using ~s sincenicm4-17/+55
2012-07-10Add first cut of replacement for tip/cu. Not linked to the build.nicm6-0/+747