summaryrefslogtreecommitdiffstats
path: root/games/hunt
AgeCommit message (Expand)AuthorFilesLines
2020-02-14no need to declare "extern optarg" and "extern optind"schwarze2-6/+2
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-5/+5
2017-06-15Remove the Installation section and fix a nonexistent path.akfaew1-57/+4
2017-04-08format string is better be literalgsoares1-3/+3
2017-01-21Nuke whitespace foolish enough to expose itself during the greatkrw12-295/+295
2017-01-20In "%.*s" the * takes (int). gcc whines if you try to use the resultkrw1-2/+2
2016-08-27Pull in <sys/select.h> for fd_setguenther11-11/+23
2016-03-28remove unused variableschl2-4/+2
2016-03-21Instead of creating a socket with socket() or accept() and thenguenther2-18/+11
2016-03-07- General changes:mestre1-4/+4
2016-01-10Remove needless casts to (char *) NULL. Some were kept, namely for execl(3)mestre1-4/+4
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre2-9/+2
2016-01-07ANSIfy hunt(6)mestre15-328/+160
2016-01-07Headers cleanup and sortingmestre17-102/+79
2016-01-07Some basic code maintenance in games/tb2-9/+8
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre2-4/+4
2015-12-16Use __progname instead of hand-rolled parsing of argv[0].tb1-5/+3
2015-10-24Cast ctype functions' argument to unsigned char.mmcc1-4/+4
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc1-9/+10
2015-10-24Cast isprint()'s argument to unsigned char.mmcc1-2/+2
2015-10-24Cast toupper()'s argument to unsigned char.mmcc1-2/+2
2015-09-27Delete pointless NOSTRICT commentsguenther2-4/+4
2015-09-25Fix -D in the synopsis line:schwarze2-7/+5
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt4-8/+8
2014-11-19We don't need no stinkin' non-new-curses code. Also eliminates akrw1-259/+4
2014-11-16Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2-5/+2
2014-10-11Userland reallocarray() audit.doug1-2/+3
2014-09-28I was mistaken: Nothing's wrong with contractions, they're just a normalschwarze1-8/+8
2014-09-26Add missing .An macros (found with mandoc -Tlint) andschwarze2-14/+22
2014-05-25use calloc. from Benjamin Baiertedu1-4/+3
2014-03-23some minor cleanup:jmc1-9/+8
2014-03-23stop using libwrap. ok deraadttedu4-46/+5
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy2-11/+6
2013-01-17macro fixes;jmc1-5/+6
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt1-2/+1
2009-12-10fix potential bugs spotted by parfaitbeck1-2/+2
2008-10-02zap trailing whitespace;jmc1-2/+2
2008-10-02spelling; Dieter Rauschenbergerderaadt1-2/+2
2008-10-02Remove useless setsid() and setpgrp() calls and add -b option tomillert2-13/+29
2008-06-20Fix erroneous variadics. Ok millert@ragge1-15/+5
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'ssobrado1-4/+4
2007-11-06fix format stringchl1-2/+2
2007-09-04Some more simple malloc(n * m) -> calloc(n, m) conversions.hshoexer2-4/+4
2007-05-31convert to new .Dd format;jmc2-4/+4
2007-04-02tidy up synopis and usage(); sort options; from Igor Sobradojmc2-23/+27
2007-04-02sort options; from Igor Sobradojmc2-4/+4
2007-03-20remove some bogus *p tests from charles longeautedu1-8/+8
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2-18/+11
2005-04-21vsnprintf careful handling of -1; ok beckderaadt1-1/+3
2004-04-04.br workaround no longer necessary;jmc1-3/+1