index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
dll_init.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: dlfcn: Fix reference counting
Corinna Vinschen
2017-03-21
1
-26
/
+23
*
Preserve order of dlopen'd modules in dll_list::topsort
newlib-snapshot-20170228
David Allsopp
2017-02-28
1
-5
/
+48
*
Fix various OS-related comments
Corinna Vinschen
2016-06-24
1
-7
/
+6
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
cygwin: Fix copyright dates
Corinna Vinschen
2015-07-29
1
-1
/
+1
*
Reduce stack pressure throughout Cygwin
Corinna Vinschen
2015-07-19
1
-2
/
+7
*
* dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.
Corinna Vinschen
2014-10-10
1
-1
/
+1
*
* common.din (__cxa_finalize): Export.
Yaakov Selkowitz
2014-08-07
1
-2
/
+2
*
* dll_init.cc (dll_list::alloc): Fix buffer overrun (CID 59940).
Corinna Vinschen
2014-06-23
1
-1
/
+1
*
* dll_init.cc (dll_list::topsort): Fix early-return condition to
Corinna Vinschen
2013-05-27
1
-1
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-32
/
+38
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
whitespace cleanup
Christopher Faylor
2012-08-16
1
-2
/
+2
*
* dll_init.cc (dll_list::alloc): Take long UNC paths into account.
Corinna Vinschen
2012-07-02
1
-1
/
+8
*
* dll_init.cc (dll_list::operator[]): Extend comment a bit more to
Corinna Vinschen
2012-03-05
1
-1
/
+16
*
* dll_init.cc (dll_list::alloc): Compare linked DLLs by basename only.
Corinna Vinschen
2012-03-04
1
-4
/
+30
*
* dll_init.cc: Revert pathname changes from 2012-02-08.
Corinna Vinschen
2012-03-04
1
-13
/
+48
*
* dll_init.h (struct dll): Re-add modname.
Corinna Vinschen
2012-02-09
1
-28
/
+26
*
* dll_init.cc: Throughout, drop usage of modname in favor of name.
Corinna Vinschen
2012-02-08
1
-48
/
+29
*
* dll_init.cc (dll_list::alloc): Add DLL name to fabort output. Fix
Corinna Vinschen
2012-02-08
1
-8
/
+8
*
* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we're
Christopher Faylor
2011-12-08
1
-10
/
+4
*
* sync.cc: Fix comment.
Christopher Faylor
2011-11-29
1
-1
/
+1
*
* dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort where
Christopher Faylor
2011-08-03
1
-42
/
+42
*
* dll_init.cc (dll_list::load_after_fork_impl): Add a hint to an error message.
Christopher Faylor
2011-08-01
1
-1
/
+1
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-1
/
+1
*
* dll_init.cc (dll_list::append): Eliminate increment of unused tot variable.
Christopher Faylor
2011-05-30
1
-1
/
+0
*
* dll_init.cc (reserve_upto): Remove.
Christopher Faylor
2011-05-30
1
-112
/
+121
*
* dll_init.cc (dll_list::find_by_modname): New function to search the dll list
Christopher Faylor
2011-05-30
1
-26
/
+150
*
* dll_init.cc (dll_list::alloc): Initialize dll::image_size.
Christopher Faylor
2011-05-28
1
-6
/
+20
*
Revert previous checkins as they introduced a bug when running zsh.
Christopher Faylor
2011-05-28
1
-151
/
+13
*
* dll_init.cc (reserve_upto): Remove.
Christopher Faylor
2011-05-28
1
-6
/
+20
*
* dll_init.cc (dll_list::find_by_modname): New function to search the dll list
Christopher Faylor
2011-05-28
1
-7
/
+131
*
* dll_init.c (dll_list::load_after_fork): Don't clear in_forkee here.
Christopher Faylor
2011-05-28
1
-1
/
+0
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-0
/
+16
*
* dll_list::detach (dll_list::detach): Avoid doing anything with detach during
Christopher Faylor
2011-05-04
1
-1
/
+4
*
* dll_init.cc (dll_global_dtors): Avoid calling destructors during failing
Christopher Faylor
2011-05-04
1
-0
/
+5
*
Eliminate trailing whitespace in some files.
Christopher Faylor
2011-05-02
1
-0
/
+1
*
* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since they
Christopher Faylor
2011-04-21
1
-18
/
+28
*
* dll_init.cc (reserve_at, release_at): New functions.
Christopher Faylor
2011-04-06
1
-11
/
+61
*
* dll_init.cc (dll::init): Accommodate ill-behaved dlls who don't fill out
Christopher Faylor
2011-03-27
1
-1
/
+4
*
* Throughout fix copyright dates.
Corinna Vinschen
2011-02-15
1
-1
/
+1
*
* dll_init.cc: Fix typo in comment.
Christopher Faylor
2011-02-08
1
-1
/
+1
*
* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.
Christopher Faylor
2010-05-07
1
-3
/
+6
*
* dll_init.cc (dll_list::alloc): Add debugging assertion.
Christopher Faylor
2010-05-03
1
-22
/
+25
*
* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.
Christopher Faylor
2010-03-28
1
-2
/
+4
*
Update some copyrights.
Christopher Faylor
2010-02-28
1
-12
/
+4
*
* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.
Christopher Faylor
2010-02-26
1
-1
/
+3
*
* dll_init.cc (per_module::run_dtors): Use consistent method for running
Christopher Faylor
2010-02-05
1
-2
/
+2
*
* dcrt0.cc (atexit_lock): Delete.
Christopher Faylor
2010-02-02
1
-50
/
+30
*
* dll_init.cc (remove_dll_atexit): New function.
Christopher Faylor
2010-01-29
1
-0
/
+28
[next]