Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-26 | if one process is killed, kill the other ourself; various ok | Theo de Raadt | |
2003-10-15 | on fatal error, repair tty; millert ok | Theo de Raadt | |
2003-09-20 | Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote. | Todd C. Miller | |
Based on PR 3411 from Matthew Gream Also document "tandem" variable (XON/XOFF) in tip man page. | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-05-29 | Don't hard-code a list of allowed baud rates. Instead, accept | Todd C. Miller | |
anything but check the return value of tcsetattr() and error out if it fails. This way we accept any baud rate the serial driver will support. mickey@ OK | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-09-09 | implement some more command line options for cu and use getopt(3) | Todd C. Miller | |
2000-04-20 | avoid naming something pwrite() | Theo de Raadt | |
1998-07-12 | add no escape option (-n) | Todd T. Fries | |
1997-09-01 | Wall pass, and oflow fix from eivind@bitbox.follo.net | Theo de Raadt | |
1997-08-22 | Buf oflow fix from Warner Losh <imp@rover.village.org> | Todd C. Miller | |
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 | |||
1996-10-15 | Possible buf oflow + index -> strchr. | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
Convert to termios (from Scott Reynolds; PR#1621). 8-bit patches (from Matthieu Herrb; PR#1384). | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |