summaryrefslogtreecommitdiff
path: root/usr.bin/tip/tip.c
AgeCommit message (Expand)Author
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
1997-04-19getopt() returns:thorpej
1997-02-11give buffers lengths; use strdup.mrg
1996-12-29make evenpartab be of type 'unsigned char' to avoid -ansi -pedantic errorscgd
1996-12-29replace old zzhack structure (YUCK!) and number(), boolean(), character(),cgd
1995-10-29Convert to termios (from Scott Reynolds; PR#1621).pk
1995-08-11Fix parity calculation; PR #1325jtc
1994-12-08Merged with 4.4lite.jtc
1994-04-20setre[gu]id conversion.pk
1993-08-01Add RCS identifiers.mycroft
1993-06-12Flip euid to user immediately after opening log file, to allow .tiprc fileandrew
1993-06-05patch from David Greenman and Rod Grimes (davidg@implode.rain.com andcgd
1993-03-21initial import of 386bsd-0.1 sourcescgd