2014-03-29 |
dholland | sprinkle static |
tree | commitdiff |
2014-03-29 |
dholland | Flush unwanted file. |
tree | commitdiff |
2014-03-29 |
dholland | Move definitions to the file they're used in. |
tree | commitdiff |
2014-03-29 |
dholland | move a comment that should have gone with its symbol |
tree | commitdiff |
2014-03-29 |
dholland | Remove tautological #if DEBUG. |
tree | commitdiff |
2014-03-29 |
dholland | Split hunt and huntd's includes, instead of incestuousl... |
tree | commitdiff |
2014-03-29 |
dholland | Remove unsafe and unnecessary pointer casts. |
tree | commitdiff |
2014-03-29 |
dholland | catch up to huntd changes. |
tree | commitdiff |
2014-03-29 |
dholland | tsort contents of file |
tree | commitdiff |
2014-03-29 |
dholland | const in unused code |
tree | commitdiff |
2014-03-29 |
dholland | remove stubbed-out function |
tree | commitdiff |
2014-03-29 |
dholland | Rip out the code that broadcasts talk requests to the... |
tree | commitdiff |
2014-03-29 |
dholland | Remove empty header file. |
tree | commitdiff |
2014-03-29 |
dholland | Use setproctitle() instead of handrolled version. |
tree | commitdiff |
2014-03-29 |
dholland | Make the code for issuing talk requests to find players... |
tree | commitdiff |
2014-03-29 |
dholland | don't declare own boolean type |
tree | commitdiff |
2014-03-29 |
dholland | use random(), not a handrolled 16-bit generator |
tree | commitdiff |
2014-03-29 |
dholland | Use getaddrinfo() instead of gethostbyname(). |
tree | commitdiff |
2014-03-29 |
dholland | typo in error message |
tree | commitdiff |
2014-03-29 |
dholland | const |
tree | commitdiff |
2014-03-29 |
dholland | simplify silly logic |
tree | commitdiff |
2014-03-28 |
apb | If you are going to use memcpy instead of struct assign... |
tree | commitdiff |
2013-10-19 |
christos | fix unused variable warnings |
tree | commitdiff |
2013-07-09 |
njoly | Fix sendmail section (8 -> 1) in xrefs. |
tree | commitdiff |
2011-09-01 |
plunky | reinstate NULL cast by request, where the NULL was... |
tree | commitdiff |
2011-08-31 |
plunky | NULL does not need a cast |
tree | commitdiff |
2011-05-23 |
joerg | #if 0 some unused code. |
tree | commitdiff |
2011-05-23 |
joerg | Don't use variables as format string. |
tree | commitdiff |
2011-01-05 |
dholland | avoid unnecessary cast (hi wiz) |
tree | commitdiff |
2011-01-05 |
wiz | Fix realloc error. Found by cppcheck. |
tree | commitdiff |
2010-02-06 |
he | When using -lcurses, you also need -lterminfo. |
tree | commitdiff |
2010-02-03 |
roy | Userland now builds and uses terminfo instead of termcap. |
tree | commitdiff |
2009-08-27 |
dholland | u_int32_t -> uint32_t |
tree | commitdiff |
2009-08-12 |
dholland | sprinkle static and prune some dead code |
tree | commitdiff |
2009-07-04 |
dholland | Remove config options for 4.2BSD and 4.3BSD, and associ... |
tree | commitdiff |
2009-07-04 |
dholland | Remove the non-curses screen handling, since it relies... |
tree | commitdiff |
2009-07-04 |
dholland | Remove config for the return type of signal handlers... |
tree | commitdiff |
2009-07-04 |
dholland | Remove references to config #defines for the thoroughly... |
tree | commitdiff |
2009-07-04 |
dholland | more whitespace |
tree | commitdiff |
2009-07-04 |
dholland | Various minor fixes, mostly from OpenBSD. |
tree | commitdiff |
2009-07-04 |
dholland | Notes on the protocol used by hunt, from OpenBSD. |
tree | commitdiff |
2009-07-04 |
dholland | Whitespace. |
tree | commitdiff |
2009-07-04 |
dholland | Whitespace. |
tree | commitdiff |
2009-07-04 |
dholland | Sigh, more of the same (missed two) |
tree | commitdiff |
2009-07-04 |
dholland | __attribute__((__noreturn__)) -> __dead |
tree | commitdiff |
2009-07-04 |
dholland | ANSIfy function declarations. |
tree | commitdiff |
2009-07-04 |
dholland | Remove two more bogus casts. These *do* create object... |
tree | commitdiff |
2009-07-04 |
dholland | Remove bogus casts. Two object file diffs inspected... |
tree | commitdiff |
2009-07-04 |
dholland | Remove a pile of bogus casts. One object file diff... |
tree | commitdiff |
2009-06-28 |
dholland | sprintf -> snprintf |
tree | commitdiff |
2009-06-28 |
dholland | Fix possible remote DoS of a running hunt game, and... |
tree | commitdiff |
2009-03-11 |
joerg | Fix preamble |
tree | commitdiff |
2009-03-11 |
joerg | Fix markup |
tree | commitdiff |
2008-08-08 |
drochner | if initscr() fails, exit with a message rather than... |
tree | commitdiff |
2008-01-28 |
dholland | clean for WARNS=4 |
tree | commitdiff |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2006-10-07 |
elad | PR/18906: roskens at elfin dot net: misc. select()... |
tree | commitdiff |
2006-05-09 |
mrg | change (mostly) int to socklen_t. GCC 4 doesn't like... |
tree | commitdiff |
2006-03-19 |
christos | Coverity CID 1443: Prevent static overrun. |
tree | commitdiff |
2006-03-17 |
abs | add more "ifdef notdef" around unused sections - addres... |
tree | commitdiff |
2006-03-17 |
abs | Add a missing bp->b_score not null check - addresses... |
tree | commitdiff |
2005-09-15 |
wiz | Drop trailing whitespace. |
tree | commitdiff |
2004-11-05 |
dsl | Add (unsigned char) cast to ctype functions |
tree | commitdiff |
2004-02-08 |
jsm | Mark unused parameters, nonreturning functions and... |
tree | commitdiff |
2004-01-27 |
jsm | Remove uses of __P. |
tree | commitdiff |
2003-06-11 |
wiz | Sync with v20030416 of Makefile. |
tree | commitdiff |
2003-06-11 |
wiz | Make build. |
tree | commitdiff |
2003-06-11 |
wiz | Merge with v20030416. |
tree | commitdiff |
2003-06-11 |
martin | Make this work on 64 bit big endian platforms. |
tree | commitdiff |
2003-05-14 |
wiz | setup -> set up. |
tree | commitdiff |
2003-05-03 |
christos | don't print error messages using warn, because we clear... |
tree | commitdiff |
2003-04-01 |
drochner | Rewrite broken broadcast interface detection code using... |
tree | commitdiff |
2003-02-26 |
jdc | Make this work on sparc64 (don't use long and assume... |
tree | commitdiff |
2003-02-25 |
wiz | .Nm does not need a dummy argument ("") before punctuat... |
tree | commitdiff |
2003-02-23 |
wiz | .Nm still needs "". |
tree | commitdiff |
2002-12-06 |
thorpej | Avoid strict alias warning. |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-26 |
wiz | Ispell. |
tree | commitdiff |
2002-09-26 |
wiz | New sentences begin on new lines. |
tree | commitdiff |
2002-09-20 |
mycroft | Minor rearrangement. |
tree | commitdiff |
2002-09-20 |
mycroft | Remove an unused declaration. |
tree | commitdiff |
2002-09-20 |
mycroft | select() -> poll() |
tree | commitdiff |
2002-09-20 |
mycroft | If we're searching for a huntd, probe local_address... |
tree | commitdiff |
2002-09-20 |
mycroft | select() -> poll() |
tree | commitdiff |
2002-05-26 |
wiz | __STDC__ is always defined on NetBSD. |
tree | commitdiff |
2002-02-08 |
ross | Generate <>& symbolically. I'm avoiding .../dist/.... |
tree | commitdiff |
2001-06-12 |
wiz | receive, not recieve |
tree | commitdiff |
2001-04-04 |
wiz | mdoc'ify. |
tree | commitdiff |
2001-02-05 |
christos | remove redundant decls |
tree | commitdiff |
2001-02-05 |
christos | eliminate nested externs |
tree | commitdiff |
2001-01-09 |
lukem | - openlog "huntd" instead of "HUNT" |
tree | commitdiff |
2000-07-03 |
matt | More include additions for exit, abs, strcmp, etc. |
tree | commitdiff |
2000-04-14 |
simonb | Don't declare 'extern opt*' getopt variables. |
tree | commitdiff |
2000-04-13 |
simonb | Curses works - define USE_CURSES for BSD44 and don... |
tree | commitdiff |
2000-03-02 |
kleink | Include <sys/param.h> for MAXHOSTNAMELEN. |
tree | commitdiff |
2000-01-21 |
mycroft | Nuke `extern int errno;' in code we compile with -Wstri... |
tree | commitdiff |
1999-04-18 |
simonb | Don't frob the interals of a WINDOW*, use the mvinch... |
tree | commitdiff |
1998-09-13 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers... |
tree | commitdiff |
1998-09-11 |
hubertf | remove unneeded typedef for TTYB, as per PR#5867 |
tree | commitdiff |
1998-08-30 |
veego | Add braces to make the new egcs happy. |
tree | commitdiff |
next |