OSDN Git Service

* exceptions.cc (set_signal_mask): Remove useless debugging output.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / dll_init.cc
2011-12-08 cgf* dll_init.cc (dll_dllcrt0): Don't try to initialize...
2011-11-29 cgf* sync.cc: Fix comment.
2011-08-03 cgf* dll_init.cc: Use fabort in favor of api_fatal and...
2011-08-01 cgf* dll_init.cc (dll_list::load_after_fork_impl): Add...
2011-06-06 cgfwhitespace elimination
2011-05-30 cgf* dll_init.cc (dll_list::append): Eliminate increment...
2011-05-30 cgf* dll_init.cc (reserve_upto): Remove.
2011-05-30 cgf* dll_init.cc (dll_list::find_by_modname): New function...
2011-05-28 cgf* dll_init.cc (dll_list::alloc): Initialize dll::image_...
2011-05-28 cgfRevert previous checkins as they introduced a bug when...
2011-05-28 cgf* dll_init.cc (reserve_upto): Remove.
2011-05-28 cgf* dll_init.cc (dll_list::find_by_modname): New function...
2011-05-28 cgf* dll_init.c (dll_list::load_after_fork): Don't clear...
2011-05-28 cgf* autoload.cc: Call _api_fatal in asm.
2011-05-04 cgf* dll_list::detach (dll_list::detach): Avoid doing...
2011-05-04 cgf* dll_init.cc (dll_global_dtors): Avoid calling destruc...
2011-05-02 cgfEliminate trailing whitespace in some files.
2011-04-21 cgf* cygheap.cc (init_cygheap::close_ctty): Avoid closing...
2011-04-06 cgf* dll_init.cc (reserve_at, release_at): New functions.
2011-03-27 cgf* dll_init.cc (dll::init): Accommodate ill-behaved...
2011-02-15 corinna * Throughout fix copyright dates.
2011-02-08 cgf* dll_init.cc: Fix typo in comment.
2010-05-07 cgf* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.
2010-05-03 cgf* dll_init.cc (dll_list::alloc): Add debugging assertion.
2010-03-28 cgf* globals.cc (exit_status): Add new ES_EXIT_STARTING...
2010-02-28 cgfUpdate some copyrights.
2010-02-26 cgf* cygtls.h (_cygtls::init_exception_handler): Eliminate...
2010-02-05 cgf* dll_init.cc (per_module::run_dtors): Use consistent...
2010-02-02 cgf* dcrt0.cc (atexit_lock): Delete.
2010-01-29 cgf* dll_init.cc (remove_dll_atexit): New function.
2010-01-29 cgf* libc/strfmon.c (__setup_vars): Fix compiler warning...
2009-08-21 cgf* dll_init.h (has_dtors): New flag.
2009-08-13 corinna * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.
2009-07-17 cgf* cygtls.cc (_cygtls::init_exception_handler): Test...
2009-06-08 cgf* cygheap.h (mini_cygheap): New struct.
2009-06-07 corinna * dll_init.cc (dll_list::alloc): Allocate memory using...
2009-06-06 corinna * dll_init.h (struct dll): Set size of name element...
2008-09-11 cgf* cygheap.cc (creturn): Reorganize to avoid a new compi...
2008-08-13 corinna * dll_init.cc: Throughout convert to use long pathnames.
2008-08-05 cgf* dll_init.cc (dll_global_dtors): Add an additional...
2008-08-04 cgfChanges suggested by Dave Korn.
2008-04-07 cgfRemove unneeded header files from source files throughout.
2008-02-14 corinna * cygheap.cc (cwcsdup): New function.
2007-12-12 corinna * dcrt0.cc: Include string.h.
2006-06-02 cgf* cygheap.cc (cygheap_fixup_in_child): Don't close... pre-ptymaster-archetype
2006-05-27 cgf* dll_init.cc (dll_dllcrt0): Previous change didn't...
2006-05-27 cgfadd missing comment
2006-05-27 cgf* dll_init.cc (dll_dllcrt0): Call _my_tls.init_exceptio...
2006-03-14 cgf* dcrt0.cc (main_environ): Initialize to &__cygwin_envi...
2006-03-12 cgf* cygtls.h (CYGTLS_INITIALIZED): Change to a little...
2006-03-08 cgf* cygtls.h (_cygtls::retaddr): New method.
2005-12-29 cgf*** cygwin DLL Changes:
2005-04-14 cgf* dcrt0.cc (do_global_dtors): Run DLL dtors.
2005-04-03 corinna Unify usage of CYG_MAX_PATH throughout. Change buffer...
2004-02-13 cgf* Makefile.in (clean): Remove sigfe.s.
2004-02-12 cgfRename _threadinfo to _cygtls, throughout.
2004-02-09 cgf* debug.h (console_printf): Define for non-debugging...
2004-01-14 cgf* cygtls.h (_threadinfo::call): Remove regparm declarat...
2003-11-14 rbcollins2003-11-11 Robert Collins <rbtcollins@hotmail.com>
2003-09-25 cgf* devices.cc: New file.
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-03-02 cgf* dll_init.cc (dll_list::load_after_fork): Don't revert...
2003-03-02 cgf* dll_init.cc (dll_list::load_after_fork): Fix typo...
2003-03-01 cgf* cygwin.din: Wrap atexit and exit with cygwin, thread...
2002-11-14 cgf* dll_init.cc (dll_list::detach): Eliminate reliance...
2002-11-02 cgfspace
2002-10-22 cgf* cygheap.cc (cygheap_fixup_in_child): Use user_heap...
2002-10-14 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2002-09-30 cgfRemove \n from calls to strace class printfs throughout.
2002-09-23 cgfMore GNUify non-GNU formatted functions calls throughout.
2002-06-05 cgf* dtable.cc (handle_to_fn): Attempt to handle "raw...
2002-06-02 cgfRemove unneeded sigproc.h includes throughout.
2002-05-31 cgf* dll_init.cc (dll_list::init): Eliminate unneeded...
2002-05-25 cgfRemove unneeded sync.h, where appropriate, throughout...
2002-04-19 cgfrevert patch
2002-04-19 rbcollins2002-04-16 Thomas Pfaff <tpfaff@gmx.net>
2001-10-21 cgf* dll_init.cc (dll_list::alloc): Increase retry count...
2001-10-15 cgf* fhandler.cc (fhandler_base::fork_fixup): Don't protec...
2001-10-01 cgfAdd "path.h" include throughout, where needed. Use...
2001-09-11 cgfUpdate copyrights.
2001-09-07 cgf* cygheap.h (init_cygheap): Move heap pointers here.
2001-09-06 cgfMove appropriate variables to NO_COPY segment, throughout.
2001-09-06 cgfRemove initialization of static or global values to...
2000-10-28 cgfWhitespace cleanup.
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-04 cgf* path.cc (readlink): Check if buffer length is positiv...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-18 cgf* dll_init.cc (dll_list::alloc): Fix debugging output.
2000-07-17 cgfThroughout, eliminate third argument to path_conv and...
2000-07-16 cgfUpdate comments.
2000-07-15 cgf* dll_init.cc (dll_list::alloc): Round correctly. ...
2000-07-15 cgf* hinfo.cc (hinfo::linearize_fd_array): Make max_used_f...
2000-07-12 cgf* debug.cc (thread_stub): Use impure_ptr in place of...
2000-07-05 cgf* dcrt0.cc (__cygwin_user_data): Initialize.
2000-02-17 cgfInitial revision