summaryrefslogtreecommitdiff
path: root/games/worms/worms.c
AgeCommit message (Expand)Author
2018-08-06Drop "rpath" from pledge(2) after ncurses initialization.Ricardo Mestre
2016-03-05KNF: wrap three overly long lines. No binary change.tb
2016-03-04- Convert atoi(3) to strtonum(3)mestre
2016-02-27Untangle a mess of nested ternary operators.tb
2016-01-07Some basic code maintenance in games/tb
2016-01-04More cleanup and sorting on header sectionmestre
2015-11-21pledge the wyrmsTheo de Raadt
2015-02-18don't cast function arguments; use reallocarray in one placeTed Unangst
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2011-04-25Fix "-d delay" option and convert to use strtonum()Todd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2004-11-29ansi. ok deraadt@Jonathan Gray
2004-01-08Adjust delay based on terminal speed; ok tedu@Todd C. Miller
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-05-31de-registerPaul Janzen
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-01-25use only non-deprecated curses (i.e., no termcap) and tidy a little; mostlyPaul Janzen
1999-10-29srandom() for variety.Paul Janzen
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalPaul Janzen
1998-03-12OpenBSD ID (changed from NetBSD)Paul Janzen
1998-02-14further fixes from pjanzen@foatdi.harvard.eduTheo de Raadt
1997-07-23tabifykstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22proper gid revokeTheo de Raadt
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt