1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games
2015-10-24 18:16:40 +00:00
..
adventure remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw 2015-08-22 14:47:40 +00:00
arithmetic Cast ctype functions' arguments to unsigned char. 2015-10-24 17:13:27 +00:00
atc remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw 2015-08-22 14:47:40 +00:00
backgammon remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw 2015-08-22 14:47:40 +00:00
banner Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
battlestar Cast ctype functions' arguments to unsigned char. 2015-10-24 17:20:17 +00:00
bcd include err.h for err() calls added with recent pledge commits. 2015-10-23 02:01:15 +00:00
boggle Cast islower()'s argument to unsigned char. 2015-10-24 17:27:06 +00:00
bs Cast toupper()'s argument to unsigned char. 2015-10-24 17:29:03 +00:00
caesar Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
canfield the man page says it is impossible to cheat, but since the shuffle is 2014-11-03 19:18:16 +00:00
cribbage Cast ctype functions' arguments to unsigned char. 2015-10-24 18:04:06 +00:00
factor Cast isblank()'s argument to unsigned char. 2015-10-24 17:31:00 +00:00
fish reduce .Nd to one line and kill .Tn while here 2015-09-10 15:16:43 +00:00
fortune Cast isdigit()'s argument to unsigned char. 2015-10-24 18:02:28 +00:00
gomoku Cast isalpha()'s argument to unsigned char. 2015-10-24 17:36:06 +00:00
grdc Bugfix: run for the specified number of seconds as described in the manual, 2014-11-19 03:27:45 +00:00
hack Cast isdigit()'s argument to unsigned char. 2015-10-24 17:56:42 +00:00
hangman Cast islower()'s argument to unsigned char. 2015-10-24 17:55:02 +00:00
hunt Cast ctype functions' arguments to unsigned char. 2015-10-24 18:10:47 +00:00
mille Cast ctype functions' arguments to unsigned char. 2015-10-24 17:51:59 +00:00
monop Cast ctype functions' arguments to unsigned char. 2015-10-24 17:44:49 +00:00
morse include err.h for err() calls added with recent pledge commits. 2015-10-23 02:01:15 +00:00
number Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
phantasia Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, 2014-11-16 04:49:48 +00:00
pig Pledge "stdio" for simple games. 2015-10-14 08:12:12 +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 Cast isblank()'s argument to unsigned char. 2015-10-24 17:34:16 +00:00
quiz flower & bird adjustments for Nunavut, from pjanzen 2015-07-16 15:13:25 +00:00
rain enable pledge(2) in rain(6) 2015-10-14 07:19:23 +00:00
random Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
robots Improve robots(6) by using timespec*() functions, replacing gettimeofday() 2015-08-26 00:29:24 +00:00
sail Cast ctype functions' argument to unsigned char. 2015-10-24 18:16:40 +00:00
snake Nuke some obvious #include duplications. 2014-11-18 20:51:00 +00:00
tetris use file system path (.Pa) semantic markup macros where appropriate. 2015-07-27 18:48:04 +00:00
trek For now, these games still contain deterministic randomization (for 2014-12-08 21:56:27 +00:00
wargames
worm Replace clock_gettime UPTIME with MONOTONIC to improve worm portability. 2015-08-26 01:25:57 +00:00
worms don't cast function arguments; use reallocarray in one place 2015-02-18 23:16:08 +00:00
wump replace srandomdev()+random() with the arc4random*() family 2013-08-29 20:22:09 +00:00
Makefile
Makefile.inc