summaryrefslogtreecommitdiffstats
path: root/games/grdc (follow)
Commit message (Expand)AuthorAgeFilesLines
* grdc(6): implement timeout with alarm(3)cheloha2020-06-061-11/+18
* grdc(6): miscellaneous style(9)cheloha2020-06-061-47/+48
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* missing word found in my treeschwarze2019-02-061-3/+3
* allow q to exit the program.tedu2019-01-062-6/+23
* reduce pledge(2) to "stdio tty" after ncurses initialization.mestre2018-08-231-1/+4
* The code can be simplified by using clock_gettime(2)'s CLOCK_REALTIMEtb2017-12-111-11/+8
* Convert fprintf(stderr, ...) to errx/warnx (with slight change of output).tb2017-07-131-5/+3
* - General changes:mestre2016-03-071-4/+4
* Some basic code maintenance in games/tb2016-01-071-3/+3
* More cleanup and sorting on header sectionmestre2016-01-041-4/+2
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-3/+3
* Declare usage() functions as __dead void, if they don't return, on games section.mestre2015-12-251-2/+2
* include err.h for err()jsg2015-12-091-1/+2
* unspectacular pledge "stdio rpath tty" for grdctb2015-11-301-1/+4
* Bugfix: run for the specified number of seconds as described in the manual,schwarze2014-11-191-3/+5
* sigwinch support for resizing. from pjanzentedu2014-11-181-35/+69
* Center the clock. Based on an idea and an original diff from tedu@,schwarze2014-11-181-11/+14
* Multiple improvements from pjanzen@:schwarze2014-11-172-14/+30
* obvious cases of missing .An;schwarze2014-09-081-3/+6
* synchronization between usage and synopsis; add some missing "usage:"'ssobrado2008-03-171-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* Use volatile sig_atomic_t rather than int for sigtermed, from pjanzen@jsg2004-11-291-2/+2
* ansi. ok deraadt@jsg2004-11-291-7/+4
* The elusive original author of this program and man page surfaced long enoughpjanzen2002-07-262-2/+8
* No dm -> no need to revoke setegid.pjanzen2002-05-311-5/+1
* Part 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.millert2002-02-161-5/+5
* section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen2001-11-171-2/+2
* Formattingpjanzen2001-08-181-3/+5
* nanosleep() no longer returns earlypjanzen2000-07-051-12/+2
* parse command line more carefully; watch out for nanosleep() ending apjanzen2000-01-241-27/+58
* Hide cursor if possiblepjanzen2000-01-211-2/+9
* track seconds more accurately. ok pjanzen@d2000-01-201-5/+15
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1998-12-151-2/+2
* -lcurses, not termcap/termlibmillert1998-07-241-3/+3
* Minor tweaks, mainly setgid-relatedpjanzen1998-03-191-3/+3
* $OpenBSD$deraadt1997-09-211-2/+1
* And another one bites the dust.downsj1997-08-041-18/+20
* time_t is not longderaadt1997-07-311-10/+11
* proper gid revokederaadt1996-12-221-1/+3
* setgid games, not setuid games. closes a neat set of holesderaadt1996-12-191-1/+3
* From FreeBSD.downsj1996-08-213-0/+235