History log of /netbsd-src/games/robots/robots.h (Results 1 – 22 of 22)
Revision Date Author Comments
# 5305281b 12-Aug-2009 dholland <dholland@NetBSD.org>

sprinkle static


# a4cc1f4f 20-Jul-2009 dholland <dholland@NetBSD.org>

Assorted minor cleanups, no functional change:
- u_int* -> uint*
- don't make private typedefs of system structures
- use curses TRUE and FALSE only with curses booleans, otherwise
true

Assorted minor cleanups, no functional change:
- u_int* -> uint*
- don't make private typedefs of system structures
- use curses TRUE and FALSE only with curses booleans, otherwise
true and false;
- includes cleanup
- group globals in extern.c by functionality

Object file diffs inspected.

show more ...


# 62c771fd 20-Jul-2009 dholland <dholland@NetBSD.org>

Whitespace.


# 30870bd5 20-Jul-2009 dholland <dholland@NetBSD.org>

ANSIfy. Use __dead. Object diffs checked.


# cb5fd834 27-Jan-2004 jsm <jsm@NetBSD.org>

Remove uses of __P.


# d9150930 27-Jan-2004 jsm <jsm@NetBSD.org>

Include <sys/endian.h>.


# e5aeb4ea 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.


# fc92c2f7 31-Jan-2002 christos <christos@NetBSD.org>

Be more verbose about teleports, and fix a minor problem in autobot mode.


# ce5670f7 30-Sep-1999 jsm <jsm@NetBSD.org>

Fix uses of namespaces reserved by ISO C or POSIX.1.


# 20e33050 18-Sep-1999 jsm <jsm@NetBSD.org>

Fix -Wsign-compare warnings.


# 5367f340 12-Sep-1999 jsm <jsm@NetBSD.org>

Security improvements for games (largely from or inspired by OpenBSD).

Games which run setgid from dm, but don't need to, should drop their
privileges at startup.

Games which have a scorefile shoul

Security improvements for games (largely from or inspired by OpenBSD).

Games which run setgid from dm, but don't need to, should drop their
privileges at startup.

Games which have a scorefile should open it at startup, then drop all
privileges leaving just the open writable file descriptor. If the
game can invoke subprocesses, this should be made close-on-exec.

Games with scorefiles should make sure they do not get a file
descriptor < 3. (Otherwise, they could get confused and corrupt the
scorefile when using stdin, stdout or stderr.)

Some old setuid revokes from the days of setuid games change into gid
revokes.

show more ...


# 092d3130 08-Sep-1999 jsm <jsm@NetBSD.org>

Add use of `const' where appropriate to the games.

This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to b

Add use of `const' where appropriate to the games.

This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).

Some such changes were previously covered in PRs bin/6041, bin/6146,
bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994,
bin/8039, bin/8057 and bin/8093.

show more ...


# 4cb49d76 16-May-1999 christos <christos@NetBSD.org>

Add missing prototypes


# 18dfb39e 15-May-1999 christos <christos@NetBSD.org>

Add -A for automatic playing mode.
Make the score file MI


# 1c9494f6 13-Sep-1998 hubertf <hubertf@NetBSD.org>

mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)


# 130a514f 12-Oct-1997 lukem <lukem@NetBSD.org>

deprecate bzero, rindex, etc. use symbolic constants in open()


# 9007937f 12-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify


# c4816c32 24-Apr-1995 cgd <cgd@NetBSD.org>

Various changes to make games compile w/o warnings on the alpha:
Include appropriate includes, delete bogus function declarations,
change sizes of variables and casts.


# 6045e6e0 22-Apr-1995 cgd <cgd@NetBSD.org>

clean up import


# 8542364e 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# d89727e0 23-Apr-1993 mycroft <mycroft@NetBSD.org>

Make CTRL() ANSI-compliant.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources