Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-29 | Don't hard-code a list of allowed baud rates. Instead, accept | Todd 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-07 | Carefully applied -Wall fixups from <panda@omatis.com>. | Hugh Graham | |
Also a little KNF. | |||
2002-02-10 | Correctly handle pority settings on commandline. | Miod Vallat | |
2001-09-26 | Wall cleanup w/ some fixes; ok millert | Peter Valchev | |
2001-09-24 | Use setboolean for -h flag instead of casting things by hand. | Todd C. Miller | |
2001-09-17 | ensure that DV has a /dev/ in it | Theo de Raadt | |
2001-09-10 | remove bogus #include <getopt.h> | Todd C. Miller | |
2001-09-09 | implement some more command line options for cu and use getopt(3) | Todd C. Miller | |
2001-09-09 | Add ~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-01 | Wall pass, and oflow fix from eivind@bitbox.follo.net | Theo de Raadt | |
1997-04-02 | Merge 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-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |