summaryrefslogtreecommitdiff
path: root/usr.bin/tip/tip.c
AgeCommit message (Expand)Author
2010-07-03Changed vinit to clear the values but forgot to move it before they are set byNicholas Marriott
2010-07-02Clear table and set defaults manually, also move table into value.c.Nicholas Marriott
2010-07-02Merge almost-empty pathnames.h into tip.h.Nicholas Marriott
2010-07-02Rewrite hunt() to put the "rotary action" into it rather than remote.c, and soNicholas Marriott
2010-07-01Nix some warnings.Nicholas Marriott
2010-07-01Change variable get/set macros to have better names and drop boolean/characterNicholas Marriott
2010-07-01remove unused variablesCharles Longeau
2010-06-30Unused variables.Nicholas Marriott
2010-06-29Add new read-only vtable entries for device and connection string and use thoseNicholas Marriott
2010-06-29Since dial-up is no longer supported, no need to store a phone number, orNicholas Marriott
2010-06-29For every variable which has a value table entry with IREMOTE, remove theNicholas Marriott
2010-06-29Merge v_type and v_access into one v_flags member in value_t, get rid of TRUENicholas Marriott
2010-06-29Now that there is no dial-up support, all connections are hardwired so drop theNicholas Marriott
2010-06-29Bye-bye acu which even UUCP-using naddy agrees "was obsolete 20 years ago" :-).Nicholas Marriott
2010-06-29Replace "nice" strcmp() wrapper macro with strcmp.Nicholas Marriott
2009-12-12Whoops, missed these.Nicholas Marriott
2009-12-12tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, soNicholas Marriott
2009-12-12Use a socketpair instead of a pair of pipes.Nicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-06-01synchronize synopsis and usage.Igor Sobrado
2007-05-15Remove useless NOxxx defines and use NULL instead.Moritz Jodeit
2006-11-27Back out revision 1.31, restoring the ":dc: is always set" behaviour.Ryan Thomas McBride
2006-09-22remove the :dc: is always set behavior (use cua devices or /etc/remoteJason Wright
2006-08-18tip/cu always set "dc" because the code was reading from the wrong valueJason Wright
2006-06-06teach tip about line disciplines; tried by mbalmer tooTheo de Raadt
2006-03-17size_t size()Theo de Raadt
2006-03-17more cleanups; ok moritzTheo de Raadt
2006-03-17big prototype cleanup:Moritz Jodeit
2006-03-16first pass of cleanup of this mess; ok dhillTheo de Raadt
2004-11-07Do not ignore SIGCHLD, repairing hangs after a subshell is executedOtto Moerbeek
2004-05-26if one process is killed, kill the other ourself; various okTheo de Raadt
2003-10-15on fatal error, repair tty; millert okTheo de Raadt
2003-09-20Implement hardwareflow varable in tip(1) like Solaris and hf in /etc/remote.Todd C. Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-05-29Don't hard-code a list of allowed baud rates. Instead, acceptTodd C. Miller
2002-05-07Carefully applied -Wall fixups from <panda@omatis.com>.Hugh Graham
2002-03-25bring in prototypesTheo de Raadt
2002-02-25mark getc uses with regard to int and EOFTheo de Raadt
2001-10-24kill registerTodd C. Miller
2001-09-26Wall cleanup w/ some fixes; ok millertPeter Valchev
2001-09-09implement some more command line options for cu and use getopt(3)Todd C. Miller
2001-04-12Change tip default from even parity to no parity which is more in lineTodd C. Miller
2000-04-20avoid naming something pwrite()Theo de Raadt
2000-01-09remove O_NONBLOCK from tty fd so we don't spin with EAGAINJason Wright
1998-07-12add no escape option (-n)Todd T. Fries
1997-09-01Wall pass, and oflow fix from eivind@bitbox.follo.netTheo de Raadt
1997-08-25clean gid tooTheo de Raadt
1997-08-22Buf oflow fix from Warner Losh <imp@rover.village.org>Todd C. Miller
1997-04-20Incorporate some NetBSD changes:Todd C. Miller
1997-04-02Merge in good changes from NetBSD:Todd C. Miller