summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/init.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor2004-01-191-18/+19
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-7/+51
* 2004 stuffChristopher Faylor2004-01-031-1/+1
* * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor2004-01-031-1/+1
* * dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor2003-12-261-1/+3
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-3/+2
* * cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor2003-12-141-3/+32
* * cygtls.h: Add more "don't parse this" guards.Christopher Faylor2003-12-061-3/+0
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-3/+5