2015-02-19 |
mrg | add a 'down' key to tetris, defaulting to 'n'. it... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
dholland | typo |
commit | commitdiff | tree | snapshot |
2015-02-07 |
wiz | Fix typo. From kspillner@OpenBSD, forwarded by jmc... |
commit | commitdiff | tree | snapshot |
2015-01-06 |
dholland | add something |
commit | commitdiff | tree | snapshot |
2014-12-29 |
jnemeth | PR/49513 - Henning Petersen -- tyop |
commit | commitdiff | tree | snapshot |
2014-12-29 |
jnemeth | PR/49513 - Henning Petersen -- tyop |
commit | commitdiff | tree | snapshot |
2014-12-05 |
jnemeth | PR/49451 - Ben Gergely -- add missing attribution |
commit | commitdiff | tree | snapshot |
2014-10-18 |
snj | English |
commit | commitdiff | tree | snapshot |
2014-10-18 |
snj | 1) "It's its" |
commit | commitdiff | tree | snapshot |
2014-10-04 |
wiz | usage police |
commit | commitdiff | tree | snapshot |
2014-10-02 |
ast | Imported and adapted from FreeBSD svn r272166 and r2722... |
commit | commitdiff | tree | snapshot |
2014-09-30 |
christos | adhere to stricter groff checking: |
commit | commitdiff | tree | snapshot |
2014-09-19 |
wiz | Sort sections. From Henning Petersen in PR 49222. |
commit | commitdiff | tree | snapshot |
2014-07-15 |
wiz | Bump date for -c (exactly one year after previous bump) |
commit | commitdiff | tree | snapshot |
2014-07-13 |
pgoyette | At suggestion of christos@, use -b for b&w rather than -c |
commit | commitdiff | tree | snapshot |
2014-07-13 |
pgoyette | Provide an option to restore traditional black-and... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
dholland | Reorg docs, part 1: |
commit | commitdiff | tree | snapshot |
2014-07-05 |
dholland | Rework /usr/share/doc. |
commit | commitdiff | tree | snapshot |
2014-06-14 |
mrg | remove remaining makefile support for GCC < 45 that... |
commit | commitdiff | tree | snapshot |
2014-06-11 |
christos | Add a little color. In order to minimize logic differen... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
skrll | Remove unused. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Use bool (not int) for a boolean return type. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Use the curses beep function instead of writing a beep... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | curses has printw, use it. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | don't use the preprocessor to rename curses functions... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | fix off-by-one |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Instead of #define STDIN 0, use STDIN_FILENO. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Remove SHORTLEN and LONGLEN defines; use sizeof() prope... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Naming reform for socket pieces, akin to what I did... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | I wish the socket API didn't require casts. Easy to... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | fix obvious mistake (seems to have been there since... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Tidy up list of broadcast addresses. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Clean up the handling of the list of hunt daemons. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | use fewer globals |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | more cleanup |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | unexpose some globals that server.c previously required |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | name reform, fewer file statics |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | goto considered harmful |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | split off a bunch of the nastier network code into... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | When indexing an array with a char, cast it to unsigned... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Remove all the conditional compilation for INTERNET... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Clean up the names of the various pieces of socket... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | fix non-INTERNET build |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Er oops, fix previous. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Reduce ifdefs by making a common function to talk to... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | group external functions by where they come from |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | be consistent about whether functions are static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | handle compiled-in pathnames the customary way |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | make some globals static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Additional minor cleanup and remove a straggler data... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Group function declarations by which source file they... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | be consistent about whether functions are static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | sprinkle static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Flush unwanted file. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Move definitions to the file they're used in. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | move a comment that should have gone with its symbol |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Remove tautological #if DEBUG. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Split hunt and huntd's includes, instead of incestuousl... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Remove unsafe and unnecessary pointer casts. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | catch up to huntd changes. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | tsort contents of file |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | const in unused code |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | remove stubbed-out function |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Rip out the code that broadcasts talk requests to the... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Remove empty header file. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Use setproctitle() instead of handrolled version. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Make the code for issuing talk requests to find players... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | don't declare own boolean type |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | use random(), not a handrolled 16-bit generator |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Use getaddrinfo() instead of gethostbyname(). |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | typo in error message |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | const |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | simplify silly logic |
commit | commitdiff | tree | snapshot |
2014-03-28 |
apb | temp is a pointer, and tempmax, not sizeof(temp), is... |
commit | commitdiff | tree | snapshot |
2014-03-28 |
apb | If you are going to use memcpy instead of struct assign... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
dholland | Add note cautioning against bothering with WARNS=6... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
dholland | fix signedness issue |
commit | commitdiff | tree | snapshot |
2014-03-23 |
dholland | gratuitous (but not harmful) changes to pass gcc48... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use ssize_t for read() results. Don't use int for lseek... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use ssize_t for read() results. Don't use int for lseek... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use uid_t to hold getuid() results, and don't check... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | use size_t instead of int for a length |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use random(), not rand(). |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | avoid unnecessary floating point ops |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | avoid signed left-shift |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use CHAR_BIT, not 8. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | don't declare ospeed; it's in <termcap.h> |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Make the list of place types an enumeration. Use unsign... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | use a more suitable type |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | use more suitable types |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | woops, more of previous. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Make some things unsigned that should be (why would... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Don't cast the return value of malloc. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Minor tidyup. |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | tag decl() __noinline, as inlining it would defeat... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Revert part of previous -r1.21 and fix the errno-handli... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | move extern decls to .h files |
commit | commitdiff | tree | snapshot |
2014-03-18 |
riastradh | Merge riastradh-drm2 to HEAD. |
commit | commitdiff | tree | snapshot |
2014-02-22 |
dholland | fix typo, from Henning Petersen in PR misc/48613 |
commit | commitdiff | tree | snapshot |
2013-12-11 |
dholland | remove duplicate |
commit | commitdiff | tree | snapshot |
next |