OSDN Git Service

* globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / dcrt0.cc
2009-07-30 corinna * globals.cc (enum exit_states::ES_GLOBAL_DTORS):...
2009-07-03 cgf* dcrt0.cc (jit_debug): New global.
2009-06-08 cgf* cygheap.h (mini_cygheap): New struct.
2009-05-14 corinna * cygheap.cc (cygheap_init): Set Cygwin default locale...
2009-05-13 corinna * cygheap.h (cwdstuff): Convert to class. Make posix...
2009-04-18 corinna * dcrt0.cc (globify): Only call mbtowc for non-ascii...
2009-04-17 corinna * dcrt0.cc (globify): Make multibyte-aware.
2009-03-24 corinna * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB...
2009-03-04 corinna * dcrt0.cc (disable_dep): Disable. Explain why.
2009-01-03 cgfRemove unneeded header files from source files througho...
2008-12-20 cgf* pinfo.h (pinfo::thisproc): Declare. Rename from...
2008-11-12 corinna * autoload.cc (GetSystemDEPPolicy): Define.
2008-10-05 cgf* dcrt0.cc (dll_crt0_0): Don't initialize signals early...
2008-09-11 cgf* cygwin.din (sys_sigabbrev): Add this here.
2008-09-11 cgf* cygheap.cc (creturn): Reorganize to avoid a new compi...
2008-08-04 cgfChanges suggested by Dave Korn.
2008-08-01 cgf* dcrt0.cc (dll_crt0_1): Add a symbol denoting return...
2008-07-27 cgf* dcrt0.cc (dll_crt0_0): Remove calling malloc_init and
2008-07-26 corinna * dcrt0.cc (dll_crt0_1): Call malloc_init and user_sha...
2008-07-25 corinna * dcrt0.cc (dll_crt0_0): Call malloc_init and user_sha...
2008-07-09 corinna * autoload.cc (DsGetDcNameW): Replace DsGetDcNameA.
2008-04-26 corinna * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX...
2008-04-22 corinna * dcrt0.cc (dll_crt0_0): Move CWD initialization from...
2008-04-07 cgfAdd miscfuncs.h to files as needed throughout.
2008-04-03 corinna * dcrt0.cc (insert_file): Fix potential buffer overflow.
2008-04-02 corinna * dcrt0.cc (insert_file): Convert filename to WCHAR...
2008-04-01 corinna * Fix copyright dates.
2008-03-24 corinna * fhandler.cc (fhandler_base::dup): Drop setting flags...
2008-03-12 corinna * winsup.h (NT_MAX_PATH): Revert ill-advised change...
2008-02-25 corinna * dcrt0.cc (initial_env): Only use local buffer "buf...
2008-02-15 cgfPerform whitespace cleanup throughout.
2008-02-14 corinna * cygheap.cc (cwcsdup): New function.
2008-02-11 corinna * dcrt0.cc (dll_crt0_1): Fix typo in call to sys_wcstombs.
2008-02-01 corinna * string.h: Re-enable inline strcasematch and strncase...
2008-01-31 corinna * dcrt0.cc (dll_crt0_1): Use GetCommandLineW and conve...
2007-12-12 corinna * dcrt0.cc: Include string.h.
2007-12-06 corinna * dcrt0.cc (initial_env): Use PATH_MAX instead of...
2007-11-27 corinna Drop old SetResourceLock stuff in favor of mutos.
2007-08-02 cgf* dcrt0.cc (codepage_type): Remove definition.
2007-07-19 corinna * dcrt0.cc (dll_crt0_0): Call set_cygwin_privileges...
2007-03-29 corinna * cygheap.cc (cygheap_init): Fix formatting. Remove...
2007-02-23 corinna Throughout remove all usage of wincap.has_security.
2007-02-22 cgf* dcrt0.cc (child_info_fork::alloc_stack_hard_way)...
2007-02-22 corinna * Makefile.in (DLL_IMPORTS): Add libntdll.a.
2006-12-12 corinna Partially revert change from 2005-04-03, always runnin...
2006-12-11 cgf* child_info.h (child_info_spawn::__stdin): New element.
2006-12-05 corinna * dcrt0.cc (get_cygwin_startup_info): Fix comment.
2006-12-05 corinna * dcrt0.cc (get_cygwin_startup_info): Change zeros...
2006-10-27 corinna * dcrt0.cc (__api_fatal): Drop spare argument to __sma...
2006-06-03 cgf* dcrt0.cc (dll_crt0_0): Call tty_list::init_session...
2006-06-03 cgf* cygheap.cc (init_cygheap::close_ctty): Remove obsolet...
2006-06-03 cgf* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regret...
2006-06-02 cgf* cygheap.cc (cygheap_fixup_in_child): Don't close... pre-ptymaster-archetype
2006-05-28 cgfwhite space
2006-05-25 cgf* cygtls.cc (_cygtls::call): Call call2 using _my_tls.
2006-05-16 cgf* sigproc.cc (no_signals_available): Detect hwait_sig...
2006-04-05 cgf* dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks...
2006-04-03 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
2006-04-03 cgf* dcrt0.cc (sm): Delete.
2006-03-29 cgf* dcrt0.cc (child_info_fork::handle_fork): Set uid...
2006-03-23 cgf* dcrt0.cc (child_info_spawn::handle_spawn): Don't...
2006-03-22 cgf* fhandler.cc (fcntl): Print flags in hex.
2006-03-21 cgf* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.
2006-03-20 cgf* child_info.h (child_status): New enum.
2006-03-20 cgf* dcrt0.cc (dll_crt0_0): Oops. We need to bother with...
2006-03-20 cgf* dcrt0.cc (dll_crt0_0): Don't bother with setting...
2006-03-18 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
2006-03-16 cgf* cygheap.cc (init_cygheap::manage_console_count):...
2006-03-15 cgf* child_info.h (child_info_fork::fork_retry): Declare...
2006-03-14 cgf* dcrt0.cc (main_environ): Initialize to &__cygwin_envi...
2006-03-13 cgf* child_info.h (child_info_fork::handle_failure): Decla...
2006-03-13 cgf* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_ini...
2006-03-12 cgf* cygtls.h (CYGTLS_INITIALIZED): Change to a little...
2006-02-20 cgfrevert erroneous checkin
2006-02-20 cgf* exceptions.cc (stackdump): Avoid dumping more than...
2006-02-06 cgfAlways zero all elements of siginfo_t throughout.
2006-01-10 corinna * dcrt0.cc (dll_crt0_0): Remove call to wincap.init.
2006-01-05 cgf* spawn.cc (spawn_guts): Invert the argument to set_con...
2006-01-02 cgf* dcrt0.cc (_dll_crt0): Move more leftover debugging...
2006-01-02 corinna Bump copyright dates.
2006-01-01 cgf* exceptions.cc (_cygtls::interrupt_setup): Implement...
2005-12-29 cgf*** cygwin DLL Changes:
2005-12-26 cgfwhite space
2005-12-26 cgf* dcrt0.cc (__api_fatal): Simplify to just use strace...
2005-12-17 cgf* winsup.h (child_copy): Change prototype to match...
2005-12-03 cgf* cygtls.h (_cygtls::el): New field.
2005-12-02 cgf* dcrt0.cc (getstack): Try harder to modify memory.
2005-11-28 corinna * autoload.cc (NtCreateSection): Define. after-mmap-revamp
2005-11-06 cgf* dcrt0.cc (dll_crt0_0): Initialize security data first...
2005-10-23 cgf* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record...
2005-10-17 cgfChange process_lock to lock_process throughout. Change...
2005-10-03 cgf* cygheap.h (class process_lock): New class.
2005-10-02 cgf* dcrt0.cc (get_exit_lock): Use myself.lock rather...
2005-09-30 cgf* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. ...
2005-09-28 cgf* dcrt0.cc (getstack): New function.
2005-09-23 cgf* cygheap.cc (cygheap_fixup_in_child): It's not just...
2005-09-20 cgf* dcrt0.cc (do_exit): Only call sigproc_terminate from...
2005-09-14 cgf* exceptions.cc (sigtid): Remove declaration.
2005-09-13 cgf* dcrt0.cc (do_exit): Rely on sigproc_terminate to...
2005-09-07 cgf* dcrt0.cc (initial_env): Don't attempt stracing if...
next