summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor2011-11-241-15/+7
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor2011-11-241-2/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-11-161-2/+1
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-10/+9
* * child_info.h (cchildren): New struct.Christopher Faylor2011-10-261-0/+6
* * dcrt0.cc (dll_crt0_1): Copy argv before passing to main().Christopher Faylor2011-10-171-1/+12
* * dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor2011-08-181-1/+1
* * cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor2011-07-301-2/+3
* Throughout, open console handles with sharing for reading and writing.Corinna Vinschen2011-07-041-6/+6
* * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen2011-06-171-0/+1
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-6/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-06-091-30/+0
* whitespace eliminationChristopher Faylor2011-06-061-2/+2
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-5/+11
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen2011-05-201-44/+28
* * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen2011-05-161-0/+9
* * dcrt0.cc (dll_crt0_1): Reset locale to "C" even when dynamicallyCorinna Vinschen2011-05-051-1/+4
* * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen2011-04-281-1/+1
* * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen2011-04-021-53/+0
* * crt0.c (mainCRTStartup): Move call to _feinitialise from here...Corinna Vinschen2011-03-171-0/+4
* * dcrt0.cc: Fix copyright dates.Corinna Vinschen2011-02-221-2/+1
* * dcrt0.cc (dll_crt0_1): Add a CYGHEAP_DEBUG conditional for debugging whichChristopher Faylor2011-02-181-2/+11
* cygwin:Christopher Faylor2010-12-261-0/+2
* * dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor2010-10-241-7/+7
* * dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.Christopher Faylor2010-10-021-2/+6
* * dcrt0.cc (__main): Force signal synchronization.Christopher Faylor2010-09-261-2/+0
* * wincap.h (wincaps::has_buggy_thread_startup): Declare.Christopher Faylor2010-09-191-14/+13
* * cygthread.h (cygthread::cygthread): Reorganize slightly.Christopher Faylor2010-09-121-13/+9
* * dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor2010-09-011-3/+0
* * cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor2010-09-011-8/+3
* * dcrt0.cc (dll_crt0_0): Move sigproc_init later, after cygheap initializationChristopher Faylor2010-08-301-6/+6
* * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen2010-08-281-0/+15
* * dcrt0.cc (__api_fatal): Temporarily generate a stackdump.Christopher Faylor2010-06-211-0/+3
* * Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor2010-05-071-2/+10
* * globals.cc (exit_status): Add new ES_EXIT_STARTING enum.Christopher Faylor2010-03-281-0/+1
* * shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor2010-03-151-1/+1
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-1/+1
* Add XDR support.Corinna Vinschen2010-03-031-0/+2
* Update some copyrights.Christopher Faylor2010-02-281-1/+1
* * cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor2010-02-261-1/+1
* * dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.Christopher Faylor2010-02-101-3/+8
* * dcrt0.cc (atexit_lock): Delete.Christopher Faylor2010-02-021-9/+3
* * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment beforeCorinna Vinschen2010-01-141-0/+2
* * dcrt0.cc: Bump copyright.Christopher Faylor2010-01-011-1/+1
* * dcrt0.cc (dll_crt0_1): Move internal locale setting prior to potentialChristopher Faylor2010-01-011-2/+3
* Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen2009-12-211-0/+6
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-14/+4
* * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen2009-10-021-3/+3
* * dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here.Christopher Faylor2009-10-021-6/+6
* * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen2009-09-281-1/+3