summaryrefslogtreecommitdiffstats
path: root/games/grdc
AgeCommit message (Expand)AuthorFilesLines
2020-06-06grdc(6): implement timeout with alarm(3)cheloha1-11/+18
2020-06-06grdc(6): miscellaneous style(9)cheloha1-47/+48
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2019-02-06missing word found in my treeschwarze1-3/+3
2019-01-06allow q to exit the program.tedu2-6/+23
2018-08-23reduce pledge(2) to "stdio tty" after ncurses initialization.mestre1-1/+4
2017-12-11The code can be simplified by using clock_gettime(2)'s CLOCK_REALTIMEtb1-11/+8
2017-07-13Convert fprintf(stderr, ...) to errx/warnx (with slight change of output).tb1-5/+3
2016-03-07- General changes:mestre1-4/+4
2016-01-07Some basic code maintenance in games/tb1-3/+3
2016-01-04More cleanup and sorting on header sectionmestre1-4/+2
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre1-3/+3
2015-12-25Declare usage() functions as __dead void, if they don't return, on games section.mestre1-2/+2
2015-12-09include err.h for err()jsg1-1/+2
2015-11-30unspectacular pledge "stdio rpath tty" for grdctb1-1/+4
2014-11-19Bugfix: run for the specified number of seconds as described in the manual,schwarze1-3/+5
2014-11-18sigwinch support for resizing. from pjanzentedu1-35/+69
2014-11-18Center the clock. Based on an idea and an original diff from tedu@,schwarze1-11/+14
2014-11-17Multiple improvements from pjanzen@:schwarze2-14/+30
2014-09-08obvious cases of missing .An;schwarze1-3/+6
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'ssobrado1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2004-11-29Use volatile sig_atomic_t rather than int for sigtermed, from pjanzen@jsg1-2/+2
2004-11-29ansi. ok deraadt@jsg1-7/+4
2002-07-26The elusive original author of this program and man page surfaced long enoughpjanzen2-2/+8
2002-05-31No dm -> no need to revoke setegid.pjanzen1-5/+1
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-5/+5
2001-11-17section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen1-2/+2
2001-08-18Formattingpjanzen1-3/+5
2000-07-05nanosleep() no longer returns earlypjanzen1-12/+2
2000-01-24parse command line more carefully; watch out for nanosleep() ending apjanzen1-27/+58
2000-01-21Hide cursor if possiblepjanzen1-2/+9
2000-01-20track seconds more accurately. ok pjanzen@d1-5/+15
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1-2/+2
1998-07-24-lcurses, not termcap/termlibmillert1-3/+3
1998-03-19Minor tweaks, mainly setgid-relatedpjanzen1-3/+3
1997-09-21$OpenBSD$deraadt1-2/+1
1997-08-04And another one bites the dust.downsj1-18/+20
1997-07-31time_t is not longderaadt1-10/+11
1996-12-22proper gid revokederaadt1-1/+3
1996-12-19setgid games, not setuid games. closes a neat set of holesderaadt1-1/+3
1996-08-21From FreeBSD.downsj3-0/+235