summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | Submitted in PR bin/9514 by Thilo.Manske@HEH.Uni-Oldenburg.DE
* fix tyopjwise2000-02-271-2/+2
|
* NetBSD: We come in peace. We offer reliability.pooka2000-02-151-1/+4
| | | + correct a typo
* 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
| | | | | Essentially concludes the merge into NetBSD of those changes in the Linux port of the NetBSD games which it is fairly clear to me should be so merged.
* 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
| | | choice of scenario uses puts() rather than curses functions).
* 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
| | | | | No special formatting used for the movie name for now, following discussion on tech-userlevel suggesting that at present there's nothing really appropriate.
* Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft2000-01-212-6/+4
| | | the correct definition from errno.h.
* Clean up error reporting in tetris.jsm2000-01-212-11/+7
|
* Fix high score table formatting bug.jsm2000-01-211-3/+2
| | | Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
* Improve snscore error handling.jsm2000-01-211-4/+7
|
* Report scores as auto-bot or not correctly.jsm2000-01-201-3/+3
| | | Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
* Ensure correct prompt asking about another game is given at the end ofjsm2000-01-191-2/+3
| | | | | each game. Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
* Typo fix in unknown option message (from Malcolm Parsonsjsm2000-01-191-3/+3
| | | <malcolm@bits.bris.ac.uk>).
* 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
| | | | | | | | | | | | | macro). Add new fwrite_be_offt() function which writes out a big-endian 64bit number regards of the size of off_t on the host machine. Also fix ``bug'' in previous - even though the off_t pointers were stored big-endian, the individual card lenghs were in host-order. The cards.pck files are now identical when make on a big- or little-endian machine. Now builds a correct cards.pck file on non-NetBSD machines as well - tested on Ultrix and Solaris (but Solaris needs -lsocket to get htonl()).
* Don't use any NetBSD specific features (<err.h> and friends mainlysimonb1999-12-301-51/+82
| | | | | | | | | | - replaiced with local die() and dieperror() routines). Use ANSI prototypes (no dependance on the __P() macro). Add new fwrite_be_offt() function which writes out a big-endian 64bit number regards of the size of off_t on the host machine. Remove unused unctrl() function. Now builds correct fortune .dat files on non-NetBSD machines as well - tested on Ultrix and Solaris (but Solaris needs -lsocket to get htonl()).
* No need to include <sys/endian.h> here - <sys/types.h> includessimonb1999-12-301-2/+1
| | | <machine/endian.h> which DTRT.
* Use separate definitions and extern declarations of variables ratherjsm1999-12-284-45/+82
| | | than linker commons.
* Fix capital of Monaco. It should be Monaco rather than Monte Carlo;jsm1999-12-161-1/+1
| | | | | checked with CIA World Factbook. Problem reported by <capo@writeme.com>.
* 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
| | | Bug fix from OpenBSD.
* Removed someone's personal phone number, including area code, from a "if youmason1999-12-111-2/+0
| | | want a good time, call ###-###-####" fortune entry.
* 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
| | | | | every letter, add appropriate index lines. Problem reported by Mike Castle <dalgoda@ix.netcom.com> against the Linux port of the NetBSD games collection.
* Correct wargames quote, and while we are here be a little more selectiveabs1999-11-161-2/+5
| | | when checking if a game is valid (eg: '../../bin/csh')
* Do not match non-literals (REs).hubertf1999-11-151-3/+3
| | | | A slightly different patch was submitted in PR 8388 by Antti Kantee <pooka@iki.fi>
* Since our gcc doesn't warn about NULL format strings anymore, we candrochner1999-11-092-8/+8
| | | | fix the incorrect err(1, "%s", "") et al. Closes PR bin/7592 by cgd.
* 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
|