OpenBSD CVS

src/games/tetris/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / games / tetris

Current tag: OPENBSD_6_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   8 years  tedu   remove setgid flag. in turn, move score files into user's home directory. will l...
[TXT] input.c  1.19   6 years  tedu   replace gettimeofday with monotonic gettime. from Scott Cheloha ok tb
[TXT] input.h  1.6   6 years  tedu   replace gettimeofday with monotonic gettime. from Scott Cheloha ok tb
[TXT] scores.c  1.22   7 years  guenther   Pull in <time.h> for time() and perhaps other functions ok deraadt@
[TXT] scores.h  1.6   9 years  guenther   Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, and ...
[TXT] screen.c  1.18   7 years  tb   According to termcap(3), char PC, *BC, *UP need to be extern. Fixes an ld(1) err...
[TXT] screen.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] shapes.c  1.10   8 years  mestre   More cleanup and sorting on header section OK tb@ and he also pointed out that ...
[TXT] tetris.6  1.21   6 years  bentley   No need for a conditional to choose between nroff and troff. ok jmc@
[TXT] tetris.c  1.33   6 years  tb   Use a NUMKEYS macro instead of magic and use a more familiar idiom in for loops....
[TXT] tetris.h  1.12   6 years  tedu   replace gettimeofday with monotonic gettime. from Scott Cheloha ok tb