summaryrefslogtreecommitdiff
path: root/usr.bin/tip/cmds.c
AgeCommit message (Expand)Author
2010-07-02Merge almost-empty pathnames.h into tip.h.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-29Add new read-only vtable entries for device and connection string and use thoseNicholas 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-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-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-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
2007-05-15Remove useless NOxxx defines and use NULL instead.Moritz Jodeit
2006-06-06teach tip about line disciplines; tried by mbalmer tooTheo de Raadt
2006-03-17more cleanups; ok moritzTheo de Raadt
2006-03-17big prototype cleanup:Moritz Jodeit
2006-03-16Fix bug that was uncovered by adding correct prototypes andMoritz Jodeit
2006-03-16first pass of cleanup of this mess; ok dhillTheo de Raadt
2005-03-11PR 4135: detect illegal frame sizes; fix file transfer when usingOtto Moerbeek
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
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
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-05-07Carefully applied -Wall fixups from <panda@omatis.com>.Hugh Graham
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
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
1996-10-15Possible buf oflow + index -> strchr.Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt