Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-06-25 | kill "is is"; from Charles Longeau | Jason McIntyre | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-16 | Add missing ssize_t rlen, used when DEBUG is defined, and only | Ray Lai | |
define c when DEBUG is undefined. From Pav Lucistnik <pav at FreeBSD>. While here, correct format strings to match ssize_t. OK moritz@. | |||
2007-05-15 | Remove useless NOxxx defines and use NULL instead. | Moritz Jodeit | |
No binary change. OK ray@ | |||
2007-05-12 | Prevent core dump if strpbrk() returns NULL. Reported to bugs@ by | Ray Lai | |
Pav Lucistnik <pav at FreeBSD>, thanks! OK otto@. | |||
2007-02-20 | Remove wrong length check, which is off-by-one, and | Moritz Jodeit | |
let snprintf(3) decide, if the whole string fittet into the buffer. ok ray@ | |||
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
2006-11-27 | Back out revision 1.31, restoring the ":dc: is always set" behaviour. | Ryan Thomas McBride | |
Fixes hangs seen with uplcom(4) and serial console. testing pedro jolan ok deraadt | |||
2006-11-07 | Ensure that CU and DV have length > 0, so buf[strlen(buf) - 1] can | Ray Lai | |
be safely called later. Add check for asprintf. Use _PATH_DEV, suggested by jaredy@. OK jaredy@. | |||
2006-11-06 | Replace -### with -s### pre-getopt() and use strtonum() | Todd C. Miller | |
instead of strtol() when parsing the speed string. Closes PR 5222. | |||
2006-10-18 | do not name FILE * variables "fd" since it is confusing | Theo de Raadt | |
2006-09-22 | remove the :dc: is always set behavior (use cua devices or /etc/remote | Jason Wright | |
entries to override); ok deraadt awhile ago. | |||
2006-08-18 | tip/cu always set "dc" because the code was reading from the wrong value | Jason 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-07 | document that tip(1) can set the line discipline. | Marc Balmer | |
ok deraadt | |||
2006-06-06 | teach tip about line disciplines; tried by mbalmer too | Theo de Raadt | |
2006-05-31 | don't spin if the tty (think ucom) goes away | Jason Wright | |
2006-05-30 | clean up the VARIABLES section a little: | Jason McIntyre | |
specifically regarding -v, and remove that bit from cu.1, as its not supported; ok otto | |||
2006-05-25 | - split tip.1 into tip.1 and cu.1 | Jason McIntyre | |
- big tidy up whilst here ok mk fkr | |||
2006-03-17 | more delinting. | Moritz Jodeit | |
2006-03-17 | size_t size() | Theo de Raadt | |
2006-03-17 | handle ssize_t vs size_t | Theo de Raadt | |
2006-03-17 | more cleanups; ok moritz | Theo de Raadt | |
2006-03-17 | ansification and correct prototypes. ok deraadt@ | Moritz Jodeit | |
2006-03-17 | global not needed; ok moritz | Theo de Raadt | |
2006-03-17 | ARGSUSED is good on signal handlers | Theo de Raadt | |
2006-03-17 | big prototype cleanup: | Moritz Jodeit | |
o make more functions static o add all the prototypes to tip.h o consistently declare functions in the cmd table testing and ok dhill@ | |||
2006-03-16 | Fix bug that was uncovered by adding correct prototypes and | Moritz Jodeit | |
remove lots of names from func declarations. ok dhill@ | |||
2006-03-16 | first pass of cleanup of this mess; ok dhill | Theo de Raadt | |
2006-01-01 | disable case-mapping (evil software caps-lock) by default. if you are crazy | Damien Miller | |
enough to want it, then it can be turned on in /etc/remote; "lovely" deraadt@ | |||
2005-05-24 | Remove -ansi as that means expose only C89 interfaces. | Todd C. Miller | |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt | |
2005-04-08 | ~. was not being marked up properly; | Jason McIntyre | |
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre | |
2005-03-11 | PR 4135: detect illegal frame sizes; fix file transfer when using | Otto Moerbeek | |
emecs editing mode on the remote end; print [EOT] on ~. again, by making tip_abort able to finish. Largely from Hugo Villeneuve <harpagon at jwales dot EINTR dotnet> ok deraadt@ "looks good" miod@ Man page tweaks by jmc@ | |||
2005-02-17 | Fix case where we were testing on AC, but operating on FD. The changed code | Aaron Campbell | |
follows the pattern of the rest of the source. otto@ ok | |||
2004-11-07 | space before punctuation when passed to macro; | Jason McIntyre | |
2004-11-07 | Do not ignore SIGCHLD, repairing hangs after a subshell is executed | Otto Moerbeek | |
via ~! or ~C. While there, fix description of fd's available to the command executed by ~C in man page and comments. This has been wrong since at least 4.4BSD... Spotted by Hugo Villeneuve. PR 3971. ok and help millert@; ok deraadt@ | |||
2004-05-26 | if one process is killed, kill the other ourself; various ok | Theo de Raadt | |
2004-02-20 | bring back old cdelay & ldelay code, make it work; millert ok | Theo de Raadt | |
2003-10-15 | on fatal error, repair tty; millert ok | Theo de Raadt | |
2003-09-20 | Implement 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-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-09-04 | baud rate capability is `br', not `ba'; | Jason McIntyre | |
from Satsuki Fujishima (PR 3408). many thanks to krw@ who did the real work :) | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ |