| Age | Commit message (Expand) | Author |
| 2019-02-28 | Make xgetchar() return an int like getchar() does, and remove needless cast. | gson |
| 2019-02-22 | Check getchar() result for EOF. | uwe |
| 2019-02-06 | Make cu(1) and tip(1) recognize newline (^J) as end-of-line. | rin |
| 2016-09-05 | Drop main() prototype. | sevan |
| 2015-06-17 | add missing quote, remove some braces. | christos |
| 2015-06-16 | fix some error handling. | christos |
| 2015-06-11 | Don't call exit() from a signal handler, as it's not async-signal-safe; | gson |
| 2014-07-27 | Remove broken snprintf usage (noted in PR 47976) and replace with | dholland |
| 2014-07-12 | don't enable IXANY. | mlelstv |
| 2013-10-21 | get rid of equal(), use {s,g}etprogname(). | christos |
| 2013-06-02 | PR/47877: Michael van Elst: Disable and enable software flow control properly | christos |
| 2011-09-06 | Use __dead. Make a bunch of local functions static. | joerg |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-03-09 | Move #include <libgen.h> from tip.h to the place where it's really needed. | hubertf |
| 2007-02-16 | Moved ctype.h from header to source file in usr.bin/tip. | hubertf |
| 2006-12-14 | pass lint; from Anon Ymous | christos |
| 2006-12-14 | kill the (void)&foo; from Anon Ymous | christos |
| 2006-11-29 | Use getopt() for arguments. Suggested by tls@. | jdc |
| 2006-04-03 | Use closefrom, don't iterate over file descriptors from 3 to 20. | tls |
| 2006-04-03 | Replace abuse of SIGIOT, SIGEMT, SIGSYS for communication between the | tls |
| 2006-04-03 | Move "cucommon" label (ugh) to above the O_NONBLOCK handling for direct | tls |
| 2006-04-03 | actually set up baudrate after rev.1.33. | yamt |
| 2006-04-03 | Pass a little lint. | christos |
| 2006-04-03 | delinting. more needed. (lint found some real bugs that I haven't fixed yet.) | perry |
| 2006-04-03 | Remove vestiges of the ACULOG support. It depended on the suid support | perry |
| 2006-04-03 | Remove support for uucp style locking. | perry |
| 2006-04-03 | ANSIfy decls, de-__P, clean trailing whitespace | perry |
| 2006-04-02 | Fix the conditional compilation on ACULOG so it actually works. | tls |
| 2006-04-02 | New 'cu' command-line handling, derived from Todd Miller's in OpenBSD, | tls |
| 2006-04-02 | If we might have two links, we'd better print our program name when we | tls |
| 2006-04-02 | Default to no parity instead of even parity. OpenBSD made this change | tls |
| 2006-04-02 | Add the rest of the speeds listed in termios.h. This is not, perhaps, as | tls |
| 2006-03-29 | pull the following change from OpenBSD | yamt |
| 2004-11-04 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-09-07 | Replaced strncpy with strlcpy. Thanks to Peter Postma who | jrf |
| 2004-04-23 | deal in a saner way with const strings. | christos |
| 2004-04-23 | constify and warns = 3 | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 1998-12-19 | remove unused variable | christos |
| 1998-07-12 | - KNF | mrg |
| 1998-06-30 | Rename an internal function who's name collides w/ pwrite(2). | thorpej |
| 1997-12-17 | Only turn off the O_NONBLOCK flag if DC flag is set. | mellon |
| 1997-12-17 | Turn off the O_NONBLOCK flag after CLOCAL is set. | mellon |
| 1997-11-23 | fix compile warnings on the alpha. | mrg |
| 1997-11-22 | * fix a long-term annoyance with tip: if raisechar or force are set to | lukem |
| 1997-11-22 | WARNSify, KNFify, using ANSI string functions, cleanup .Nm usage | lukem |
| 1997-05-14 | DC is not a user-settable variable, but was being partially confused with one | mellon |
| 1997-04-20 | Set CLOCAL if dc flag is set | mellon |