Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove tip(1), superseded by cu(1). | 2015-04-24 | 1 | -520/+0 | |
| | | | | ok deraadt sthen bmercer | ||||
* | Convert many atoi() calls to strtonum(), adding range checks and failure | 2015-04-18 | 1 | -2/+9 | |
| | | | | | handling along the way. Reviews by Brendan MacDonell, Jeremy Devenport, florian, doug, millert | ||||
* | remove unused cu(1) support in tip; it is supplied as a seperate | 2015-02-07 | 1 | -18/+4 | |
| | | | | | simpler binary written by nicm since 5.4 ok jsing dlg | ||||
* | Get rid of two 10-year-old XXX comments and do check for getchar(3) returning | 2012-12-04 | 1 | -7/+15 | |
| | | | | | | | EOF. Fixes a very annoying bug where cu(1) will start sending the EOF "character" down the serial line at high speed if it loses its input terminal. ok deraadt@, nicm@ | ||||
* | Changed vinit to clear the values but forgot to move it before they are set by | 2010-07-03 | 1 | -3/+3 | |
| | | | | command line parsing. | ||||
* | Clear table and set defaults manually, also move table into value.c. | 2010-07-02 | 1 | -2/+4 | |
| | |||||
* | Merge almost-empty pathnames.h into tip.h. | 2010-07-02 | 1 | -2/+1 | |
| | |||||
* | Rewrite hunt() to put the "rotary action" into it rather than remote.c, and so | 2010-07-02 | 1 | -10/+2 | |
| | | | | | it isn't so stupid (returning a char * as a long which goes into an int to use as a flag, ugh). | ||||
* | Nix some warnings. | 2010-07-01 | 1 | -2/+4 | |
| | |||||
* | Change variable get/set macros to have better names and drop boolean/character | 2010-07-01 | 1 | -29/+30 | |
| | | | | ones. | ||||
* | remove unused variables | 2010-07-01 | 1 | -2/+2 | |
| | | | | | | add missing headers needed for uu_unlock() ok nicm@ | ||||
* | Unused variables. | 2010-06-30 | 1 | -4/+1 | |
| | |||||
* | Add new read-only vtable entries for device and connection string and use those | 2010-06-29 | 1 | -4/+4 | |
| | | | | instead of variables. | ||||
* | Since dial-up is no longer supported, no need to store a phone number, or | 2010-06-29 | 1 | -23/+1 | |
| | | | | accept one to cu(1). | ||||
* | For every variable which has a value table entry with IREMOTE, remove the | 2010-06-29 | 1 | -3/+3 | |
| | | | | | remote variable and always use the value from the vtable. This then allows the IREMOTE flag to be removed. | ||||
* | Merge v_type and v_access into one v_flags member in value_t, get rid of TRUE | 2010-06-29 | 1 | -2/+2 | |
| | | | | and FALSE, and rename the other flags to have a V_ prefix. | ||||
* | Now that there is no dial-up support, all connections are hardwired so drop the | 2010-06-29 | 1 | -13/+3 | |
| | | | | flag and ignore the -t option to cu(1). | ||||
* | Bye-bye acu which even UUCP-using naddy agrees "was obsolete 20 years ago" :-). | 2010-06-29 | 1 | -14/+11 | |
| | |||||
* | Replace "nice" strcmp() wrapper macro with strcmp. | 2010-06-29 | 1 | -7/+7 | |
| | | | | ok jsing | ||||
* | Whoops, missed these. | 2009-12-12 | 1 | -3/+1 | |
| | |||||
* | tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, so | 2009-12-12 | 1 | -60/+2 | |
| | | | | | | remove the code. ok deraadt | ||||
* | Use a socketpair instead of a pair of pipes. | 2009-12-12 | 1 | -6/+25 | |
| | | | | looks ok to millert@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -14/+1 | |
| | | | | | | | 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 | ||||
* | synchronize synopsis and usage. | 2008-06-01 | 1 | -3/+3 | |
| | |||||
* | Remove useless NOxxx defines and use NULL instead. | 2007-05-15 | 1 | -6/+6 | |
| | | | | | | No binary change. OK ray@ | ||||
* | Back out revision 1.31, restoring the ":dc: is always set" behaviour. | 2006-11-27 | 1 | -2/+5 | |
| | | | | | | | Fixes hangs seen with uplcom(4) and serial console. testing pedro jolan ok deraadt | ||||
* | remove the :dc: is always set behavior (use cua devices or /etc/remote | 2006-09-22 | 1 | -5/+2 | |
| | | | | entries to override); ok deraadt awhile ago. | ||||
* | tip/cu always set "dc" because the code was reading from the wrong value | 2006-08-18 | 1 | -2/+5 | |
| | | | | | | in the array. Point it at the correct chunk of memory. For now, also preserve the old ":dc:" is always set behavior. ok deraadt | ||||
* | teach tip about line disciplines; tried by mbalmer too | 2006-06-06 | 1 | -2/+7 | |
| | |||||
* | size_t size() | 2006-03-17 | 1 | -4/+4 | |
| | |||||
* | more cleanups; ok moritz | 2006-03-17 | 1 | -14/+15 | |
| | |||||
* | big prototype cleanup: | 2006-03-17 | 1 | -12/+11 | |
| | | | | | | | | 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@ | ||||
* | first pass of cleanup of this mess; ok dhill | 2006-03-16 | 1 | -43/+25 | |
| | |||||
* | Do not ignore SIGCHLD, repairing hangs after a subshell is executed | 2004-11-07 | 1 | -3/+3 | |
| | | | | | | | 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@ | ||||
* | if one process is killed, kill the other ourself; various ok | 2004-05-26 | 1 | -7/+13 | |
| | |||||
* | on fatal error, repair tty; millert ok | 2003-10-15 | 1 | -3/+6 | |
| | |||||
* | Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote. | 2003-09-20 | 1 | -2/+4 | |
| | | | | | Based on PR 3411 from Matthew Gream Also document "tandem" variable (XON/XOFF) in tip man page. | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Don't hard-code a list of allowed baud rates. Instead, accept | 2002-05-29 | 1 | -38/+21 | |
| | | | | | | 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 | ||||
* | Carefully applied -Wall fixups from <panda@omatis.com>. | 2002-05-07 | 1 | -4/+4 | |
| | | | | Also a little KNF. | ||||
* | bring in prototypes | 2002-03-25 | 1 | -5/+8 | |
| | |||||
* | mark getc uses with regard to int and EOF | 2002-02-25 | 1 | -4/+7 | |
| | |||||
* | kill register | 2001-10-24 | 1 | -20/+19 | |
| | |||||
* | Wall cleanup w/ some fixes; ok millert | 2001-09-26 | 1 | -3/+3 | |
| | |||||
* | implement some more command line options for cu and use getopt(3) | 2001-09-09 | 1 | -25/+10 | |
| | |||||
* | Change tip default from even parity to no parity which is more in line | 2001-04-12 | 1 | -3/+3 | |
| | | | | with user expectations. | ||||
* | avoid naming something pwrite() | 2000-04-20 | 1 | -6/+6 | |
| | |||||
* | remove O_NONBLOCK from tty fd so we don't spin with EAGAIN | 2000-01-09 | 1 | -2/+13 | |
| | |||||
* | add no escape option (-n) | 1998-07-12 | 1 | -4/+10 | |
| | |||||
* | Wall pass, and oflow fix from eivind@bitbox.follo.net | 1997-09-01 | 1 | -10/+30 | |
| |