summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* Partially revert change from 2005-04-03, always running under anCorinna Vinschen2006-12-121-12/+1
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-35/+7
* * dcrt0.cc (get_cygwin_startup_info): Fix comment.Corinna Vinschen2006-12-051-3/+4
* * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen2006-12-051-1/+27
* * dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf.Corinna Vinschen2006-10-271-1/+1
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-3/+3
* * cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor2006-06-031-1/+1
* * cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor2006-06-031-4/+4
* * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor2006-06-021-2/+8
* white spaceChristopher Faylor2006-05-281-1/+1
* * cygtls.cc (_cygtls::call): Call call2 using _my_tls.Christopher Faylor2006-05-251-23/+3
* * sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.Christopher Faylor2006-05-161-2/+2
* * dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface}Christopher Faylor2006-04-051-2/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2006-04-031-20/+19
* * dcrt0.cc (sm): Delete.Christopher Faylor2006-04-031-3/+6
* * dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor2006-03-291-9/+17
* * dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the consoleChristopher Faylor2006-03-231-1/+0
* * fhandler.cc (fcntl): Print flags in hex.Christopher Faylor2006-03-221-12/+9
* * dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.Christopher Faylor2006-03-211-1/+2
* * child_info.h (child_status): New enum.Christopher Faylor2006-03-201-24/+29
* * dcrt0.cc (dll_crt0_0): Oops. We need to bother with setting this in theChristopher Faylor2006-03-201-0/+1
* * dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler hereChristopher Faylor2006-03-201-4/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-31/+2
* * cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor2006-03-161-5/+8
* * child_info.h (child_info_fork::fork_retry): Declare new function.Christopher Faylor2006-03-151-0/+20
* * dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor2006-03-141-9/+11
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-1/+10
* * dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a littleChristopher Faylor2006-03-131-3/+7
* * cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor2006-03-121-11/+3
* 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