summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/cygwin/signal.h
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* cygwin: accept SIGIOT as alias of SIGABRTYaakov Selkowitz2016-02-181-0/+1
* Return unique inode numbers when calling stat/fstat on pipes and IP socketsCorinna Vinschen2016-01-111-1/+1
* FreeBSD compatibility for <sys/select.h>Sebastian Huber2015-12-141-8/+0
* Lower Cygwin's MINSIGSTKSZ and SIGSTKSZCorinna Vinschen2015-07-191-6/+4
* Define larger MINSIGSTKSZ and SIGSTKSZ values for CygwinCorinna Vinschen2015-06-261-0/+7
* Complement SIGEV_* enums with macrosKen Brown2015-06-231-0/+4
* Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as wellCorinna Vinschen2015-06-201-3/+0
* Preliminary infrastructure to implement alternate stackCorinna Vinschen2015-06-191-0/+6
* Try to make sure struct _mcontext is 16-byte alignedJon TURNEY2015-04-231-1/+1
* Rename struct ucontext to struct __mcontextJon TURNEY2015-04-231-9/+19
* Prepare to rename/reuse struct ucontext.Corinna Vinschen2015-04-231-2/+4
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-37/+139
* * DevNotes: Add entry cgf-000022.Christopher Faylor2013-01-311-20/+32
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+2
* * cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor2013-01-021-3/+8
* * include/cygwin/signal.h (sigset_t): Define here.Corinna Vinschen2012-10-261-0/+2
* * cygwin.din (psiginfo): Export.Yaakov Selkowitz2011-05-041-1/+4
* * include/cygwin/signal.h: Define SIGPWR as synonym for SIGLOST.Yaakov Selkowitz2010-02-261-0/+1
* * cygwin.din (sys_sigabbrev): Add this here.Christopher Faylor2008-09-111-0/+4
* * cygwin/strsig.cc (__signals): New macro.Christopher Faylor2007-07-101-0/+2
* * include/cygwin/signal.h: Add __extension__ to various anonymous unions andChristopher Faylor2006-11-271-5/+5
* * sigproc.cc (sigalloc): Don't set SA_RESTART here.Christopher Faylor2006-03-231-0/+4
* * cygwin.din: Export sigignore and sigset.Corinna Vinschen2006-02-161-0/+5
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-8/+41
* Bump copyright dates.Corinna Vinschen2006-01-021-1/+1
* * exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.Christopher Faylor2006-01-011-0/+2
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-031-2/+2
* * include/cygwin/signal.h: Add missing sigrelse prototype.Corinna Vinschen2005-11-101-0/+1
* Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor2005-09-281-0/+15
* fix erroneous checkinChristopher Faylor2004-10-041-1/+1
* * include/cygwin/signal.h: Add siginterrupt definition.Christopher Faylor2004-10-041-1/+2
* * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor2004-02-261-0/+2
* * Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor2004-02-031-1/+5
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-33/+50
* * include/cygwin/signal.h: New file.Christopher Faylor2003-11-281-0/+191