summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shm.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* cygwin: export __getpagesizeYaakov Selkowitz2016-03-291-0/+4
* Don't rely on size argument in shmget callCorinna Vinschen2015-04-231-1/+8
* * msg.cc: Throughout, drop raising SIGSYS if cygserver is not running.Corinna Vinschen2015-03-031-10/+2
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-27/+31
* * cygserver_ipc.h (ipc_set_proc_info): Add bool parameter to specifyCorinna Vinschen2014-04-071-2/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-7/+8
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+1
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-2/+2
* * shm.cc (struct shm_attached_list): Convert access type to ULONG.Corinna Vinschen2009-03-311-13/+21
* ChangeLog:Corinna Vinschen2009-01-211-27/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-5/+0
* * shm.cc: Include sync.hCorinna Vinschen2007-11-061-21/+51
* * shm.cc (shmctl): On IPC_RMID don't unmap views and don't close handleCorinna Vinschen2007-11-051-10/+8
* * shm.cc (shmctl): On IPC_RMID also unmap all views on shared memCorinna Vinschen2007-11-051-0/+13
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-22/+4
* * shm.cc: Whitespace fixes.Corinna Vinschen2004-07-201-8/+8
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-18/+18
* * shm.cc (shmat): If shmid is unknown, call a special variationCorinna Vinschen2004-03-301-3/+20
* * shm.cc (shmat): Return (void *) -1 on error instead of NULL.Corinna Vinschen2004-03-281-6/+6
* * sem.cc (semget): Fix debug string.Corinna Vinschen2004-03-261-5/+5
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-4/+0
* * sem.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.Christopher Faylor2003-11-211-0/+1
* * msg.cc (msgctl): Raise SIGSYS if call not available.Corinna Vinschen2003-11-201-0/+12
* * cygserver.h (client_request::request_code_t): AddCorinna Vinschen2003-11-191-608/+257
* * Makefile.in: Add $(LIBSERVER) rule.Corinna Vinschen2003-10-221-45/+65
* change copyrightChristopher Faylor2003-08-311-1/+1
* Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor2003-08-251-2/+2
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-1/+2
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* Switch to 32/64 datatypes:Corinna Vinschen2003-03-091-8/+8
* 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott2002-09-221-458/+593
* * cygwin_ipc.h: Move to "include/cygwin/ipc.h".Conrad Scott2002-09-211-1/+1
* Use cygwin_{shm,ipc}.h instead of /sys/{shm,ipc}.h throughout.Christopher Faylor2002-06-231-1/+1
* * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen2002-06-061-1/+1
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen2002-05-291-3/+3
* Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen2002-05-281-3/+3
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-19/+19
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* 2002-03-05 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-03-051-0/+2
* 2002-03-04 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-03-041-2/+31
* 2002-03-04 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-03-041-4/+32
* 2002-03-03 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-03-031-2/+3
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-0/+499