summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2015-11-24In 1995, all of the games were setuid games. At end of 1996, I took them allTheo de Raadt
2015-11-24change score file name to .cfscores so it's not taking up valuable spaceTed Unangst
2015-11-24move score files to home directory and drop setgid. from Ricardo MestreTed Unangst
2015-11-21pledge the wyrmsTheo de Raadt
2015-11-21pledge "stdio rpath wpath cpath"Theo de Raadt
2015-11-20Convert hand-rolled option parsing to getopt(3).tb
2015-11-20pledge "stdio rpath wpath cpath tty"tb
2015-11-17remove setgid flag.Ted Unangst
2015-11-15fix a double space issue in the following, rather wonderful, fortune:Jason McIntyre
2015-11-11creat() -> open equiv; from Frederic NowakTheo de Raadt
2015-11-10another open(path, 0)...Theo de Raadt
2015-11-10pledge "stdio rpath" at the top. (Ricardo's 2nd chunk which reducesTheo de Raadt
2015-11-10replace open(path, 0) with open(path, O_RDONLY). amazing to still findTheo de Raadt
2015-11-05delete unused code that won't let you play if the load is too highTed Unangst
2015-11-05ctype functions take unsigned char values.Philip Guenther
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-10-25just dump the help on stdout with messing about with a pager.Ted Unangst
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast isprint()'s argument to unsigned char.mmcc
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
2015-10-24Cast isalpha()'s argument to unsigned char.mmcc
2015-10-24Cast isblank()'s argument to unsigned char.mmcc
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
2015-10-24Cast isblank()'s argument to unsigned char.mmcc
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-23include err.h for err() calls added with recent pledge commits.Jonathan Gray
2015-10-22Pledge "stdio rpath tty" for hangman(6).Doug Hogan