summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix doubled 'the' in comment.soren2000-03-131-3/+3
* Include <sys/param.h> for MAXHOSTNAMELEN.kleink2000-03-021-2/+3
* POSIX.2: Ignore a null PAGER as well.kleink2000-03-021-3/+5
* Fix .Nm usage.enami2000-03-021-2/+2
* Fix wrong reference to trek documentationhubertf2000-03-011-2/+2
* fix tyopjwise2000-02-271-2/+2
* NetBSD: We come in peace. We offer reliability.pooka2000-02-151-1/+4
* NetBSD: We don't negotiate with terrorists.pooka2000-02-121-0/+3
* avoid failure on "make install" when /var/games/sail already exists.itojun2000-02-121-2/+2
* Add Chris Baird's email address per his requestpooka2000-02-101-1/+1
* Fix insecure /tmp usage in sail.jsm2000-02-098-29/+72
* Add NetBSD slogans for fortune database.pooka2000-02-062-4/+540
* Don't initialise curses until after the initial non-curses setup (thejsm2000-01-312-8/+8
* need an ${.OBJDIR} nowdrochner2000-01-251-2/+1
* More .mk file fallout. *sigh*mycroft2000-01-232-4/+4
* Get the build ordering right for dependall.mycroft2000-01-231-1/+2
* More .mk file fallout. *sigh*mycroft2000-01-231-2/+2
* Add manpage wargames(6), contributed by Joey Hess <joeyh@kitenet.net>.jsm2000-01-232-1/+51
* Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft2000-01-212-6/+4
* Clean up error reporting in tetris.jsm2000-01-212-11/+7
* Fix high score table formatting bug.jsm2000-01-211-3/+2
* Improve snscore error handling.jsm2000-01-211-4/+7
* Report scores as auto-bot or not correctly.jsm2000-01-201-3/+3
* Ensure correct prompt asking about another game is given at the end ofjsm2000-01-191-2/+3
* Typo fix in unknown option message (from Malcolm Parsonsjsm2000-01-191-3/+3
* Remove definition of __cputchar.jsm2000-01-191-9/+2
* Define and use MAXRANDOM instead of LONG_MAX.jsm2000-01-181-5/+7
* Remove unnecessary casts, and add necessary ones for printf arguments.jsm2000-01-131-6/+6
* Change __GCC__ to __GNUC__.jsm2000-01-131-3/+3
* Remove obsolete NO_VOID conditional.jsm2000-01-131-6/+2
* Use err(1, NULL) and warn(NULL) for `out of memory' error messages.jsm2000-01-096-25/+25
* Declare variables as extern in headers rather than using linker commons.jsm2000-01-013-13/+26
* Don't use <err.h>. Use ANSI prototypes (no dependance on the __P()simonb1999-12-302-33/+62
* Don't use any NetBSD specific features (<err.h> and friends mainlysimonb1999-12-301-51/+82
* No need to include <sys/endian.h> here - <sys/types.h> includessimonb1999-12-301-2/+1
* Use separate definitions and extern declarations of variables ratherjsm1999-12-284-45/+82
* Fix capital of Monaco. It should be Monaco rather than Monte Carlo;jsm1999-12-161-1/+1
* Make quiz use POSIX.2 pager handling.jsm1999-12-161-4/+11
* Print a space character on the tape between each command line argument.jsm1999-12-161-3/+6
* Removed someone's personal phone number, including area code, from a "if youmason1999-12-111-2/+0
* Fix a gcc -W warning (empty body in an else-statement).jsm1999-12-071-9/+4
* If the dictionary for boggle does not include words beginning withjsm1999-12-071-3/+13
* Correct wargames quote, and while we are here be a little more selectiveabs1999-11-161-2/+5
* Do not match non-literals (REs).hubertf1999-11-151-3/+3
* Since our gcc doesn't warn about NULL format strings anymore, we candrochner1999-11-092-8/+8
* fix handling of '-t' flag, and pause for a little bit after drawing happysnakecgd1999-10-261-2/+5
* correct description of representation of snakecgd1999-10-261-2/+2
* support arrow keys.cgd1999-10-262-16/+43
* update after change to return value of tputs() third argumentlukem1999-10-049-25/+27
* Fix error in last namespace change (only relevant #ifdef DEBUG).jsm1999-10-011-3/+3