summaryrefslogtreecommitdiff
path: root/usr.bin/tip
AgeCommit message (Expand)Author
2010-01-28fix languagembalmer
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-03-13Use .Tn for XMODEM. Use .Bl -column for physically marked up table.joerg
2009-01-18fix -Wsign-compare issueslukem
2009-01-17Improve description in NAME section:wiz
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-03-09Move #include <libgen.h> from tip.h to the place where it's really needed.hubertf
2007-02-16Moved ctype.h from header to source file in usr.bin/tip.hubertf
2006-12-23Punctuation nits.wiz
2006-12-14pass lint; from Anon Ymouschristos
2006-12-14kill the (void)&foo; from Anon Ymouschristos
2006-11-29Use getopt() for arguments. Suggested by tls@.jdc
2006-11-29Add missing cu synopsis and options.jdc
2006-11-29Add Taylor cu compatibility: -f and "dir"jdc
2006-10-24Added volatile keyword to variable that might be clobbered by longjmpgson
2006-10-22sprinkle volatile.christos
2006-10-22use c99 initializer.christos
2006-10-22sprinkle volatile.christos
2006-05-22the intention of the whole tip-as-cu thing was to allow tip-as-cu anddan
2006-05-11end the argument list to exec*(3) with a NULL instead of a bare '0', asmrg
2006-04-30Coverity CID 2972, 2973: Don't call close() with a negative fd.christos
2006-04-08Include bsd.own.mk; from Jukka Salmichristos
2006-04-05cuhelp: fix a typo in usage.yamt
2006-04-05Fix "MKUUCP" check so that "cu" installed if "MKUUCP" is not defined.tron
2006-04-04If MKUUCP=no, do not create links for cu and its manual page.dyoung
2006-04-03Use closefrom, don't iterate over file descriptors from 3 to 20.tls
2006-04-03Replace abuse of SIGIOT, SIGEMT, SIGSYS for communication between thetls
2006-04-03Move "cucommon" label (ugh) to above the O_NONBLOCK handling for directtls
2006-04-03Redo the previous in the tip sanctioned way :-)christos
2006-04-03For the benefit of our 64-bit ports, we need to cast via intptr_t whenhe
2006-04-03Use Dq, punctuation vs whitespace nits.wiz
2006-04-03actually set up baudrate after rev.1.33.yamt
2006-04-03fix a typo in LINKS.yamt
2006-04-03Pass a little lint.christos
2006-04-03delinting. more needed. (lint found some real bugs that I haven't fixed yet.)perry
2006-04-03Merge a few of the OpenBSD manual page changes. Not yet close toperry
2006-04-03Wwwwwwww! Do not remove variables from the vtable in vars.c withouttls
2006-04-03Clean up a bit.perry
2006-04-03Remove vestiges of the ACULOG support. It depended on the suid supportperry
2006-04-03Now we use tip-as-cu, not Taylor UUCP cu.tls
2006-04-03remove refs to uucp locking and aculogperry
2006-04-03The ~C / ~+ command is no longer optional.tls
2006-04-03Remove support for uucp style locking.perry
2006-04-03If we're not given a phone number or system name to dial, use "directtls
2006-04-03Whoops. We don't *use* log.o, so don't *build* it.tls
2006-04-03ANSIfy decls, de-__P, clean trailing whitespaceperry
2006-04-02At Luke Mewburn's suggestion, disable "force" by default, too. Those usingtls
2006-04-02Add another Taylor compat option, --nostop to disable software flow controltls
2006-04-02Oddly enough, smashing CRTSCTS into the terminal input flags doesn't dotls
2006-04-02Fix the conditional compilation on ACULOG so it actually works.tls