summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/init.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen2015-12-021-1/+1
* Add comment to explain previous patchCorinna Vinschen2015-11-121-0/+2
* Fix crash at process init on 64 bit XP/2003 under WOW64Corinna Vinschen2015-11-121-3/+6
* Check for correct funtion entry address in munge_threadfuncQian Hong2015-10-291-2/+7
* cygwin: Fix copyright datesCorinna Vinschen2015-07-291-1/+1
* cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen2015-07-291-0/+2
* * init.cc (dll_entry): Revert previous patch. This requires anotherCorinna Vinschen2014-11-211-1/+1
* * init.cc (dll_entry): Call _my_tls.remove with INFINITE wait periodCorinna Vinschen2014-11-201-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-8/+1
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-211-9/+1
* * DevNotes: Add entry cgf-000018.Christopher Faylor2012-12-211-1/+9
* * init.cc (dll_entry): Move wincap.init call back from here...Corinna Vinschen2012-03-051-2/+1
* * pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor2012-02-141-2/+2
* * dcrt0.cc (wow64_respawn): New static variable.Corinna Vinschen2011-12-121-58/+2
* Add ChangeLog entry for previous change and revert erroneously checked inChristopher Faylor2011-12-101-2/+58
* Clarify entryChristopher Faylor2011-12-101-58/+2
* * init.cc (dll_entry): Revert previous change since it caused inexplicable forkChristopher Faylor2011-11-271-1/+0
* * init.cc (remove): Don't bother calling through thread removal cleanup if weChristopher Faylor2011-11-261-0/+1
* * dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor2011-08-181-1/+1
* * init.cc (dll_entry): Reinstantiate wow64_test_stack_marker andCorinna Vinschen2011-05-251-9/+6
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2011-05-201-7/+14
* * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen2011-05-151-5/+9
* * init.cc (search_for): Put this in shared section or suffer subtle problemsChristopher Faylor2010-12-121-1/+1
* * cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor2010-09-011-3/+4
* * dcrt0.cc (atexit_lock): Delete.Christopher Faylor2010-02-021-1/+1
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-1/+1
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-4/+1
* * shared_info.h (shared_destroy): Declare.Christopher Faylor2008-07-271-0/+3
* * autoload.cc (IsWow64Process): Remove.Corinna Vinschen2008-04-281-6/+6
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-5/+0
* Cleanup.Corinna Vinschen2008-04-031-3/+3
* * init.cc (in_dllentry): Delete.Christopher Faylor2007-07-141-4/+0
* * init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives.Christopher Faylor2007-07-141-1/+1
* * cygtls.cc (_cygtls::remove): Don't test for initialization since thisChristopher Faylor2006-05-171-1/+2
* * sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor2006-05-161-2/+5
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-2/+3
* * cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor2006-03-121-40/+13
* * winsup.h (cygwin_hmodule): Declare.Christopher Faylor2006-02-231-1/+4
* * init.cc (respawn_wow64_process): Exit with the exit code returnedCorinna Vinschen2006-02-071-1/+4
* * Update copyrights.Corinna Vinschen2006-01-121-2/+2
* * dcrt0.cc (dll_crt0_0): Remove call to wincap.init.Corinna Vinschen2006-01-101-5/+6
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-7/+12
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-3/+3
* * init.cc (dll_entry): Call prime_threads after dll_crt0_0 to avoid conflictsChristopher Faylor2005-12-161-1/+1
* * dcrt0.cc (getstack): New function.Christopher Faylor2005-09-281-1/+0
* * init.cc (prime_threads): Make this static, as it should be.Christopher Faylor2005-09-281-3/+4
* * init.cc (dll_entry): Call IsWow64Process with GetCurrentProcessCorinna Vinschen2005-09-271-1/+1
* Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor2005-09-231-0/+1