summaryrefslogtreecommitdiff
path: root/games/phantasia
AgeCommit message (Expand)Author
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
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-05-06do not install a SIGSEGV handlerTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2002-01-04Don't longjmp(..., 0)Artur Grabowski
2001-09-19occured->occurred; from NetBSD via Mike Pechkin <mpech@prosoft.org.lv>.Paul Janzen
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-02-04Tidy, avoid segfaults on unknown users, and deal with long usernamesPaul Janzen
2001-01-28$OpenBSD$Niklas Hallqvist
2000-06-29use SEEK_SET; improve an error message.Paul Janzen
2000-04-07Fix operator precedence errors: NetBSD PR 9698.Paul Janzen