summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/init.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * init.cc (dll_entry): Nuke attempt to set exit code since parent will useChristopher Faylor2005-01-131-6/+0
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-2/+7
* * init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor2004-12-271-0/+3
* * init.cc (dll_entry): Remove exit code setting.Christopher Faylor2004-12-271-3/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-12-241-0/+3
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-1/+0
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-3/+3
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-2/+2
* * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen2004-07-241-0/+27
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * init.cc (threadfunc_fe): Hack to make thread stacks always 16Corinna Vinschen2004-04-301-0/+2
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2004-03-221-18/+16
* * dcrt0.cc (_dll_crt0): Add some stern internal errors.Christopher Faylor2004-02-241-1/+1
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-3/+3
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-1/+1