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