summaryrefslogtreecommitdiffstats
path: root/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* Answering "yes" to the question "Do you want to see the rules of the game?"tb2015-12-011-2/+6
* delete useless BUGS section; patch from Jan Stary <hans at stare dot cz>schwarze2015-11-301-6/+2
* last but not least: add pledge for wump(6)tb2015-11-301-1/+8
* pledge "stdio rpath wpath cpath" for this one.tb2015-11-301-1/+4
* primes only needs pledge "stdio".tb2015-11-301-1/+4
* The usual deal for a curses game with the possibility of saving a game:tb2015-11-301-1/+4
* unspectacular pledge "stdio rpath tty" for grdctb2015-11-301-1/+4
* straightforward pledge "stdio rpath wpath cpath tty" for gomokutb2015-11-301-1/+4
* slightly interesting pledge for fish:tb2015-11-301-1/+8
* pledge "stdio rpath wpath cpath tty" for canfieldtb2015-11-302-2/+8
* pledge "stdio rpath tty" for bstb2015-11-301-1/+4
* pledge "stdio rpath tty" for boggle.tb2015-11-301-1/+4
* Pledge for backgammon and teachgammon.tb2015-11-3017-121/+85
* Straightforward pledge "stdio rpath wpath cpath" for adventure.tb2015-11-301-1/+4
* tidy here too;jmc2015-11-291-3/+3
* adjust width list: Ds is unfortunate here;jmc2015-11-291-2/+2
* tidy up ENVIRONMENT and FILES;jmc2015-11-291-5/+5
* Move score file to $HOME and add pledge "stdio rpath wpath cpath".tb2015-11-294-16/+41
* Add pledge support and move score file to $HOME.tb2015-11-294-33/+40
* Move scorefile to $HOME. The nice implementation of the score filetb2015-11-295-56/+29
* pledge "stdio rpath tty proc exec" since instructions() might fork a pager.tb2015-11-292-3/+9
* Prefer $LOGNAME over $USER, since the latter is deprecated,tb2015-11-294-15/+27
* Fix after removal of the setgid bit:tb2015-11-275-206/+150
* Fix copy-paste error in scorefile nametb2015-11-261-2/+2
* Add checks for getenv(), snprintf() and getlogin().tb2015-11-262-32/+42
* Add missing checks for getenv() and snprintf()tb2015-11-261-6/+12
* Remove operations that "touch" scorefiles at install time.deraadt2015-11-253-21/+3
* Remove now unused gid_t variable.tb2015-11-251-3/+1
* The scorefile is hidden.tb2015-11-251-4/+4
* repair lseeks, from Ricardotedu2015-11-242-15/+4
* In 1995, all of the games were setuid games. At end of 1996, I took them allderaadt2015-11-248-17/+8
* change score file name to .cfscores so it's not taking up valuable spacetedu2015-11-242-4/+4
* move score files to home directory and drop setgid. from Ricardo Mestretedu2015-11-246-116/+33
* pledge the wyrmsderaadt2015-11-212-2/+8
* pledge "stdio rpath wpath cpath"deraadt2015-11-211-2/+6
* Convert hand-rolled option parsing to getopt(3).tb2015-11-201-46/+37
* pledge "stdio rpath wpath cpath tty"tb2015-11-203-12/+9
* remove setgid flag.tedu2015-11-173-81/+16
* fix a double space issue in the following, rather wonderful, fortune:jmc2015-11-151-1/+1
* creat() -> open equiv; from Frederic Nowakderaadt2015-11-117-16/+20
* another open(path, 0)...deraadt2015-11-101-2/+2
* pledge "stdio rpath" at the top. (Ricardo's 2nd chunk which reducesderaadt2015-11-101-1/+6
* replace open(path, 0) with open(path, O_RDONLY). amazing to still findderaadt2015-11-101-4/+4
* delete unused code that won't let you play if the load is too hightedu2015-11-051-12/+1
* ctype functions take unsigned char values.guenther2015-11-051-24/+36
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-048-16/+16
* just dump the help on stdout with messing about with a pager.tedu2015-10-251-14/+8
* Cast toupper()'s argument to unsigned char.mmcc2015-10-241-2/+2
* Cast ctype functions' argument to unsigned char.mmcc2015-10-242-7/+8
* Cast ctype functions' argument to unsigned char.mmcc2015-10-241-4/+5