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