summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dll_init.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor2005-04-141-10/+8
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-1/+1
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-4/+5
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-2/+2
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-1/+1
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor2003-03-021-5/+0
* * dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibraryChristopher Faylor2003-03-021-1/+1
* * cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.Christopher Faylor2003-03-011-3/+14
* * dll_init.cc (dll_list::detach): Eliminate reliance on passed in dll address.Christopher Faylor2002-11-141-17/+26
* spaceChristopher Faylor2002-11-021-1/+1
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-221-2/+4
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-3/+5
* Remove \n from calls to strace class printfs throughout.Christopher Faylor2002-09-301-1/+1
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-1/+1
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-0/+4
* * dll_init.cc (dll_list::init): Eliminate unneeded debugging statement.Christopher Faylor2002-05-311-1/+0
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* revert patchChristopher Faylor2002-04-191-7/+0
* 2002-04-16 Thomas Pfaff <tpfaff@gmx.net>Robert Collins2002-04-191-0/+7
* * dll_init.cc (dll_list::alloc): Increase retry count to 1000.Christopher Faylor2001-10-211-1/+1
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-0/+1
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-1/+5
* Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor2001-09-061-1/+1
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-2/+2