summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* revert erroneous checkinChristopher Faylor2006-02-201-12/+0
* * exceptions.cc (stackdump): Avoid dumping more than once.Christopher Faylor2006-02-201-0/+12
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-2/+1
* * dcrt0.cc (dll_crt0_0): Remove call to wincap.init.Corinna Vinschen2006-01-101-1/+0
* * spawn.cc (spawn_guts): Invert the argument to set_console_state_for_spawn.Christopher Faylor2006-01-051-2/+1
* * dcrt0.cc (_dll_crt0): Move more leftover debugging stuff.Christopher Faylor2006-01-021-17/+1
* Bump copyright dates.Corinna Vinschen2006-01-021-2/+2
* * exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.Christopher Faylor2006-01-011-7/+0
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-27/+37
* white spaceChristopher Faylor2005-12-261-1/+0
* * dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor2005-12-261-17/+2
* * winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor2005-12-171-5/+35
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-031-8/+0
* * dcrt0.cc (getstack): Try harder to modify memory.Christopher Faylor2005-12-021-4/+6
* * autoload.cc (NtCreateSection): Define.Corinna Vinschen2005-11-281-0/+1
* * dcrt0.cc (dll_crt0_0): Initialize security data first so that it can be usedChristopher Faylor2005-11-061-1/+1
* * cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor2005-10-231-2/+3
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-1/+1
* * cygheap.h (class process_lock): New class.Christopher Faylor2005-10-031-12/+1
* * dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor2005-10-021-2/+1
* * dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor2005-09-301-7/+13
* * dcrt0.cc (getstack): New function.Christopher Faylor2005-09-281-15/+23
* * cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor2005-09-231-1/+0
* * dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor2005-09-201-3/+0
* * exceptions.cc (sigtid): Remove declaration.Christopher Faylor2005-09-141-13/+11
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-6/+1
* * dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor2005-09-071-2/+1
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-1/+2
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-2/+1
* revert inexplicable previous checkinChristopher Faylor2005-09-021-1/+2
* bad_addressesChristopher Faylor2005-09-021-2/+1
* * dcrt0.cc (dll_crt0_1): Tweak debugging stuff.Christopher Faylor2005-08-171-2/+3
* white spaceChristopher Faylor2005-08-121-1/+1
* * dcrt0.cc: Remove ld_preload declaration.Christopher Faylor2005-08-111-2/+0
* * Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor2005-08-081-0/+5
* revert erroneous checkinChristopher Faylor2005-08-071-3/+0
* * Makefile.in: Warn when end of cygheap is not on 64k boundary.Christopher Faylor2005-08-071-0/+3
* * cygmalloc.h (MSPACES): Define. This dropped through the cracks after theChristopher Faylor2005-07-281-8/+7
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-5/+5
* * dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor2005-07-051-1/+1
* * cygerrno.h: Make multi-inclusion safe.Christopher Faylor2005-06-301-1/+1
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-151-0/+2
* * cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor2005-06-071-2/+12
* * dcrt0.cc (cygwin_dll_init): Now initializes main_environ and cygtls. CommentChristopher Faylor2005-06-041-1/+12
* Revert 2005-05-30 close_all_files changes.Christopher Faylor2005-06-021-1/+1
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-1/+1
* * dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically loaded sinceChristopher Faylor2005-05-171-2/+2
* * dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here.Christopher Faylor2005-05-111-4/+4
* * dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors areChristopher Faylor2005-05-101-1/+3
* * dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor2005-05-091-42/+48