]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/dcrt0.cc
* dcrt0.cc (__main): Force signal synchronization.
[newlib-cygwin.git] / winsup / cygwin / dcrt0.cc
2010-09-26 Christopher Faylor* dcrt0.cc (__main): Force signal synchronization.
2010-09-19 Christopher Faylor* wincap.h (wincaps::has_buggy_thread_startup): Declare.
2010-09-12 Christopher Faylor* cygthread.h (cygthread::cygthread): Reorganize slightly.
2010-09-01 Christopher Faylor* dcrt0.cc (dll_crt0_0): Remove myself settings.
2010-09-01 Christopher Faylor* cygthread.cc (cygthread::create): Fix incorrect use...
2010-08-30 Christopher Faylor* dcrt0.cc (dll_crt0_0): Move sigproc_init later, after...
2010-08-28 Corinna Vinschen * autoload.cc (LoadDLLprime): Change dllname storage...
2010-06-21 Christopher Faylor* dcrt0.cc (__api_fatal): Temporarily generate a stackdump.
2010-05-07 Christopher Faylor* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.
2010-03-28 Christopher Faylor* globals.cc (exit_status): Add new ES_EXIT_STARTING...
2010-03-15 Christopher Faylor* shared_info.h (user_info): Add dll_crt0_1 as a friend.
2010-03-12 Christopher FaylorThroughout change all calls of low_priority_sleep ...
2010-03-03 Corinna Vinschen Add XDR support.
2010-02-28 Christopher FaylorUpdate some copyrights.
2010-02-26 Christopher Faylor* cygtls.h (_cygtls::init_exception_handler): Eliminate...
2010-02-10 Christopher Faylor* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.
2010-02-02 Christopher Faylor* dcrt0.cc (atexit_lock): Delete.
2010-01-14 Corinna Vinschen * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the...
2010-01-01 Christopher Faylor* dcrt0.cc: Bump copyright.
2010-01-01 Christopher Faylor* dcrt0.cc (dll_crt0_1): Move internal locale setting...
2009-12-21 Corinna Vinschen Throughout, revert ill-conceived replacement of hMainT...
2009-12-18 Corinna Vinschen Throughout, replace hMainProc with GetCurrentProcess...
2009-10-02 Corinna Vinschen * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setl...
2009-10-02 Christopher Faylor* dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge...
2009-09-28 Corinna Vinschen * cygheap.cc (cygheap_init): Default locale.charset...
2009-09-21 Christopher Faylor* dcrt0.cc (dll_crt0_1): Add another hack to REALLY...
2009-08-04 Christopher Faylor* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.
2009-07-30 Corinna Vinschen * globals.cc (enum exit_states::ES_GLOBAL_DTORS):...
2009-07-03 Christopher Faylor* dcrt0.cc (jit_debug): New global.
2009-06-08 Christopher Faylor* cygheap.h (mini_cygheap): New struct.
2009-05-14 Corinna Vinschen * cygheap.cc (cygheap_init): Set Cygwin default locale...
2009-05-13 Corinna Vinschen * cygheap.h (cwdstuff): Convert to class. Make posix...
2009-04-18 Corinna Vinschen * dcrt0.cc (globify): Only call mbtowc for non-ascii...
2009-04-17 Corinna Vinschen * dcrt0.cc (globify): Make multibyte-aware.
2009-03-24 Corinna Vinschen * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB...
2009-03-04 Corinna Vinschen * dcrt0.cc (disable_dep): Disable. Explain why.
2009-01-03 Christopher FaylorRemove unneeded header files from source files througho...
2008-12-20 Christopher Faylor* pinfo.h (pinfo::thisproc): Declare. Rename from...
2008-11-12 Corinna Vinschen * autoload.cc (GetSystemDEPPolicy): Define.
2008-10-05 Christopher Faylor* dcrt0.cc (dll_crt0_0): Don't initialize signals early...
2008-09-11 Christopher Faylor* cygwin.din (sys_sigabbrev): Add this here.
2008-09-11 Christopher Faylor* cygheap.cc (creturn): Reorganize to avoid a new compi...
2008-08-04 Christopher FaylorChanges suggested by Dave Korn.
2008-08-01 Christopher Faylor* dcrt0.cc (dll_crt0_1): Add a symbol denoting return...
2008-07-27 Christopher Faylor* dcrt0.cc (dll_crt0_0): Remove calling malloc_init and
2008-07-26 Corinna Vinschen * dcrt0.cc (dll_crt0_1): Call malloc_init and user_sha...
2008-07-25 Corinna Vinschen * dcrt0.cc (dll_crt0_0): Call malloc_init and user_sha...
2008-07-09 Corinna Vinschen * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.
2008-04-26 Corinna Vinschen * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX...
2008-04-22 Corinna Vinschen * dcrt0.cc (dll_crt0_0): Move CWD initialization from...
2008-04-07 Christopher FaylorAdd miscfuncs.h to files as needed throughout.
2008-04-03 Corinna Vinschen * dcrt0.cc (insert_file): Fix potential buffer overflow.
2008-04-02 Corinna Vinschen * dcrt0.cc (insert_file): Convert filename to WCHAR...
2008-04-01 Corinna Vinschen * Fix copyright dates.
2008-03-24 Corinna Vinschen * fhandler.cc (fhandler_base::dup): Drop setting flags...
2008-03-12 Corinna Vinschen * winsup.h (NT_MAX_PATH): Revert ill-advised change...
2008-02-25 Corinna Vinschen * dcrt0.cc (initial_env): Only use local buffer "buf...
2008-02-15 Christopher FaylorPerform whitespace cleanup throughout.
2008-02-14 Corinna Vinschen * cygheap.cc (cwcsdup): New function.
2008-02-11 Corinna Vinschen * dcrt0.cc (dll_crt0_1): Fix typo in call to sys_wcstombs.
2008-02-01 Corinna Vinschen * string.h: Re-enable inline strcasematch and strncase...
2008-01-31 Corinna Vinschen * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and conve...
2007-12-12 Corinna Vinschen * dcrt0.cc: Include string.h.
2007-12-06 Corinna Vinschen * dcrt0.cc (initial_env): Use PATH_MAX instead of...
2007-11-27 Corinna Vinschen Drop old SetResourceLock stuff in favor of mutos.
2007-08-02 Christopher Faylor* dcrt0.cc (codepage_type): Remove definition.
2007-07-19 Corinna Vinschen * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges...
2007-03-29 Corinna Vinschen * cygheap.cc (cygheap_init): Fix formatting. Remove...
2007-02-23 Corinna Vinschen Throughout remove all usage of wincap.has_security.
2007-02-22 Christopher Faylor* dcrt0.cc (child_info_fork::alloc_stack_hard_way)...
2007-02-22 Corinna Vinschen * Makefile.in (DLL_IMPORTS): Add libntdll.a.
2006-12-12 Corinna Vinschen Partially revert change from 2005-04-03, always runnin...
2006-12-11 Christopher Faylor* child_info.h (child_info_spawn::__stdin): New element.
2006-12-05 Corinna Vinschen * dcrt0.cc (get_cygwin_startup_info): Fix comment.
2006-12-05 Corinna Vinschen * dcrt0.cc (get_cygwin_startup_info): Change zeros...
2006-10-27 Corinna Vinschen * dcrt0.cc (__api_fatal): Drop spare argument to __sma...
2006-06-03 Christopher Faylor* dcrt0.cc (dll_crt0_0): Call tty_list::init_session...
2006-06-03 Christopher Faylor* cygheap.cc (init_cygheap::close_ctty): Remove obsolet...
2006-06-03 Christopher Faylor* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regret...
2006-06-02 Christopher Faylor* cygheap.cc (cygheap_fixup_in_child): Don't close...
2006-05-28 Christopher Faylorwhite space
2006-05-25 Christopher Faylor* cygtls.cc (_cygtls::call): Call call2 using _my_tls.
2006-05-16 Christopher Faylor* sigproc.cc (no_signals_available): Detect hwait_sig...
2006-04-05 Christopher Faylor* dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks...
2006-04-03 Christopher Faylor* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
2006-04-03 Christopher Faylor* dcrt0.cc (sm): Delete.
2006-03-29 Christopher Faylor* dcrt0.cc (child_info_fork::handle_fork): Set uid...
2006-03-23 Christopher Faylor* dcrt0.cc (child_info_spawn::handle_spawn): Don't...
2006-03-22 Christopher Faylor* fhandler.cc (fcntl): Print flags in hex.
2006-03-21 Christopher Faylor* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.
2006-03-20 Christopher Faylor* child_info.h (child_status): New enum.
2006-03-20 Christopher Faylor* dcrt0.cc (dll_crt0_0): Oops. We need to bother with...
2006-03-20 Christopher Faylor* dcrt0.cc (dll_crt0_0): Don't bother with setting...
2006-03-18 Christopher Faylor* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
2006-03-16 Christopher Faylor* cygheap.cc (init_cygheap::manage_console_count):...
2006-03-15 Christopher Faylor* child_info.h (child_info_fork::fork_retry): Declare...
2006-03-14 Christopher Faylor* dcrt0.cc (main_environ): Initialize to &__cygwin_envi...
2006-03-13 Christopher Faylor* child_info.h (child_info_fork::handle_failure): Decla...
2006-03-13 Christopher Faylor* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_ini...
2006-03-12 Christopher Faylor* cygtls.h (CYGTLS_INITIALIZED): Change to a little...
next
This page took 0.558797 seconds and 108 git commands to generate.