summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/init.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor2005-09-071-0/+1
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-1/+0
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-0/+1
* revert inexplicable previous checkinChristopher Faylor2005-09-021-1/+0
* bad_addressesChristopher Faylor2005-09-021-0/+1
* * init.cc (respawn_wow64_process): Make inline function. RemoveCorinna Vinschen2005-08-141-20/+52
* * cygwin.sc: Place .cygwin_dll_common.Christopher Faylor2005-06-091-1/+1
* * include/sys/cygwin.h (enum cygwin_getinfo_types): Add CW_DEBUG_SELF.Christopher Faylor2005-05-171-1/+1
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-0/+3
* copyrightChristopher Faylor2005-02-201-1/+2
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-161-1/+0