1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games
guenther 5f13b87e98 Instead of creating a socket with socket() or accept() and then
setting the O_NONBLOCK flag on it with fcntl(F_SETFL) afterwards,
just pass SOCK_NONBLOCK to socket() or accept4() and get it right
to begin with.

ok millert@ krw@ beck@ deraadt@ jca@
2016-03-21 00:49:36 +00:00
..
adventure Headers cleanup with and OK tb@ 2016-03-08 10:48:39 +00:00
arithmetic - optarg and optind are declared by unistd.h, so remove them... 2016-01-27 13:42:08 +00:00
atc Prefer fseek(3) over rewind(3) since the latter although it also calls fseek 2016-03-16 15:00:35 +00:00
backgammon add missing 'void' 2016-01-08 13:40:05 +00:00
banner - General changes: 2016-03-07 12:07:55 +00:00
battlestar
bcd - General changes: 2016-03-07 12:07:55 +00:00
boggle - General changes: 2016-03-07 12:07:55 +00:00
bs - General changes: 2016-03-07 12:07:55 +00:00
caesar - Convert atoi(3) to strtonum(3) 2016-02-26 12:10:49 +00:00
canfield Fix score file name 2016-03-02 17:51:28 +00:00
cribbage - General changes: 2016-03-07 12:07:55 +00:00
factor - General changes: 2016-03-07 12:07:55 +00:00
fish - General changes: 2016-03-07 12:07:55 +00:00
fortune eliminate do_malloc() and do_free(). 2016-03-07 22:49:45 +00:00
gomoku ANSIfy gomoku(6) and change a char* to u_char* 2016-01-08 21:38:33 +00:00
grdc - General changes: 2016-03-07 12:07:55 +00:00
hack Prefer fseek(3) over rewind(3) since the latter although it also calls fseek 2016-03-16 15:00:35 +00:00
hangman Add back undocumented -h switch defaulting to usage(). 2016-02-28 06:24:06 +00:00
hunt Instead of creating a socket with socket() or accept() and then 2016-03-21 00:49:36 +00:00
mille ANSIfy mille(6) 2016-01-08 18:09:59 +00:00
monop ANSIfy monop(6) 2016-01-08 18:20:33 +00:00
morse - General changes: 2016-03-07 12:07:55 +00:00
number - General changes: 2016-03-07 12:07:55 +00:00
phantasia - General changes: 2016-03-07 12:07:55 +00:00
pig - General changes: 2016-03-07 12:07:55 +00:00
pom - General changes: 2016-03-07 12:07:55 +00:00
ppt - General changes: 2016-03-07 12:07:55 +00:00
primes - General changes: 2016-03-07 12:07:55 +00:00
quiz - General changes: 2016-03-07 12:07:55 +00:00
rain Some basic code maintenance in games/ 2016-01-07 16:00:31 +00:00
random - General changes: 2016-03-07 12:07:55 +00:00
robots - General changes: 2016-03-07 12:07:55 +00:00
sail Prefer fseek(3) over rewind(3) since the latter although it also calls fseek 2016-03-16 15:00:35 +00:00
snake Prefer fseek(3) over rewind(3) since the latter although it also calls fseek 2016-03-16 15:00:35 +00:00
tetris Prefer fseek(3) over rewind(3) since the latter although it also calls fseek 2016-03-16 15:00:35 +00:00
trek - ranf() and franf() are prototyped on trek.h but ranf.c doesn't include it so 2016-03-08 18:43:47 +00:00
wargames
worm Some basic code maintenance in games/ 2016-01-07 16:00:31 +00:00
worms KNF: wrap three overly long lines. No binary change. 2016-03-05 07:47:15 +00:00
wump - General changes: 2016-03-07 12:07:55 +00:00
Makefile
Makefile.inc