summaryrefslogtreecommitdiff
path: root/usr.bin/tip/cmds.c
AgeCommit message (Collapse)Author
2005-03-11PR 4135: detect illegal frame sizes; fix file transfer when usingOtto Moerbeek
emecs editing mode on the remote end; print [EOT] on ~. again, by making tip_abort able to finish. Largely from Hugo Villeneuve <harpagon at jwales dot EINTR dotnet> ok deraadt@ "looks good" miod@ Man page tweaks by jmc@
2004-11-07Do not ignore SIGCHLD, repairing hangs after a subshell is executedOtto 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-26if one process is killed, kill the other ourself; various okTheo de Raadt
2004-02-20bring back old cdelay & ldelay code, make it work; millert okTheo de Raadt
2003-09-20Implement 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-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-06-12a real pid_t cleanup.Mike Pechkin
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2002-05-07Carefully applied -Wall fixups from <panda@omatis.com>.Hugh Graham
Also a little KNF.
2001-10-24kill registerTodd C. Miller
2001-09-26Wall cleanup w/ some fixes; ok millertPeter Valchev
2001-09-09Add ~v escape to print all variables and their values.Todd C. Miller
In cu, the phone number argument is optional. However, *some* argument must be specified and this is not currently obvious from the man page or usage warning.
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2000-04-20avoid naming something pwrite()Theo de Raadt
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-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