1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games/sail
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
..
assorted.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
dr_1.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
dr_2.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
dr_3.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
dr_4.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
dr_5.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
dr_main.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
driver.h Include only needed header files per each source file 2015-12-31 16:44:21 +00:00
extern.h Include only needed header files per each source file 2015-12-31 16:44:21 +00:00
game.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
globals.c
lo_main.c there's a resource leak here. missing a fclose(3) to kill the stream. 2016-01-13 13:10:26 +00:00
machdep.h
main.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
Makefile In 1995, all of the games were setuid games. At end of 1996, I took them all 2015-11-24 03:10:09 +00:00
misc.c When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:32:41 +00:00
parties.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
pathnames.h
pl_1.c When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:32:41 +00:00
pl_2.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
pl_3.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
pl_4.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
pl_5.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
pl_6.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
pl_7.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
pl_main.c ANSIfy sail(6) plus some cleanup 2016-01-08 20:26:33 +00:00
player.h Include only needed header files per each source file 2015-12-31 16:44:21 +00:00
sail.6 These games have been broken for the better part of a year, ever since 2016-09-09 15:32:28 +00:00
sync.c When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:32:41 +00:00
version.c