summaryrefslogtreecommitdiffstats
path: root/usr.bin/tip/tip.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* clean gid tooderaadt1997-08-251-2/+3
|
* Buf oflow fix from Warner Losh <imp@rover.village.org>millert1997-08-221-4/+5
|
* Incorporate some NetBSD changes:millert1997-04-201-4/+7
| | | | | | | | | | | | | | 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)
* Merge in good changes from NetBSD:millert1997-04-021-6/+6
| | | | | | | 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
* rcsidderaadt1996-06-261-1/+2
|
* from netbsd:deraadt1995-12-141-40/+38
| | | | | Convert to termios (from Scott Reynolds; PR#1621). 8-bit patches (from Matthieu Herrb; PR#1384).
* initial import of NetBSD treederaadt1995-10-181-0/+604