summaryrefslogtreecommitdiffstats
path: root/games/canfield
AgeCommit message (Expand)AuthorFilesLines
2021-01-21Ignore special keys returned by the curses getch() function.millert1-2/+3
2018-08-24During our refactor with tedu@ tb@ and myself we moved the score file to themestre1-4/+1
2018-08-24Remove a few too early pledge(2)s on games/ and apply them a little bit latermestre1-4/+4
2016-09-11Callers of time(3) should #include <time.h>.tb1-1/+2
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-2/+1
2016-03-02Fix score file nametim1-3/+3
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre1-3/+1
2016-01-08Headers clean upmestre2-7/+3
2016-01-07Some basic code maintenance in games/tb1-2/+2
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre1-3/+2
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre1-2/+2
2015-12-02add const and remove unused variable.tb2-4/+4
2015-11-30pledge "stdio rpath wpath cpath tty" for canfieldtb2-2/+8
2015-11-26Add checks for getenv(), snprintf() and getlogin().tb2-32/+42
2015-11-25Remove now unused gid_t variable.tb1-3/+1
2015-11-24repair lseeks, from Ricardotedu2-15/+4
2015-11-24change score file name to .cfscores so it's not taking up valuable spacetedu2-4/+4
2015-11-24move score files to home directory and drop setgid. from Ricardo Mestretedu6-116/+33
2015-11-05delete unused code that won't let you play if the load is too hightedu1-12/+1
2014-11-03the man page says it is impossible to cheat, but since the shuffle istedu1-3/+3
2014-09-26Add missing .An macros (found with mandoc -Tlint) andschwarze1-5/+11
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy1-3/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2-30/+2
2009-06-09add missing flag to usage; synchronize argument names with documentation;sobrado1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2005-05-01use setresgid() to drop privs, it is simply a better and less ambiguous API;djm2-9/+11
2004-07-09ansi; khalek@linuxgamers.netderaadt2-89/+53
2003-07-10add missing includesdavid1-2/+3
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert4-26/+10
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-3/+3
2002-06-23uid_t and gid_t are unsignedderaadt1-3/+3
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.pjanzen2-2/+4
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt2-4/+2
2002-02-18more signed char issuesderaadt1-4/+4
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.millert2-51/+51
2001-08-18Formattingpjanzen1-13/+15
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvpjanzen1-3/+3
2001-02-18include <string.h>pjanzen1-2/+3
2001-02-13Try to keep formatting pretty for long usernamespjanzen1-6/+24
2000-07-23oopspjanzen1-1/+3
2000-07-23Code cleanups (some from NetBSD), typo fix.pjanzen5-87/+200
2000-04-25Missing MLINKSespie1-0/+1
1999-12-18tidy; don't list the game itself in FILESpjanzen1-9/+7
1999-07-09- remove all trailing whitespaceaaron1-11/+11
1999-03-20Add some .El 's at the end of lists. From NetBSDpjanzen1-0/+2
1998-08-29use names for constants in lseek() and open(); NetBSD PR6057; jsm28@cam.ac.ukpjanzen2-8/+13
1998-07-24-lcurses, not termcap/termlibmillert1-2/+2
1997-09-21$OpenBSD$deraadt1-2/+1
1996-12-22proper gid revokederaadt2-2/+10
1996-12-19setgid games, not setuid games. closes a neat set of holesderaadt2-1/+3