summaryrefslogtreecommitdiff
path: root/games/grdc
AgeCommit message (Expand)Author
2022-09-27typing ^C and seeing "terminated by signal %d" is so ... I don'tTheo de Raadt
2022-09-24There are time zones that have minute offsets, display thoseFlorian Obser
2022-09-17Show time zone name and offset in clock border if TZ environmentFlorian Obser
2021-10-23if both stdout and stderr are redirected to a non-tty, pledge(2) will killRicardo Mestre
2020-06-06grdc(6): implement timeout with alarm(3)cheloha
2020-06-06grdc(6): miscellaneous style(9)cheloha
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-02-06missing word found in my treeIngo Schwarze
2019-01-06allow q to exit the program.Ted Unangst
2018-08-23reduce pledge(2) to "stdio tty" after ncurses initialization.Ricardo Mestre
2017-12-11The code can be simplified by using clock_gettime(2)'s CLOCK_REALTIMETheo Buehler
2017-07-13Convert fprintf(stderr, ...) to errx/warnx (with slight change of output).Theo Buehler
2016-03-07- General changes:mestre
2016-01-07Some basic code maintenance in games/tb
2016-01-04More cleanup and sorting on header sectionmestre
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre
2015-12-25Declare usage() functions as __dead void, if they don't return, on games sect...mestre
2015-12-09include err.h for err()Jonathan Gray
2015-11-30unspectacular pledge "stdio rpath tty" for grdctb
2014-11-19Bugfix: run for the specified number of seconds as described in the manual,Ingo Schwarze
2014-11-18sigwinch support for resizing. from pjanzenTed Unangst
2014-11-18Center the clock. Based on an idea and an original diff from tedu@,Ingo Schwarze
2014-11-17Multiple improvements from pjanzen@:Ingo Schwarze
2014-09-08obvious cases of missing .An;Ingo Schwarze
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'sIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2004-11-29Use volatile sig_atomic_t rather than int for sigtermed, from pjanzen@Jonathan Gray
2004-11-29ansi. ok deraadt@Jonathan Gray
2002-07-26The elusive original author of this program and man page surfaced long enoughPaul Janzen
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-17section consistency: AUTHOR -> AUTHORS, even if only one listed;Paul Janzen
2001-08-18FormattingPaul Janzen
2000-07-05nanosleep() no longer returns earlyPaul Janzen
2000-01-24parse command line more carefully; watch out for nanosleep() ending aPaul Janzen
2000-01-21Hide cursor if possiblePaul Janzen
2000-01-20track seconds more accurately. ok pjanzen@David Leonard
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-03-19Minor tweaks, mainly setgid-relatedPaul Janzen
1997-09-21$OpenBSD$Theo de Raadt
1997-08-04And another one bites the dust.Jason Downs
1997-07-31time_t is not longTheo de Raadt
1996-12-22proper gid revokeTheo de Raadt
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1996-08-21From FreeBSD.Jason Downs