summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/wow64.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen2015-12-071-23/+10
* On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen2015-12-031-12/+25
* Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen2015-12-021-3/+3
* cygwin: Fix copyright datesCorinna Vinschen2015-07-291-1/+1
* Reduce stack pressure throughout CygwinCorinna Vinschen2015-07-191-4/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-4/+10
* * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp to NULL, as inCorinna Vinschen2011-12-211-4/+6
* * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen2011-12-191-8/+15
* Clean up whitespace.Christopher Faylor2011-12-171-5/+5
* * wow64.cc (wow64_revert_to_original_stack): Fix comment.Corinna Vinschen2011-12-171-3/+3
* * dcrt0.cc (child_info_fork::alloc_stack): Correctly check if theCorinna Vinschen2011-12-161-33/+70
* * Makefile.in (DLL_OFILES): Add wow64.o.Corinna Vinschen2011-12-161-0/+165