tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
games
/
robots
/
at
trash-bin2
13 files
Makefile
g/c unused robots_roll file.
7 years ago
extern.c
Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), and setitimer()
9 years ago
init_field.c
More cleanup and sorting on header section
10 years ago
main.c
if both stdout and stderr are redirected to a non-tty, pledge(2) will kill ncurses applications, e.g.:
4 years ago
make_level.c
More cleanup and sorting on header section
10 years ago
move.c
Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), and setitimer()
9 years ago
move_robs.c
More cleanup and sorting on header section
10 years ago
play_level.c
More cleanup and sorting on header section
10 years ago
query.c
More cleanup and sorting on header section
10 years ago
rnd_pos.c
remove unused macro
9 years ago
robots.6
remove some escapes that are unnecessary/harmful. ok jmc schwarze
9 years ago
robots.h
More cleanup and sorting on header section
10 years ago
score.c
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.
6 years ago