Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-10 | Put tip back but without the hardlink to cu for now, ok deraadt | Nicholas Marriott | |
2012-12-04 | Get rid of two 10-year-old XXX comments and do check for getchar(3) returning | Mark Kettenis | |
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@ | |||
2010-08-23 | Clear options before setting up HOME and SHELL, not after. Fixes parsing | Nicholas Marriott | |
.tiprc reported by nick@. | |||
2010-08-01 | Make parsing of /etc/remote work again (some of the options were the | Nicholas Marriott | |
wrong type), try to make it clearer what comes from where, and add a few XXX. Currently there is a mess of default options set in vinit(), default options set in getremote(), stuff read from /etc/remote and options read from the command-line, and there remains the problems with leftover options from rotation. This all needs to be sorted out properly later. Noticed while trying to find a possible problem reported by miod. | |||
2010-07-22 | remove some groff \s escapes, which we do not support; | Jason McIntyre | |
2010-07-11 | remove unused variable and unused static prototype. | Charles Longeau | |
ok nicm@ | |||
2010-07-03 | When open() fails, warn using the device name, not the host name. | Nicholas Marriott | |
2010-07-03 | Changed vinit to clear the values but forgot to move it before they are set by | Nicholas Marriott | |
command line parsing. | |||
2010-07-02 | Rewrite how printing all variables works to avoid using a global variable | Nicholas Marriott | |
accessed by many functions - instead do it in one function. | |||
2010-07-02 | Clear table and set defaults manually, also move table into value.c. | Nicholas Marriott | |
2010-07-02 | Merge almost-empty pathnames.h into tip.h. | Nicholas Marriott | |
2010-07-02 | Merge vassign and vtoken and make it much more strict on what it accepts. | Nicholas Marriott | |
2010-07-02 | Bye-bye vstring, and add value type checking code to vgetstr/vsetstr/etc. | Nicholas Marriott | |
2010-07-02 | Rewrite hunt() to put the "rotary action" into it rather than remote.c, and so | Nicholas Marriott | |
it isn't so stupid (returning a char * as a long which goes into an int to use as a flag, ugh). | |||
2010-07-01 | Don't overwrite the device name with the fake cu%d host. | Nicholas Marriott | |
2010-07-01 | Nix some warnings. | Nicholas Marriott | |
2010-07-01 | Split v_value into v_string/v_number, change macros to functions and lo let | Nicholas Marriott | |
there be type checking. | |||
2010-07-01 | Change variable get/set macros to have better names and drop boolean/character | Nicholas Marriott | |
ones. | |||
2010-07-01 | Kill a couple of macros, move a few bits around in header. | Nicholas Marriott | |
2010-07-01 | remove unused variables | Charles Longeau | |
add missing headers needed for uu_unlock() ok nicm@ | |||
2010-06-30 | Only two variables - HOME and SHELL - are from the environment, so just fill | Nicholas Marriott | |
them in explicitly and get rid of the ENVIRON flag. | |||
2010-06-30 | Unused variables. | Nicholas Marriott | |
2010-06-29 | Add new read-only vtable entries for device and connection string and use those | Nicholas Marriott | |
instead of variables. | |||
2010-06-29 | Since dial-up is no longer supported, no need to store a phone number, or | Nicholas Marriott | |
accept one to cu(1). | |||
2010-06-29 | Do the same for di, es, fo, rc and remove their remote variables. | Nicholas Marriott | |
2010-06-29 | For every variable which has a value table entry with IREMOTE, remove the | Nicholas Marriott | |
remote variable and always use the value from the vtable. This then allows the IREMOTE flag to be removed. | |||
2010-06-29 | Merge v_type and v_access into one v_flags member in value_t, get rid of TRUE | Nicholas Marriott | |
and FALSE, and rename the other flags to have a V_ prefix. | |||
2010-06-29 | tip is no longer setuid or setgid so get rid of the complicated | Nicholas Marriott | |
public/private/root permissions scheme for options in favour of a single read-only bit. | |||
2010-06-29 | remove -t from SYNOPSIS; | Jason McIntyre | |
2010-06-29 | Use the libutil implementation of UUCP locking. | Nicholas Marriott | |
2010-06-29 | Remove now unused prototypes and sort by file. | Nicholas Marriott | |
2010-06-29 | Now that there is no dial-up support, all connections are hardwired so drop the | Nicholas Marriott | |
flag and ignore the -t option to cu(1). | |||
2010-06-29 | Missed this dial-up bit from cu(1). | Nicholas Marriott | |
2010-06-29 | Nuke -DCONNECT and -DACULOG which we always set, also trim huge useless comment | Nicholas Marriott | |
from Makefile. | |||
2010-06-29 | Bye-bye acu which even UUCP-using naddy agrees "was obsolete 20 years ago" :-). | Nicholas Marriott | |
2010-06-29 | Replace "nice" strcmp() wrapper macro with strcmp. | Nicholas Marriott | |
ok jsing | |||
2010-03-04 | `speed' is an argument, not a flag. | Igor Sobrado | |
ok jmc@ | |||
2010-02-07 | Change tipout to use poll(2) instead of the ghastly setup with signals/longjmp. | Nicholas Marriott | |
Tested/briefly read by mk@, blambert@. | |||
2010-01-12 | save errno wrapping in a signal handler | Theo de Raadt | |
2009-12-12 | Nuke useless ancient documentation. ok deraadt | Nicholas Marriott | |
2009-12-12 | Whoops, missed these. | Nicholas Marriott | |
2009-12-12 | tip is not setuid or setgid anymore and there are no PRIV/EXPR commands, so | Nicholas Marriott | |
remove the code. ok deraadt | |||
2009-12-12 | Use a socketpair instead of a pair of pipes. | Nicholas Marriott | |
looks ok to millert@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo 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 | |||
2009-01-09 | Tamas TEVESZ requested a better description for tip/cu, so pull in this | Jason McIntyre | |
improvement from perry@netbsd, -r1.26; nick suggested a better description for the .Nd line; ok nick | |||
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann | |
ok espie, jmc | |||
2008-06-01 | synchronize synopsis and usage. | Igor Sobrado | |
2007-11-26 | typos; ok jmc@ | Martynas Venckus | |
sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev/pci/bktr/* ok jakemsr@ | |||
2007-09-11 | Use sig_atomic_t where required. OK moritz, deraadt | Chad Loder | |
2007-07-06 | some discussion of devices, logs, and permissions; | Jason McIntyre | |
help/feedback from nick, krw, miod, todd, and deraadt millert ok'd an earlier version of this diff |