summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sem.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* * msg.cc: Throughout, drop raising SIGSYS if cygserver is not running.Corinna Vinschen2015-03-031-7/+1
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-23/+29
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-5/+5
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+1
* ChangeLog:Corinna Vinschen2009-01-211-21/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-17/+5
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-3/+3
* * sem.cc (semget): Fix debug string.Corinna Vinschen2004-03-261-2/+2
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-3/+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/+9
* * cygserver.h (client_request::request_code_t): AddCorinna Vinschen2003-11-191-7/+136
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott2002-09-221-0/+41