summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dll_init.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace cleanup.Christopher Faylor2000-10-281-2/+2
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+3
* * path.cc (readlink): Check if buffer length is positive. Truncate output toChristopher Faylor2000-09-041-1/+1
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * dll_init.cc (dll_list::alloc): Fix debugging output.Christopher Faylor2000-07-181-1/+1
* Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor2000-07-171-25/+27
* Update comments.Christopher Faylor2000-07-161-15/+14