| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-27 | satisfy -fno-common by duplicating deck chairs as required |  deraadt | 2 | -39/+112 |
| 2017-06-23 | Remove unused confirm() and datime() functions. |  fcambus | 3 | -43/+3 |
| 2017-05-19 | Silence a whole slew of clang warnings by doing a no-op in the crazy |  tb | 2 | -8/+8 |
| 2017-04-10 | Clean up disabled declaration in the text struct. |  fcambus | 1 | -4/+1 |
| 2017-01-21 | Nuke whitespace foolish enough to expose itself during the great |  krw | 4 | -8/+8 |
| 2016-12-25 | gcc says "if you define labels and don't use them, I will whine." |  krw | 1 | -6/+6 |
| 2016-12-21 | Eliminate another 'calculated, not used' warning by nuking a spurious |  krw | 1 | -2/+2 |
| 2016-03-08 | Headers cleanup with and OK tb@ |  mestre | 10 | -24/+26 |
| 2016-01-07 | Some basic code maintenance in games/ |  tb | 2 | -5/+13 |
| 2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes |  mestre | 2 | -7/+6 |
| 2016-01-01 | don't declar main. from Michal Mazurek |  tedu | 1 | -4/+1 |
| 2015-12-26 | Set as __dead a few more functions, that don't return, on games/ |  mestre | 1 | -2/+2 |
| 2015-11-30 | Straightforward pledge "stdio rpath wpath cpath" for adventure. |  tb | 1 | -1/+4 |
| 2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw |  deraadt | 1 | -2/+2 |
| 2014-12-31 | adventure requires deterministic random for its internal data |  tedu | 3 | -7/+11 |
| 2014-12-08 | For now, these games still contain deterministic randomization (for |  deraadt | 5 | -13/+7 |
| 2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, |  guenther | 2 | -7/+6 |
| 2014-09-08 | obvious cases of missing .An; |  schwarze | 1 | -4/+9 |
| 2014-07-13 | calling this "encryption" makes me cringe. "slightly obfuscated" is better. |  tedu | 5 | -22/+22 |
| 2013-08-22 | Correct format string mismatches turned up by -Wformat=2 |  guenther | 1 | -2/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 10 | -103/+10 |
| 2008-10-03 | Mask crcval in the right place, avoiding segfault during save |  sthen | 1 | -4/+4 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-04-02 | .Ar for arguments; from Igor Sobrado |  jmc | 1 | -2/+2 |
| 2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech |  tedu | 3 | -11/+14 |
| 2004-07-09 | ansi; khalek@linuxgamers.net |  deraadt | 11 | -149/+119 |
| 2003-09-25 | Fix a couple obvious off-by-one writes. No objections from anyone. |  aaron | 1 | -4/+4 |
| 2003-07-10 | add missing includes |  david | 3 | -6/+9 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 12 | -82/+34 |
| 2003-05-12 | NetBSD: remove redundant decl |  pjanzen | 1 | -2/+2 |
| 2003-04-08 | Change remaining strcpy -> strlcpy; noticed by Theo |  millert | 1 | -3/+3 |
| 2003-04-07 | Change wd1 and wd2 from pointers to arrays. This removes the need |  millert | 6 | -50/+50 |
| 2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen |  deraadt | 4 | -13/+13 |
| 2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 1 | -4/+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 | -5/+1 |
| 2002-02-18 | someone should read compiler messages on the powerpc |  deraadt | 2 | -7/+10 |
| 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 | -75/+75 |
| 2001-09-03 | better usage message. From jsm@netbsd.org's NetBSD changes. |  pjanzen | 1 | -5/+7 |
| 2001-08-18 | Formatting |  pjanzen | 1 | -4/+3 |
| 2001-08-06 | Nothing but comments after #endif and #else; heko@iki.fi |  pjanzen | 2 | -5/+5 |
| 2001-03-22 | Don't FLUSHLINE unnecessarily |  pjanzen | 1 | -5/+7 |
| 2001-03-22 | File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoid |  pjanzen | 1 | -5/+10 |
| 2001-02-17 | Use err() rather than errx() immediately after alloc failure. |  pjanzen | 2 | -8/+8 |
| 2001-02-04 | Remove -traditional-cpp and do some -Wall cleanups; from Chris K. Young |  pjanzen | 5 | -10/+14 |
| 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 | Minor changes from NetBSD |  pjanzen | 3 | -27/+17 |
| 1998-09-12 | check for malloc() failure; jsm28@cam.ac.uk |  pjanzen | 2 | -7/+15 |