index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games
/
hunt
/
huntd
/
answer.c
Age
Commit message (
Expand
)
Author
2021-05-02
games: remove trailing whitespace in *.c and *.h
rillig
2014-03-30
Use bool (not int) for a boolean return type.
dholland
2014-03-30
Remove SHORTLEN and LONGLEN defines; use sizeof() properly instead.
dholland
2014-03-30
Remove all the conditional compilation for INTERNET. Now you can run
dholland
2014-03-30
Clean up the names of the various pieces of socket apparatus.
dholland
2014-03-29
fix non-INTERNET build
dholland
2014-03-29
Reduce ifdefs by making a common function to talk to either syslogd or
dholland
2014-03-29
don't declare own boolean type
dholland
2009-08-27
u_int32_t -> uint32_t
dholland
2009-08-12
sprinkle static and prune some dead code
dholland
2009-07-04
Whitespace.
dholland
2009-07-04
ANSIfy function declarations.
dholland
2009-07-04
Remove a pile of bogus casts. One object file diff, crosschecked and
dholland
2009-06-28
sprintf -> snprintf
dholland
2009-06-28
Fix possible remote DoS of a running hunt game, and prevent a possible
dholland
2008-01-28
clean for WARNS=4
dholland
2006-05-09
change (mostly) int to socklen_t. GCC 4 doesn't like that int and
mrg
2004-11-05
Add (unsigned char) cast to ctype functions
dsl
2003-06-11
Merge with v20030416.
wiz
2003-02-26
Make this work on sparc64 (don't use long and assume sizeof(long) = 4).
jdc
2002-09-20
select() -> poll()
mycroft
1997-10-10
Yet Another Monster Commit:
lukem
1997-10-04
fix compiler warnings on the alpha.
mrg
1997-10-04
hunt version 1993-07-17
mrg