summaryrefslogtreecommitdiff
path: root/games/worms
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
2012-05-27make both -d options format the same, and zap that annoying full stopJason McIntyre
2012-05-27Use an en-dash for 20-200, escape - used as arithmetic symbol.Stuart Henderson
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
2007-05-31convert to new .Dd format;Jason McIntyre
2004-11-29ansi. ok deraadt@Jonathan Gray
2004-01-12sort options; add args to options description;Jason McIntyre
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
2001-08-18FormattingPaul Janzen
2000-01-25use only non-deprecated curses (i.e., no termcap) and tidy a little; mostlyPaul Janzen
1999-10-29srandom() for variety.Paul Janzen
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-03-21-lcurses, not termcap/termlibPaul Janzen
1999-03-20Add some .El 's at the end of lists. From NetBSDPaul Janzen
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Don't capitalize game names at the beginning of sentences.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-26cleanup efforts care of pjanzen@foatdi.harvard.eduTheo de Raadt
1998-02-22repairs from pjanzen@foatdi.harvard.eduTheo de Raadt
1998-02-14further fixes from pjanzen@foatdi.harvard.eduTheo de Raadt
1997-09-21$OpenBSD$Theo 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
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt