summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
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
2015-10-16Disable !-command to escape to a shell. You are supposed to play, pressTobias Stoeckmann
2015-10-14Pledge "stdio" for simple games.Doug Hogan
2015-10-14enable pledge(2) in rain(6)Sebastien Marie
2015-10-10Pledge that arithmetic only takes "stdio".Doug Hogan
2015-09-27Delete pointless NOSTRICT commentsPhilip Guenther
2015-09-27Make prompt() properly printf-like, eliminating empty dummy argsPhilip Guenther
2015-09-27Annotate funcs with __attribute__((printf(...))) and clean up the fallout:Philip Guenther