tor/changes
Nick Mathewson 192ed94410 Use PTHREAD_CREATE_DETACHED macro instead of 1: fix Solaris crash
When calling pthread_attr_setdetachstate, we were using 1 as the
argument. But the pthreads documentation says that you have to say
PTHREAD_CREATE_DETACH, which on Solaris is apparently 0x40.  Calling
pthread_attr_setdetachstate with 1 crashes on Solaris with FLTBOUNDS.

(Because we're so late in the release cycle, I made the code define
PTHREAD_CREATE_DETACHED if it doesn't exist, so we aren't likely to
break any other platforms.)

This bug was introduced when we made threading mandatory in
0.2.6.1-alpha; previously, we had force-disabled threading on
Solaris.  See #9495 discussion.
2015-03-12 10:03:02 -04:00
..
15188 Changes file for 15188 2015-03-09 11:13:57 -04:00
bug9495_redux Use PTHREAD_CREATE_DETACHED macro instead of 1: fix Solaris crash 2015-03-12 10:03:02 -04:00
bug11454 Add sections to changes files; please lintchanges 2015-02-24 11:51:59 -05:00
bug11457 Add sections to changes files; please lintchanges 2015-02-24 11:51:59 -05:00
bug14848_redux changes file for 5246e8f992 2015-02-23 11:24:13 -05:00
bug14950 changes file for ticket 14950 2015-02-24 11:11:17 -05:00
bug14980 Add sections to changes files; please lintchanges 2015-02-24 11:51:59 -05:00
bug14988 add another unused-var marker in backtrace.c for 14988 2015-02-23 11:32:04 -05:00
bug14989 Fix running with the seccomp2 sandbox 2015-02-23 12:16:08 -05:00
bug15003 Let AF_UNIX connections through the sandbox 2015-02-23 12:35:20 -05:00
bug15033 Have zero_length_keys.sh use an empty torrc file. 2015-02-26 15:22:37 -05:00
bug15037 changes file for 15037 2015-02-26 15:24:43 -05:00
bug15064 Make TransProxyType ipfw work correctly 2015-03-04 12:25:52 +01:00
bug15083 Adjust changes header 2015-03-09 11:07:50 -04:00
bug15088 Add wait4 to the seccomp2 sandbox allowable syscall list 2015-03-04 12:18:10 +01:00
bug15151 only declare rv when it is used in destination_from_socket. Fixes 15151 2015-03-04 12:12:41 +01:00
bug15205 Don't use checked strl{cat,cpy} on OSX. 2015-03-09 15:09:49 -04:00
feature15006 Include a HOST item in BOOTSTRAP problem messages 2015-02-27 11:28:30 -05:00
geoip6-march2015 Update geoip6 to the March 3 2015 database. 2015-03-09 21:11:52 +01:00
geoip-march2015 Update geoip to the March 3 2015 database. 2015-03-09 21:09:44 +01:00
ticket14487 Faravahar's New IP Address as of 2/20/2015 2015-02-16 11:51:36 -05:00