aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dll_init.cc
AgeCommit message (Expand)AuthorFilesLines
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-1/+1
2011-02-08* dll_init.cc: Fix typo in comment.Christopher Faylor1-1/+1
2010-05-07* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor1-3/+6
2010-05-03* dll_init.cc (dll_list::alloc): Add debugging assertion.Christopher Faylor1-22/+25
2010-03-28* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.Christopher Faylor1-2/+4
2010-02-28Update some copyrights.Christopher Faylor1-12/+4
2010-02-26* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor1-1/+3
2010-02-05* dll_init.cc (per_module::run_dtors): Use consistent method for runningChristopher Faylor1-2/+2
2010-02-02* dcrt0.cc (atexit_lock): Delete.Christopher Faylor1-50/+30
2010-01-29* dll_init.cc (remove_dll_atexit): New function.Christopher Faylor1-0/+28
2010-01-29* libc/strfmon.c (__setup_vars): Fix compiler warning about assigning constChristopher Faylor1-1/+1
2009-08-21* dll_init.h (has_dtors): New flag.Christopher Faylor1-2/+4
2009-08-13 * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen1-0/+20
2009-07-17* cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or weChristopher Faylor1-6/+7
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor1-156/+41
2009-06-07 * dll_init.cc (dll_list::alloc): Allocate memory using a sectionCorinna Vinschen1-25/+64
2009-06-06 * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY.Corinna Vinschen1-34/+48
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-1/+1
2008-08-13 * dll_init.cc: Throughout convert to use long pathnames.Corinna Vinschen1-13/+14
2008-08-05* dll_init.cc (dll_global_dtors): Add an additional test to avoid walking theChristopher Faylor1-3/+2
2008-08-04Changes suggested by Dave Korn.Christopher Faylor1-1/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-1/+0
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-1/+1
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen1-1/+1
2006-06-02* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor1-8/+31
2006-05-27* dll_init.cc (dll_dllcrt0): Previous change didn't work very well with fork.Christopher Faylor1-2/+4
2006-05-27add missing commentChristopher Faylor1-0/+6
2006-05-27* dll_init.cc (dll_dllcrt0): Call _my_tls.init_exception_handler if we'veChristopher Faylor1-3/+5
2006-03-14* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor1-1/+0
2006-03-12* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor1-1/+6
2006-03-08* cygtls.h (_cygtls::retaddr): New method.Christopher Faylor1-5/+4
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-3/+1
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor1-10/+8
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen1-1/+1
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor1-4/+5
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-2/+2
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-1/+1
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-03-02* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor1-5/+0
2003-03-02* dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibraryChristopher Faylor1-1/+1
2003-03-01* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.Christopher Faylor1-3/+14
2002-11-14* dll_init.cc (dll_list::detach): Eliminate reliance on passed in dll address.Christopher Faylor1-17/+26
2002-11-02spaceChristopher Faylor1-1/+1
2002-10-22* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor1-2/+4
2002-10-14* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor1-3/+5
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor1-1/+1
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-1/+1