summaryrefslogtreecommitdiff
path: root/usr.bin/tip
AgeCommit message (Expand)Author
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
2006-04-02New 'cu' command-line handling, derived from Todd Miller's in OpenBSD,tls
2006-04-02Remove extra \n from call to warn()tls
2006-04-02Don't build any of the dialers except Hayes. If anyone is using any oftls
2006-04-02If we might have two links, we'd better print our program name when wetls
2006-04-02Default to no parity instead of even parity. OpenBSD made this changetls
2006-04-02Default the "raisechar" value (for the insane old case-mapping) to NULL.tls
2006-04-02Default baud rate to 9600 (was 1200) to match Taylor cu.tls
2006-04-02Add the rest of the speeds listed in termios.h. This is not, perhaps, astls
2006-04-02Change manual page (as OpenBSD did) to reflect the actual arrangement oftls
2006-04-02Add "~+" as a synonym for "~C" for Taylor cu compatibility.tls
2006-03-29pull the following change from OpenBSDyamt
2006-03-16warns=4christos
2005-12-09Treat EOF the same as EIO. Prevents spinning if an EOF condition isgavan
2004-11-04Add (unsigned char) cast to ctype functionsdsl
2004-09-07Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf
2004-05-09English fix.snj
2004-04-23deal in a saner way with const strings.christos
2004-04-23constify and warns = 3christos
2004-03-11getfl() and cu_take() write a file locally. Open a file with O_RDWR.uebayasi
2004-03-11Use O_WRONLY / O_RDWR instead of bare integers.uebayasi
2004-02-13Uppercase CPU.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc