aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/shared.cc
AgeCommit message (Expand)AuthorFilesLines
2008-11-26Remove unneeded whitespace.Christopher Faylor1-7/+7
2008-07-27* dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor1-22/+21
2008-07-27* shared_info.h (shared_destroy): Declare.Christopher Faylor1-0/+9
2008-07-25 * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen1-13/+20
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen1-3/+50
2008-07-16 Add case-sensitivity.Corinna Vinschen1-0/+21
2008-07-15 * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.Corinna Vinschen1-4/+2
2008-05-23 * shared.cc (open_shared): Fix comments. Fix a condition which hasCorinna Vinschen1-3/+2
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen1-19/+46
2008-04-18 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen1-37/+54
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-6/+0
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-0/+1
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-27 * fhandler_socket.cc: Create shared objects session local throughout.Corinna Vinschen1-2/+3
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen1-1/+1
2007-08-13 * Makefile.in (DLL_OFILES): Remove delqueue.o.Corinna Vinschen1-1/+0
2007-06-27 * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.Corinna Vinschen1-6/+3
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen1-5/+32
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen1-3/+2
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen1-3/+2
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor1-6/+0
2006-10-31 * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen1-1/+30
2006-10-27 * shared.cc (open_shared): Drop useless attempt from 2006-08-11.Corinna Vinschen1-24/+0
2006-08-11 * shared.cc (open_shared): Desperately try to get shared memory, onlyCorinna Vinschen1-0/+24
2006-07-26 * shared.cc (offsets): Define as offsets relative to cygwin_hmoduleCorinna Vinschen1-22/+15
2006-07-26 * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members.Corinna Vinschen1-30/+12
2005-09-27 * cygheap.cc (cygheap_init): Add GLOBAL_PRIV to hProcToken explicitelyCorinna Vinschen1-7/+6
2005-09-23* shared.cc (open_shared): Add crucial bit of debugging info.Christopher Faylor1-1/+1
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-05-04* shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor1-11/+8
2005-04-30* environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor1-1/+4
2005-04-28* shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor1-17/+28
2005-04-23* shared.cc (user_shared_initialize): Implement locking similar to shared_infoChristopher Faylor1-1/+5
2005-04-21* shared.cc (shared_info::initialize): Test previous version of shared memoryChristopher Faylor1-9/+7
2005-02-20copyrightChristopher Faylor1-1/+2
2005-01-26* pinfo.h (pinfo::init): Make third parameter non-optional and propagate changeChristopher Faylor1-1/+1
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2005-01-05* dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not alwaysChristopher Faylor1-3/+3
2005-01-03Update copyrights.Christopher Faylor1-1/+1
2005-01-02* shared.cc (open_shared): Don't attempt VirtualAlloc magic if first attempt toChristopher Faylor1-2/+3
2004-12-032004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-16/+14
2004-11-202004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-9/+1
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-2/+2
2004-03-26 * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,Corinna Vinschen1-0/+8
2003-12-01 * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen1-5/+1
2003-12-01 * shared.cc (shared_name): Take into account the SE_CREATE_GLOBAL_NAMECorinna Vinschen1-21/+17
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+1
2003-10-10* shared.cc (shared_info::initialize): Remove myself check since hMainProcChristopher Faylor1-2/+1
2003-10-08* dcrt0.cc (hMainProc): Initialize to useful value for use when dll isChristopher Faylor1-1/+2
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-42/+43