summaryrefslogtreecommitdiffstats
path: root/games/worm
AgeCommit message (Expand)AuthorFilesLines
2018-08-24Remove a few too early pledge(2)s on games/ and apply them a little bit latermestre1-4/+5
2016-01-07Some basic code maintenance in games/tb1-2/+2
2016-01-04More cleanup and sorting on header sectionmestre1-5/+2
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre1-2/+2
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre1-2/+2
2015-11-21pledge the wyrmsderaadt1-1/+4
2015-11-04replace setbuf with setvbuf, from Frederic Nowaktedu1-2/+2
2015-08-26Replace clock_gettime UPTIME with MONOTONIC to improve worm portability.rzalamena1-3/+3
2015-08-24Fix cheating bug by using unused time variables and replace poll() withrzalamena1-21/+38
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt1-2/+2
2015-08-21KNFderaadt1-41/+65
2015-03-09make the worm grow faster on larger terminals. this is more fun thantedu2-6/+12
2014-11-03select() to poll() conversionsderaadt1-5/+6
2014-01-28from pjanzen:jmc1-1/+3
2014-01-28from pjanzen:jmc2-8/+17
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy1-3/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2009-10-22arguments to name description (.Nd) macros are usually lower case;sobrado1-4/+4
2007-05-31convert to new .Dd format;jmc1-2/+2
2004-11-29ansi. ok deraadt@jsg1-7/+7
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2003-05-30removed unnecessary .Ns;jmc1-2/+2
2003-05-19ANSIpjanzen1-18/+9
2003-05-19volatile sig_atomic_tpjanzen1-4/+4
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-3/+3
2002-05-31de-registerpjanzen1-5/+5
2002-05-31No dm -> no need to revoke setegid.pjanzen1-6/+2
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt1-2/+1
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-13/+13
2001-11-17move gunk out of signal handlers, now safederaadt1-13/+24
2001-09-03Handle EOF on stdin.pjanzen1-2/+3
2001-09-03Fixes from NetBSD (jsm@), one reported by Malcolm Parsonspjanzen1-3/+16
2001-08-18Formattingpjanzen1-8/+12
2001-02-18include <string.h>pjanzen1-2/+3
2000-01-25support arrow keys (cgd@netbsd.org); use select() rather than alarm() forpjanzen1-33/+47
1999-09-03unbreak brakehugh1-3/+3
1999-07-09- remove all trailing whitespaceaaron1-3/+3
1999-04-20jsm28@cam.ac.uk: place cursor on player, not one over.pjanzen1-3/+5
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1-2/+2
1998-09-16Make sure malloc() succeedspjanzen1-4/+17
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalpjanzen2-13/+13
1998-07-24-lcurses, not termcap/termlibmillert1-3/+3
1998-04-28use Xr more oftenderaadt1-2/+3
1998-03-12OpenBSD ID (changed from NetBSD)pjanzen2-3/+3
1998-02-08cleanup; pjanzen@foatdi.harvard.eduderaadt2-35/+58
1997-09-21$OpenBSD$deraadt1-2/+1
1996-12-22proper gid revokederaadt1-0/+2
1996-12-19setgid games, not setuid games. closes a neat set of holesderaadt1-0/+2
1996-06-02Always use -ltermlib when linking with -lcursestholo1-2/+2
1995-10-18initial import of NetBSD treederaadt3-0/+381