Age | Commit message (Expand) | Author |
2017-06-23 | Remove unused confirm() and datime() functions. | Frederic Cambus |
2017-05-19 | Silence a whole slew of clang warnings by doing a no-op in the crazy | Theo Buehler |
2017-04-10 | Clean up disabled declaration in the text struct. | Frederic Cambus |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2016-12-25 | gcc says "if you define labels and don't use them, I will whine." | Kenneth R Westerback |
2016-12-21 | Eliminate another 'calculated, not used' warning by nuking a spurious | Kenneth R Westerback |
2016-03-08 | Headers cleanup with and OK tb@ | mestre |
2016-01-07 | Some basic code maintenance in games/ | tb |
2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes | mestre |
2016-01-01 | don't declar main. from Michal Mazurek | Ted Unangst |
2015-12-26 | Set as __dead a few more functions, that don't return, on games/ | mestre |
2015-11-30 | Straightforward pledge "stdio rpath wpath cpath" for adventure. | tb |
2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller... | Theo de Raadt |
2014-12-31 | adventure requires deterministic random for its internal data | Ted Unangst |
2014-12-08 | For now, these games still contain deterministic randomization (for | Theo de Raadt |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-07-13 | calling this "encryption" makes me cringe. "slightly obfuscated" is better. | Ted Unangst |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-10-03 | Mask crcval in the right place, avoiding segfault during save | Stuart Henderson |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-02 | .Ar for arguments; from Igor Sobrado | Jason McIntyre |
2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst |
2004-07-09 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2003-09-25 | Fix a couple obvious off-by-one writes. No objections from anyone. | Aaron Campbell |
2003-07-10 | add missing includes | David Krause |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-12 | NetBSD: remove redundant decl | Paul Janzen |
2003-04-08 | Change remaining strcpy -> strlcpy; noticed by Theo | Todd C. Miller |
2003-04-07 | Change wd1 and wd2 from pointers to arrays. This removes the need | Todd C. Miller |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/... | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-18 | someone should read compiler messages on the powerpc | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-09-03 | better usage message. From jsm@netbsd.org's NetBSD changes. | Paul Janzen |
2001-08-18 | Formatting | Paul Janzen |
2001-08-06 | Nothing but comments after #endif and #else; heko@iki.fi | Paul Janzen |
2001-03-22 | Don't FLUSHLINE unnecessarily | Paul Janzen |
2001-03-22 | File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoid | Paul Janzen |
2001-02-17 | Use err() rather than errx() immediately after alloc failure. | Paul Janzen |
2001-02-04 | Remove -traditional-cpp and do some -Wall cleanups; from Chris K. Young | Paul Janzen |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section | Paul Janzen |
1998-11-29 | Minor changes from NetBSD | Paul Janzen |
1998-09-12 | check for malloc() failure; jsm28@cam.ac.uk | Paul Janzen |
1998-09-02 | More changes from jsm28@cam.ac.uk | Paul Janzen |