summaryrefslogtreecommitdiffstats
path: root/hunt/huntd
Commit message (Collapse)AuthorAgeFilesLines
...
* Sigh, more of the same (missed two)dholland2009-07-041-3/+3
|
* __attribute__((__noreturn__)) -> __deaddholland2009-07-041-5/+5
|
* ANSIfy function declarations.dholland2009-07-0412-216/+104
|
* Remove a pile of bogus casts. One object file diff, crosschecked anddholland2009-07-048-43/+43
| | | found harmless.
* sprintf -> snprintfdholland2009-06-286-40/+54
|
* Fix possible remote DoS of a running hunt game, and prevent a possibledholland2009-06-281-3/+9
| | | theoretical attack involving >= 1 billion ammo.
* Fix preamblejoerg2009-03-111-1/+2
|
* clean for WARNS=4dholland2008-01-287-45/+45
|
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
|
* PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad2006-10-071-5/+5
| | | Adapted to -current by myself, thanks for the patch!
* change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg2006-05-092-8/+8
| | | socklen_t are different signness.
* Add a missing bp->b_score not null check - addresses Coverity CID 1003abs2006-03-171-3/+3
|
* Drop trailing whitespace.wiz2005-09-151-22/+22
|
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-3/+3
|
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-082-9/+9
| | | the few cases not already marked.
* Remove uses of __P.jsm2004-01-278-113/+113
|
* Make build.wiz2003-06-111-1/+2
|
* Merge with v20030416.wiz2003-06-1118-100/+543
|
* Make this work on sparc64 (don't use long and assume sizeof(long) = 4).jdc2003-02-261-4/+4
| | | Tested against a LE32 system (arm).
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-6/+4
|
* Ispell.wiz2002-09-261-3/+3
|
* Minor rearrangement.mycroft2002-09-201-3/+1
|
* select() -> poll()mycroft2002-09-206-125/+100
| | | Also, turn off talk announcements; it's a wretched hack.
* __STDC__ is always defined on NetBSD.wiz2002-05-261-19/+5
|
* receive, not recievewiz2001-06-121-3/+3
|
* mdoc'ify.wiz2001-04-041-58/+61
|
* remove redundant declschristos2001-02-052-9/+5
|
* - openlog "huntd" instead of "HUNT"lukem2001-01-093-16/+21
| | | | | - consistently log non-critical errors at LOG_WARNING not LOG_ERR - consistently use positive numbers for exit() and _exit() - one warning was using printf() instead of syslog()
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
|
* Don't declare 'extern opt*' getopt variables.simonb2000-04-141-4/+2
|
* Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft2000-01-211-2/+2
| | | the correct definition from errno.h.
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-2/+2
|
* remove unneeded typedef for TTYB, as per PR#5867hubertf1998-09-111-2/+1
|
* - use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg1998-07-061-4/+5
| | | | | | - ensure hostname from gethostname() is nul-terminated in all cases - minor KNF - use MAXHOSTNAMELEN over various other values/defines - be safe will buffers that hold hostnames
* RCS Id Police.perry1998-01-094-0/+8
|
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-202-4/+6
|
* drop core in /var/tmp (from linux).mrg1997-10-151-3/+3
|
* use err/warn instead of perrorlukem1997-10-114-22/+22
|
* Yet Another Monster Commit:lukem1997-10-1016-291/+573
| | | | | | | | | | | - WARNSify - getopt returns -1 not EOF - select() uses an fd_set, not int/long; modify code to use FD_* et al instead of direct bitwise operations - in otto.c::look (renamed to ottolook() to prevent name clash), the case WEST section had a 'goto cont_east', instead of 'goto cont_west'. (picked up by WARNS=1, because cont_west was an unused label because of this typo). probably meant that otto got lost in the maze :-/ - deprecate register, convert bcmp() -> memcmp()
* fix compiler warnings on the alpha.mrg1997-10-042-2/+2
|
* note that huntd lives in /usr/games.mrg1997-10-041-3/+3
|
* build hunt.mrg1997-10-041-0/+8
|
* hunt version 1993-07-17mrg1997-10-0418-0/+5061