Age | Commit message (Expand) | Author |
2024-08-20 | having a file called "OWNER" lying around in a directory of | Theo de Raadt |
2024-08-19 | fix double space; | Jason McIntyre |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-02-08 | Oops, commited wrong version of CLEANFILES in previous. | Miod Vallat |
2024-02-08 | Feed more generated files to the clean target; joint work with naddy@ | Miod Vallat |
2023-10-10 | Print a long with %ld instead of %d | Theo Buehler |
2022-07-11 | remove the "tbl" suffix for a few man pages | Daniel Dickman |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-02-18 | Avoid gendered language in man pages when not referring to a specific | Jonathan Gray |
2021-04-29 | Remove extraneous for() likely caused by copy & paste. | Todd C. Miller |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2016-09-09 | These games have been broken for the better part of a year, ever since | Theo Buehler |
2016-08-27 | Pull in <time.h> for time() and perhaps other functions | Philip Guenther |
2016-03-07 | - General changes: | mestre |
2016-01-10 | As per style(9), remove remaining lint-style comments from games/ | mestre |
2016-01-08 | add missing 'void' | tb |
2016-01-06 | Forgot to remove this file on my previous commit | mestre |
2016-01-06 | Remove unnecessary header files from phantasia(6) | mestre |
2016-01-06 | ansify | tb |
2016-01-06 | Last step of ansification of phantasia: | tb |
2016-01-06 | Ansify the bulk of phantasia. No binary change on amd64. Based | tb |
2016-01-06 | Ansify map.c. | tb |
2016-01-06 | Use return instead of exit from main. | tb |
2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes | mestre |
2015-12-26 | Set as __dead a few more functions, that don't return, on games/ | mestre |
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-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-07-12 | Remove a pile of (obviously unused) #ifdef SYSV and BSD41 and BSD42 | Theo de Raadt |
2014-02-12 | remove an obsolete man(7) .TP macro that was forgotten | Ingo Schwarze |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze |
2011-06-23 | delete unused stupid code; Daniel Dickman | Theo de Raadt |
2010-12-15 | as of 1989, fread/fwrite take void *, so there's no need to cast to char *. | Ted Unangst |
2009-08-11 | kill the old 3.3.1 -> 3.3.2 format converter | Martynas Venckus |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2004-11-11 | this needs to be sgid games | Jolan Luff |
2004-01-02 | standard order for options; | Jason McIntyre |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-17 | "nokeep" added to prevent warning when generating table; | Jason McIntyre |
2003-05-12 | Oops, one more grammar error. | Paul Janzen |
2003-05-12 | Start with NetBSD's man page, which has been converted to mdoc, and do | Paul Janzen |
2003-05-12 | From NetBSD: remove redundant declaration | Paul Janzen |
2003-04-25 | comment repair | Theo de Raadt |
2003-04-08 | Use POSIX chown semantics (user:group); noted by Leandro Costa | Todd C. Miller |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt |
2003-03-11 | double words and spelling fixes | David Krause |
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 | de-register | Paul Janzen |