summaryrefslogtreecommitdiff
path: root/games/canfield
AgeCommit message (Expand)Author
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2021-01-21Ignore special keys returned by the curses getch() function.Todd C. Miller
2018-08-24During our refactor with tedu@ tb@ and myself we moved the score file to theRicardo Mestre
2018-08-24Remove a few too early pledge(2)s on games/ and apply them a little bit laterRicardo Mestre
2016-09-11Callers of time(3) should #include <time.h>.Theo Buehler
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-02Fix score file nameTim van der Molen
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-08Headers clean upmestre
2016-01-07Some basic code maintenance in games/tb
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre
2015-12-02add const and remove unused variable.tb
2015-11-30pledge "stdio rpath wpath cpath tty" for canfieldtb
2015-11-26Add checks for getenv(), snprintf() and getlogin().tb
2015-11-25Remove now unused gid_t variable.tb
2015-11-24repair lseeks, from RicardoTed Unangst
2015-11-24change score file name to .cfscores so it's not taking up valuable spaceTed Unangst
2015-11-24move score files to home directory and drop setgid. from Ricardo MestreTed Unangst
2015-11-05delete unused code that won't let you play if the load is too highTed Unangst
2014-11-03the man page says it is impossible to cheat, but since the shuffle isTed Unangst
2014-09-26Add missing .An macros (found with mandoc -Tlint) andIngo Schwarze
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-09add missing flag to usage; synchronize argument names with documentation;Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2005-05-01use setresgid() to drop privs, it is simply a better and less ambiguous API;Damien Miller
2004-07-09ansi; khalek@linuxgamers.netTheo de Raadt
2003-07-10add missing includesDavid Krause
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-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-02-18more signed char issuesTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-18FormattingPaul Janzen
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvPaul Janzen
2001-02-18include <string.h>Paul Janzen
2001-02-13Try to keep formatting pretty for long usernamesPaul Janzen
2000-07-23oopsPaul Janzen
2000-07-23Code cleanups (some from NetBSD), typo fix.Paul Janzen
2000-04-25Missing MLINKSMarc Espie
1999-12-18tidy; don't list the game itself in FILESPaul Janzen
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-03-20Add some .El 's at the end of lists. From NetBSDPaul Janzen
1998-08-29use names for constants in lseek() and open(); NetBSD PR6057; jsm28@cam.ac.ukPaul Janzen
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1997-09-21$OpenBSD$Theo de Raadt