Age | Commit message (Expand) | Author |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-20 | Remove unused variables; no binary change. | Lawrence Teo |
2019-05-18 | Unveil tetris. | rob |
2018-04-25 | Use a NUMKEYS macro instead of magic and use a more familiar idiom | Theo Buehler |
2017-08-13 | replace gettimeofday with monotonic gettime. from Scott Cheloha | Ted Unangst |
2017-06-19 | No need for a conditional to choose between nroff and troff. | Anthony J. Bentley |
2017-04-16 | According to termcap(3), char PC, *BC, *UP need to be extern. Fixes an | Theo Buehler |
2016-08-27 | Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), | Philip Guenther |
2016-08-27 | Pull in <time.h> for time() and perhaps other functions | Philip Guenther |
2016-06-10 | Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>. | Theo Buehler |
2016-06-10 | When eliding a row, clear the invisible row zero, so that no columns | Theo Buehler |
2016-03-16 | Prefer fseek(3) over rewind(3) since the latter although it also calls fseek | mestre |
2016-03-07 | - General changes: | mestre |
2016-01-10 | As per style(9), remove remaining lint-style comments from games/ | 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-27 | remove unused variable | Charles Longeau |
2015-12-25 | Declare usage() functions as __dead void, if they don't return, on games sect... | mestre |
2015-12-04 | Tweak alignment of ENVIRONMENT and FILES. | tb |
2015-11-29 | Prefer $LOGNAME over $USER, since the latter is deprecated, | tb |
2015-11-26 | Fix copy-paste error in scorefile name | tb |
2015-11-26 | Add missing checks for getenv() and snprintf() | tb |
2015-11-25 | The scorefile is hidden. | tb |
2015-11-20 | pledge "stdio rpath wpath cpath tty" | tb |
2015-11-17 | remove setgid flag. | Ted Unangst |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2014-12-31 | simplify poll() conversion. from patrick keshishian | Ted Unangst |
2014-12-07 | we do not use pcc on the vax | Theo de Raadt |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-11-05 | don't deref timeout if null. from theo buehler. | Ted Unangst |
2014-11-03 | select() to poll() conversions | Theo de Raadt |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2011-04-03 | Hide the cursor during game. From NetBSD. | David Coppa |
2010-07-20 | sub-function needs const, too | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-08-10 | 'coordiates' -> 'coordinates' from Dawe via tech@. | Kenneth R Westerback |
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-04-20 | Replace magic numbers with sizeof(array). | Ray Lai |
2006-04-20 | Clean up getopt stuff and use strtonum instead of atoi. | Ray Lai |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2004-07-10 | more ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-01-10 | bonus points for completing rows, like most variants. | Ted Unangst |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-08 | string cleaning; ok pjanzen | Theo de Raadt |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |