aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dll_init.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-03forkables: inline dll_list::forkables_supportedMichael Haubenwallner1-2/+4
2019-02-03forkables: simplify disabling via shmMichael Haubenwallner1-14/+7
2019-02-03forkables: On fork failure, retry with hardlinks.Michael Haubenwallner1-0/+5
2019-02-03forkables: Create forkable hardlinks, yet unused.Michael Haubenwallner1-0/+50
2019-02-03dll_list: Track main executable and cygwin1.dll.Michael Haubenwallner1-0/+4
2019-02-03dll_list: Store dll file name as full NT path.Michael Haubenwallner1-3/+17
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-2/+2
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-5/+9
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-03-04 * dll_init.cc: Revert pathname changes from 2012-02-08.Corinna Vinschen1-0/+1
2012-02-09 * dll_init.h (struct dll): Re-add modname.Corinna Vinschen1-0/+1
2012-02-09*** empty log message ***Corinna Vinschen1-1/+1
2012-02-08 * dll_init.cc: Throughout, drop usage of modname in favor of name.Corinna Vinschen1-2/+0
2011-06-06whitespace eliminationChristopher Faylor1-1/+1
2011-05-30* dll_init.cc (dll_list::append): Eliminate increment of unused tot variable.Christopher Faylor1-2/+0
2011-05-30* dll_init.cc (reserve_upto): Remove.Christopher Faylor1-0/+3
2011-05-30* dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor1-0/+10
2011-05-28* dll_init.cc (dll_list::alloc): Initialize dll::image_size.Christopher Faylor1-0/+19
2011-05-28Revert previous checkins as they introduced a bug when running zsh.Christopher Faylor1-30/+0
2011-05-28* dll_init.cc (reserve_upto): Remove.Christopher Faylor1-0/+1
2011-05-28* dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor1-0/+29
2011-04-21* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor1-0/+10
2010-02-02* dcrt0.cc (atexit_lock): Delete.Christopher Faylor1-0/+6
2009-08-21* dll_init.h (has_dtors): New flag.Christopher Faylor1-0/+9
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor1-3/+2
2009-06-06 * dll_init.h (struct dll): Set size of name element to ANYSIZE_ARRAY.Corinna Vinschen1-2/+3
2008-08-13 * dll_init.cc: Throughout convert to use long pathnames.Corinna Vinschen1-2/+2
2008-08-04Changes suggested by Dave Korn.Christopher Faylor1-0/+1
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-1/+1
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen1-1/+1
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor1-0/+1
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen1-1/+1
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+1
2002-11-14* dll_init.cc (dll_list::detach): Eliminate reliance on passed in dll address.Christopher Faylor1-1/+1
2002-04-19revert patchChristopher Faylor1-1/+0
2002-04-192002-04-16 Thomas Pfaff <tpfaff@gmx.net>Robert Collins1-0/+1
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor1-6/+6
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2000-07-15* hinfo.cc (hinfo::linearize_fd_array): Make max_used_fd an int so that we canChristopher Faylor1-79/+68
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+102