..
adventure
Straightforward pledge "stdio rpath wpath cpath" for adventure.
2015-11-30 08:14:48 +00:00
arithmetic
Cast ctype functions' arguments to unsigned char.
2015-10-24 17:13:27 +00:00
atc
Replace 'arc4random() % range' by 'arc4random_uniform(range)'.
2015-12-15 18:39:50 +00:00
backgammon
Drop the argument passing between backgammon and teachgammon.
2015-12-02 20:05:01 +00:00
banner
Pledge "stdio" for simple games.
2015-10-14 08:12:12 +00:00
battlestar
cleanup: remove pwd.h, delete a stray comment and a const qualifier
2015-12-04 17:34:40 +00:00
bcd
include err.h for err() calls added with recent pledge commits.
2015-10-23 02:01:15 +00:00
boggle
pledge "stdio rpath tty" for boggle.
2015-11-30 08:27:46 +00:00
bs
assume modern curses and unifdef ancient feature tests
2015-12-04 10:41:35 +00:00
caesar
Pledge "stdio" for simple games.
2015-10-14 08:12:12 +00:00
canfield
add const and remove unused variable.
2015-12-02 18:34:10 +00:00
cribbage
pledge "stdio rpath tty proc exec" since instructions() might fork a pager.
2015-11-29 14:42:36 +00:00
factor
Cast isblank()'s argument to unsigned char.
2015-10-24 17:31:00 +00:00
fish
slightly interesting pledge for fish:
2015-11-30 08:42:03 +00:00
fortune
fix a double space issue in the following, rather wonderful, fortune:
2015-11-15 21:25:50 +00:00
gomoku
Use __progname instead of manually handling argv[0].
2015-12-06 12:00:16 +00:00
grdc
include err.h for err()
2015-12-09 02:00:40 +00:00
hack
add missing #include "hack.h"
2015-12-05 13:37:43 +00:00
hangman
Cast islower()'s argument to unsigned char.
2015-10-24 17:55:02 +00:00
hunt
Cast ctype functions' argument to unsigned char.
2015-10-24 18:35:08 +00:00
mille
The usual deal for a curses game with the possibility of saving a game:
2015-11-30 08:49:06 +00:00
monop
pledge "stdio rpath wpath cpath"
2015-11-21 03:20:30 +00:00
morse
include err.h for err() calls added with recent pledge commits.
2015-10-23 02:01:15 +00:00
number
Cast ctype functions' argument to unsigned char.
2015-10-24 18:37:23 +00:00
phantasia
In 1995, all of the games were setuid games. At end of 1996, I took them all
2015-11-24 03:10:09 +00:00
pig
Cast ctype functions' argument to unsigned char.
2015-10-24 18:29:15 +00:00
pom
Cast isdigit()'s argument to unsigned char.
2015-10-24 17:33:05 +00:00
ppt
Pledge "stdio" for simple games.
2015-10-14 08:12:12 +00:00
primes
primes only needs pledge "stdio".
2015-11-30 08:53:53 +00:00
quiz
Treat quiz the same way as the other games and try to preserve the look
2015-12-06 09:55:58 +00:00
rain
pledge "getpw" is not needed here.
2015-12-06 11:22:37 +00:00
random
replace setbuf with setvbuf, from Frederic Nowak
2015-11-04 21:22:10 +00:00
robots
put FILES into a similar format as ENVIRONMENT;
2015-12-04 19:21:26 +00:00
sail
In 1995, all of the games were setuid games. At end of 1996, I took them all
2015-11-24 03:10:09 +00:00
snake
KNF: I forgot to join two lines.
2015-12-02 18:52:23 +00:00
tetris
Tweak alignment of ENVIRONMENT and FILES.
2015-12-04 19:46:04 +00:00
trek
pledge "stdio rpath wpath cpath" for this one.
2015-11-30 08:55:26 +00:00
wargames
worm
pledge the wyrms
2015-11-21 05:29:42 +00:00
worms
pledge the wyrms
2015-11-21 05:29:42 +00:00
wump
last but not least: add pledge for wump(6)
2015-11-30 09:00:02 +00:00
Makefile
Makefile.inc
In 1995, all of the games were setuid games. At end of 1996, I took them all
2015-11-24 03:10:09 +00:00