summaryrefslogtreecommitdiffstats
path: root/games/canfield (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ignore special keys returned by the curses getch() function.millert2021-01-211-2/+3
* During our refactor with tedu@ tb@ and myself we moved the score file to themestre2018-08-241-4/+1
* Remove a few too early pledge(2)s on games/ and apply them a little bit latermestre2018-08-241-4/+4
* Callers of time(3) should #include <time.h>.tb2016-09-111-1/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* Fix score file nametim2016-03-021-3/+3
* As per style(9), remove remaining lint-style comments from games/mestre2016-01-101-3/+1
* Headers clean upmestre2016-01-082-7/+3
* Some basic code maintenance in games/tb2016-01-071-2/+2
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-3/+2
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-261-2/+2
* add const and remove unused variable.tb2015-12-022-4/+4
* pledge "stdio rpath wpath cpath tty" for canfieldtb2015-11-302-2/+8
* Add checks for getenv(), snprintf() and getlogin().tb2015-11-262-32/+42
* Remove now unused gid_t variable.tb2015-11-251-3/+1
* repair lseeks, from Ricardotedu2015-11-242-15/+4
* change score file name to .cfscores so it's not taking up valuable spacetedu2015-11-242-4/+4
* move score files to home directory and drop setgid. from Ricardo Mestretedu2015-11-246-116/+33
* delete unused code that won't let you play if the load is too hightedu2015-11-051-12/+1
* the man page says it is impossible to cheat, but since the shuffle istedu2014-11-031-3/+3
* Add missing .An macros (found with mandoc -Tlint) andschwarze2014-09-261-5/+11
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-291-3/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-30/+2
* add missing flag to usage; synchronize argument names with documentation;sobrado2009-06-091-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* use setresgid() to drop privs, it is simply a better and less ambiguous API;djm2005-05-012-9/+11
* ansi; khalek@linuxgamers.netderaadt2004-07-092-89/+53
* add missing includesdavid2003-07-101-2/+3
* 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-3/+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-312-2/+4
* The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt2002-05-232-4/+2
* more signed char issuesderaadt2002-02-181-4/+4
* 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-162-51/+51
* Formattingpjanzen2001-08-181-13/+15
* reorder sections, minor tidying; mpech@prosoft.org.lvpjanzen2001-06-061-3/+3
* include <string.h>pjanzen2001-02-181-2/+3
* Try to keep formatting pretty for long usernamespjanzen2001-02-131-6/+24
* oopspjanzen2000-07-231-1/+3
* Code cleanups (some from NetBSD), typo fix.pjanzen2000-07-235-87/+200
* Missing MLINKSespie2000-04-251-0/+1
* tidy; don't list the game itself in FILESpjanzen1999-12-181-9/+7
* - remove all trailing whitespaceaaron1999-07-091-11/+11
* Add some .El 's at the end of lists. From NetBSDpjanzen1999-03-201-0/+2
* use names for constants in lseek() and open(); NetBSD PR6057; jsm28@cam.ac.ukpjanzen1998-08-292-8/+13
* -lcurses, not termcap/termlibmillert1998-07-241-2/+2
* $OpenBSD$deraadt1997-09-211-2/+1
* proper gid revokederaadt1996-12-222-2/+10
* setgid games, not setuid games. closes a neat set of holesderaadt1996-12-192-1/+3