Commit Graph

36 Commits

Author SHA1 Message Date
dd
ec59248b42 WARNS= -> WARNS?=
Submitted by:	Mike Barcroft <mike@q9media.com>
2001-06-22 21:38:30 +00:00
des
24e5367f8a More -fno-builtin failures. 2001-06-21 12:10:35 +00:00
ru
186ac7c8f4 DECR() macro still depended on -traditional-cpp behaviour.
Noticed by:	bde
2001-06-14 08:33:59 +00:00
ru
ead3189ce8 Axe -traditional-cpp that behaves badly with -nostdinc and WARNS=2. 2001-06-13 15:05:55 +00:00
kris
60a89caa1b Silence WARNS=2 and BDECFLAGS on alpha and i386
MFC after:	1 week
2001-05-20 05:37:46 +00:00
ru
1ef340bf02 - Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
ru
0f13d32b13 Set the default manual section for games/ to 6. 2001-03-20 18:08:43 +00:00
ru
617d4b1428 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 12:06:19 +00:00
billf
3498585e17 BDECFLAGS (with a whitespace change or two) 2000-08-29 03:25:49 +00:00
billf
54832bf339 Backout rev1.7, as it broke adventure(6) (const'ing a non-r/o variable).
As wpaul notes, I was trying to fix something that wasn't broke.
1999-12-25 03:50:42 +00:00
billf
12b5c569cf -Wall fixes.
XXX: This code is sick, and so are some of the "fixes".
1999-12-19 00:21:51 +00:00
billf
5bc8e1aca4 copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
billf
ea8c74d56f Sync our register usage with NetBSD's (non-)usage. 1999-11-16 02:58:06 +00:00
billf
dcbabdc774 Add $FreeBSD$ 1999-11-16 02:45:03 +00:00
peter
cdad5bae8c $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
nik
4f0ffcbe19 Add $Id$, to make it simpler for members of the translation teams to
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
1999-07-12 20:30:45 +00:00
steve
e30f468f2b Merge a bunch of cleanups from NetBSD.
PR:		8083
Submitted by:	Stephen J. Roznowski <sjr@home.net>
Obtained from:	a whole slew of NetBSD PRs
1999-04-19 03:59:02 +00:00
bde
53bd4cfaed Fixed CLEANFILES. 1998-12-27 15:04:33 +00:00
jb
a344854291 Build the setup program static so that we don't try to use the shared
loader before it has been installed in a transition build from aout to elf.
1998-08-15 07:46:35 +00:00
imp
3bdd263f69 Remove comment relevant to 16bit integers only. 1998-07-26 16:49:20 +00:00
bde
03586ff403 Added a `build-tools' target for internal tools.
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.
1998-07-07 01:25:37 +00:00
bde
1ff4ae4b2a Fixed printf format errors. 1998-06-30 19:10:49 +00:00
jb
f935ceae3b Add #include string.h to get prototypes. 1998-05-09 08:46:53 +00:00
ache
4541ab511e Revoke sgid privs early and not svap uids on saved game at all 1997-09-24 06:47:15 +00:00
ache
0a5965cd26 Use srandomdev
Cleanup
1997-09-24 06:11:10 +00:00
eivind
3df09cad8b Change games from setuid games to setgid games.
Reviewed by:	maybe@yes.no
Obtained from:	OpenBSD (mostly deraadt@openbsd.org)
1997-09-01 00:34:51 +00:00
asami
3ecfebc944 Remove explicit rule for setup. This effectively deletes revisions 1.2
and 1.3 as well.
1997-05-13 07:26:19 +00:00
asami
7526149ef9 Add ${CFLAGS} and ${LDFLAGS} to the setup command line. 1997-05-13 05:52:40 +00:00
bde
1d6ec2c7e9 Fixed extra columns in output for input lines with leading spaces. 1996-12-13 14:28:59 +00:00
bde
97c3e27f93 Made `setup' depend on libraries. 1996-12-13 14:19:00 +00:00
bde
74ef72e554 Fixed missing declaration of malloc(). 1996-12-13 13:59:34 +00:00
jkh
3d0506696d Remove bogus declaration of malloc(). Closes PR#2197 1996-12-13 07:37:10 +00:00
alex
23e9bbc01f Set the effective user id to that of the real user id when
saving/restoring a game (necessary when adventure is invoked via dm).
1996-10-15 01:53:48 +00:00
wosch
338cd9cc7f add missing include files 1996-03-13 23:38:21 +00:00
rgrimes
adfbc76df6 Fix nested comments for -Wcomment warnings. 1995-05-09 13:33:06 +00:00
jkh
057afceb86 Bring in the 4.4 Lite games directory, modulo man page changes and segregation
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
1994-09-04 04:03:31 +00:00