1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games
2015-09-12 16:10:25 +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 use .Cm rather than .Ar for fixed string arguments 2015-09-12 16:10:25 +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 the stem of the b was not descending all the way to the baseline. 2015-02-10 13:50:58 +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 minor tweaks and add HISTORY; ok jmc@ 2014-11-20 01:35:47 +00:00
boggle use .Cm rather than .Ar for fixed string arguments 2015-09-12 16:10:25 +00:00
bs improve ship placement interface. per the instructions, 2468 should work, 2015-02-18 23:41:31 +00:00
caesar remove .Tn; from Jan Stary <hans at stare dot cz> 2015-01-15 19:06:31 +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 Delete cribbage logging. Was never enabled and no point in enabling it. 2015-03-12 02:19:10 +00:00
factor cosmetic fixes 2015-09-07 00:49:20 +00:00
fish reduce .Nd to one line and kill .Tn while here 2015-09-10 15:16:43 +00:00
fortune remove #ifdef OK_TO_WRITE_DISK which isn't used by default. 2015-08-26 14:49:20 +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 Bugfix: run for the specified number of seconds as described in the manual, 2014-11-19 03:27:45 +00:00
hack remove the first comma from constructs like ", and," and ", or,": you can use 2015-03-13 19:58:40 +00:00
hangman allow ctrl-d to quit after a game as well 2015-02-07 03:32:05 +00:00
hunt remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw 2015-08-22 14:47:40 +00:00
mille normalize formatting 2015-01-19 00:47:01 +00:00
monop remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw 2015-08-22 14:47:40 +00:00
morse Split bcd(6), morse(6), and ppt(6) into three separate manuals 2014-11-07 22:17:49 +00:00
number rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +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 rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
pom Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ 2015-03-17 19:31:30 +00:00
ppt HISTORY and AUTHORS; ok pjanzen@ mickey@ 2014-11-18 02:25: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 remove .Tn; from Jan Stary <hans at stare dot cz> 2015-01-15 19:06:31 +00:00
random rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +00:00
robots Improve robots(6) by using timespec*() functions, replacing gettimeofday() 2015-08-26 00:29:24 +00:00
sail remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw 2015-08-22 14:47: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