index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games
/
mille
/
mille.c
Age
Commit message (
Expand
)
Author
2021-10-23
if both stdout and stderr are redirected to a non-tty, pledge(2) will kill
Ricardo Mestre
2016-01-08
ANSIfy mille(6)
mestre
2016-01-08
Headers cleanup and also the following:
mestre
2016-01-07
Some basic code maintenance in games/
tb
2015-11-30
The usual deal for a curses game with the possibility of saving a game:
tb
2015-11-04
replace setbuf with setvbuf, from Frederic Nowak
Ted Unangst
2015-01-19
normalize formatting
Theo de Raadt
2013-08-29
replace srandomdev()+random() with the arc4random*() family
Christian Weisgerber
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-10-17
synchronize synopsis and usage.
Igor Sobrado
2006-12-24
fix program name in usage, use __progname
Martin Reindl
2006-10-31
usage information goes to stderr
Martin Reindl
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-12-06
Replace things like srandom(time(NULL)) with srandomdev(3). random(3)
Todd C. Miller
2002-05-31
crmode -> cbreak
Paul Janzen
2002-05-31
No dm -> no need to revoke setegid.
Paul Janzen
2001-09-03
Tidying, some from NetBSD.
Paul Janzen
2001-03-08
whack exit(-#)
Theo de Raadt
2000-04-07
Remove unused ifdef missed previously
Paul Janzen
1999-09-25
Tidying and minor changes from or based on jsm28@cam.ac.uk's work for the
Paul Janzen
1998-09-22
NetBSD changes and further fixes (reformatted man page, better handling of
Paul Janzen
1998-03-26
Quit rather than crashing if screen is too small
Paul Janzen
1996-12-22
proper gid revoke
Theo de Raadt
1996-12-19
setgid games, not setuid games. closes a neat set of holes
Theo de Raadt
1996-06-02
Update for modern curses implementation
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt