1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games
tobias 2f95621a47 Disable !-command to escape to a shell. You are supposed to play, press
^Z, or open up another terminal if there is something else to do.

ok deraadt
2015-10-16 07:37:46 +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 Pledge that arithmetic only takes "stdio". 2015-10-10 22:32:55 +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 remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw 2015-08-22 14:47:40 +00:00
bcd Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
boggle use .Cm rather than .Ar for fixed string arguments 2015-09-12 16:10:25 +00:00
bs Make prompt() properly printf-like, eliminating empty dummy args 2015-09-27 05:27:42 +00:00
caesar Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
canfield
cribbage Delete cribbage logging. Was never enabled and no point in enabling it. 2015-03-12 02:19:10 +00:00
factor Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
fish reduce .Nd to one line and kill .Tn while here 2015-09-10 15:16:43 +00:00
fortune use | rather than / for alternatives and some macro fixes 2015-09-25 17:37:23 +00:00
gomoku remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw 2015-08-22 14:47:40 +00:00
grdc
hack Disable !-command to escape to a shell. You are supposed to play, press 2015-10-16 07:37:46 +00:00
hangman
hunt Delete pointless NOSTRICT comments 2015-09-27 07:06:41 +00:00
mille
monop remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw 2015-08-22 14:47:40 +00:00
morse Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
number Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
phantasia
pig Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
pom Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
ppt Pledge "stdio" for simple games. 2015-10-14 08:12:12 +00:00
primes cosmetic fixes 2015-09-07 00:49:20 +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 Delete obsolete lint comments 2015-09-27 05:09:01 +00:00
snake
tetris use file system path (.Pa) semantic markup macros where appropriate. 2015-07-27 18:48:04 +00:00
trek
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
Makefile
Makefile.inc