summaryrefslogtreecommitdiff
path: root/usr.bin/tip/cu.c
AgeCommit message (Collapse)Author
2002-05-29Don't hard-code a list of allowed baud rates. Instead, acceptTodd C. Miller
anything but check the return value of tcsetattr() and error out if it fails. This way we accept any baud rate the serial driver will support. mickey@ OK
2002-05-07Carefully applied -Wall fixups from <panda@omatis.com>.Hugh Graham
Also a little KNF.
2002-02-10Correctly handle pority settings on commandline.Miod Vallat
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-17ensure that DV has a /dev/ in itTheo 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-09Add ~v escape to print all variables and their values.Todd C. Miller
In cu, the phone number argument is optional. However, *some* argument must be specified and this is not currently obvious from the man page or usage warning.
1997-09-01Wall pass, and oflow fix from eivind@bitbox.follo.netTheo de Raadt
1997-04-02Merge in good changes from NetBSD:Todd C. Miller
Compile in strcict ansi (some day I'll get around to -Wall) use set* functions instead of modifying the lvalue Change a few sprintf() to snprintf() where it coudl possibly matter. Replace zzhack stuff with something saner to make tip work on alpha
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt