| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-21 | Ignore special keys returned by the curses getch() function. |  millert | 1 | -2/+3 |
| 2018-08-24 | During our refactor with tedu@ tb@ and myself we moved the score file to the |  mestre | 1 | -4/+1 |
| 2018-08-24 | Remove a few too early pledge(2)s on games/ and apply them a little bit later |  mestre | 1 | -4/+4 |
| 2016-09-11 | Callers of time(3) should #include <time.h>. |  tb | 1 | -1/+2 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -2/+1 |
| 2016-03-02 | Fix score file name |  tim | 1 | -3/+3 |
| 2016-01-10 | As per style(9), remove remaining lint-style comments from games/ |  mestre | 1 | -3/+1 |
| 2016-01-08 | Headers clean up |  mestre | 2 | -7/+3 |
| 2016-01-07 | Some basic code maintenance in games/ |  tb | 1 | -2/+2 |
| 2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes |  mestre | 1 | -3/+2 |
| 2015-12-26 | Set as __dead a few more functions, that don't return, on games/ |  mestre | 1 | -2/+2 |
| 2015-12-02 | add const and remove unused variable. |  tb | 2 | -4/+4 |
| 2015-11-30 | pledge "stdio rpath wpath cpath tty" for canfield |  tb | 2 | -2/+8 |
| 2015-11-26 | Add checks for getenv(), snprintf() and getlogin(). |  tb | 2 | -32/+42 |
| 2015-11-25 | Remove now unused gid_t variable. |  tb | 1 | -3/+1 |
| 2015-11-24 | repair lseeks, from Ricardo |  tedu | 2 | -15/+4 |
| 2015-11-24 | change score file name to .cfscores so it's not taking up valuable space |  tedu | 2 | -4/+4 |
| 2015-11-24 | move score files to home directory and drop setgid. from Ricardo Mestre |  tedu | 6 | -116/+33 |
| 2015-11-05 | delete unused code that won't let you play if the load is too high |  tedu | 1 | -12/+1 |
| 2014-11-03 | the man page says it is impossible to cheat, but since the shuffle is |  tedu | 1 | -3/+3 |
| 2014-09-26 | Add missing .An macros (found with mandoc -Tlint) and |  schwarze | 1 | -5/+11 |
| 2013-08-29 | replace srandomdev()+random() with the arc4random*() family |  naddy | 1 | -3/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2 | -30/+2 |
| 2009-06-09 | add missing flag to usage; synchronize argument names with documentation; |  sobrado | 1 | -3/+3 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2005-05-01 | use setresgid() to drop privs, it is simply a better and less ambiguous API; |  djm | 2 | -9/+11 |
| 2004-07-09 | ansi; khalek@linuxgamers.net |  deraadt | 2 | -89/+53 |
| 2003-07-10 | add missing includes |  david | 1 | -2/+3 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 4 | -26/+10 |
| 2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 1 | -3/+3 |
| 2002-06-23 | uid_t and gid_t are unsigned |  deraadt | 1 | -3/+3 |
| 2002-05-31 | No dm -> games with high score files etc. must explicitly be setgid games. |  pjanzen | 2 | -2/+4 |
| 2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists |  deraadt | 2 | -4/+2 |
| 2002-02-18 | more signed char issues |  deraadt | 1 | -4/+4 |
| 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 | -51/+51 |
| 2001-08-18 | Formatting |  pjanzen | 1 | -13/+15 |
| 2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv |  pjanzen | 1 | -3/+3 |
| 2001-02-18 | include <string.h> |  pjanzen | 1 | -2/+3 |
| 2001-02-13 | Try to keep formatting pretty for long usernames |  pjanzen | 1 | -6/+24 |
| 2000-07-23 | oops |  pjanzen | 1 | -1/+3 |
| 2000-07-23 | Code cleanups (some from NetBSD), typo fix. |  pjanzen | 5 | -87/+200 |
| 2000-04-25 | Missing MLINKS |  espie | 1 | -0/+1 |
| 1999-12-18 | tidy; don't list the game itself in FILES |  pjanzen | 1 | -9/+7 |
| 1999-07-09 | - remove all trailing whitespace |  aaron | 1 | -11/+11 |
| 1999-03-20 | Add some .El 's at the end of lists. From NetBSD |  pjanzen | 1 | -0/+2 |
| 1998-08-29 | use names for constants in lseek() and open(); NetBSD PR6057; jsm28@cam.ac.uk |  pjanzen | 2 | -8/+13 |
| 1998-07-24 | -lcurses, not termcap/termlib |  millert | 1 | -2/+2 |
| 1997-09-21 | $OpenBSD$ |  deraadt | 1 | -2/+1 |
| 1996-12-22 | proper gid revoke |  deraadt | 2 | -2/+10 |
| 1996-12-19 | setgid games, not setuid games. closes a neat set of holes |  deraadt | 2 | -1/+3 |