]>
git.cameronkatri.com Git - bsdgames-darwin.git/log
perry [Fri, 9 Jan 1998 08:03:16 +0000 (08:03 +0000)]
RCS Id Police.
mikel [Thu, 18 Dec 1997 05:56:18 +0000 (05:56 +0000)]
don't clobber /var/games/robots_roll on install; from
NAKAJIMA Yoshihiro in PR bin/4657.
veego [Sat, 29 Nov 1997 19:32:30 +0000 (19:32 +0000)]
We need a FILESMODE=660 for dm which is now setgid games.
veego [Sat, 29 Nov 1997 19:31:51 +0000 (19:31 +0000)]
We need a FILESMODE=440 for dm which is now setgid games.
mrg [Mon, 24 Nov 1997 01:47:26 +0000 (01:47 +0000)]
don't clobber the score file!
mrg [Thu, 20 Nov 1997 08:52:16 +0000 (08:52 +0000)]
install games files with the correct permissions.
mrg [Thu, 20 Nov 1997 00:12:30 +0000 (00:12 +0000)]
install games that need it setgid.
mrg [Wed, 19 Nov 1997 08:24:09 +0000 (08:24 +0000)]
remove an old setgid() from when dm(6) was setuid kmem (i assume for getloadavg())
mrg [Wed, 19 Nov 1997 08:23:37 +0000 (08:23 +0000)]
make dm setgid games, rather than setuid games.
mrg [Wed, 19 Nov 1997 08:23:16 +0000 (08:23 +0000)]
make hidden games mode 550, group games.
mrg [Wed, 19 Nov 1997 07:07:46 +0000 (07:07 +0000)]
move hunt under dm(6)
christos [Sun, 16 Nov 1997 21:41:53 +0000 (21:41 +0000)]
PR/4489: Mika Nystroem: Security hole exec'ing more in fish instructions.
mrg [Wed, 12 Nov 1997 00:47:32 +0000 (00:47 +0000)]
add missing .Nm calls and MLINKS. from spz@serpens.swb.de
ragge [Wed, 5 Nov 1997 12:12:32 +0000 (12:12 +0000)]
Must have the correct library link order to be able to link
the binaries static.
lukem [Sun, 26 Oct 1997 21:50:53 +0000 (21:50 +0000)]
use CPPFLAGS instead of CFLAGS
thorpej [Sat, 25 Oct 1997 01:40:47 +0000 (01:40 +0000)]
Fix time_t vs. long botch.
fair [Thu, 23 Oct 1997 07:05:55 +0000 (07:05 +0000)]
Initialize pointers to NULL to avoid gcc/sparc compiler error
hack.invent.c: In function `dolook':
hack.invent.c:800: warning: `otmp0' might be used uninitialized in this function
hack.invent.c:801: warning: `gold' might be used uninitialized in this function
(this is awfully tiresome - can't we fix gcc?)
lukem [Wed, 22 Oct 1997 05:26:25 +0000 (05:26 +0000)]
use CPPFLAGS instead of CFLAGS
lukem [Wed, 22 Oct 1997 05:24:11 +0000 (05:24 +0000)]
use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
lukem [Wed, 22 Oct 1997 05:05:21 +0000 (05:05 +0000)]
use CPPFLAGS instead of CFLAGS
lukem [Wed, 22 Oct 1997 04:56:11 +0000 (04:56 +0000)]
use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
lukem [Wed, 22 Oct 1997 04:42:45 +0000 (04:42 +0000)]
use CPPFLAGS instead of CFLAGS
lukem [Wed, 22 Oct 1997 02:31:35 +0000 (02:31 +0000)]
use CPPFLAGS instead of CFLAGS
lukem [Wed, 22 Oct 1997 02:01:17 +0000 (02:01 +0000)]
use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile
lukem [Mon, 20 Oct 1997 00:37:14 +0000 (00:37 +0000)]
FD_ZERO select mask before FD_SET-ing it
mycroft [Sun, 19 Oct 1997 17:54:18 +0000 (17:54 +0000)]
Use S_IS*(), not S_IF*.
christos [Sun, 19 Oct 1997 16:56:41 +0000 (16:56 +0000)]
WARNsify...
christos [Sat, 18 Oct 1997 20:03:05 +0000 (20:03 +0000)]
Tons of changes; re-indent, use termios, fix warnings, add prototypes...
Games is almost clean; only hack is left...
lukem [Thu, 16 Oct 1997 05:24:23 +0000 (05:24 +0000)]
fix race condition when building libcommon with make -j
mycroft [Wed, 15 Oct 1997 12:43:35 +0000 (12:43 +0000)]
Better fix for the previous.
mrg [Wed, 15 Oct 1997 12:02:08 +0000 (12:02 +0000)]
drop core in /var/tmp (from linux).
is [Wed, 15 Oct 1997 09:27:06 +0000 (09:27 +0000)]
make gcc happy on Sparc
is [Wed, 15 Oct 1997 08:53:24 +0000 (08:53 +0000)]
Make compiler happy.
lukem [Tue, 14 Oct 1997 01:14:20 +0000 (01:14 +0000)]
use <termcap.h>
lukem [Tue, 14 Oct 1997 01:02:48 +0000 (01:02 +0000)]
use <termcap.h>
lukem [Tue, 14 Oct 1997 00:53:26 +0000 (00:53 +0000)]
define global vars with `extern' in "back.h", and only define once in
init.c... backgammon works again...
lukem [Tue, 14 Oct 1997 00:41:15 +0000 (00:41 +0000)]
use <termcap.h>
cjs [Mon, 13 Oct 1997 22:20:35 +0000 (22:20 +0000)]
Include string.h.
cjs [Mon, 13 Oct 1997 22:18:32 +0000 (22:18 +0000)]
time_t != long, again. *Sigh*.
cjs [Mon, 13 Oct 1997 22:12:01 +0000 (22:12 +0000)]
Since we've got an int to store the value, why store it in a function
pointer and cast it?
cjs [Mon, 13 Oct 1997 22:05:26 +0000 (22:05 +0000)]
Include string.h for memcpy().
cjs [Mon, 13 Oct 1997 22:01:54 +0000 (22:01 +0000)]
#include <string.h>
cjs [Mon, 13 Oct 1997 21:09:59 +0000 (21:09 +0000)]
time_t != long; cast it.
cjs [Mon, 13 Oct 1997 21:05:36 +0000 (21:05 +0000)]
time_t != long; fix minor type problem.
christos [Mon, 13 Oct 1997 21:02:57 +0000 (21:02 +0000)]
- make sure that the arguments to the printf like functions are correct
- add a makemsg() function to accompany makesignal.
christos [Mon, 13 Oct 1997 19:42:53 +0000 (19:42 +0000)]
Warns fixes:
use varargs properly
use unsigned chars where appropriate
fix typos
eliminate gcc warnings
lukem [Mon, 13 Oct 1997 16:13:39 +0000 (16:13 +0000)]
use <termcap.h> instead of <curses.h> for termcap(3) functions
lukem [Mon, 13 Oct 1997 02:18:06 +0000 (02:18 +0000)]
WARNSify, KNFify (inc. removing extremely verbose & useless comments), ...
christos [Sun, 12 Oct 1997 21:24:24 +0000 (21:24 +0000)]
Warnsify and remove local implementations of libc functions.
christos [Sun, 12 Oct 1997 17:45:06 +0000 (17:45 +0000)]
WARNSify
lukem [Sun, 12 Oct 1997 14:21:44 +0000 (14:21 +0000)]
enable WARNS?=1 by default, & temporarily disable for the few unclean programs
lukem [Sun, 12 Oct 1997 14:19:17 +0000 (14:19 +0000)]
getopt returns -1 not EOF
lukem [Sun, 12 Oct 1997 14:17:27 +0000 (14:17 +0000)]
deprecate auto
lukem [Sun, 12 Oct 1997 14:16:26 +0000 (14:16 +0000)]
deprecate bzero, rindex, etc. use symbolic constants in open()
lukem [Sun, 12 Oct 1997 14:09:55 +0000 (14:09 +0000)]
WARNSify
lukem [Sun, 12 Oct 1997 11:45:01 +0000 (11:45 +0000)]
WARNSify (not an insignificant task...)
lukem [Sun, 12 Oct 1997 03:36:41 +0000 (03:36 +0000)]
WARNSify
lukem [Sun, 12 Oct 1997 02:12:45 +0000 (02:12 +0000)]
WARNSify
lukem [Sun, 12 Oct 1997 02:06:15 +0000 (02:06 +0000)]
missed a couple of clock->ourclock and time->ourtime variable renames
lukem [Sun, 12 Oct 1997 02:03:45 +0000 (02:03 +0000)]
minor WARNSify
lukem [Sun, 12 Oct 1997 01:49:24 +0000 (01:49 +0000)]
WARNSify, KNFify
lukem [Sun, 12 Oct 1997 01:04:43 +0000 (01:04 +0000)]
WARNSify
lukem [Sun, 12 Oct 1997 01:00:27 +0000 (01:00 +0000)]
use err/warn instead of perror
lukem [Sun, 12 Oct 1997 00:53:45 +0000 (00:53 +0000)]
WARNSify
mycroft [Sat, 11 Oct 1997 20:24:05 +0000 (20:24 +0000)]
common_source -> common, and GC some garbage variables.
mycroft [Sat, 11 Oct 1997 20:22:10 +0000 (20:22 +0000)]
Do the previous a little differently.
veego [Sat, 11 Oct 1997 19:56:42 +0000 (19:56 +0000)]
Don't install this library, we only need this during the build.
veego [Sat, 11 Oct 1997 19:55:46 +0000 (19:55 +0000)]
Only use SYMLINKS when PROG is defined.
mycroft [Sat, 11 Oct 1997 09:34:07 +0000 (09:34 +0000)]
Use bsd.subdir.mk as appropriate.
lukem [Sat, 11 Oct 1997 08:13:40 +0000 (08:13 +0000)]
use err/warn instead of perror
lukem [Sat, 11 Oct 1997 08:01:06 +0000 (08:01 +0000)]
use err/warn instead of perror
lukem [Sat, 11 Oct 1997 07:59:09 +0000 (07:59 +0000)]
WARNSify
lukem [Sat, 11 Oct 1997 07:48:58 +0000 (07:48 +0000)]
WARNSify, deprecate register
lukem [Sat, 11 Oct 1997 02:44:30 +0000 (02:44 +0000)]
minor KNFify
lukem [Sat, 11 Oct 1997 02:41:45 +0000 (02:41 +0000)]
use err/warn instead of perror
lukem [Sat, 11 Oct 1997 02:40:39 +0000 (02:40 +0000)]
minor KNFify
lukem [Sat, 11 Oct 1997 02:12:11 +0000 (02:12 +0000)]
minor KNFify
lukem [Sat, 11 Oct 1997 02:06:55 +0000 (02:06 +0000)]
KNFify (with indent)
lukem [Sat, 11 Oct 1997 02:01:02 +0000 (02:01 +0000)]
use warn instead of perror/fprintf/...
lukem [Sat, 11 Oct 1997 01:55:27 +0000 (01:55 +0000)]
KNFify again
lukem [Sat, 11 Oct 1997 01:53:21 +0000 (01:53 +0000)]
KNFify
lukem [Sat, 11 Oct 1997 01:16:26 +0000 (01:16 +0000)]
WARNSify, KNFify
lukem [Fri, 10 Oct 1997 16:38:40 +0000 (16:38 +0000)]
WARNSify
lukem [Fri, 10 Oct 1997 16:32:15 +0000 (16:32 +0000)]
Yet Another Monster Commit:
- WARNSify
- getopt returns -1 not EOF
- select() uses an fd_set, not int/long; modify code to use FD_* et al
instead of direct bitwise operations
- in otto.c::look (renamed to ottolook() to prevent name clash), the
case WEST section had a 'goto cont_east', instead of 'goto cont_west'.
(picked up by WARNS=1, because cont_west was an unused label because
of this typo). probably meant that otto got lost in the maze :-/
- deprecate register, convert bcmp() -> memcmp()
lukem [Fri, 10 Oct 1997 13:38:51 +0000 (13:38 +0000)]
XXX: work around lex(1) vs termios lameness
lukem [Fri, 10 Oct 1997 13:36:01 +0000 (13:36 +0000)]
WARNSify
lukem [Fri, 10 Oct 1997 13:04:33 +0000 (13:04 +0000)]
WARNSify
lukem [Fri, 10 Oct 1997 12:58:29 +0000 (12:58 +0000)]
WARNSify
lukem [Fri, 10 Oct 1997 12:49:45 +0000 (12:49 +0000)]
WARNSify
lukem [Fri, 10 Oct 1997 12:26:34 +0000 (12:26 +0000)]
WARNSify
lukem [Fri, 10 Oct 1997 12:04:23 +0000 (12:04 +0000)]
WARNSify
lukem [Fri, 10 Oct 1997 11:59:26 +0000 (11:59 +0000)]
deprecate register, fixup .Nm usage
lukem [Fri, 10 Oct 1997 11:49:44 +0000 (11:49 +0000)]
getopt returns -1 not EOF
lukem [Fri, 10 Oct 1997 11:39:08 +0000 (11:39 +0000)]
WARNSify
lukem [Fri, 10 Oct 1997 09:54:16 +0000 (09:54 +0000)]
WARNSify, fixup .Nm usage
lukem [Fri, 10 Oct 1997 09:48:47 +0000 (09:48 +0000)]
WARNSify, fixup .Nm usage
lukem [Fri, 10 Oct 1997 09:39:04 +0000 (09:39 +0000)]
hunt isn't "Missing:" anymore ;-)
lukem [Fri, 10 Oct 1997 08:59:32 +0000 (08:59 +0000)]
KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
mrg [Fri, 10 Oct 1997 05:39:47 +0000 (05:39 +0000)]
remove advertising clause from all my licenses.
lukem [Fri, 10 Oct 1997 02:07:01 +0000 (02:07 +0000)]
WARNSify