summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shared.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * shared.cc (shared_info::heap_chunk_size): Use correct variable when readingChristopher Faylor2003-01-311-1/+1
* spaceChristopher Faylor2002-11-021-1/+1
* * shared.cc (shared_info::initialize): Use correct value for versionChristopher Faylor2002-10-231-1/+1
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-221-35/+35
* Change _function() to function() throughout.Christopher Faylor2002-10-211-4/+4
* Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor2002-10-201-1/+2
* * dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.Christopher Faylor2002-10-191-0/+4
* * fork.cc (fork_child): Move mmap initialization.Christopher Faylor2002-10-181-8/+16
* * shared.cc (open_shared): Revert to "old" method for shared memory location ifChristopher Faylor2002-10-151-11/+22
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-151-8/+47
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-4/+4
* * cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor2002-10-131-9/+0
* Cleanup calls to CreateFile throughout.Christopher Faylor2002-09-191-7/+3
* * dcrt0.cc (dll_crt0_1): Remove getpagesize() call.Christopher Faylor2002-09-021-0/+1
* * Makefile.in (cygcheck.exe): Make a -mno-cygwin program.Christopher Faylor2002-08-261-1/+1
* Conrad Scott <conrad.scott@dsl.pipex.comChristopher Faylor2002-08-061-1/+1
* * dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor2002-07-141-2/+0
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-2/+4
* * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen2002-07-011-96/+0
* * 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-1/+0
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * shared.cc (__sec_user): Split into sec_acl() and call orig_sid().Corinna Vinschen2002-05-131-42/+35
* * fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor2002-02-191-10/+1
* * times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor2002-02-171-2/+2
* whitespace cleanupChristopher Faylor2002-02-161-22/+21
* * cygmagic: Add define name to warning.Christopher Faylor2001-12-261-4/+16
* * Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor2001-12-261-10/+7
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* * Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor2001-10-241-3/+8
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-0/+2
* * uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor2001-10-091-4/+1
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1