Commit Graph

36 Commits

Author SHA1 Message Date
dd
d705df8034 WARNS= -> WARNS?=
Submitted by:	Mike Barcroft <mike@q9media.com>
2001-06-22 21:38:30 +00:00
des
dc801f8230 More -fno-builtin failures. 2001-06-21 12:10:35 +00:00
ru
207fbb2a67 DECR() macro still depended on -traditional-cpp behaviour.
Noticed by:	bde
2001-06-14 08:33:59 +00:00
ru
086630c576 Axe -traditional-cpp that behaves badly with -nostdinc and WARNS=2. 2001-06-13 15:05:55 +00:00
kris
370c50d300 Silence WARNS=2 and BDECFLAGS on alpha and i386
MFC after:	1 week
2001-05-20 05:37:46 +00:00
ru
45d92a4319 - Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
ru
97b705f3c8 Set the default manual section for games/ to 6. 2001-03-20 18:08:43 +00:00
ru
dfd5860ef3 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 12:06:19 +00:00
billf
35a095aa83 BDECFLAGS (with a whitespace change or two) 2000-08-29 03:25:49 +00:00
billf
7b5e44afcc 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
1fabd91386 -Wall fixes.
XXX: This code is sick, and so are some of the "fixes".
1999-12-19 00:21:51 +00:00
billf
002f485078 copyright/sccsid/rcsid cleanup. 1999-11-30 03:50:02 +00:00
billf
44fac3a89d Sync our register usage with NetBSD's (non-)usage. 1999-11-16 02:58:06 +00:00
billf
ecc8d48940 Add $FreeBSD$ 1999-11-16 02:45:03 +00:00
peter
289c0d262f $Id$ -> $FreeBSD$ 1999-08-27 23:37:10 +00:00
nik
9487ea6721 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
d59a3ca336 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
9b7e972a2c Fixed CLEANFILES. 1998-12-27 15:04:33 +00:00
jb
d1c349611f 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
685645c4eb Remove comment relevant to 16bit integers only. 1998-07-26 16:49:20 +00:00
bde
1e950b5e64 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
cb8e733b14 Fixed printf format errors. 1998-06-30 19:10:49 +00:00
jb
f7925067df Add #include string.h to get prototypes. 1998-05-09 08:46:53 +00:00
ache
8acbd05f99 Revoke sgid privs early and not svap uids on saved game at all 1997-09-24 06:47:15 +00:00
ache
6dda81e2d7 Use srandomdev
Cleanup
1997-09-24 06:11:10 +00:00
eivind
d8e95d8c1a 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
0f22a3c4f9 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
6c574c5c4f Add ${CFLAGS} and ${LDFLAGS} to the setup command line. 1997-05-13 05:52:40 +00:00
bde
acdad6797a Fixed extra columns in output for input lines with leading spaces. 1996-12-13 14:28:59 +00:00
bde
a50e6b549f Made `setup' depend on libraries. 1996-12-13 14:19:00 +00:00
bde
87c4dfcb38 Fixed missing declaration of malloc(). 1996-12-13 13:59:34 +00:00
jkh
e0f6f49854 Remove bogus declaration of malloc(). Closes PR#2197 1996-12-13 07:37:10 +00:00
alex
4b6e5c4c29 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
f828ac7180 add missing include files 1996-03-13 23:38:21 +00:00
rgrimes
472d2ef3ed 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