summaryrefslogtreecommitdiff
path: root/games/phantasia
AgeCommit message (Expand)Author
2024-08-20having a file called "OWNER" lying around in a directory ofTheo de Raadt
2024-08-19fix double space;Jason McIntyre
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-02-08Oops, commited wrong version of CLEANFILES in previous.Miod Vallat
2024-02-08Feed more generated files to the clean target; joint work with naddy@Miod Vallat
2023-10-10Print a long with %ld instead of %dTheo Buehler
2022-07-11remove the "tbl" suffix for a few man pagesDaniel Dickman
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2021-04-29Remove extraneous for() likely caused by copy & paste.Todd C. Miller
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2016-09-09These games have been broken for the better part of a year, ever sinceTheo Buehler
2016-08-27Pull in <time.h> for time() and perhaps other functionsPhilip Guenther
2016-03-07- General changes:mestre
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-08add missing 'void'tb
2016-01-06Forgot to remove this file on my previous commitmestre
2016-01-06Remove unnecessary header files from phantasia(6)mestre
2016-01-06ansifytb
2016-01-06Last step of ansification of phantasia:tb
2016-01-06Ansify the bulk of phantasia. No binary change on amd64. Basedtb
2016-01-06Ansify map.c.tb
2016-01-06Use return instead of exit from main.tb
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre
2015-11-24In 1995, all of the games were setuid games. At end of 1996, I took them allTheo de Raadt
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,Philip Guenther
2014-07-12Remove a pile of (obviously unused) #ifdef SYSV and BSD41 and BSD42Theo de Raadt
2014-02-12remove an obsolete man(7) .TP macro that was forgottenIngo Schwarze
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2011-06-23delete unused stupid code; Daniel DickmanTheo de Raadt
2010-12-15as of 1989, fread/fwrite take void *, so there's no need to cast to char *.Ted Unangst
2009-08-11kill the old 3.3.1 -> 3.3.2 format converterMartynas Venckus
2007-05-31convert to new .Dd format;Jason McIntyre
2004-11-11this needs to be sgid gamesJolan Luff
2004-01-02standard order for options;Jason McIntyre
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-17"nokeep" added to prevent warning when generating table;Jason McIntyre
2003-05-12Oops, one more grammar error.Paul Janzen
2003-05-12Start with NetBSD's man page, which has been converted to mdoc, and doPaul Janzen
2003-05-12From NetBSD: remove redundant declarationPaul Janzen
2003-04-25comment repairTheo de Raadt
2003-04-08Use POSIX chown semantics (user:group); noted by Leandro CostaTodd C. Miller
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2003-03-11double words and spelling fixesDavid Krause
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2002-05-31crmode -> cbreakPaul Janzen
2002-05-31de-registerPaul Janzen