| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-06 | while learning (teachgammon(1)) you might want to save your game so "{w,c}path" |  mestre | 1 | -2/+2 |
| 2017-07-11 | User count checks have been compiled out since 1998, get rid of them. |  fcambus | 1 | -19/+1 |
| 2017-01-21 | Nuke whitespace foolish enough to expose itself during the great |  krw | 2 | -11/+11 |
| 2017-01-20 | mark the prototypes of tutor() and leave() as __dead as well. |  tb | 2 | -4/+6 |
| 2017-01-20 | Mark functions that do not return as __dead to quiet gcc warnings. |  krw | 2 | -4/+4 |
| 2016-01-08 | add missing 'void' |  tb | 2 | -4/+4 |
| 2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes |  mestre | 1 | -2/+2 |
| 2015-12-26 | Set as __dead a few more functions, that don't return, on games/ |  mestre | 1 | -2/+2 |
| 2015-12-02 | Drop the argument passing between backgammon and teachgammon. |  tb | 6 | -27/+19 |
| 2015-12-01 | Make sure "exec" rights are dropped asap in all code paths. |  tb | 1 | -3/+6 |
| 2015-12-01 | Answering "yes" to the question "Do you want to see the rules of the game?" |  tb | 1 | -2/+6 |
| 2015-11-30 | Pledge for backgammon and teachgammon. |  tb | 17 | -121/+85 |
| 2015-11-11 | creat() -> open equiv; from Frederic Nowak |  deraadt | 1 | -3/+7 |
| 2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw |  deraadt | 1 | -2/+2 |
| 2015-07-20 | Sometimes, the computer's move was printed, but the computer's men didn't |  schwarze | 1 | -5/+2 |
| 2015-06-26 | /home/otto/ok |  otto | 4 | -9/+13 |
| 2015-05-20 | Fix sign compare bug introduced when rnum() was redefined to use |  millert | 1 | -2/+2 |
| 2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, |  guenther | 1 | -4/+4 |
| 2014-04-25 | This manual was lacking it's most important section, HISTORY. |  schwarze | 1 | -4/+11 |
| 2014-04-25 | Security is square, gaming is hip, |  schwarze | 2 | -126/+2 |
| 2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); |  okan | 1 | -2/+2 |
| 2013-08-29 | replace srandomdev()+random() with the arc4random*() family |  naddy | 2 | -4/+3 |
| 2012-12-05 | Remove excessive sys/cdefs.h inclusion |  deraadt | 1 | -2/+1 |
| 2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; |  schwarze | 1 | -5/+1 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 19 | -183/+19 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 1 | -8/+1 |
| 2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s |  sobrado | 1 | -3/+3 |
| 2007-10-17 | remove "unused variable" warnings |  chl | 1 | -3/+2 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2006-12-14 | fix DEBUG by renaming a variable colliding with ncurses |  martin | 4 | -22/+23 |
| 2006-11-01 | tidy up the quick reference section; |  jmc | 1 | -10/+16 |
| 2006-11-01 | Sort flags and commands. |  ray | 1 | -13/+16 |
| 2006-10-31 | Remove -h flag and simplify usage output to one line, like most |  ray | 2 | -23/+16 |
| 2006-10-31 | Add new -d flag to SYNOPSIS and remove optional and unfunctional |  ray | 1 | -7/+6 |
| 2006-10-29 | -d: make it possible playing without doubling as it is not commonly |  martin | 6 | -13/+22 |
| 2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech |  tedu | 3 | -9/+9 |
| 2004-04-07 | Remove those option letters from the getopt string which do not have a case |  aaron | 1 | -3/+3 |
| 2004-04-05 | Don't init curses until after option processing. pjanzen@ ok |  aaron | 1 | -3/+4 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 22 | -151/+63 |
| 2003-06-01 | Undo a misguided attempt to fix speling errors from long ago. UCB |  millert | 1 | -3/+3 |
| 2003-05-30 | section reorder; |  jmc | 1 | -6/+6 |
| 2003-05-12 | From NetBSD: don't need to declare ospeed. |  pjanzen | 1 | -4/+2 |
| 2003-04-23 | some typos, and clarification of game rules; |  jmc | 1 | -5/+5 |
| 2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen |  deraadt | 1 | -7/+7 |
| 2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 1 | -5/+3 |
| 2002-07-30 | Replace the "blows chunks" algorithm with pubeval, a public domain algorithm |  pjanzen | 5 | -186/+175 |
| 2002-07-30 | Kill buffer overflow. |  pjanzen | 3 | -13/+19 |
| 2002-05-31 | No dm -> no need to revoke setegid. |  pjanzen | 2 | -12/+4 |
| 2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists |  deraadt | 2 | -4/+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 | 4 | -67/+67 |