summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * sigproc.cc: Fix a comment.Christopher Faylor2006-02-281-5/+4
* * sigproc.cc (sigheld): Define new variable.Christopher Faylor2006-02-241-3/+18
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-1/+1
* * sigproc.cc (no_signals_available): Use existence of signal thread handle toChristopher Faylor2006-01-051-3/+4
* (fix ChangeLog and check in remaining files)Christopher Faylor2006-01-051-0/+2
* add copyrightChristopher Faylor2006-01-021-1/+2
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-1/+1
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.Christopher Faylor2005-12-231-1/+1
* * fork.cc (fork): Honor error return from sig_send. Don't continue with forkChristopher Faylor2005-12-231-7/+7
* * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor2005-12-191-1/+1
* * cygtls.cc (_cygtls::remove): Don't bother if we're exiting.Christopher Faylor2005-12-131-1/+2
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-031-2/+1
* * fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor2005-10-291-1/+1
* * cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor2005-10-231-1/+1
* * sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.Christopher Faylor2005-10-191-30/+25
* * cygtls.cc (handle_threadlist_exception): Improve diagnostic output.Christopher Faylor2005-10-191-2/+3
* * sigproc.cc (child_info::sync): Use correct name when closing to preventChristopher Faylor2005-10-181-1/+1
* * sigproc.cc (child_info::sync): Fix typo which caused hProcess to never beChristopher Faylor2005-10-181-3/+3
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-38/+49
* * dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor2005-10-021-0/+3
* Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor2005-09-281-7/+66
* Revert erroneous checkin.Corinna Vinschen2005-09-281-55/+2
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-2/+55
* * exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let itChristopher Faylor2005-09-261-1/+4
* * sigproc.cc (wait_sig): Cosmetic change.Christopher Faylor2005-09-261-1/+1
* * sigproc.cc (sigproc_terminate): More reversion of always-exit-from-sigthreadChristopher Faylor2005-09-241-4/+1
* Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor2005-09-231-35/+4
* * cygtls.h (struct _cygtls::thread_handle): Remove/revert.Christopher Faylor2005-09-231-16/+13
* * cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor2005-09-231-5/+18
* * dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor2005-09-201-3/+3
* * sigproc.cc (talktome): Take siginfo_t argument. Don't scan all pids tryingChristopher Faylor2005-09-191-7/+5
* * pinfo.h (EXITCODE_SET): Move out of range of Windows error.Christopher Faylor2005-09-161-17/+8
* * sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor2005-09-161-2/+2
* * sigproc.cc (wait_sig): Reorganize exit case so that ExitProcess is alwaysChristopher Faylor2005-09-151-12/+20
* * exceptions.cc (sigtid): Remove declaration.Christopher Faylor2005-09-141-18/+24
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-29/+33
* * sigproc.cc (wait_sig): Be more defensive about detecting when we're exiting.Christopher Faylor2005-09-131-1/+1
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-9/+0
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-0/+9
* revert inexplicable previous checkinChristopher Faylor2005-09-021-9/+0
* bad_addressesChristopher Faylor2005-09-021-0/+9
* * exceptions.cc (set_process_mask_delta): Conditionalize debugging output.Christopher Faylor2005-08-291-1/+1
* * exceptions.cc (handle_sigsuspend): Just sleep forever if called from non-mainChristopher Faylor2005-08-251-3/+4
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-9/+9
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-5/+5
* * dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor2005-07-051-1/+3
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-2/+0
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-151-2/+0
* * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen2005-06-071-1/+1
* * child_info.h (child_info::cygheap_h): Delete.Christopher Faylor2005-06-011-0/+11