summaryrefslogtreecommitdiff
path: root/games/hunt
AgeCommit message (Expand)Author
2017-06-15Remove the Installation section and fix a nonexistent path.Michal Mazurek
2017-04-08format string is better be literalGleydson Soares
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2017-01-20In "%.*s" the * takes (int). gcc whines if you try to use the resultKenneth R Westerback
2016-08-27Pull in <sys/select.h> for fd_setPhilip Guenther
2016-03-28remove unused variablesCharles Longeau
2016-03-21Instead of creating a socket with socket() or accept() and thenPhilip Guenther
2016-03-07- General changes:mestre
2016-01-10Remove needless casts to (char *) NULL. Some were kept, namely for execl(3)mestre
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-07ANSIfy hunt(6)mestre
2016-01-07Headers cleanup and sortingmestre
2016-01-07Some basic code maintenance in games/tb
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre
2015-12-16Use __progname instead of hand-rolled parsing of argv[0].tb
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast isprint()'s argument to unsigned char.mmcc
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
2015-09-27Delete pointless NOSTRICT commentsPhilip Guenther
2015-09-25Fix -D in the synopsis line:Ingo Schwarze
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller...Theo de Raadt
2014-11-19We don't need no stinkin' non-new-curses code. Also eliminates aKenneth R Westerback
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,Philip Guenther
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-09-28I was mistaken: Nothing's wrong with contractions, they're just a normalIngo Schwarze
2014-09-26Add missing .An macros (found with mandoc -Tlint) andIngo Schwarze
2014-05-25use calloc. from Benjamin BaierTed Unangst
2014-03-23some minor cleanup:Jason McIntyre
2014-03-23stop using libwrap. ok deraadtTed Unangst
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2013-01-17macro fixes;Jason McIntyre
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2009-12-10fix potential bugs spotted by parfaitBob Beck
2008-10-02zap trailing whitespace;Jason McIntyre
2008-10-02spelling; Dieter RauschenbergerTheo de Raadt
2008-10-02Remove useless setsid() and setpgrp() calls and add -b option toTodd C. Miller
2008-06-20Fix erroneous variadics. Ok millert@Anders Magnusson
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'sIgor Sobrado
2007-11-06fix format stringCharles Longeau
2007-09-04Some more simple malloc(n * m) -> calloc(n, m) conversions.Hans-Joerg Hoexer
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-02tidy up synopis and usage(); sort options; from Igor SobradoJason McIntyre
2007-04-02sort options; from Igor SobradoJason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techTed Unangst
2005-04-21vsnprintf careful handling of -1; ok beckTheo de Raadt
2004-04-04.br workaround no longer necessary;Jason McIntyre
2004-01-16ISO C police: log and expl are reserved for the C library.Marc Espie
2003-12-28Fix two obvious thinkos in va_end() usage.Marc Espie