| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-12-27 | convert to unsigned variables to avoid some overflows. | 1 | -9/+10 | ||
| analysis and patch from David Fifield | |||||
| 2016-09-11 | Callers of time(3) should #include <time.h>. | 1 | -1/+2 | ||
| ok deraadt | |||||
| 2016-01-27 | - optarg and optind are declared by unistd.h, so remove them... | 1 | -8/+9 | ||
| - use strtonum rather than atoi - zap case '?' in getopt(3) switch - use _exit(2) in signal handler - use __progname in usage() instead of hardcoded name OK tb@ mestre@ | |||||
| 2016-01-25 | Remove unused header | 1 | -2/+1 | ||
| 2016-01-10 | As per style(9), remove remaining lint-style comments from games/ | 1 | -3/+1 | ||
| OK tb@ | |||||
| 2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes | 1 | -2/+1 | ||
| srandom(time()+getpid()), was changed by srandomdev(), but #include <time.h> lived up until this day so remove it. Additionally, earlier than that, 18 years ago, random(6) was one of the first consumers of arc4random(3) family, and was pulling it from dev/rndvar.h but these days we pull it from stdlib.h, which is already done, so while here remove dev/rndvar.h also. "seems comprehensive to me" deraadt@ and OK tb@ | |||||
| 2015-12-25 | Declare usage() functions as __dead void, if they don't return, on games section. | 1 | -3/+3 | ||
| Found another one in arithmetic(6) which also didn't return, and removed a function from number(6) which is not used anymore. OK tb@ | |||||
| 2015-10-24 | Cast ctype functions' arguments to unsigned char. | 1 | -3/+3 | ||
| ok guenther@ | |||||
| 2015-10-10 | Pledge that arithmetic only takes "stdio". | 1 | -1/+4 | ||
| 2015-09-12 | use .Cm rather than .Ar for fixed string arguments | 1 | -5/+5 | ||
| 2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw | 1 | -2/+2 | ||
| 2013-08-29 | replace srandomdev()+random() with the arc4random*() family | 1 | -7/+4 | ||
| tweaks and ok millert@, ok deraadt@ | |||||
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 1 | -15/+1 | ||
| unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||||
| 2007-05-31 | convert to new .Dd format; | 1 | -2/+2 | ||
| 2007-04-02 | -o and -r take arguments; from Igor Sobrado | 1 | -3/+3 | ||
| 2007-03-20 | remove some bogus *p tests from charles longeau | 1 | -3/+3 | ||
| ok deraadt millert | |||||
| 2004-07-13 | replace bad macro; | 1 | -2/+2 | ||
| 2004-07-09 | ansi; khalek@linuxgamers.net | 1 | -16/+10 | ||
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | 2 | -13/+5 | ||
| rescinded 22 July 1999. Proofed by myself and Theo. | |||||
| 2003-04-23 | some typos, and clarification of game rules; | 1 | -3/+6 | ||
| help, suggestions and ok pjanzen@ | |||||
| 2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | 1 | -3/+3 | ||
| good enough for games but we should at least use a decent seed. pjanzen@ OK | |||||
| 2002-06-11 | no more err(3) newlines in games; ok pjanzen@ | 1 | -4/+4 | ||
| 2002-05-31 | de-register | 1 | -4/+4 | ||
| 2002-05-31 | No dm -> no need to revoke setegid. | 1 | -6/+2 | ||
| 2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists | 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. | 1 | -9/+9 | ||
| 1999-07-09 | - remove all trailing whitespace | 1 | -2/+2 | ||
| * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||||
| 1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1 | -2/+2 | ||
| is used instead; kwesterback@home.com | |||||
| 1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section | 1 | -2/+2 | ||
| 1998-11-29 | Don't capitalize game names at the beginning of sentences. | 1 | -4/+4 | ||
| 1998-09-15 | use const where appropriate; jsm28@cam.ac.uk | 1 | -6/+6 | ||
| 1998-08-19 | tags, formatting, ANSI-fication, prototypes, de-typos, and the occasional | 2 | -9/+9 | ||
| initialization, removal of unused variable, or other minor fix. Most changes are from or inspired by NetBSD. | |||||
| 1998-03-12 | OpenBSD ID (changed from NetBSD) | 1 | -2/+2 | ||
| 1998-02-26 | cleanup efforts care of pjanzen@foatdi.harvard.edu | 1 | -23/+34 | ||
| 1997-09-21 | $OpenBSD$ | 1 | -2/+1 | ||
| 1997-01-17 | r?index -> strr?chr | 1 | -2/+2 | ||
| 1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | 1 | -1/+1 | ||
| 1996-04-23 | sync with netbsd 960418 | 1 | -3/+3 | ||
| 1995-10-18 | initial import of NetBSD tree | 3 | -0/+496 | ||
