Age | Commit message (Expand) | Author |
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan Gray |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-20 | printing the pinball bonus in the corner is confusing when you lose. | Ted Unangst |
2019-01-20 | remove some obsolete comments about deleted code | Ted Unangst |
2019-01-20 | quick fix to keep the cursor in the corner during space warp. | Ted Unangst |
2019-01-20 | if the snake ran over the money, print the treasure instead of empty. | Ted Unangst |
2018-08-24 | Remove a few too early pledge(2)s on games/ and apply them a little bit later | Ricardo Mestre |
2016-09-11 | Callers of time(3) should #include <time.h>. | Theo Buehler |
2016-03-16 | Prefer fseek(3) over rewind(3) since the latter although it also calls fseek | mestre |
2016-03-07 | - General changes: | mestre |
2016-02-09 | - Remove parameter fd from snscore() since it's never used | mestre |
2016-02-02 | - Swap atoi(3) for strtonum(3) | mestre |
2016-01-07 | Some basic code maintenance in games/ | tb |
2016-01-04 | More cleanup and sorting on header section | mestre |
2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes | mestre |
2015-12-02 | KNF: I forgot to join two lines. | tb |
2015-12-02 | treat getenv("HOME") safely also when LOGGING is defined. from mestre. | tb |
2015-11-29 | tidy up ENVIRONMENT and FILES; | Jason McIntyre |
2015-11-29 | Prefer $LOGNAME over $USER, since the latter is deprecated, | tb |
2015-11-27 | Fix after removal of the setgid bit: | 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 |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2009-11-13 | no need for seperate snscore command; ok pjanzen | Theo de Raadt |
2009-11-13 | Correct fix for rev 1.8 from pjanzen. | Jonathan Gray |
2009-11-13 | 1.8 broke things, back it out, correct fix coming from pjanzen | Jonathan Gray |
2009-11-12 | fix an off by one in loop termination | Jonathan Gray |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-02 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre |
2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | Ted Unangst |
2006-03-15 | Remove useless getuid() check. | David Hill |
2005-05-01 | use setresgid() to drop privs, it is simply a better and less ambiguous API; | Damien Miller |
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre |
2004-07-10 | more ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-05-31 | No dm -> games with high score files etc. must explicitly be setgid games. | Paul Janzen |
2002-05-24 | fix name, ok deraadt | Peter Stromberg |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/... | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-18 | move racey shit out of signal handler | Theo de Raadt |
2001-08-18 | Formatting | Paul Janzen |
2001-02-18 | Convert to curses and tidy some. Generally based on NetBSD changes. | Paul Janzen |
2001-02-04 | Use strdup() | Paul Janzen |
2000-04-25 | Missing MLINKS | Marc Espie |