| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 3 | -7/+7 |
| 2016-09-11 | Callers of time(3) should #include <time.h>. |  tb | 1 | -1/+2 |
| 2016-09-09 | These games have been broken for the better part of a year, ever since |  tb | 1 | -2/+9 |
| 2016-03-16 | Prefer fseek(3) over rewind(3) since the latter although it also calls fseek |  mestre | 1 | -2/+4 |
| 2016-01-13 | there's a resource leak here. missing a fclose(3) to kill the stream. |  gsoares | 1 | -1/+2 |
| 2016-01-08 | ANSIfy sail(6) plus some cleanup |  mestre | 21 | -232/+145 |
| 2016-01-07 | Some basic code maintenance in games/ |  tb | 1 | -2/+2 |
| 2015-12-31 | Include only needed header files per each source file |  mestre | 18 | -49/+94 |
| 2015-12-26 | Set as __dead a few more functions, that don't return, on games/ |  mestre | 1 | -3/+3 |
| 2015-12-16 | Use __progname instead of hand-rolled parsing of argv[0]. |  tb | 1 | -5/+3 |
| 2015-11-24 | In 1995, all of the games were setuid games. At end of 1996, I took them all |  deraadt | 1 | -2/+1 |
| 2015-10-24 | Cast ctype functions' argument to unsigned char. |  mmcc | 2 | -5/+5 |
| 2015-10-24 | Cast ctype functions' arguments to unsigned char. |  mmcc | 2 | -5/+5 |
| 2015-09-27 | Delete obsolete lint comments |  guenther | 2 | -5/+2 |
| 2015-09-27 | Make -Wformat=2 happier with a few foo(str) -> foo("%s", str) fixes |  guenther | 1 | -4/+4 |
| 2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw |  deraadt | 2 | -4/+4 |
| 2014-11-30 | Even though not callable, "Ed" is a macro name, so for clarity, |  schwarze | 1 | -3/+3 |
| 2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, |  guenther | 4 | -11/+9 |
| 2014-03-11 | lint is dead (long live the lint!) |  guenther | 3 | -10/+7 |
| 2014-02-11 | clean up AUTHORS section, no content change: |  schwarze | 1 | -16/+13 |
| 2013-08-29 | replace srandomdev()+random() with the arc4random*() family |  naddy | 2 | -4/+3 |
| 2013-01-17 | macro fixes; |  jmc | 1 | -3/+2 |
| 2012-12-05 | Remove excessive sys/cdefs.h inclusion |  deraadt | 1 | -2/+1 |
| 2011-11-06 | union wait is dead, ancient history; stop using it |  guenther | 1 | -3/+3 |
| 2011-06-20 | Do not compare a `char' variable to EOF, which does not fit if `char' defaults |  miod | 1 | -5/+7 |
| 2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, |  schwarze | 1 | -4/+4 |
| 2010-03-26 | dispense with some wacky escape sequences; |  jmc | 1 | -11/+11 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 23 | -214/+23 |
| 2009-07-09 | promote correct style for error checking |  eric | 1 | -3/+3 |
| 2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s |  sobrado | 1 | -3/+3 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-04-02 | tidy up synopsis and sort options; from Igor Sobrado |  jmc | 1 | -7/+6 |
| 2006-11-02 | Check fgets failure and clarify character checks. |  ray | 1 | -4/+4 |
| 2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech |  tedu | 2 | -6/+6 |
| 2005-03-12 | escape `.' at eol to avoid double spacing issue; |  jmc | 1 | -2/+2 |
| 2004-12-17 | fix an off-by-one and a case of snprintf() misuse. |  moritz | 1 | -13/+14 |
| 2004-12-06 | typo from pjanzen@ |  jmc | 1 | -2/+2 |
| 2004-04-27 | typo and remove some Ns hacks no longer needed; |  jmc | 1 | -4/+4 |
| 2003-09-05 | add some spacing after displays; |  jmc | 1 | -8/+11 |
| 2003-09-02 | escape punctuation; |  jmc | 1 | -4/+4 |
| 2003-07-10 | add missing includes |  david | 2 | -4/+6 |
| 2003-07-06 | convert some strncpy->strlcpy |  avsm | 2 | -11/+9 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 29 | -197/+81 |
| 2003-05-30 | section reorder; |  jmc | 1 | -17/+17 |
| 2003-04-25 | string cleanup; ok millert |  deraadt | 1 | -3/+4 |
| 2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen |  deraadt | 9 | -62/+79 |
| 2002-12-09 | fix va_end; openbsd@davidkrause.com |  deraadt | 1 | -3/+3 |
| 2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 1 | -3/+3 |
| 2002-06-11 | no more err(3) newlines in games; ok pjanzen@ |  jsyn | 1 | -3/+3 |
| 2002-05-31 | crmode -> cbreak |  pjanzen | 1 | -3/+3 |