aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/init.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-2/+2
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-3/+0
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen1-2/+2
2020-02-28Cygwin: 32 bit: remove old code to 16 bit align stackCorinna Vinschen1-10/+3
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano1-0/+1
2017-10-09cygwin: disable -Wframe-address warning only on GCC 6 or laterCorinna Vinschen1-1/+5
2017-09-12cygwin: workaround GCC 6 changesYaakov Selkowitz1-0/+2
2016-08-15Make sure alloca is called even when optimizing, fully init _REENTCorinna Vinschen1-3/+7
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen1-0/+9
2016-06-24Drop wow64_has_secondary_stack flagCorinna Vinschen1-8/+3
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-12-02Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen1-1/+1
2015-11-12Add comment to explain previous patchCorinna Vinschen1-0/+2
2015-11-12Fix crash at process init on 64 bit XP/2003 under WOW64Corinna Vinschen1-3/+6
2015-10-29Check for correct funtion entry address in munge_threadfuncQian Hong1-2/+7
2015-07-29cygwin: Fix copyright datesCorinna Vinschen1-1/+1
2015-07-29cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna Vinschen1-0/+2
2014-11-21 * init.cc (dll_entry): Revert previous patch. This requires anotherCorinna Vinschen1-1/+1
2014-11-20 * init.cc (dll_entry): Call _my_tls.remove with INFINITE wait periodCorinna Vinschen1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-8/+1
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-12-21Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor1-9/+1
2012-12-21* DevNotes: Add entry cgf-000018.Christopher Faylor1-1/+9
2012-03-05 * init.cc (dll_entry): Move wincap.init call back from here...Corinna Vinschen1-2/+1
2012-02-14* pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor1-2/+2
2011-12-12 * dcrt0.cc (wow64_respawn): New static variable.Corinna Vinschen1-58/+2
2011-12-10Add ChangeLog entry for previous change and revert erroneously checked inChristopher Faylor1-2/+58
2011-12-10Clarify entryChristopher Faylor1-58/+2
2011-11-27* init.cc (dll_entry): Revert previous change since it caused inexplicable forkChristopher Faylor1-1/+0
2011-11-26* init.cc (remove): Don't bother calling through thread removal cleanup if weChristopher Faylor1-0/+1
2011-08-18* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor1-1/+1
2011-05-25 * init.cc (dll_entry): Reinstantiate wow64_test_stack_marker andCorinna Vinschen1-9/+6
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen1-7/+14
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen1-5/+9
2010-12-12* init.cc (search_for): Put this in shared section or suffer subtle problemsChristopher Faylor1-1/+1
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor1-3/+4
2010-02-02* dcrt0.cc (atexit_lock): Delete.Christopher Faylor1-1/+1
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-1/+1
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-4/+1
2008-07-27* shared_info.h (shared_destroy): Declare.Christopher Faylor1-0/+3
2008-04-28 * autoload.cc (IsWow64Process): Remove.Corinna Vinschen1-6/+6
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-5/+0
2008-04-03 Cleanup.Corinna Vinschen1-3/+3
2007-07-14* init.cc (in_dllentry): Delete.Christopher Faylor1-4/+0
2007-07-14* init.cc (in_dllentry): Make NO_COPY to avoid spurious false positives.Christopher Faylor1-1/+1
2006-05-17* cygtls.cc (_cygtls::remove): Don't test for initialization since thisChristopher Faylor1-1/+2
2006-05-16* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor1-2/+5
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor1-2/+3
2006-03-12* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor1-40/+13
2006-02-23* winsup.h (cygwin_hmodule): Declare.Christopher Faylor1-1/+4