summaryrefslogtreecommitdiffstats
path: root/hunt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* select() -> poll()mycroft2002-09-207-127/+103
* If we're searching for a huntd, probe local_address along with broadcastmycroft2002-09-201-8/+9
* select() -> poll()mycroft2002-09-202-25/+21
* __STDC__ is always defined on NetBSD.wiz2002-05-261-19/+5
* Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross2002-02-081-2/+2
* receive, not recievewiz2001-06-121-3/+3
* mdoc'ify.wiz2001-04-042-276/+301
* remove redundant declschristos2001-02-052-9/+5
* eliminate nested externschristos2001-02-052-6/+7
* - openlog "huntd" instead of "HUNT"lukem2001-01-093-16/+21
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
* Don't declare 'extern opt*' getopt variables.simonb2000-04-142-8/+4
* Curses works - define USE_CURSES for BSD44 and don't try to do our ownsimonb2000-04-131-2/+2
* Include <sys/param.h> for MAXHOSTNAMELEN.kleink2000-03-021-2/+3
* Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft2000-01-212-6/+4
* Don't frob the interals of a WINDOW*, use the mvinch() macro.simonb1999-04-181-7/+3
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-132-5/+5
* remove unneeded typedef for TTYB, as per PR#5867hubertf1998-09-111-2/+1
* Add braces to make the new egcs happy.veego1998-08-301-3/+4
* - use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg1998-07-062-7/+9
* change static to static intmrg1998-03-291-3/+3
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
* RCS Id Police.perry1998-01-094-0/+8
* move hunt under dm(6)mrg1997-11-191-1/+2
* Must have the correct library link order to be able to linkragge1997-11-051-2/+2
* use CPPFLAGS instead of CFLAGSlukem1997-10-222-4/+4
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-204-8/+12
* drop core in /var/tmp (from linux).mrg1997-10-151-3/+3
* use err/warn instead of perrorlukem1997-10-117-74/+61