summaryrefslogtreecommitdiff
path: root/usr.bin/tip
AgeCommit message (Expand)Author
2008-06-01synchronize synopsis and usage.Igor Sobrado
2007-11-26typos; ok jmc@Martynas Venckus
2007-09-11Use sig_atomic_t where required. OK moritz, deraadtChad Loder
2007-07-06some discussion of devices, logs, and permissions;Jason McIntyre
2007-06-25kill "is is"; from Charles LongeauJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-16Add missing ssize_t rlen, used when DEBUG is defined, and onlyRay Lai
2007-05-15Remove useless NOxxx defines and use NULL instead.Moritz Jodeit
2007-05-12Prevent core dump if strpbrk() returns NULL. Reported to bugs@ byRay Lai
2007-02-20Remove wrong length check, which is off-by-one, andMoritz Jodeit
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2006-11-27Back out revision 1.31, restoring the ":dc: is always set" behaviour.Ryan Thomas McBride
2006-11-07Ensure that CU and DV have length > 0, so buf[strlen(buf) - 1] canRay Lai
2006-11-06Replace -### with -s### pre-getopt() and use strtonum()Todd C. Miller
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
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-07document that tip(1) can set the line discipline.Marc Balmer
2006-06-06teach tip about line disciplines; tried by mbalmer tooTheo de Raadt
2006-05-31don't spin if the tty (think ucom) goes awayJason Wright
2006-05-30clean up the VARIABLES section a little:Jason McIntyre
2006-05-25- split tip.1 into tip.1 and cu.1Jason McIntyre
2006-03-17more delinting.Moritz Jodeit
2006-03-17size_t size()Theo de Raadt
2006-03-17handle ssize_t vs size_tTheo de Raadt
2006-03-17more cleanups; ok moritzTheo de Raadt
2006-03-17ansification and correct prototypes. ok deraadt@Moritz Jodeit
2006-03-17global not needed; ok moritzTheo de Raadt
2006-03-17ARGSUSED is good on signal handlersTheo 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
2006-01-01disable case-mapping (evil software caps-lock) by default. if you are crazyDamien Miller
2005-05-24Remove -ansi as that means expose only C89 interfaces.Todd C. Miller
2005-04-11use STDERR_FILENO; ok cloderTheo de Raadt
2005-04-08~. was not being marked up properly;Jason McIntyre
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2005-03-11PR 4135: detect illegal frame sizes; fix file transfer when usingOtto Moerbeek
2005-02-17Fix case where we were testing on AC, but operating on FD. The changed codeAaron Campbell
2004-11-07space before punctuation when passed to macro;Jason McIntyre
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-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-09-04put escapes in the right place;Jason McIntyre
2003-09-04baud rate capability is `br', not `ba';Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller