summaryrefslogtreecommitdiffstats
path: root/hunt
Commit message (Expand)AuthorAgeFilesLines
* Userland now builds and uses terminfo instead of termcap.roy2010-02-031-2/+2
* u_int32_t -> uint32_tdholland2009-08-273-13/+13
* sprinkle static and prune some dead codedholland2009-08-128-87/+74
* Remove config options for 4.2BSD and 4.3BSD, and associated code. Highlydholland2009-07-046-109/+20
* Remove the non-curses screen handling, since it relies on knowingdholland2009-07-045-346/+14
* Remove config for the return type of signal handlers, which is also adholland2009-07-046-37/+36
* Remove references to config #defines for the thoroughly obsoletedholland2009-07-043-22/+9
* more whitespacedholland2009-07-041-3/+3
* Various minor fixes, mostly from OpenBSD.dholland2009-07-041-51/+83
* Notes on the protocol used by hunt, from OpenBSD.dholland2009-07-041-0/+272
* Whitespace.dholland2009-07-044-615/+615
* Whitespace.dholland2009-07-0417-1123/+1134
* Sigh, more of the same (missed two)dholland2009-07-041-3/+3
* __attribute__((__noreturn__)) -> __deaddholland2009-07-041-5/+5
* ANSIfy function declarations.dholland2009-07-0416-297/+152
* Remove two more bogus casts. These *do* create object diffs on amd64,dholland2009-07-041-4/+4
* Remove bogus casts. Two object file diffs inspected and found to be harmless.dholland2009-07-043-20/+19
* Remove a pile of bogus casts. One object file diff, crosschecked anddholland2009-07-048-43/+43
* sprintf -> snprintfdholland2009-06-287-43/+58
* Fix possible remote DoS of a running hunt game, and prevent a possibledholland2009-06-281-3/+9
* Fix preamblejoerg2009-03-111-1/+2
* Fix markupjoerg2009-03-111-3/+4
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-3/+4
* clean for WARNS=4dholland2008-01-289-64/+61
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-153-14/+14
* PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad2006-10-071-5/+5
* change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg2006-05-093-11/+11
* Coverity CID 1443: Prevent static overrun.christos2006-03-191-4/+6
* add more "ifdef notdef" around unused sections - addresses Coverity CID 564abs2006-03-171-2/+6
* Add a missing bp->b_score not null check - addresses Coverity CID 1003abs2006-03-171-3/+3
* Drop trailing whitespace.wiz2005-09-152-44/+44
* Add (unsigned char) cast to ctype functionsdsl2004-11-053-11/+11
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-084-18/+18
* Remove uses of __P.jsm2004-01-2711-138/+138
* Sync with v20030416 of Makefile.wiz2003-06-111-4/+33
* Make build.wiz2003-06-112-4/+6
* Merge with v20030416.wiz2003-06-1123-130/+703
* Make this work on 64 bit big endian platforms.martin2003-06-111-4/+4
* setup -> set up.wiz2003-05-141-2/+2
* don't print error messages using warn, because we clear the screen immediatelychristos2003-05-031-35/+48
* Rewrite broken broadcast interface detection code using getifaddrs(3).drochner2003-04-011-15/+22
* Make this work on sparc64 (don't use long and assume sizeof(long) = 4).jdc2003-02-262-8/+8
* .Nm does not need a dummy argument ("") before punctuation orwiz2003-02-251-2/+2
* .Nm still needs "".wiz2003-02-231-2/+2
* Avoid strict alias warning.thorpej2002-12-061-3/+3
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-262-15/+13
* Ispell.wiz2002-09-261-3/+3
* New sentences begin on new lines.wiz2002-09-261-27/+15
* Minor rearrangement.mycroft2002-09-202-6/+3
* Remove an unused declaration.mycroft2002-09-201-6/+2