summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dll_init.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* cygwin: Fix copyright datesCorinna Vinschen2015-07-291-1/+1
* Reduce stack pressure throughout CygwinCorinna Vinschen2015-07-191-2/+7
* * dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.Corinna Vinschen2014-10-101-1/+1
* * common.din (__cxa_finalize): Export.Yaakov Selkowitz2014-08-071-2/+2
* * dll_init.cc (dll_list::alloc): Fix buffer overrun (CID 59940).Corinna Vinschen2014-06-231-1/+1
* * dll_init.cc (dll_list::topsort): Fix early-return condition toCorinna Vinschen2013-05-271-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-32/+38
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* whitespace cleanupChristopher Faylor2012-08-161-2/+2
* * dll_init.cc (dll_list::alloc): Take long UNC paths into account.Corinna Vinschen2012-07-021-1/+8
* * dll_init.cc (dll_list::operator[]): Extend comment a bit more toCorinna Vinschen2012-03-051-1/+16
* * dll_init.cc (dll_list::alloc): Compare linked DLLs by basename only.Corinna Vinschen2012-03-041-4/+30
* * dll_init.cc: Revert pathname changes from 2012-02-08.Corinna Vinschen2012-03-041-13/+48
* * dll_init.h (struct dll): Re-add modname.Corinna Vinschen2012-02-091-28/+26
* * dll_init.cc: Throughout, drop usage of modname in favor of name.Corinna Vinschen2012-02-081-48/+29
* * dll_init.cc (dll_list::alloc): Add DLL name to fabort output. FixCorinna Vinschen2012-02-081-8/+8
* * dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor2011-12-081-10/+4
* * sync.cc: Fix comment.Christopher Faylor2011-11-291-1/+1
* * 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