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
Age
Commit message (
Expand
)
Author
2015-12-09
include err.h for err()
Jonathan Gray
2015-12-06
Use __progname instead of manually handling argv[0].
Tobias Stoeckmann
2015-12-06
pledge "getpw" is not needed here.
tb
2015-12-06
Treat quiz the same way as the other games and try to preserve the look
tb
2015-12-05
add missing #include "hack.h"
tb
2015-12-04
Tweak alignment of ENVIRONMENT and FILES.
tb
2015-12-04
put FILES into a similar format as ENVIRONMENT;
Jason McIntyre
2015-12-04
cleanup: remove pwd.h, delete a stray comment and a const qualifier
tb
2015-12-04
Drop pledge("getpw") and pwd.h and use the now usual
tb
2015-12-04
assume modern curses and unifdef ancient feature tests
Ted Unangst
2015-12-02
Drop the argument passing between backgammon and teachgammon.
tb
2015-12-02
KNF: I forgot to join two lines.
tb
2015-12-02
treat getenv("HOME") safely also when LOGGING is defined. from mestre.
tb
2015-12-02
add const and remove unused variable.
tb
2015-12-01
Make sure "exec" rights are dropped asap in all code paths.
tb
2015-12-01
Answering "yes" to the question "Do you want to see the rules of the game?"
tb
2015-11-30
delete useless BUGS section; patch from Jan Stary <hans at stare dot cz>
Ingo Schwarze
2015-11-30
last but not least: add pledge for wump(6)
tb
2015-11-30
pledge "stdio rpath wpath cpath" for this one.
tb
2015-11-30
primes only needs pledge "stdio".
tb
2015-11-30
The usual deal for a curses game with the possibility of saving a game:
tb
2015-11-30
unspectacular pledge "stdio rpath tty" for grdc
tb
2015-11-30
straightforward pledge "stdio rpath wpath cpath tty" for gomoku
tb
2015-11-30
slightly interesting pledge for fish:
tb
2015-11-30
pledge "stdio rpath wpath cpath tty" for canfield
tb
2015-11-30
pledge "stdio rpath tty" for bs
tb
2015-11-30
pledge "stdio rpath tty" for boggle.
tb
2015-11-30
Pledge for backgammon and teachgammon.
tb
2015-11-30
Straightforward pledge "stdio rpath wpath cpath" for adventure.
tb
2015-11-29
tidy here too;
Jason McIntyre
2015-11-29
adjust width list: Ds is unfortunate here;
Jason McIntyre
2015-11-29
tidy up ENVIRONMENT and FILES;
Jason McIntyre
2015-11-29
Move score file to $HOME and add pledge "stdio rpath wpath cpath".
tb
2015-11-29
Add pledge support and move score file to $HOME.
tb
2015-11-29
Move scorefile to $HOME. The nice implementation of the score file
tb
2015-11-29
pledge "stdio rpath tty proc exec" since instructions() might fork a pager.
tb
2015-11-29
Prefer $LOGNAME over $USER, since the latter is deprecated,
tb
2015-11-27
Fix after removal of the setgid bit:
tb
2015-11-26
Fix copy-paste error in scorefile name
tb
2015-11-26
Add checks for getenv(), snprintf() and getlogin().
tb
2015-11-26
Add missing checks for getenv() and snprintf()
tb
2015-11-25
Remove operations that "touch" scorefiles at install time.
Theo de Raadt
2015-11-25
Remove now unused gid_t variable.
tb
2015-11-25
The scorefile is hidden.
tb
2015-11-24
repair lseeks, from Ricardo
Ted Unangst
2015-11-24
In 1995, all of the games were setuid games. At end of 1996, I took them all
Theo de Raadt
2015-11-24
change score file name to .cfscores so it's not taking up valuable space
Ted Unangst
2015-11-24
move score files to home directory and drop setgid. from Ricardo Mestre
Ted Unangst
2015-11-21
pledge the wyrms
Theo de Raadt
2015-11-21
pledge "stdio rpath wpath cpath"
Theo de Raadt
[next]