summaryrefslogtreecommitdiff
path: root/usr.bin/tip/vars.c
AgeCommit message (Collapse)Author
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-01Split v_value into v_string/v_number, change macros to functions and lo letNicholas Marriott
there be type checking.
2010-06-30Only two variables - HOME and SHELL - are from the environment, so just fillNicholas Marriott
them in explicitly and get rid of the ENVIRON flag.
2010-06-29Add new read-only vtable entries for device and connection string and use thoseNicholas Marriott
instead of variables.
2010-06-29For every variable which has a value table entry with IREMOTE, remove theNicholas Marriott
remote variable and always use the value from the vtable. This then allows the IREMOTE flag to be removed.
2010-06-29Merge v_type and v_access into one v_flags member in value_t, get rid of TRUENicholas Marriott
and FALSE, and rename the other flags to have a V_ prefix.
2010-06-29tip is no longer setuid or setgid so get rid of the complicatedNicholas Marriott
public/private/root permissions scheme for options in favour of a single read-only bit.
2010-06-29Bye-bye acu which even UUCP-using naddy agrees "was obsolete 20 years ago" :-).Nicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2007-05-15Remove useless NOxxx defines and use NULL instead.Moritz Jodeit
No binary change. OK ray@
2006-08-18tip/cu always set "dc" because the code was reading from the wrong valueJason Wright
in the array. Point it at the correct chunk of memory. For now, also preserve the old ":dc:" is always set behavior. ok deraadt
2006-06-06teach tip about line disciplines; tried by mbalmer tooTheo de Raadt
2006-01-01disable case-mapping (evil software caps-lock) by default. if you are crazyDamien Miller
enough to want it, then it can be turned on in /etc/remote; "lovely" deraadt@
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-05-07Carefully applied -Wall fixups from <panda@omatis.com>.Hugh Graham
Also a little KNF.
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt