summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dll_init.cc
Commit message (Expand)AuthorAgeFilesLines
* * dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor2011-08-031-42/+42
* * dll_init.cc (dll_list::load_after_fork_impl): Add a hint to an error message.Christopher Faylor2011-08-011-1/+1
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * dll_init.cc (dll_list::append): Eliminate increment of unused tot variable.Christopher Faylor2011-05-301-1/+0
* * dll_init.cc (reserve_upto): Remove.Christopher Faylor2011-05-301-112/+121
* * dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor2011-05-301-26/+150
* * dll_init.cc (dll_list::alloc): Initialize dll::image_size.Christopher Faylor2011-05-281-6/+20
* Revert previous checkins as they introduced a bug when running zsh.Christopher Faylor2011-05-281-151/+13
* * dll_init.cc (reserve_upto): Remove.Christopher Faylor2011-05-281-6/+20
* * dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor2011-05-281-7/+131
* * dll_init.c (dll_list::load_after_fork): Don't clear in_forkee here.Christopher Faylor2011-05-281-1/+0
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-0/+16
* * dll_list::detach (dll_list::detach): Avoid doing anything with detach duringChristopher Faylor2011-05-041-1/+4
* * dll_init.cc (dll_global_dtors): Avoid calling destructors during failingChristopher Faylor2011-05-041-0/+5
* Eliminate trailing whitespace in some files.Christopher Faylor2011-05-021-0/+1
* * cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor2011-04-211-18/+28
* * dll_init.cc (reserve_at, release_at): New functions.Christopher Faylor2011-04-061-11/+61
* * dll_init.cc (dll::init): Accommodate ill-behaved dlls who don't fill outChristopher Faylor2011-03-271-1/+4
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-1/+1
* * dll_init.cc: Fix typo in comment.Christopher Faylor2011-02-081-1/+1
* * Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor2010-05-071-3/+6
* * dll_init.cc (dll_list::alloc): Add debugging assertion.Christopher Faylor2010-05-031-22/+25
* * globals.cc (exit_status): Add new ES_EXIT_STARTING enum.Christopher Faylor2010-03-281-2/+4
* Update some copyrights.Christopher Faylor2010-02-281-12/+4
* * cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor2010-02-261-1/+3
* * dll_init.cc (per_module::run_dtors): Use consistent method for runningChristopher Faylor2010-02-051-2/+2
* * dcrt0.cc (atexit_lock): Delete.Christopher Faylor2010-02-021-50/+30
* * dll_init.cc (remove_dll_atexit): New function.Christopher Faylor2010-01-291-0/+28
* * libc/strfmon.c (__setup_vars): Fix compiler warning about assigning constChristopher Faylor2010-01-291-1/+1
* * dll_init.h (has_dtors): New flag.Christopher Faylor2009-08-211-2/+4
* * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.Corinna Vinschen2009-08-131-0/+20
* * cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or weChristopher Faylor2009-07-171-6/+7
* * cygheap.h (mini_cygheap): New struct.Christopher Faylor2009-06-081-156/+41
* * dll_init.cc (dll_list::alloc): Allocate memory using a sectionCorinna Vinschen2009-06-071-25/+64
* * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY.Corinna Vinschen2009-06-061-34/+48
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-1/+1
* * dll_init.cc: Throughout convert to use long pathnames.Corinna Vinschen2008-08-131-13/+14
* * dll_init.cc (dll_global_dtors): Add an additional test to avoid walking theChristopher Faylor2008-08-051-3/+2
* Changes suggested by Dave Korn.Christopher Faylor2008-08-041-1/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-1/+0
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-1/+1
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-121-1/+1
* * cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor2006-06-021-8/+31
* * dll_init.cc (dll_dllcrt0): Previous change didn't work very well with fork.Christopher Faylor2006-05-271-2/+4
* add missing commentChristopher Faylor2006-05-271-0/+6
* * dll_init.cc (dll_dllcrt0): Call _my_tls.init_exception_handler if we'veChristopher Faylor2006-05-271-3/+5
* * dcrt0.cc (main_environ): Initialize to &__cygwin_environment.Christopher Faylor2006-03-141-1/+0
* * cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.Christopher Faylor2006-03-121-1/+6
* * cygtls.h (_cygtls::retaddr): New method.Christopher Faylor2006-03-081-5/+4
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-3/+1