summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* clean for WARNS=4dholland2008-01-281-8/+8
|
* 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-091-5/+5
| | | socklen_t are different signness.
* Remove uses of __P.jsm2004-01-271-9/+9
|
* Merge with v20030416.wiz2003-06-111-5/+30
|
* select() -> poll()mycroft2002-09-201-91/+70
| | | Also, turn off talk announcements; it's a wretched hack.
* - openlog "huntd" instead of "HUNT"lukem2001-01-091-6/+6
| | | | | - 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()
* Don't declare 'extern opt*' getopt variables.simonb2000-04-141-4/+2
|
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-201-2/+3
|
* drop core in /var/tmp (from linux).mrg1997-10-151-3/+3
|
* use err/warn instead of perrorlukem1997-10-111-11/+11
|
* Yet Another Monster Commit:lukem1997-10-101-65/+84
| | | | | | | | | | | - 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()
* hunt version 1993-07-17mrg1997-10-041-0/+956