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
/
grdc
/
grdc.c
Age
Commit message (
Expand
)
Author
2016-03-07
- General changes:
mestre
2016-01-07
Some basic code maintenance in games/
tb
2016-01-04
More cleanup and sorting on header section
mestre
2016-01-03
About 13 years ago when the idiom srandom(time()), and sometimes
mestre
2015-12-25
Declare usage() functions as __dead void, if they don't return, on games sect...
mestre
2015-12-09
include err.h for err()
Jonathan Gray
2015-11-30
unspectacular pledge "stdio rpath tty" for grdc
tb
2014-11-19
Bugfix: run for the specified number of seconds as described in the manual,
Ingo Schwarze
2014-11-18
sigwinch support for resizing. from pjanzen
Ted Unangst
2014-11-18
Center the clock. Based on an idea and an original diff from tedu@,
Ingo Schwarze
2014-11-17
Multiple improvements from pjanzen@:
Ingo Schwarze
2008-03-17
synchronization between usage and synopsis; add some missing "usage:"'s
Igor Sobrado
2004-11-29
Use volatile sig_atomic_t rather than int for sigtermed, from pjanzen@
Jonathan Gray
2004-11-29
ansi. ok deraadt@
Jonathan Gray
2002-07-26
The elusive original author of this program and man page surfaced long enough
Paul Janzen
2002-05-31
No dm -> no need to revoke setegid.
Paul Janzen
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2000-07-05
nanosleep() no longer returns early
Paul Janzen
2000-01-24
parse command line more carefully; watch out for nanosleep() ending a
Paul Janzen
2000-01-21
Hide cursor if possible
Paul Janzen
2000-01-20
track seconds more accurately. ok pjanzen@
David Leonard
1998-03-19
Minor tweaks, mainly setgid-related
Paul Janzen
1997-07-31
time_t is not long
Theo de Raadt
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-08-21
From FreeBSD.
Jason Downs