Age | Commit message (Expand) | Author |
2022-08-08 | switch fgetln remnants to getline. ok millert@ | Omar Polo |
2022-02-05 | Fix UB "shift-out-of-bounds" in battlestar | Greg Steuck |
2021-10-23 | if both stdout and stderr are redirected to a non-tty, pledge(2) will kill | Ricardo Mestre |
2020-12-15 | the names com1 to com9 are reserved filenames on windows | Daniel Dickman |
2019-05-09 | rm lists of hereditary wizards and bad users to ensure level playing field | Ted Unangst |
2018-02-07 | slightly reduce the difficulty of the adventure game that is reading | Ted Unangst |
2017-05-31 | late game space battles require tty pledge to clear screen, etc. | Ted Unangst |
2016-09-11 | Callers of time(3) should #include <time.h>. | Theo Buehler |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-01-01 | don't declar main. from Michal Mazurek | Ted Unangst |
2015-12-31 | Include only needed header files per each source file | mestre |
2015-12-26 | Set as __dead a few more functions, that don't return, on games/ | mestre |
2015-12-04 | cleanup: remove pwd.h, delete a stray comment and a const qualifier | tb |
2015-11-29 | tidy here too; | Jason McIntyre |
2015-11-29 | Move score file to $HOME and add pledge "stdio rpath wpath cpath". | tb |
2015-11-25 | Remove operations that "touch" scorefiles at install time. | Theo de Raadt |
2015-11-24 | In 1995, all of the games were setuid games. At end of 1996, I took them all | Theo de Raadt |
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc |
2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller... | Theo de Raadt |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-02-17 | Mark up email addresses semantically with Mt. | Anthony J. Bentley |
2014-11-16 | Remove a bogotified comment | Philip Guenther |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-10-26 | Add a format specifier for the printf. | Brad Smith |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2013-07-17 | add missing .An and .Mt macro; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-04-05 | this doesn't need to be time_t ok deraadt | Ted Unangst |
2010-09-19 | put HISTORY in the right place; | Jason McIntyre |
2009-12-10 | fix potential bugs spotted by parfait | Bob Beck |
2009-11-22 | Typo fixed. | Tobias Stoeckmann |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-09-09 | Move redundant prompt/fgets/sscanf lines into a function with | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder |
2005-05-01 | use setresgid() to drop privs, it is simply a better and less ambiguous API; | Damien Miller |
2004-07-10 | more ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-02-03 | ourtime should match prototype in extern.h 'change globals.h' deraad@ | Dale Rahn |
2003-09-26 | check strdup for error. based on report from Jared Yanovich. ok deraadt@ | Ted Unangst |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-19 | NetBSD check to make sure not to deref -1. | Paul Janzen |
2003-04-23 | some typos, and clarification of game rules; | Jason McIntyre |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-05-31 | crmode -> cbreak | Paul Janzen |
2002-05-31 | No dm -> games with high score files etc. must explicitly be setgid games. | Paul Janzen |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/... | Theo de Raadt |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-17 | section consistency: AUTHOR -> AUTHORS, even if only one listed; | Paul Janzen |
2001-08-18 | Formatting | Paul Janzen |