summaryrefslogtreecommitdiff
path: root/usr.bin/tip
AgeCommit message (Collapse)Author
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
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1995-12-14from netbsd:Theo de Raadt
Convert to termios (from Scott Reynolds; PR#1621). 8-bit patches (from Matthieu Herrb; PR#1384).
1995-10-18initial import of NetBSD treeTheo de Raadt