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-28
Build most of games/ with -Werror-implicit-function-declaration.
tb
2015-12-28
update the us army democracy excerpt to more closely
Jason McIntyre
2015-12-28
andy finkel confimed himself as the originator of the rigged demo quote;
Jason McIntyre
2015-12-27
remove unused variables
Charles Longeau
2015-12-27
remove unused variable
Charles Longeau
2015-12-26
Set as __dead a few more functions, that don't return, on games/
mestre
2015-12-25
- use strtonum(3) instead of atoi(3)
Gleydson Soares
2015-12-25
Declare usage() functions as __dead void, if they don't return, on games sect...
mestre
2015-12-25
Apply some more KNF to the declaration of functions, but keep style to the re...
mestre
2015-12-24
Function prototypes and a little bit of KNF.
tb
2015-12-18
KNF: add a missing space after an 'if'.
tb
2015-12-16
Use __progname instead of hand-rolled parsing of argv[0].
tb
2015-12-16
Use __progname instead of hand-rolled parsing of argv[0].
tb
2015-12-15
Cleanup: pwd.h is no longer needed.
tb
2015-12-15
Replace 'arc4random() % range' by 'arc4random_uniform(range)'.
tb
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
[next]