summaryrefslogtreecommitdiff
path: root/games/monop/monop.c
AgeCommit message (Expand)Author
2016-01-08ANSIfy monop(6)mestre
2016-01-08Headers cleanup and removal where suitablemestre
2015-11-21pledge "stdio rpath wpath cpath"Theo de Raadt
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller...Theo de Raadt
2014-12-08okan noticed this was actually calling the cfree turd.Ted Unangst
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-03-02strlen fixes from Charles Longeau.Ray Lai
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2002-07-28Tidy the code, follow the rules more closely (and document where we diverge),Paul Janzen
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-01-04spellingTodd T. Fries
1998-09-20rand -> random; handle EOF; don't overflow on user input; check for calloc()Paul Janzen
1995-10-18initial import of NetBSD treeTheo de Raadt