summaryrefslogtreecommitdiffstats
path: root/games/snake (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* printing the pinball bonus in the corner is confusing when you lose.tedu2019-01-201-2/+1
* remove some obsolete comments about deleted codetedu2019-01-201-43/+1
* quick fix to keep the cursor in the corner during space warp.tedu2019-01-201-1/+2
* if the snake ran over the money, print the treasure instead of empty.tedu2019-01-201-3/+7
* Remove a few too early pledge(2)s on games/ and apply them a little bit latermestre2018-08-241-4/+5
* Callers of time(3) should #include <time.h>.tb2016-09-111-1/+2
* Prefer fseek(3) over rewind(3) since the latter although it also calls fseekmestre2016-03-161-2/+3
* - General changes:mestre2016-03-071-2/+1
* - Remove parameter fd from snscore() since it's never usedmestre2016-02-091-7/+7
* - Swap atoi(3) for strtonum(3)mestre2016-02-021-5/+5
* Some basic code maintenance in games/tb2016-01-071-5/+4
* More cleanup and sorting on header sectionmestre2016-01-041-5/+1
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-2/+1
* KNF: I forgot to join two lines.tb2015-12-021-3/+2
* treat getenv("HOME") safely also when LOGGING is defined. from mestre.tb2015-12-021-4/+10
* tidy up ENVIRONMENT and FILES;jmc2015-11-291-5/+5
* Prefer $LOGNAME over $USER, since the latter is deprecated,tb2015-11-292-9/+13
* Fix after removal of the setgid bit:tb2015-11-275-206/+150
* Remove operations that "touch" scorefiles at install time.deraadt2015-11-251-5/+1
* In 1995, all of the games were setuid games. At end of 1996, I took them allderaadt2015-11-241-2/+1
* Nuke some obvious #include duplications.krw2014-11-181-2/+1
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-161-3/+2
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-291-6/+5
* no need for seperate snscore command; ok pjanzenderaadt2009-11-133-22/+5
* Correct fix for rev 1.8 from pjanzen.jsg2009-11-131-2/+3
* 1.8 broke things, back it out, correct fix coming from pjanzenjsg2009-11-131-2/+2
* fix an off by one in loop terminationjsg2009-11-121-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-30/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* tidy up synopsis and usage(); from Igor Sobradojmc2007-04-022-7/+6
* assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2006-03-271-3/+3
* Remove useless getuid() check.dhill2006-03-151-12/+4
* use setresgid() to drop privs, it is simply a better and less ambiguous API;djm2005-05-011-4/+5
* escape `.' at eol to avoid double spacing issue;jmc2005-03-121-2/+2
* more ansi; khalek@linuxgamers.netderaadt2004-07-102-39/+24
* .br workaround no longer necessary;jmc2004-04-041-2/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-034-26/+10
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-11/+3
* uid_t and gid_t are unsignedderaadt2002-06-231-3/+3
* No dm -> games with high score files etc. must explicitly be setgid games.pjanzen2002-05-311-1/+2
* fix name, ok deraadtwilfried2002-05-241-2/+2
* The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt2002-05-231-3/+1
* Part 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.millert2002-02-161-22/+22
* move racey shit out of signal handlerderaadt2001-11-181-7/+15
* Formattingpjanzen2001-08-181-4/+7
* Convert to curses and tidy some. Generally based on NetBSD changes.pjanzen2001-02-186-1065/+242
* Use strdup()pjanzen2001-02-041-5/+5
* Missing MLINKSespie2000-04-251-1/+2
* documentation: refer to terminfo, not termcap, where appropriate.pjanzen2000-04-211-5/+5