summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* white space and minor comment cleanup.Christopher Faylor2005-05-021-2/+2
* * sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.Christopher Faylor2005-04-201-1/+1
* * sync.h (muto::initforce): Delete flawed implementation.Christopher Faylor2005-04-051-1/+1
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-8/+8
* * sigproc.cc (create_signal_arrive): New (temporary?) function to createChristopher Faylor2005-04-011-10/+17
* * sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor2005-02-271-8/+0
* * debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor2005-02-261-5/+4
* copyrightChristopher Faylor2005-02-201-1/+1
* white spaceChristopher Faylor2005-02-131-2/+2
* * pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.Christopher Faylor2005-01-171-5/+12
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-161-4/+4
* * sigproc.cc (sig_send): Don't complain if attempt to send signal to myselfChristopher Faylor2005-01-151-2/+2
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-13/+12