summaryrefslogtreecommitdiffstats
path: root/games/adventure
Commit message (Collapse)AuthorAgeFilesLines
* BDECFLAGS (with a whitespace change or two)billf2000-08-297-74/+77
|
* Backout rev1.7, as it broke adventure(6) (const'ing a non-r/o variable).billf1999-12-251-1/+1
| | | | As wpaul notes, I was trying to fix something that wasn't broke.
* -Wall fixes.billf1999-12-1911-173/+300
| | | | XXX: This code is sick, and so are some of the "fixes".
* copyright/sccsid/rcsid cleanup.billf1999-11-3010-18/+42
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-168-48/+48
|
* Add $FreeBSD$billf1999-11-168-0/+16
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Merge a bunch of cleanups from NetBSD.steve1999-04-1911-144/+122
| | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
* Fixed CLEANFILES.bde1998-12-271-1/+1
|
* Build the setup program static so that we don't try to use the sharedjb1998-08-151-1/+1
| | | | loader before it has been installed in a transition build from aout to elf.
* Remove comment relevant to 16bit integers only.imp1998-07-261-2/+0
|
* Added a `build-tools' target for internal tools.bde1998-07-071-0/+5
| | | | | | Restored a variant of explicit rule for `setup', with modifications to always build setup.o so that `setup' doesn't change every time it is rebuilt because it has a temporary file name in it.
* Fixed printf format errors.bde1998-06-301-2/+2
|
* Add #include string.h to get prototypes.jb1998-05-092-0/+2
|
* Revoke sgid privs early and not svap uids on saved game at allache1997-09-242-8/+2
|
* Use srandomdevache1997-09-243-15/+14
| | | | Cleanup
* Change games from setuid games to setgid games.eivind1997-09-014-20/+22
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* Remove explicit rule for setup. This effectively deletes revisions 1.2asami1997-05-131-3/+0
| | | | and 1.3 as well.
* Add ${CFLAGS} and ${LDFLAGS} to the setup command line.asami1997-05-131-1/+1
|
* Fixed extra columns in output for input lines with leading spaces.bde1996-12-131-1/+3
|
* Made `setup' depend on libraries.bde1996-12-131-1/+1
|
* Fixed missing declaration of malloc().bde1996-12-131-1/+2
|
* Remove bogus declaration of malloc(). Closes PR#2197jkh1996-12-131-1/+0
|
* Set the effective user id to that of the real user id whenalex1996-10-151-0/+13
| | | | saving/restoring a game (necessary when adventure is invoked via dm).
* add missing include fileswosch1996-03-138-0/+10
|
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-091-1/+1
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-0414-0/+5127
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
OpenPOWER on IntegriCloud