summaryrefslogtreecommitdiff
path: root/usr.bin/tip
AgeCommit message (Collapse)Author
2001-11-19kill more registersMike Pechkin
millert@ ok
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
mention what the default is in the man page ok millert
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
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.
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
POSIX counterparts.
2001-08-11Fixup example files, man pages and phones parsing.Kenneth R Westerback
Make '/etc/remote' a working example, with some lengthy comments that might help people trying to use it. Remove untruths and beef up documentation for tip(1), remote(5) and phones(5). In particular remove last reference to the 'cu' tip interface since we use the 'cu' that comes with uucp, improve documentation on phone numbers and flesh out documentation on acu/modems supported. Document PHONES and REMOTE environment variables. Cleanup parsing of /etc/phones (so our example can be used) and ignore lines with empty phone numbers instead of aborting the scan of the file. This makes /etc/phones parsing consistant with ':pn:' capability parsing. Don't try to dial empty phone numbers in either case. ok millert@
2001-07-31add a space after the no spaceHugh Graham
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2001-04-12Minor nits:Todd C. Miller
"lower case" -> "lowecase", "upper case" -> "uppercase", "file system" -> "filesystem"
2001-04-12Change tip default from even parity to no parity which is more in lineTodd C. Miller
with user expectations.
2000-12-17data base -> databaseTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-04-20avoid naming something pwrite()Theo de Raadt
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-01-09remove O_NONBLOCK from tty fd so we don't spin with EAGAINJason Wright
1999-08-20Don't install with special permissions.Jason Downs
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-02-04remove strcpy, even if safeTheo de Raadt
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
1998-07-12document -nTodd T. Fries
1998-07-12add no escape option (-n)Todd T. Fries
1997-09-21$OpenBSD$Theo de Raadt
1997-09-07check for acu typeNiels Provos
1997-09-01Wall pass, and oflow fix from eivind@bitbox.follo.netTheo de Raadt
1997-08-25clean gid tooTheo de Raadt
1997-08-24avoid oflowTheo de Raadt
1997-08-23Avoid buf oflow. From Warner Losh <imp@rover.village.org>Todd C. Miller
1997-08-22Buf oflow fix from Warner Losh <imp@rover.village.org>Todd C. Miller
1997-07-21setgid dialerTheo de Raadt
1997-04-20Incorporate some NetBSD changes:Todd C. Miller
tip.c getchar() returns an int [important since EOF == -1] (thorpej) Set CLOCAL if dc flag is set (mellon) tip.h Change booleans from char to short so that comparisons against negative values work as expected on systems with unsigned chars. (thorpej) Add boolean for dc flag (mellon) hunt.c Set O_NONBLOCK if dc flag set. Don't set HUPCL if dc flag is set. (mellon) remote.c Add boolean for dc flag (mellon)
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
1997-01-17r?index -> strr?chrTodd C. Miller
1996-11-03Translate '=' in phone number strings into ',' (to generate delays)Todd C. Miller
like other dialers do. From NetBSD (cgd).
1996-10-15Possible buf oflow + index -> strchr.Todd C. Miller
1996-07-26Install with 4554 permissions so people not in the dialer group can makedm
a non-setuid copy and run it.
1996-06-26rcsidTheo de Raadt