summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shared.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen2008-04-181-37/+54
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * fhandler_socket.cc: Create shared objects session local throughout.Corinna Vinschen2008-03-271-2/+3
* * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen2007-12-051-1/+1
* * Makefile.in (DLL_OFILES): Remove delqueue.o.Corinna Vinschen2007-08-131-1/+0
* * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.Corinna Vinschen2007-06-271-6/+3
* * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen2007-03-291-5/+32
* * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen2007-02-231-3/+2
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-3/+2
* * child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor2006-12-111-6/+0
* * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen2006-10-311-1/+30
* * shared.cc (open_shared): Drop useless attempt from 2006-08-11.Corinna Vinschen2006-10-271-24/+0
* * shared.cc (open_shared): Desperately try to get shared memory, onlyCorinna Vinschen2006-08-111-0/+24
* * shared.cc (offsets): Define as offsets relative to cygwin_hmoduleCorinna Vinschen2006-07-261-22/+15
* * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members.Corinna Vinschen2006-07-261-30/+12
* * cygheap.cc (cygheap_init): Add GLOBAL_PRIV to hProcToken explicitelyCorinna Vinschen2005-09-271-7/+6
* * shared.cc (open_shared): Add crucial bit of debugging info.Christopher Faylor2005-09-231-1/+1
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* * shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor2005-05-041-11/+8
* * environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor2005-04-301-1/+4
* * shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor2005-04-281-17/+28
* * shared.cc (user_shared_initialize): Implement locking similar to shared_infoChristopher Faylor2005-04-231-1/+5
* * shared.cc (shared_info::initialize): Test previous version of shared memoryChristopher Faylor2005-04-211-9/+7
* copyrightChristopher Faylor2005-02-201-1/+2
* * pinfo.h (pinfo::init): Make third parameter non-optional and propagate changeChristopher Faylor2005-01-261-1/+1
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not alwaysChristopher Faylor2005-01-051-3/+3
* Update copyrights.Christopher Faylor2005-01-031-1/+1
* * shared.cc (open_shared): Don't attempt VirtualAlloc magic if first attempt toChristopher Faylor2005-01-021-2/+3
* 2004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-12-031-16/+14
* 2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-11-201-9/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-2/+2
* * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,Corinna Vinschen2004-03-261-0/+8
* * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen2003-12-011-5/+1
* * shared.cc (shared_name): Take into account the SE_CREATE_GLOBAL_NAMECorinna Vinschen2003-12-011-21/+17
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* * shared.cc (shared_info::initialize): Remove myself check since hMainProcChristopher Faylor2003-10-101-2/+1
* * dcrt0.cc (hMainProc): Initialize to useful value for use when dll isChristopher Faylor2003-10-081-1/+2
* 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-251-42/+43
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * shared.cc (user_shared_initialize): Revert length attribute for nameCorinna Vinschen2003-09-111-1/+1
* * shared_info.h (shared_info::initialize): Remove argument.Christopher Faylor2003-09-101-36/+11
* 2003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-101-27/+69
* * exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor2003-09-031-29/+37
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * shared.cc (shared_info::heap_chunk_size): Be really defensive about makingChristopher Faylor2003-06-051-0/+2
* * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen2003-05-211-6/+6
* * fhandler_socket.cc (SECRET_EVENT_NAME): Remove.Corinna Vinschen2003-05-201-1/+3