summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.h
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* * sigproc.h (no_thread_exit_protect): New class.Christopher Faylor2014-03-171-0/+16
* * sigproc.h (hold_everything::ischild): Declare as reference.Christopher Faylor2013-09-251-2/+2
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-1/+1
* * cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor2013-04-091-1/+1
* * DevNotes: Add entry cgf-000022.Christopher Faylor2013-01-311-1/+0
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-18/+15
* * exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor2013-01-141-3/+0
* update copyrightChristopher Faylor2013-01-021-1/+1
* * cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor2013-01-021-3/+2
* * DevNotes: Add entry cgf-000019.Christopher Faylor2012-12-281-0/+1
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-211-1/+3
* * DevNotes: Add entry cgf-000018.Christopher Faylor2012-12-211-3/+1
* * DevNotes: Add entry cgf-000017.Christopher Faylor2012-12-211-1/+3
* * sigproc.h (sig_send): Accept tid as argument #3. Default to NULL.Christopher Faylor2012-12-101-1/+1
* * sigproc.h (sigpacket): Remove parameter names from declarations.Christopher Faylor2012-12-071-3/+3
* * DevNotes: Add entry cgf-000016.Christopher Faylor2012-08-171-0/+2
* * exceptions.cc (sigdelayed): Move declaration to sigproc.h.Christopher Faylor2012-08-151-0/+2
* * cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor2012-07-301-2/+0
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-6/+3
* Revert errneous checkin.Christopher Faylor2012-06-191-0/+2
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-2/+0
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-27/+0
* * pinfo.cc (pinfo_init): Cosmetic change: unset "destroy" for myself.Christopher Faylor2012-03-201-1/+0
* * fork.cc (lock_signals): Move to sigproc.h.Christopher Faylor2012-03-161-0/+78
* Update copyright on all files checked in so far this year.Christopher Faylor2012-01-111-5/+3
* * exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor2011-12-161-6/+3
* * dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor2011-12-131-1/+1
* * cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor2011-12-131-4/+15
* * select.cc (select_stuff::wait): Very minor formatting fix.Christopher Faylor2011-12-111-18/+8
* * sigproc.h (cygwait): Delete duplicate va_start and add matching va_end.Christopher Faylor2011-12-101-1/+3
* Clarify entryChristopher Faylor2011-12-101-3/+2
* Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor2011-12-091-2/+14
* * sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor2011-12-041-4/+5
* * sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN" #ifdef.Christopher Faylor2011-12-041-15/+15
* * exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor2011-12-041-1/+15
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-4/+6
* * child_info.h (cchildren): New struct.Christopher Faylor2011-10-261-4/+5
* Fix copyright.Corinna Vinschen2011-10-071-1/+2
* * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRPCorinna Vinschen2011-10-061-1/+2
* * cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor2010-09-011-3/+0
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-1/+1
* * sigproc.cc (waitq_head): Don't initialize to zero.Christopher Faylor2006-07-141-2/+2
* * dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor2006-03-291-1/+1
* * cygtls.h (struct _cygtls::thread_handle): Remove/revert.Christopher Faylor2005-09-231-0/+1
* * sigproc.h: Protect declaration so that it only happens whenChristopher Faylor2005-09-141-0/+2
* * exceptions.cc (sigtid): Remove declaration.Christopher Faylor2005-09-141-1/+1
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-1/+2
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-2/+1
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-1/+2