summaryrefslogtreecommitdiffstats
path: root/hunt/hunt
Commit message (Expand)AuthorAgeFilesLines
...
* clean for WARNS=4dholland2008-01-282-19/+16
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-152-11/+11
* change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg2006-05-091-3/+3
* 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
* Drop trailing whitespace.wiz2005-09-151-22/+22
* Add (unsigned char) cast to ctype functionsdsl2004-11-052-8/+8
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-082-9/+9
* Remove uses of __P.jsm2004-01-273-25/+25
* Make build.wiz2003-06-111-3/+4
* Merge with v20030416.wiz2003-06-115-30/+160
* 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-261-4/+4
* .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-261-9/+9
* New sentences begin on new lines.wiz2002-09-261-27/+15
* Remove an unused declaration.mycroft2002-09-201-6/+2
* If we're searching for a huntd, probe local_address along with broadcastmycroft2002-09-201-8/+9
* select() -> poll()mycroft2002-09-202-25/+21
* Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross2002-02-081-2/+2
* mdoc'ify.wiz2001-04-041-218/+240
* eliminate nested externschristos2001-02-052-6/+7
* Don't declare 'extern opt*' getopt variables.simonb2000-04-141-4/+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-211-4/+2
* 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-131-3/+3
* Add braces to make the new egcs happy.veego1998-08-301-3/+4
* - use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg1998-07-061-3/+4
* change static to static intmrg1998-03-291-3/+3
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
* 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-221-2/+2
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-202-4/+6
* use err/warn instead of perrorlukem1997-10-113-52/+39
* Yet Another Monster Commit:lukem1997-10-105-105/+165
* note that huntd lives in /usr/games.mrg1997-10-041-2/+2
* build hunt.mrg1997-10-041-0/+13
* hunt version 1993-07-17mrg1997-10-045-0/+2704