summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use setgid(), not setregid().mycroft2000-05-0826-78/+78
* NetBSD - because Unix isn't just #include <linux.h>, i386, ELF, ...!pooka2000-05-021-0/+4
* Cast pointer diffs to long for printing with %ld.thorpej2000-04-271-3/+3
* Cast pointer difference to long when printing w/ %ld.thorpej2000-04-271-3/+3
* Clear to end of line on the correct window.jdc2000-04-271-3/+3
* Fix arguments to *printw().jdc2000-04-275-21/+22
* While everyone's beating up on rot13 - use 'exec' to loose the shellsimonb2000-04-241-2/+2
* $* -> "$@", not that it does anything. yet.perry2000-04-241-2/+2
* keep it simple.perry2000-04-241-4/+2
* HOST_CC -> HOST_LINK.cpk2000-04-242-4/+4
* Don't rely upon /usr/games being in PATH, include it explicitly.hubertf2000-04-241-1/+3
* Don't declare 'extern opt*' getopt variables.simonb2000-04-144-16/+8
* Greatly simplify these by using <bsd.hostprog.mk>. Should do the samesimonb2000-04-143-50/+14
* Curses works - define USE_CURSES for BSD44 and don't try to do our ownsimonb2000-04-131-2/+2
* Missing word. From Paul Janzen.soren2000-04-111-4/+4
* Don't insert leading 0s in the score display. (HI CHRISTOS!)mycroft2000-04-091-4/+4
* Correct capital of the Philippines, allow usual spelling of Jakartajsm2000-04-091-3/+3
* Tyop fix.jwise2000-04-061-1/+1
* Fix two ubiquitous operator precedence error of typejdolecek2000-03-301-3/+3
* Use an equal probability single draw algorithm to get card from deck.tron2000-03-281-17/+19
* Fix doubled 'the'.soren2000-03-131-3/+3
* Fix doubled 'the's.soren2000-03-133-10/+10
* Fix doubled 'the'.soren2000-03-131-2/+2
* 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