summaryrefslogtreecommitdiff
path: root/usr.bin/tip/tip.c
AgeCommit message (Expand)Author
2019-02-28Make xgetchar() return an int like getchar() does, and remove needless cast.gson
2019-02-22Check getchar() result for EOF.uwe
2019-02-06Make cu(1) and tip(1) recognize newline (^J) as end-of-line.rin
2016-09-05Drop main() prototype.sevan
2015-06-17add missing quote, remove some braces.christos
2015-06-16fix some error handling.christos
2015-06-11Don't call exit() from a signal handler, as it's not async-signal-safe;gson
2014-07-27Remove broken snprintf usage (noted in PR 47976) and replace withdholland
2014-07-12don't enable IXANY.mlelstv
2013-10-21get rid of equal(), use {s,g}etprogname().christos
2013-06-02PR/47877: Michael van Elst: Disable and enable software flow control properlychristos
2011-09-06Use __dead. Make a bunch of local functions static.joerg
2009-01-18fix -Wsign-compare issueslukem
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-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-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-03actually set up baudrate after rev.1.33.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-03Remove vestiges of the ACULOG support. It depended on the suid supportperry
2006-04-03Remove support for uucp style locking.perry
2006-04-03ANSIfy decls, de-__P, clean trailing whitespaceperry
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-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-02Add the rest of the speeds listed in termios.h. This is not, perhaps, astls
2006-03-29pull the following change from OpenBSDyamt
2004-11-04Add (unsigned char) cast to ctype functionsdsl
2004-09-07Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf
2004-04-23deal in a saner way with const strings.christos
2004-04-23constify and warns = 3christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2000-10-11More format string cleanup by sommerfeld.is
1998-12-19remove unused variablechristos
1998-07-12- KNFmrg
1998-06-30Rename an internal function who's name collides w/ pwrite(2).thorpej
1997-12-17Only turn off the O_NONBLOCK flag if DC flag is set.mellon
1997-12-17Turn off the O_NONBLOCK flag after CLOCAL is set.mellon
1997-11-23fix compile warnings on the alpha.mrg
1997-11-22* fix a long-term annoyance with tip: if raisechar or force are set tolukem
1997-11-22WARNSify, KNFify, using ANSI string functions, cleanup .Nm usagelukem
1997-05-14DC is not a user-settable variable, but was being partially confused with onemellon
1997-04-20Set CLOCAL if dc flag is setmellon