summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WARNSify, KNFifylukem1997-10-125-547/+672
|
* WARNSifylukem1997-10-127-65/+68
|
* use err/warn instead of perrorlukem1997-10-122-14/+12
|
* WARNSifylukem1997-10-1215-206/+320
|
* common_source -> common, and GC some garbage variables.mycroft1997-10-112-7/+5
|
* Do the previous a little differently.mycroft1997-10-111-6/+2
|
* Don't install this library, we only need this during the build.veego1997-10-111-1/+4
|
* Only use SYMLINKS when PROG is defined.veego1997-10-111-1/+5
|
* Use bsd.subdir.mk as appropriate.mycroft1997-10-113-5/+8
|
* use err/warn instead of perrorlukem1997-10-117-74/+61
|
* use err/warn instead of perrorlukem1997-10-111-4/+4
|
* WARNSifylukem1997-10-111-24/+32
|
* WARNSify, deprecate registerlukem1997-10-111-50/+60
|
* minor KNFifylukem1997-10-112-17/+12
|
* use err/warn instead of perrorlukem1997-10-111-14/+9
|
* minor KNFifylukem1997-10-111-18/+11
|
* minor KNFifylukem1997-10-116-46/+44
|
* KNFify (with indent)lukem1997-10-1123-3797/+3796
|
* use warn instead of perror/fprintf/...lukem1997-10-112-11/+11
|
* KNFify againlukem1997-10-112-17/+6
|
* KNFifylukem1997-10-1112-1943/+2428
|
* WARNSify, KNFifylukem1997-10-1112-151/+167
|
* WARNSifylukem1997-10-108-68/+86
|
* Yet Another Monster Commit:lukem1997-10-1022-398/+740
| | | | | | | | | | | - 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()
* XXX: work around lex(1) vs termios lamenesslukem1997-10-101-2/+3
|
* WARNSifylukem1997-10-108-102/+192
|
* WARNSifylukem1997-10-105-96/+98
|
* WARNSifylukem1997-10-102-20/+53
|
* WARNSifylukem1997-10-104-78/+80
|
* WARNSifylukem1997-10-1011-115/+242
|
* WARNSifylukem1997-10-108-33/+56
|
* deprecate register, fixup .Nm usagelukem1997-10-1010-75/+75
|
* getopt returns -1 not EOFlukem1997-10-101-3/+3
|
* WARNSifylukem1997-10-1024-772/+942
|
* WARNSify, fixup .Nm usagelukem1997-10-102-16/+21
|
* WARNSify, fixup .Nm usagelukem1997-10-102-9/+12
|
* hunt isn't "Missing:" anymore ;-)lukem1997-10-101-2/+2
|
* KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)lukem1997-10-1030-3095/+2512
|
* remove advertising clause from all my licenses.mrg1997-10-101-5/+2
|
* WARNSifylukem1997-10-1013-104/+254
|
* KNFify, WARNSify, use errx(), clean up .Nm in manpagelukem1997-10-092-38/+49
|
* fix compiler warnings on the alpha.mrg1997-10-042-2/+2
|
* add hunt.mrg1997-10-041-4/+4
|
* note that huntd lives in /usr/games.mrg1997-10-042-5/+5
|
* build hunt.mrg1997-10-044-0/+93
|
* hunt version 1993-07-17mrg1997-10-0424-0/+7940
|
* add a man page for countmail(6)mrg1997-10-032-1/+62
|
* add countmail.mrg1997-10-031-2/+2
|
* add rcsidmrg1997-10-031-0/+2
|
* install countmail into /usr/gamesmrg1997-10-031-0/+8
|