summaryrefslogtreecommitdiff
path: root/usr.bin/tip
AgeCommit message (Expand)Author
2005-05-24Remove -ansi as that means expose only C89 interfaces.Todd C. Miller
2005-04-11use STDERR_FILENO; ok cloderTheo de Raadt
2005-04-08~. was not being marked up properly;Jason McIntyre
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2005-03-11PR 4135: detect illegal frame sizes; fix file transfer when usingOtto Moerbeek
2005-02-17Fix case where we were testing on AC, but operating on FD. The changed codeAaron Campbell
2004-11-07space before punctuation when passed to macro;Jason McIntyre
2004-11-07Do not ignore SIGCHLD, repairing hangs after a subshell is executedOtto Moerbeek
2004-05-26if one process is killed, kill the other ourself; various okTheo de Raadt
2004-02-20bring back old cdelay & ldelay code, make it work; millert okTheo de Raadt
2003-10-15on fatal error, repair tty; millert okTheo de Raadt
2003-09-20Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote.Todd C. Miller
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-04baud rate capability is `br', not `ba';Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-05dont write too much data when disconnecting in biz22, also use sizeofAnil Madhavapeddy
2003-04-04some easy string fixes; tdeval okTheo de Raadt
2003-03-11files with dead .Xr's;Jason McIntyre
2003-01-28Document the rest of cu's options; from Andrey SmaginTodd C. Miller
2003-01-10case; jmcFederico G. Schwindt
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-29Don't hard-code a list of allowed baud rates. Instead, acceptTodd C. Miller
2002-05-29more snprintfTheo de Raadt
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-05-07Carefully applied -Wall fixups from <panda@omatis.com>.Hugh Graham
2002-05-03Typo; from Andrey Smagin (andrey at smagin dot com), thanks!Miod Vallat
2002-03-25bring in prototypesTheo de Raadt
2002-02-25mark getc uses with regard to int and EOFTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-10Correctly handle pority settings on commandline.Miod Vallat
2001-11-19kill more registersMike Pechkin
2001-10-24kill registerTodd C. Miller
2001-09-26Wall cleanup w/ some fixes; ok millertPeter Valchev
2001-09-24Use setboolean for -h flag instead of casting things by hand.Todd C. Miller
2001-09-23for cu, default to 9600 baud rate instead of 1200Peter Valchev
2001-09-17document flags for cuTheo de Raadt
2001-09-17ensure that DV has a /dev/ in itTheo de Raadt
2001-09-17handle names without / in themTheo de Raadt
2001-09-10remove bogus #include <getopt.h>Todd C. Miller
2001-09-09implement some more command line options for cu and use getopt(3)Todd C. Miller
2001-09-09fix typo in function prototypeTodd C. Miller
2001-09-09Add ~v escape to print all variables and their values.Todd C. Miller
2001-09-09Link cu to tip now that UUCP is a port.Todd C. Miller
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-08-11Fixup example files, man pages and phones parsing.Kenneth R Westerback
2001-07-31add a space after the no spaceHugh Graham
2001-07-12first pass at a -Wall cleanupTheo de Raadt