Age | Commit message (Expand) | Author |
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 |
2016-06-10 | When eliding a row, clear the invisible row zero, so that no columns | Theo Buehler |
2016-03-07 | - General changes: | mestre |
2016-01-07 | Some basic code maintenance in games/ | tb |
2016-01-04 | More cleanup and sorting on header section | mestre |
2015-12-25 | Declare usage() functions as __dead void, if they don't return, on games sect... | mestre |
2015-11-20 | pledge "stdio rpath wpath cpath tty" | tb |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado |
2006-04-20 | Clean up getopt stuff and use strtonum instead of atoi. | Ray Lai |
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 |
2002-07-26 | give it some healthy dosage of vitamin const | Michael Shalayeff |
2002-07-26 | add classic mode, closer to the way tetris felt a couple decades ago; pjanzen... | Michael Shalayeff |
2002-05-31 | de-register | Paul Janzen |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | mark signal race, fix half of it | Theo de Raadt |
2001-02-04 | Long usernames. This really messes up the scoreboard printout, so change | Paul Janzen |
2000-01-03 | extern rather than linker commons; jsm@netbsd.org | Paul Janzen |
1999-03-22 | Many fixes, most either from or based on NetBSD changes: | Paul Janzen |
1999-03-22 | cosmetic changes from soren@t.dk | Paul Janzen |
1999-02-12 | kill old mips compiler hack; simonb@netbsd | Theo de Raadt |
1998-09-24 | NetBSD changes and a few obvious fixes | Paul Janzen |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-21 | Relinguish SGID games, restore it only when opening the score file | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |