| Commit message (Expand) | Author | Age | Files | Lines |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 2 | -5/+5 |
| * | Remove unused variables; no binary change. |  lteo | 2019-05-20 | 1 | -3/+3 |
| * | Unveil tetris. |  rob | 2019-05-18 | 3 | -14/+27 |
| * | Use a NUMKEYS macro instead of magic and use a more familiar idiom |  tb | 2018-04-25 | 1 | -6/+7 |
| * | replace gettimeofday with monotonic gettime. from Scott Cheloha |  tedu | 2017-08-13 | 4 | -59/+45 |
| * | No need for a conditional to choose between nroff and troff. |  bentley | 2017-06-19 | 1 | -4/+3 |
| * | According to termcap(3), char PC, *BC, *UP need to be extern. Fixes an |  tb | 2017-04-16 | 1 | -2/+2 |
| * | Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), |  guenther | 2016-08-27 | 1 | -1/+2 |
| * | Pull in <time.h> for time() and perhaps other functions |  guenther | 2016-08-27 | 1 | -1/+2 |
| * | Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>. |  tb | 2016-06-10 | 2 | -8/+7 |
| * | When eliding a row, clear the invisible row zero, so that no columns |  tb | 2016-06-10 | 1 | -1/+2 |
| * | Prefer fseek(3) over rewind(3) since the latter although it also calls fseek |  mestre | 2016-03-16 | 1 | -2/+3 |
| * | - General changes: |  mestre | 2016-03-07 | 1 | -2/+3 |
| * | As per style(9), remove remaining lint-style comments from games/ |  mestre | 2016-01-10 | 1 | -2/+1 |
| * | Some basic code maintenance in games/ |  tb | 2016-01-07 | 1 | -3/+3 |
| * | More cleanup and sorting on header section |  mestre | 2016-01-04 | 5 | -22/+12 |
| * | About 13 years ago when the idiom srandom(time()), and sometimes |  mestre | 2016-01-03 | 1 | -5/+4 |
| * | remove unused variable |  chl | 2015-12-27 | 1 | -2/+2 |
| * | Declare usage() functions as __dead void, if they don't return, on games section. |  mestre | 2015-12-25 | 1 | -2/+2 |
| * | Tweak alignment of ENVIRONMENT and FILES. |  tb | 2015-12-04 | 1 | -4/+4 |
| * | Prefer $LOGNAME over $USER, since the latter is deprecated, |  tb | 2015-11-29 | 2 | -6/+14 |
| * | Fix copy-paste error in scorefile name |  tb | 2015-11-26 | 1 | -2/+2 |
| * | Add missing checks for getenv() and snprintf() |  tb | 2015-11-26 | 1 | -6/+12 |
| * | The scorefile is hidden. |  tb | 2015-11-25 | 1 | -4/+4 |
| * | pledge "stdio rpath wpath cpath tty" |  tb | 2015-11-20 | 3 | -12/+9 |
| * | remove setgid flag. |  tedu | 2015-11-17 | 3 | -81/+16 |
| * | use file system path (.Pa) semantic markup macros where appropriate. |  sobrado | 2015-07-27 | 1 | -3/+3 |
| * | simplify poll() conversion. from patrick keshishian |  tedu | 2014-12-31 | 1 | -8/+6 |
| * | we do not use pcc on the vax |  deraadt | 2014-12-07 | 1 | -5/+1 |
| * | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, |  guenther | 2014-11-16 | 3 | -11/+12 |
| * | don't deref timeout if null. from theo buehler. |  tedu | 2014-11-05 | 1 | -6/+7 |
| * | select() to poll() conversions |  deraadt | 2014-11-03 | 1 | -10/+6 |
| * | obvious cases of missing .An; |  schwarze | 2014-09-08 | 1 | -6/+12 |
| * | replace srandomdev()+random() with the arc4random*() family |  naddy | 2013-08-29 | 1 | -4/+3 |
| * | Hide the cursor during game. From NetBSD. |  dcoppa | 2011-04-03 | 1 | -2/+10 |
| * | sub-function needs const, too |  deraadt | 2010-07-20 | 1 | -3/+3 |
| * | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-28 | 1 | -7/+1 |
| * | 'coordiates' -> 'coordinates' from Dawe via tech@. |  krw | 2008-08-10 | 1 | -2/+2 |
| * | synchronization between usage and synopsis; add some missing "usage:"'s |  sobrado | 2008-03-17 | 1 | -2/+2 |
| * | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
| * | Replace magic numbers with sizeof(array). |  ray | 2006-04-20 | 2 | -5/+5 |
| * | Clean up getopt stuff and use strtonum instead of atoi. |  ray | 2006-04-20 | 1 | -6/+6 |
| * | use STD{IN,OUT,ERR}_FILENO |  deraadt | 2005-04-13 | 1 | -3/+3 |
| * | more ansi; khalek@linuxgamers.net |  deraadt | 2004-07-10 | 5 | -57/+33 |
| * | bonus points for completing rows, like most variants. |  tedu | 2004-01-10 | 2 | -2/+22 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 11 | -66/+22 |
| * | string cleaning; ok pjanzen |  deraadt | 2003-04-08 | 1 | -2/+2 |
| * | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen |  deraadt | 2003-04-06 | 2 | -4/+4 |
| * | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 2002-12-06 | 1 | -2/+2 |
| * | give it some healthy dosage of vitamin const |  mickey | 2002-07-26 | 4 | -21/+21 |