Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-10-24 | kill register | Todd C. Miller | |
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-23 | for cu, default to 9600 baud rate instead of 1200 | Peter Valchev | |
mention what the default is in the man page ok millert | |||
2001-09-17 | document flags for cu | Theo de Raadt | |
2001-09-17 | ensure that DV has a /dev/ in it | Theo de Raadt | |
2001-09-17 | handle names without / in them | 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 | fix typo in function prototype | 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. | |||
2001-09-09 | Link cu to tip now that UUCP is a port. | Todd C. Miller | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-08-11 | Fixup 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-31 | add a space after the no space | Hugh Graham | |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-04-12 | Minor nits: | Todd C. Miller | |
"lower case" -> "lowecase", "upper case" -> "uppercase", "file system" -> "filesystem" | |||
2001-04-12 | Change tip default from even parity to no parity which is more in line | Todd C. Miller | |
with user expectations. | |||
2000-12-17 | data base -> database | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron 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-20 | avoid naming something pwrite() | Theo de Raadt | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-01-09 | remove O_NONBLOCK from tty fd so we don't spin with EAGAIN | Jason Wright | |
1999-08-20 | Don't install with special permissions. | Jason Downs | |
1999-06-05 | - remove trailing white space | Aaron 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-04 | remove strcpy, even if safe | Theo de Raadt | |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd 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-12 | document -n | Todd T. Fries | |
1998-07-12 | add no escape option (-n) | Todd T. Fries | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-07 | check for acu type | Niels Provos | |
1997-09-01 | Wall pass, and oflow fix from eivind@bitbox.follo.net | Theo de Raadt | |
1997-08-25 | clean gid too | Theo de Raadt | |
1997-08-24 | avoid oflow | Theo de Raadt | |
1997-08-23 | Avoid buf oflow. From Warner Losh <imp@rover.village.org> | Todd C. Miller | |
1997-08-22 | Buf oflow fix from Warner Losh <imp@rover.village.org> | Todd C. Miller | |
1997-07-21 | setgid dialer | Theo de Raadt | |
1997-04-20 | Incorporate 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-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 | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1996-11-03 | Translate '=' in phone number strings into ',' (to generate delays) | Todd C. Miller | |
like other dialers do. From NetBSD (cgd). | |||
1996-10-15 | Possible buf oflow + index -> strchr. | Todd C. Miller | |
1996-07-26 | Install with 4554 permissions so people not in the dialer group can make | dm | |
a non-setuid copy and run it. | |||
1996-06-26 | rcsid | Theo de Raadt | |