aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
AgeCommit message (Expand)AuthorFilesLines
2006-03-20* child_info.h (child_status): New enum.Christopher Faylor1-24/+29
2006-03-20* dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in theChristopher Faylor1-0/+1
2006-03-20* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler hereChristopher Faylor1-4/+1
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor1-31/+2
2006-03-16* cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor1-5/+8
2006-03-15* child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor1-0/+20
2006-03-14* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor1-9/+11
2006-03-13* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor1-1/+10
2006-03-13* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor1-3/+7
2006-03-12* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor1-11/+3
2006-02-20revert erroneous checkinChristopher Faylor1-12/+0
2006-02-20* exceptions.cc (stackdump): Avoid dumping more than once.Christopher Faylor1-0/+12
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor1-2/+1
2006-01-10 * dcrt0.cc (dll_crt0_0): Remove call to wincap.init.Corinna Vinschen1-1/+0
2006-01-05* spawn.cc (spawn_guts): Invert the argument to set_console_state_for_spawn.Christopher Faylor1-2/+1
2006-01-02* dcrt0.cc (_dll_crt0): Move more leftover debugging stuff.Christopher Faylor1-17/+1
2006-01-02 Bump copyright dates.Corinna Vinschen1-2/+2
2006-01-01* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.Christopher Faylor1-7/+0
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-27/+37
2005-12-26white spaceChristopher Faylor1-1/+0
2005-12-26* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor1-17/+2
2005-12-17* winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor1-5/+35
2005-12-03* cygtls.h (_cygtls::el): New field.Christopher Faylor1-8/+0
2005-12-02* dcrt0.cc (getstack): Try harder to modify memory.Christopher Faylor1-4/+6
2005-11-28 * autoload.cc (NtCreateSection): Define.Corinna Vinschen1-0/+1
2005-11-06* dcrt0.cc (dll_crt0_0): Initialize security data first so that it can be usedChristopher Faylor1-1/+1
2005-10-23* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor1-2/+3
2005-10-17Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor1-1/+1
2005-10-03* cygheap.h (class process_lock): New class.Christopher Faylor1-12/+1
2005-10-02* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor1-2/+1
2005-09-30* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor1-7/+13
2005-09-28* dcrt0.cc (getstack): New function.Christopher Faylor1-15/+23
2005-09-23* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor1-1/+0
2005-09-20* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor1-3/+0
2005-09-14* exceptions.cc (sigtid): Remove declaration.Christopher Faylor1-13/+11
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor1-6/+1
2005-09-07* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor1-2/+1
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor1-1/+2
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor1-2/+1
2005-09-02revert inexplicable previous checkinChristopher Faylor1-1/+2
2005-09-02bad_addressesChristopher Faylor1-2/+1
2005-08-17* dcrt0.cc (dll_crt0_1): Tweak debugging stuff.Christopher Faylor1-2/+3
2005-08-12white spaceChristopher Faylor1-1/+1
2005-08-11* dcrt0.cc: Remove ld_preload declaration.Christopher Faylor1-2/+0
2005-08-08* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor1-0/+5
2005-08-07revert erroneous checkinChristopher Faylor1-3/+0
2005-08-07* Makefile.in: Warn when end of cygheap is not on 64k boundary.Christopher Faylor1-0/+3
2005-07-28* cygmalloc.h (MSPACES): Define. This dropped through the cracks after theChristopher Faylor1-8/+7
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-5/+5
2005-07-05* dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor1-1/+1