index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games
/
robots
/
main.c
Age
Commit message (
Expand
)
Author
2022-06-27
Enable FANCY mode for debugging purposes:
christos
2020-07-26
robots: Use arc4random_uniform for better uniform distribution
nia
2009-08-12
sprinkle static
dholland
2009-08-05
don't use char values for functions that can return -1; chars are not always
christos
2009-08-05
Use getopt instead of hand-rolled options code. Document all the arguments
dholland
2009-07-20
Use random() instead of rand(), and seed with time instead of pid.
dholland
2009-07-20
Assorted minor cleanups, no functional change:
dholland
2009-07-20
A bit more whitespace.
dholland
2009-07-20
Whitespace.
dholland
2009-07-20
ANSIfy. Use __dead. Object diffs checked.
dholland
2008-08-08
if initscr() fails, exit with a message rather than crash in the
drochner
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2004-11-05
Add (unsigned char) cast to ctype functions
dsl
2004-01-27
Remove uses of __P.
jsm
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2001-12-06
Change deprecated curses function to new equivalent.
blymn
2001-02-05
fix nested externs
christos
2000-05-08
Use setgid(), not setregid().
mycroft
2000-01-19
Ensure correct prompt asking about another game is given at the end of
jsm
2000-01-19
Typo fix in unknown option message (from Malcolm Parsons
jsm
2000-01-19
Remove definition of __cputchar.
jsm
1999-10-04
update after change to return value of tputs() third argument
lukem
1999-09-12
Security improvements for games (largely from or inspired by OpenBSD).
jsm
1999-09-08
Add `__noreturn__' and `__unused__' attributes where appropriate to
jsm
1999-09-08
Add use of `const' where appropriate to the games.
jsm
1999-05-15
Add -A for automatic playing mode.
christos
1997-10-12
deprecate bzero, rindex, etc. use symbolic constants in open()
lukem
1997-10-12
WARNSify
lukem
1995-04-22
clean up import
cgd
1993-08-10
Really fix exit code.
mycroft
1993-08-10
Rewrite grody exit code and eliminate use of _putchar().
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd