aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/shm.cc
AgeCommit message (Expand)AuthorFilesLines
2004-07-20 * shm.cc: Whitespace fixes.Corinna Vinschen1-8/+8
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-18/+18
2004-03-30 * shm.cc (shmat): If shmid is unknown, call a special variationCorinna Vinschen1-3/+20
2004-03-28 * shm.cc (shmat): Return (void *) -1 on error instead of NULL.Corinna Vinschen1-6/+6
2004-03-26 * sem.cc (semget): Fix debug string.Corinna Vinschen1-5/+5
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-4/+0
2003-11-21* sem.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.Christopher Faylor1-0/+1
2003-11-20 * msg.cc (msgctl): Raise SIGSYS if call not available.Corinna Vinschen1-0/+12
2003-11-19 * cygserver.h (client_request::request_code_t): AddCorinna Vinschen1-608/+257
2003-10-22 * Makefile.in: Add $(LIBSERVER) rule.Corinna Vinschen1-45/+65
2003-08-31change copyrightChristopher Faylor1-1/+1
2003-08-25Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor1-2/+2
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor1-1/+2
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-03-09 Switch to 32/64 datatypes:Corinna Vinschen1-8/+8
2002-09-222002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott1-458/+593
2002-09-21 * cygwin_ipc.h: Move to "include/cygwin/ipc.h".Conrad Scott1-1/+1
2002-06-23Use cygwin_{shm,ipc}.h instead of /sys/{shm,ipc}.h throughout.Christopher Faylor1-1/+1
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen1-1/+1
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen1-3/+3
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen1-3/+3
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-19/+19
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-03-052002-03-05 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+2
2002-03-042002-03-04 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-2/+31
2002-03-042002-03-04 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-4/+32
2002-03-032002-03-03 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-2/+3
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+499