summaryrefslogtreecommitdiffstats
path: root/games/phantasia/setup.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-3/+3
2016-03-07- General changes:mestre1-3/+3
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre1-4/+1
2016-01-06Remove unnecessary header files from phantasia(6)mestre1-5/+14
2016-01-06ansifytb1-7/+4
2016-01-06Use return instead of exit from main.tb1-3/+2
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre1-2/+2
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther1-4/+4
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy1-10/+5
2011-06-23delete unused stupid code; Daniel Dickmanderaadt1-37/+1
2010-12-15as of 1989, fread/fwrite take void *, so there's no need to cast to char *.tedu1-2/+2
2003-04-25comment repairderaadt1-2/+2
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt1-2/+2
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-3/+3
2002-05-31de-registerpjanzen1-3/+3
2002-02-16Part 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.millert1-2/+2
1998-11-29NetBSD merge (mainly -Wall related)pjanzen1-10/+23
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-1/+1
1996-05-26fixed the "/* in comments" problem.fn1-3/+3
1995-10-18initial import of NetBSD treederaadt1-0/+270