| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2 | -7/+7 |
| 2016-09-11 | Callers of time(3) should #include <time.h>. |  tb | 1 | -1/+2 |
| 2016-01-08 | ANSIfy mille(6) |  mestre | 11 | -75/+47 |
| 2016-01-08 | Headers cleanup and also the following: |  mestre | 13 | -47/+69 |
| 2016-01-07 | Some basic code maintenance in games/ |  tb | 1 | -4/+3 |
| 2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes |  mestre | 1 | -2/+1 |
| 2015-12-26 | Set as __dead a few more functions, that don't return, on games/ |  mestre | 1 | -2/+2 |
| 2015-11-30 | The usual deal for a curses game with the possibility of saving a game: |  tb | 1 | -1/+4 |
| 2015-11-11 | creat() -> open equiv; from Frederic Nowak |  deraadt | 1 | -2/+2 |
| 2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak |  tedu | 3 | -6/+6 |
| 2015-10-24 | Cast ctype functions' arguments to unsigned char. |  mmcc | 1 | -4/+4 |
| 2015-01-19 | normalize formatting |  deraadt | 9 | -109/+108 |
| 2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, |  guenther | 2 | -9/+5 |
| 2014-11-03 | use knuth shuffle for better distribution of permutations |  tedu | 1 | -7/+3 |
| 2014-09-08 | obvious cases of missing .An; |  schwarze | 1 | -3/+3 |
| 2013-08-29 | replace srandomdev()+random() with the arc4random*() family |  naddy | 3 | -10/+4 |
| 2011-09-03 | make -column lists pretty again; |  jmc | 1 | -5/+5 |
| 2009-12-10 | fix potential bugs spotted by parfait |  beck | 1 | -6/+6 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 12 | -114/+12 |
| 2009-10-17 | synchronize synopsis and usage. |  sobrado | 1 | -3/+3 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2006-12-24 | fix program name in usage, use __progname |  martin | 1 | -3/+4 |
| 2006-10-31 | usage information goes to stderr |  martin | 1 | -3/+3 |
| 2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech |  tedu | 1 | -4/+3 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 14 | -96/+40 |
| 2003-04-23 | some typos, and clarification of game rules; |  jmc | 1 | -54/+62 |
| 2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen |  deraadt | 2 | -7/+7 |
| 2003-03-06 | broken .Xr's; |  jmc | 1 | -2/+2 |
| 2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 1 | -7/+3 |
| 2002-05-31 | crmode -> cbreak |  pjanzen | 1 | -3/+3 |
| 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-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 1 | -18/+3 |
| 2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) |  millert | 1 | -2/+2 |
| 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 | 2 | -41/+41 |
| 2001-11-17 | section consistency: AUTHOR -> AUTHORS, even if only one listed; |  pjanzen | 1 | -2/+2 |
| 2001-09-03 | Tidying, some from NetBSD. |  pjanzen | 11 | -47/+49 |
| 2001-08-18 | Formatting |  pjanzen | 1 | -18/+36 |
| 2001-03-08 | whack exit(-#) |  deraadt | 1 | -3/+3 |
| 2000-08-05 | Remove a little redundant and slightly wrong code |  pjanzen | 1 | -6/+2 |
| 2000-07-23 | Die more cleanly if stdin can't be read from. |  pjanzen | 1 | -3/+3 |
| 2000-04-07 | Remove unused ifdef missed previously |  pjanzen | 1 | -7/+2 |
| 1999-11-25 | Fix an obscure bug involving misidentified coup fourres. |  pjanzen | 1 | -20/+17 |
| 1999-09-30 | better use of curses |  pjanzen | 1 | -4/+4 |
| 1999-09-30 | Disallow "Go" after "Right of Way" and change Battle Pile status to "Go" when |  pjanzen | 1 | -4/+8 |
| 1999-09-25 | Tidying and minor changes from or based on jsm28@cam.ac.uk's work for the |  pjanzen | 9 | -78/+55 |
| 1999-07-09 | - remove all trailing whitespace |  aaron | 1 | -3/+3 |
| 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 | -3/+5 |
| 1998-09-22 | NetBSD changes and further fixes (reformatted man page, better handling of |  pjanzen | 15 | -457/+484 |