summaryrefslogtreecommitdiff
path: root/usr.bin/tip/tip.h
AgeCommit message (Collapse)Author
1997-09-01Wall pass, and oflow fix from eivind@bitbox.follo.netTheo de Raadt
1997-08-22Buf oflow fix from Warner Losh <imp@rover.village.org>Todd C. Miller
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
1996-10-15Possible buf oflow + index -> strchr.Todd C. Miller
1996-06-26rcsidTheo de Raadt
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