summaryrefslogtreecommitdiff
path: root/usr.bin/tn3270
AgeCommit message (Expand)Author
2006-06-17Fix mispelling.reed
2006-05-24Coverity CID 3337: Close file before returning.christos
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-05-11use socklen_t where appropriate.mrg
2006-05-11end the argument list to exec*(3) with a NULL instead of a bare '0', asmrg
2006-04-30Coverity CID 1972: Don't leak file descriptor.christos
2006-04-30Coverity CID 1599: Fix memory leak.christos
2006-04-30Coverity CID 1483: Off-by-one stack overflow.christos
2006-04-30Coverity CID 788: Fix null pointer deref.christos
2006-04-30Coverity CID 787: Fix null pointer deref.christos
2006-04-30Coverity CID 749: Comment out dead code.christos
2006-04-22Coverity CID 552: Close opened file.christos
2006-03-20Support cross-building tn3270 from other OS' e.g. Solaris by hidinggdamore
2005-09-17fix build problems with parallel make: always descend into the tools dirchs
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2004-11-19Fix a typo, dependancy -> dependencypeter
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19support MAKEVERBOSElukem
2003-09-29available, not avaliable. From miod@openbsd.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Rework how dependency generation is performed:lukem
2003-05-17scanf overrunitojun
2003-04-06It is spelled ARPANET. Igor Sobrado, PR 19691.wiz
2002-10-02DEFINITIONS, not DEFINITONS. By Adrian Mrva.wiz
2002-09-18add missing /usr.bin/ to the include path, fixes last commitlha
2002-09-18select() -> poll()mycroft
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-09-15Make the tn3270 host tools build on non-BSD systems. Slightlythorpej
2002-06-13Remove #if !__STDC__ code. While here, de-__P().wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-31Protect __RCSID and __COPYRIGHT from being invoked if not defined.tv
2002-01-06Make telnet escape work in tn3270sjg
2001-12-12MKfoo=no -> NOfootv
2001-12-08Sort SEE ALSO.wiz
2001-12-01Whitespace cleanup.wiz
2001-08-20precede, not preceed.wiz
2001-04-05Replace Xr by Ic in one place.wiz
2000-12-30Let src/usr.bin build with recursive parallel make..sommerfeld
2000-12-17Don't use curses' VB - it should be internal to libcurses.jdc
2000-11-07fix up various .Nm abuses:lukem
2000-07-06Use fmt string with printf, from OpenBSD.ad
2000-06-11Sprinkle in a little const.thorpej
2000-06-11Initialize this->hits.mycroft
2000-04-27Eliminate a bunch of terminal hackage that we do not need.mycroft
2000-01-21Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft
1999-09-30Remove extraneous colons and newlines from perror(3) arguments.soren
1999-08-24add a commentmrg
1999-07-26Eliminate illegal cast from function pointer (sig_t) to object pointer (void *).itohy
1999-07-14Make these files use bsd.hostprog.mk so you can cross-compile tn3270!wrstuden