aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-6/+3
2012-06-19Revert errneous checkin.Christopher Faylor1-0/+2
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor1-2/+0
2012-06-17Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor1-27/+0
2012-03-20* pinfo.cc (pinfo_init): Cosmetic change: unset "destroy" for myself.Christopher Faylor1-1/+0
2012-03-16* fork.cc (lock_signals): Move to sigproc.h.Christopher Faylor1-0/+78
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor1-5/+3
2011-12-16* exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go toChristopher Faylor1-6/+3
2011-12-13* dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor1-1/+1
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor1-4/+15
2011-12-11* select.cc (select_stuff::wait): Very minor formatting fix.Christopher Faylor1-18/+8
2011-12-10* sigproc.h (cygwait): Delete duplicate va_start and add matching va_end.Christopher Faylor1-1/+3
2011-12-10Clarify entryChristopher Faylor1-3/+2
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor1-2/+14
2011-12-04* sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor1-4/+5
2011-12-04* sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN" #ifdef.Christopher Faylor1-15/+15
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor1-1/+15
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-4/+6
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor1-4/+5
2011-10-07Fix copyright.Corinna Vinschen1-1/+2
2011-10-06 * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRPCorinna Vinschen1-1/+2
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor1-3/+0
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-1/+1
2006-07-14* sigproc.cc (waitq_head): Don't initialize to zero.Christopher Faylor1-2/+2
2006-03-29* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it canChristopher Faylor1-1/+1
2005-09-23* cygtls.h (struct _cygtls::thread_handle): Remove/revert.Christopher Faylor1-0/+1
2005-09-14* sigproc.h: Protect declaration so that it only happens whenChristopher Faylor1-0/+2
2005-09-14* exceptions.cc (sigtid): Remove declaration.Christopher Faylor1-1/+1
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor1-1/+2
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor1-2/+1
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor1-1/+2
2005-09-02revert inexplicable previous checkinChristopher Faylor1-2/+1
2005-09-02bad_addressesChristopher Faylor1-1/+2
2005-08-23* sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor1-1/+1
2005-06-15* cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor1-0/+1
2005-02-26* debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor1-1/+0
2005-02-20copyrightChristopher Faylor1-1/+1
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor1-1/+1
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor1-5/+5
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor1-3/+1
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-6/+2
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-1/+3
2004-03-25* path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor1-1/+0
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor1-11/+0
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-3/+2
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor1-3/+4
2004-01-22* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor1-1/+0
2004-01-21* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor1-1/+2
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-4/+20
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-1/+1