Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-12 | Whoops, missed these. | Nicholas Marriott | |
2009-12-12 | tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, so | Nicholas Marriott | |
remove the code. ok deraadt | |||
2009-12-12 | Use a socketpair instead of a pair of pipes. | Nicholas Marriott | |
looks ok to millert@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2008-06-01 | synchronize synopsis and usage. | Igor Sobrado | |
2007-05-15 | Remove useless NOxxx defines and use NULL instead. | Moritz Jodeit | |
No binary change. OK ray@ | |||
2006-11-27 | Back out revision 1.31, restoring the ":dc: is always set" behaviour. | Ryan Thomas McBride | |
Fixes hangs seen with uplcom(4) and serial console. testing pedro jolan ok deraadt | |||
2006-09-22 | remove the :dc: is always set behavior (use cua devices or /etc/remote | Jason Wright | |
entries to override); ok deraadt awhile ago. | |||
2006-08-18 | tip/cu always set "dc" because the code was reading from the wrong value | Jason Wright | |
in the array. Point it at the correct chunk of memory. For now, also preserve the old ":dc:" is always set behavior. ok deraadt | |||
2006-06-06 | teach tip about line disciplines; tried by mbalmer too | Theo de Raadt | |
2006-03-17 | size_t size() | Theo de Raadt | |
2006-03-17 | more cleanups; ok moritz | Theo de Raadt | |
2006-03-17 | big prototype cleanup: | Moritz Jodeit | |
o make more functions static o add all the prototypes to tip.h o consistently declare functions in the cmd table testing and ok dhill@ | |||
2006-03-16 | first pass of cleanup of this mess; ok dhill | Theo de Raadt | |
2004-11-07 | Do not ignore SIGCHLD, repairing hangs after a subshell is executed | Otto Moerbeek | |
via ~! or ~C. While there, fix description of fd's available to the command executed by ~C in man page and comments. This has been wrong since at least 4.4BSD... Spotted by Hugo Villeneuve. PR 3971. ok and help millert@; ok deraadt@ | |||
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-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-05-07 | Carefully applied -Wall fixups from <panda@omatis.com>. | Hugh Graham | |
Also a little KNF. | |||
2002-03-25 | bring in prototypes | Theo de Raadt | |
2002-02-25 | mark getc uses with regard to int and EOF | Theo de Raadt | |
2001-10-24 | kill register | Todd C. Miller | |
2001-09-26 | Wall cleanup w/ some fixes; ok millert | Peter Valchev | |
2001-09-09 | implement some more command line options for cu and use getopt(3) | Todd C. Miller | |
2001-04-12 | Change tip default from even parity to no parity which is more in line | Todd C. Miller | |
with user expectations. | |||
2000-04-20 | avoid naming something pwrite() | Theo de Raadt | |
2000-01-09 | remove O_NONBLOCK from tty fd so we don't spin with EAGAIN | Jason Wright | |
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-25 | clean gid too | 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-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 | |