summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (dll_crt0_1): Fix typo in call to sys_wcstombs.Corinna Vinschen2008-02-111-1/+1
* * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen2008-02-011-1/+1
* * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and convert to currentCorinna Vinschen2008-01-311-5/+5
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-121-3/+2
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-5/+5
* Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen2007-11-271-4/+2
* * dcrt0.cc (codepage_type): Remove definition.Christopher Faylor2007-08-021-1/+0
* * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges here, afterCorinna Vinschen2007-07-191-0/+2
* * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen2007-03-291-3/+0
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-4/+2
* * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Change sense of guard test.Christopher Faylor2007-02-221-11/+13
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-2/+1
* 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