summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * dcrt0.cc (dll_crt0_1): Add another hack to REALLY make sure that cxx_mallocChristopher Faylor2009-09-211-0/+6
* * fhandler.h (fhandler_cygdrive:DRVSZ): New enum.Christopher Faylor2009-08-041-1/+1
* * globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.Corinna Vinschen2009-07-301-6/+9
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-0/+3
* * cygheap.h (mini_cygheap): New struct.Christopher Faylor2009-06-081-3/+3
* * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen2009-05-141-2/+2
* * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen2009-05-131-1/+1
* * dcrt0.cc (globify): Only call mbtowc for non-ascii chars.Corinna Vinschen2009-04-181-1/+1
* * dcrt0.cc (globify): Make multibyte-aware.Corinna Vinschen2009-04-171-1/+9
* * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen2009-03-241-0/+3
* * dcrt0.cc (disable_dep): Disable. Explain why.Corinna Vinschen2009-03-041-3/+10
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-73/+8
* * pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.Christopher Faylor2008-12-201-2/+2
* * autoload.cc (GetSystemDEPPolicy): Define.Corinna Vinschen2008-11-121-0/+46
* * dcrt0.cc (dll_crt0_0): Don't initialize signals early when dynamicallyChristopher Faylor2008-10-051-1/+4
* * cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor2008-09-111-3/+3
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-3/+0
* Changes suggested by Dave Korn.Christopher Faylor2008-08-041-1/+0
* * dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().Christopher Faylor2008-08-011-0/+4
* * dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor2008-07-271-19/+6
* * dcrt0.cc (dll_crt0_1): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-261-3/+7
* * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen2008-07-251-0/+16
* * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.Corinna Vinschen2008-07-091-0/+1
* * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX error mode, too,Corinna Vinschen2008-04-261-1/+1
* * dcrt0.cc (dll_crt0_0): Move CWD initialization from here...Corinna Vinschen2008-04-221-2/+2