NetBSD/games/monop
christos cbb9bcafa0 PR/8247: Simon Burge: monop(6) save/restore doesn't work.
With the advent of elf and mmaping malloc, assumptions that the code made
before about location and contents of the data segment broke. We supplied
an sbrk() only malloc, and recorded the break point at the beginning of
the program, so now save and restore works, in the traditional monop style.
2003-04-21 01:25:27 +00:00
..
Makefile use an sbrk() only malloc() because save and restore depends on saving 2003-04-21 01:23:06 +00:00
brd.dat
cards.c calloc() arg mistake. it's (nelem, size). from openbsd 2002-08-12 02:37:26 +00:00
cards.inp
deck.h
execute.c PR/8247: Simon Burge: monop(6) save/restore doesn't work. 2003-04-21 01:25:27 +00:00
getinp.c interrupt with two rs. 2003-01-06 13:04:54 +00:00
houses.c
initdeck.c
jail.c
malloc.c use an sbrk() only malloc() because save and restore depends on saving 2003-04-21 01:23:06 +00:00
misc.c
mon.dat
monop.6 Lots of minor fixes resulting from reading these man pages in detail. 2002-09-26 18:31:58 +00:00
monop.c PR/8247: Simon Burge: monop(6) save/restore doesn't work. 2003-04-21 01:25:27 +00:00
monop.def
monop.ext
monop.h
morg.c
pathnames.h
print.c
prop.c
prop.dat
rent.c
roll.c de-register 2002-06-02 22:17:37 +00:00
spec.c
trade.c