| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-01-08 | ANSIfy gomoku(6) and change a char* to u_char* |  mestre | 6 | -104/+48 |
| 2016-01-07 | Some basic code maintenance in games/ |  tb | 1 | -2/+2 |
| 2016-01-04 | More cleanup and sorting on header section |  mestre | 5 | -14/+17 |
| 2015-12-26 | Set as __dead a few more functions, that don't return, on games/ |  mestre | 1 | -2/+2 |
| 2015-12-06 | Use __progname instead of manually handling argv[0]. |  tobias | 1 | -14/+9 |
| 2015-11-30 | straightforward pledge "stdio rpath wpath cpath tty" for gomoku |  tb | 1 | -1/+4 |
| 2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak |  tedu | 1 | -2/+2 |
| 2015-10-24 | Cast isalpha()'s argument to unsigned char. |  mmcc | 1 | -2/+2 |
| 2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw |  deraadt | 1 | -5/+4 |
| 2014-12-07 | the debug / SVR4 chunk has been busted for a while. interesting. |  deraadt | 1 | -2/+1 |
| 2014-12-05 | Remove SVR4 codeblock which insisted on using srand(time(0)) and rand(). |  deraadt | 2 | -9/+2 |
| 2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, |  guenther | 1 | -4/+4 |
| 2014-09-08 | obvious cases of missing .An; |  schwarze | 1 | -3/+3 |
| 2013-08-29 | replace srandomdev()+random() with the arc4random*() family |  naddy | 2 | -5/+3 |
| 2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() |  fgsch | 3 | -11/+11 |
| 2011-07-03 | no more rogue(6); |  jmc | 1 | -4/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 6 | -60/+6 |
| 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 | sort options + kill usage() verbosity; from Igor Sobrado |  jmc | 2 | -15/+8 |
| 2006-12-24 | fix typos in comments (verses->versus) |  martin | 1 | -7/+7 |
| 2006-12-14 | fix some obvious mistakes to make DEBUG compile |  martin | 3 | -9/+9 |
| 2004-01-16 | ISO C police: log and expl are reserved for the C library. |  espie | 2 | -9/+9 |
| 2003-07-10 | add missing includes |  david | 1 | -2/+3 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 8 | -54/+22 |
| 2003-04-25 | strings... ok tedu@, millert@ |  tdeval | 1 | -4/+6 |
| 2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen |  deraadt | 4 | -41/+65 |
| 2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 1 | -3/+3 |
| 2002-05-31 | de-register |  pjanzen | 5 | -53/+53 |
| 2002-05-31 | No dm -> no need to revoke setegid. |  pjanzen | 1 | -6/+2 |
| 2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists |  deraadt | 1 | -2/+1 |
| 2002-04-20 | machine/limits.h is not userland. Use limits.h |  espie | 1 | -3/+3 |
| 2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 1 | -3/+3 |
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. |  millert | 1 | -39/+39 |
| 2001-11-17 | section consistency: AUTHOR -> AUTHORS, even if only one listed; |  pjanzen | 1 | -2/+2 |
| 2001-08-18 | Formatting |  pjanzen | 1 | -13/+16 |
| 2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv |  pjanzen | 1 | -4/+8 |
| 2001-03-30 | filename length fix: ianm@cit.uws.edu.au |  pjanzen | 1 | -4/+5 |
| 2001-02-17 | clrtoeol() is bad if there's stuff to the right you want to keep. |  pjanzen | 1 | -3/+3 |
| 2001-02-17 | display username when playing restored games |  pjanzen | 1 | -4/+4 |
| 2001-02-17 | Handle long usernames better |  pjanzen | 2 | -17/+30 |
| 1999-07-09 | - remove all trailing whitespace |  aaron | 1 | -4/+4 |
| 1999-03-20 | Add some .El 's at the end of lists. From NetBSD |  pjanzen | 1 | -1/+2 |
| 1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section |  pjanzen | 1 | -2/+2 |
| 1998-11-29 | Don't capitalize game names at the beginning of sentences. |  pjanzen | 1 | -7/+11 |
| 1998-09-06 | formatting |  pjanzen | 1 | -2/+2 |
| 1998-07-24 | -lcurses, not termcap/termlib |  millert | 1 | -3/+3 |
| 1998-03-26 | improved interactive input and minor tweaks |  pjanzen | 8 | -97/+310 |
| 1997-09-21 | $OpenBSD$ |  deraadt | 1 | -2/+1 |
| 1997-04-09 | the the |  deraadt | 1 | -2/+2 |