summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add -o flag.christos2015-04-212-7/+32
* properly pluralize.snj2015-04-031-1/+1
* Avoid runon sentences.dholland2015-03-251-8/+8
* Use Pp (mdoc) instead of sp (roff).wiz2015-02-191-7/+14
* add a 'down' key to tetris, defaulting to 'n'. it move the block downmrg2015-02-192-12/+23
* typodholland2015-02-121-2/+2
* Fix typo. From kspillner@OpenBSD, forwarded by jmc@OpenBSD.wiz2015-02-071-1/+1
* add somethingdholland2015-01-061-0/+3
* PR/49513 - Henning Petersen -- tyopjnemeth2014-12-291-3/+3
* PR/49513 - Henning Petersen -- tyopjnemeth2014-12-291-3/+3
* PR/49451 - Ben Gergely -- add missing attributionjnemeth2014-12-051-0/+1
* Englishsnj2014-10-181-3/+3
* 1) "It's its"snj2014-10-183-6/+6
* usage policewiz2014-10-042-8/+8
* Imported and adapted from FreeBSD svn r272166 and r272207; this fixesast2014-10-029-124/+344
* adhere to stricter groff checking:christos2014-09-301-10/+9
* Sort sections. From Henning Petersen in PR 49222.wiz2014-09-191-6/+6
* Bump date for -c (exactly one year after previous bump)wiz2014-07-151-2/+2
* At suggestion of christos@, use -b for b&w rather than -cpgoyette2014-07-132-8/+8
* Provide an option to restore traditional black-and-white mode.pgoyette2014-07-134-6/+18
* Reorg docs, part 1:dholland2014-07-052-4/+4
* Rework /usr/share/doc.dholland2014-07-054-16/+10
* remove remaining makefile support for GCC < 45 that i found.mrg2014-06-141-2/+2
* Add a little color. In order to minimize logic differences, keep 0 as thechristos2014-06-114-24/+46
* Remove unused.skrll2014-03-301-5/+3
* Use bool (not int) for a boolean return type.dholland2014-03-302-5/+5
* Use the curses beep function instead of writing a beep to stdout.dholland2014-03-301-3/+3
* curses has printw, use it.dholland2014-03-301-7/+4
* don't use the preprocessor to rename curses functions, just call themdholland2014-03-302-36/+30
* fix off-by-onedholland2014-03-301-3/+3
* Instead of #define STDIN 0, use STDIN_FILENO.dholland2014-03-301-6/+5
* Remove SHORTLEN and LONGLEN defines; use sizeof() properly instead.dholland2014-03-307-53/+57
* Naming reform for socket pieces, akin to what I did in huntd earlier.dholland2014-03-305-57/+58
* I wish the socket API didn't require casts. Easy to mess them up.dholland2014-03-302-10/+14
* fix obvious mistake (seems to have been there since 4.4)dholland2014-03-301-3/+3
* Tidy up list of broadcast addresses.dholland2014-03-301-26/+39
* Clean up the handling of the list of hunt daemons.dholland2014-03-303-149/+230
* use fewer globalsdholland2014-03-302-19/+14
* more cleanupdholland2014-03-301-54/+117
* unexpose some globals that server.c previously requireddholland2014-03-303-20/+21
* name reform, fewer file staticsdholland2014-03-301-17/+21
* goto considered harmfuldholland2014-03-301-95/+111
* split off a bunch of the nastier network code into its own filedholland2014-03-304-197/+263
* When indexing an array with a char, cast it to unsigned char, not int,dholland2014-03-301-3/+3
* Remove all the conditional compilation for INTERNET. Now you can rundholland2014-03-304-167/+224
* Clean up the names of the various pieces of socket apparatus.dholland2014-03-304-75/+129
* fix non-INTERNET builddholland2014-03-292-6/+8
* Er oops, fix previous.dholland2014-03-291-3/+3
* Reduce ifdefs by making a common function to talk to either syslogd ordholland2014-03-295-60/+80
* group external functions by where they come fromdholland2014-03-291-6/+13