summaryrefslogtreecommitdiff
path: root/usr.bin/tip
AgeCommit message (Expand)Author
2014-03-17uucp cleansingTed Unangst
2014-03-17this file is deadTed Unangst
2013-03-10Put tip back but without the hardlink to cu for now, ok deraadtNicholas Marriott
2012-12-04Get rid of two 10-year-old XXX comments and do check for getchar(3) returningMark Kettenis
2010-08-23Clear options before setting up HOME and SHELL, not after. Fixes parsingNicholas Marriott
2010-08-01Make parsing of /etc/remote work again (some of the options were theNicholas Marriott
2010-07-22remove some groff \s escapes, which we do not support;Jason McIntyre
2010-07-11remove unused variable and unused static prototype.Charles Longeau
2010-07-03When open() fails, warn using the device name, not the host name.Nicholas Marriott
2010-07-03Changed vinit to clear the values but forgot to move it before they are set byNicholas Marriott
2010-07-02Rewrite how printing all variables works to avoid using a global variableNicholas 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-02Merge vassign and vtoken and make it much more strict on what it accepts.Nicholas Marriott
2010-07-02Bye-bye vstring, and add value type checking code to vgetstr/vsetstr/etc.Nicholas Marriott
2010-07-02Rewrite hunt() to put the "rotary action" into it rather than remote.c, and soNicholas Marriott
2010-07-01Don't overwrite the device name with the fake cu%d host.Nicholas Marriott
2010-07-01Nix some warnings.Nicholas Marriott
2010-07-01Split v_value into v_string/v_number, change macros to functions and lo letNicholas Marriott
2010-07-01Change variable get/set macros to have better names and drop boolean/characterNicholas Marriott
2010-07-01Kill a couple of macros, move a few bits around in header.Nicholas Marriott
2010-07-01remove unused variablesCharles Longeau
2010-06-30Only two variables - HOME and SHELL - are from the environment, so just fillNicholas Marriott
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-29Do the same for di, es, fo, rc and remove their remote variables.Nicholas 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-29tip is no longer setuid or setgid so get rid of the complicatedNicholas Marriott
2010-06-29remove -t from SYNOPSIS;Jason McIntyre
2010-06-29Use the libutil implementation of UUCP locking.Nicholas Marriott
2010-06-29Remove now unused prototypes and sort by file.Nicholas Marriott
2010-06-29Now that there is no dial-up support, all connections are hardwired so drop theNicholas Marriott
2010-06-29Missed this dial-up bit from cu(1).Nicholas Marriott
2010-06-29Nuke -DCONNECT and -DACULOG which we always set, also trim huge useless commentNicholas 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
2010-03-04`speed' is an argument, not a flag.Igor Sobrado
2010-02-07Change tipout to use poll(2) instead of the ghastly setup with signals/longjmp.Nicholas Marriott
2010-01-12save errno wrapping in a signal handlerTheo de Raadt
2009-12-12Nuke useless ancient documentation. ok deraadtNicholas 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
2009-01-09Tamas TEVESZ requested a better description for tip/cu, so pull in thisJason McIntyre
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
2008-06-01synchronize synopsis and usage.Igor Sobrado
2007-11-26typos; ok jmc@Martynas Venckus