summaryrefslogtreecommitdiffstats
path: root/games/hunt (follow)
Commit message (Expand)AuthorAgeFilesLines
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-142-6/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* Remove the Installation section and fix a nonexistent path.akfaew2017-06-151-57/+4
* format string is better be literalgsoares2017-04-081-3/+3
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-2112-295/+295
* In "%.*s" the * takes (int). gcc whines if you try to use the resultkrw2017-01-201-2/+2
* Pull in <sys/select.h> for fd_setguenther2016-08-2711-11/+23
* remove unused variableschl2016-03-282-4/+2
* Instead of creating a socket with socket() or accept() and thenguenther2016-03-212-18/+11
* - General changes:mestre2016-03-071-4/+4
* Remove needless casts to (char *) NULL. Some were kept, namely for execl(3)mestre2016-01-101-4/+4
* As per style(9), remove remaining lint-style comments from games/mestre2016-01-102-9/+2
* ANSIfy hunt(6)mestre2016-01-0715-328/+160
* Headers cleanup and sortingmestre2016-01-0717-102/+79
* Some basic code maintenance in games/tb2016-01-072-9/+8
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-262-4/+4
* Use __progname instead of hand-rolled parsing of argv[0].tb2015-12-161-5/+3
* Cast ctype functions' argument to unsigned char.mmcc2015-10-241-4/+4
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-241-9/+10
* Cast isprint()'s argument to unsigned char.mmcc2015-10-241-2/+2
* Cast toupper()'s argument to unsigned char.mmcc2015-10-241-2/+2
* Delete pointless NOSTRICT commentsguenther2015-09-272-4/+4
* Fix -D in the synopsis line:schwarze2015-09-252-7/+5
* remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt2015-08-224-8/+8
* We don't need no stinkin' non-new-curses code. Also eliminates akrw2014-11-191-259/+4
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-162-5/+2
* Userland reallocarray() audit.doug2014-10-111-2/+3
* I was mistaken: Nothing's wrong with contractions, they're just a normalschwarze2014-09-281-8/+8
* Add missing .An macros (found with mandoc -Tlint) andschwarze2014-09-262-14/+22
* use calloc. from Benjamin Baiertedu2014-05-251-4/+3
* some minor cleanup:jmc2014-03-231-9/+8
* stop using libwrap. ok deraadttedu2014-03-234-46/+5
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-292-11/+6
* macro fixes;jmc2013-01-171-5/+6
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* fix potential bugs spotted by parfaitbeck2009-12-101-2/+2
* zap trailing whitespace;jmc2008-10-021-2/+2
* spelling; Dieter Rauschenbergerderaadt2008-10-021-2/+2
* Remove useless setsid() and setpgrp() calls and add -b option tomillert2008-10-022-13/+29
* Fix erroneous variadics. Ok millert@ragge2008-06-201-15/+5
* synchronization between usage and synopsis; add some missing "usage:"'ssobrado2008-03-171-4/+4
* fix format stringchl2007-11-061-2/+2
* Some more simple malloc(n * m) -> calloc(n, m) conversions.hshoexer2007-09-042-4/+4
* convert to new .Dd format;jmc2007-05-312-4/+4
* tidy up synopis and usage(); sort options; from Igor Sobradojmc2007-04-022-23/+27
* sort options; from Igor Sobradojmc2007-04-022-4/+4
* remove some bogus *p tests from charles longeautedu2007-03-201-8/+8
* assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2006-03-272-18/+11
* vsnprintf careful handling of -1; ok beckderaadt2005-04-211-1/+3
* .br workaround no longer necessary;jmc2004-04-041-3/+1