| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -3/+3 |
| 2017-10-27 | Use <elf.h> instead of <elf_abi.h> |  mpi | 1 | -2/+2 |
| 2016-09-11 | KNF: Break an overlong line. No binary change. |  tb | 1 | -3/+3 |
| 2016-02-28 | Add back undocumented -h switch defaulting to usage(). |  tb | 1 | -2/+3 |
| 2016-02-26 | - Remove -h and -? from getopt(3), they weren't documented on manpage anyway |  mestre | 1 | -5/+3 |
| 2016-01-10 | As per style(9), remove remaining lint-style comments from games/ |  mestre | 1 | -2/+1 |
| 2016-01-08 | add missing 'void' |  tb | 2 | -6/+6 |
| 2016-01-04 | More cleanup and sorting on header section |  mestre | 2 | -6/+4 |
| 2015-12-31 | Include only needed header files per each source file |  mestre | 12 | -36/+62 |
| 2015-12-26 | Set as __dead a few more functions, that don't return, on games/ |  mestre | 1 | -2/+2 |
| 2015-12-25 | Declare usage() functions as __dead void, if they don't return, on games section. |  mestre | 1 | -2/+2 |
| 2015-10-24 | Cast islower()'s argument to unsigned char. |  mmcc | 1 | -2/+2 |
| 2015-10-22 | Pledge "stdio rpath tty" for hangman(6). |  doug | 1 | -1/+8 |
| 2015-02-07 | allow ctrl-d to quit after a game as well |  tedu | 1 | -2/+3 |
| 2015-02-07 | use unsigned char type to avoid many casts |  tedu | 2 | -11/+11 |
| 2015-02-07 | by popular request, stop giving away numeric letters. no more will the |  tedu | 5 | -18/+30 |
| 2015-02-07 | unsigned char for ctype functions |  tedu | 2 | -6/+6 |
| 2015-02-07 | Ignore ELF symbols containing dots or dollar signs. Suggested by millert@ |  miod | 1 | -4/+9 |
| 2015-02-07 | clear to end of line when printing error messages so that previous |  tedu | 1 | -4/+9 |
| 2015-02-07 | By popular demand, allow any ELF file to be passed to -d as a word list, in |  miod | 7 | -44/+50 |
| 2014-07-16 | zap trailing newlines; "go for it" deraadt |  okan | 1 | -3/+1 |
| 2013-10-15 | remove conditionals for ELF; prodding by patrick keshishian |  deraadt | 1 | -12/+1 |
| 2013-10-15 | no more a.out support here |  deraadt | 1 | -38/+1 |
| 2013-08-29 | replace srandomdev()+random() with the arc4random*() family |  naddy | 3 | -6/+5 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 10 | -96/+10 |
| 2008-04-05 | a little tidy up; |  jmc | 1 | -8/+9 |
| 2008-04-02 | order the options correctly; |  jmc | 1 | -7/+7 |
| 2008-04-01 | Add a -k option to use the kernel symbols as the words file. |  miod | 9 | -29/+272 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-04-02 | -d takes an argument; from Igor Sobrado |  jmc | 1 | -2/+2 |
| 2006-10-24 | Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. |  moritz | 1 | -4/+7 |
| 2005-04-13 | use STD{IN,OUT,ERR}_FILENO |  deraadt | 1 | -3/+3 |
| 2004-11-29 | ansi. ok deraadt@ |  jsg | 9 | -32/+29 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 13 | -88/+36 |
| 2003-05-19 | Standard capitalization |  pjanzen | 1 | -2/+2 |
| 2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 1 | -3/+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-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 | -11/+11 |
| 2001-11-17 | fixes based on ones suggested by mpech@prosoft.org.lv |  pjanzen | 1 | -2/+2 |
| 2001-11-17 | fixes from mpech@prosoft.org.lv |  pjanzen | 1 | -2/+2 |
| 2001-11-17 | section consistency: AUTHOR -> AUTHORS, even if only one listed; |  pjanzen | 1 | -2/+2 |
| 2001-08-18 | Formatting |  pjanzen | 1 | -4/+6 |
| 2001-01-28 | $OpenBSD$ |  niklas | 1 | -0/+1 |
| 1999-09-25 | Merge NetBSD changes (use const where appropriate; allow alternate wordlists). |  pjanzen | 11 | -52/+99 |
| 1999-04-20 | Don't allow guessed letters to wrap; closes PR800. Based on fix from |  pjanzen | 3 | -9/+13 |
| 1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section |  pjanzen | 1 | -2/+2 |
| 1998-08-19 | tags, formatting, ANSI-fication, prototypes, de-typos, and the occasional |  pjanzen | 12 | -98/+118 |
| 1998-07-24 | -lcurses, not termcap/termlib |  millert | 1 | -3/+3 |