]> git.sesse.net Git - cubemap/commit
Explicitly SIGHUP threads to kill them out of syscalls when we want to join them...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 9 Apr 2013 20:37:55 +0000 (22:37 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 9 Apr 2013 20:37:55 +0000 (22:37 +0200)
commit5ab36b04b0c12058394335e891398c494df513d2
tree04a02cae7f963003733faece6217e72b967ff10d
parent656d6863b47e1791a310397d88e25fa897e05012
Explicitly SIGHUP threads to kill them out of syscalls when we want to join them. Also fixes some bugs related to EINTR handling, since they became very obvious now.
input.cpp
main.cpp
server.cpp