summaryrefslogtreecommitdiff
path: root/usr.bin/window
AgeCommit message (Expand)Author
2006-12-18from Anon Ymous:christos
2006-05-23Coverity CID 3184: Don't dereference NULLchristos
2006-05-02Coverity CID 1184: Avoid NULL deref.christos
2006-05-02Coverity CID 1185: Avoid NULL deref.christos
2006-05-02Coverity CID 1330: Always check str_alloc for NULL returns.christos
2006-05-02Coverity CID 569: Remove dead code.christos
2005-06-02appease gcc -Wuninitializedlukem
2004-12-10. wait only for 10 ms instead of 100 ms before updating the screenaymeric
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-08-13another fix for PR bin/22464; never set wwbaud to 0.itojun
2003-08-13backout previous - commited by mistakeitojun
2003-08-13fix PR bin/22464 (hang up on kterm)itojun
2003-08-13Kill select.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-30Quote question mark, to get it marked up. Whitespace nit.wiz
2003-04-09Fix a bug where window(1) would (appear to) miss a character when twoaymeric
2003-02-28Add missing includematt
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-02-02Check for equivalance between "se" and "ue" when unsetting them.jdc
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2002-09-30New sentence, new line. Some mdoc cleanup.grant
2002-08-12calloc() arg mistake. it's (nelem, size). from openbsditojun
2002-06-14Remove #if __STDC__. De-__P() and ANSIfy, and fix a mismatching prototypewiz
2002-06-14Remove #if __STDC__. De-__P() and ANSIfy, and fix a mismatching prototypewiz
2002-05-30Use openpty() to deal with the new pty naming scheme.simonb
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-08Sort sections.wiz
2001-10-19Remove files beginning with ":", which is invalid on other host OS'stv
2001-04-04environ(5) -> (7). Improve some xrefs. Whitespace fixes.wiz
2001-02-19convert to use getprogname()cgd
2001-01-16comment or delete text after CPP directives.cgd
2000-10-11Fix int vs. long format string botch.thorpej
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
1999-10-04update after change to return value of tputs() third argumentlukem
1999-05-06+hupcl -clocal in windows.mycroft
1999-04-20use mkdtemp not mktemp/mkdir.mrg
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-09Missing .El.ross
1999-02-15RCS ID policehubertf
1998-12-20BADSIG -> SIG_ERRchristos
1998-12-20setpgrp -> setpgidchristos
1998-12-20union wait -> intchristos
1998-12-20include unistd.hchristos
1998-12-20braceschristos
1998-10-15Explicitly declare the storage for some variables that used to be defined onlybriggs
1998-10-14Get rid of the bazillion commons in several header files.wsanchez
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-26const poisoning.mycroft
1998-07-18use AF_LOCAL instead of AF_UNIXlukem