1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games/tetris
deraadt df69c215c7 When system calls indicate an error they return -1, not some arbitrary
value < 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
2019-06-28 13:32:41 +00:00
..
input.c replace gettimeofday with monotonic gettime. from Scott Cheloha 2017-08-13 02:12:16 +00:00
input.h replace gettimeofday with monotonic gettime. from Scott Cheloha 2017-08-13 02:12:16 +00:00
Makefile remove setgid flag. 2015-11-17 15:27:24 +00:00
scores.c When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:32:41 +00:00
scores.h Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, 2014-11-16 04:49:48 +00:00
screen.c When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:32:41 +00:00
screen.h
shapes.c More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
tetris.6 No need for a conditional to choose between nroff and troff. 2017-06-19 06:04:16 +00:00
tetris.c Unveil tetris. 2019-05-18 19:38:25 +00:00
tetris.h Unveil tetris. 2019-05-18 19:38:25 +00:00