| Age | Commit message (Expand) | Author |
| 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-23 | Punctuation nits. | wiz |
| 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-11-29 | Add missing cu synopsis and options. | jdc |
| 2006-11-29 | Add Taylor cu compatibility: -f and "dir" | jdc |
| 2006-10-24 | Added volatile keyword to variable that might be clobbered by longjmp | gson |
| 2006-10-22 | sprinkle volatile. | christos |
| 2006-10-22 | use c99 initializer. | christos |
| 2006-10-22 | sprinkle volatile. | christos |
| 2006-05-22 | the intention of the whole tip-as-cu thing was to allow tip-as-cu and | dan |
| 2006-05-11 | end the argument list to exec*(3) with a NULL instead of a bare '0', as | mrg |
| 2006-04-30 | Coverity CID 2972, 2973: Don't call close() with a negative fd. | christos |
| 2006-04-08 | Include bsd.own.mk; from Jukka Salmi | christos |
| 2006-04-05 | cuhelp: fix a typo in usage. | yamt |
| 2006-04-05 | Fix "MKUUCP" check so that "cu" installed if "MKUUCP" is not defined. | tron |
| 2006-04-04 | If MKUUCP=no, do not create links for cu and its manual page. | dyoung |
| 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 | Redo the previous in the tip sanctioned way :-) | christos |
| 2006-04-03 | For the benefit of our 64-bit ports, we need to cast via intptr_t when | he |
| 2006-04-03 | Use Dq, punctuation vs whitespace nits. | wiz |
| 2006-04-03 | actually set up baudrate after rev.1.33. | yamt |
| 2006-04-03 | fix a typo in LINKS. | 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 | Merge a few of the OpenBSD manual page changes. Not yet close to | perry |
| 2006-04-03 | Wwwwwwww! Do not remove variables from the vtable in vars.c without | tls |
| 2006-04-03 | Clean up a bit. | perry |
| 2006-04-03 | Remove vestiges of the ACULOG support. It depended on the suid support | perry |
| 2006-04-03 | Now we use tip-as-cu, not Taylor UUCP cu. | tls |
| 2006-04-03 | remove refs to uucp locking and aculog | perry |
| 2006-04-03 | The ~C / ~+ command is no longer optional. | tls |
| 2006-04-03 | Remove support for uucp style locking. | perry |
| 2006-04-03 | If we're not given a phone number or system name to dial, use "direct | tls |
| 2006-04-03 | Whoops. We don't *use* log.o, so don't *build* it. | tls |
| 2006-04-03 | ANSIfy decls, de-__P, clean trailing whitespace | perry |
| 2006-04-02 | At Luke Mewburn's suggestion, disable "force" by default, too. Those using | tls |
| 2006-04-02 | Add another Taylor compat option, --nostop to disable software flow control | tls |
| 2006-04-02 | Oddly enough, smashing CRTSCTS into the terminal input flags doesn't do | tls |
| 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 | Remove extra \n from call to warn() | tls |
| 2006-04-02 | Don't build any of the dialers except Hayes. If anyone is using any of | 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 | Default the "raisechar" value (for the insane old case-mapping) to NULL. | tls |