summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * sigproc.cc (pending_signals::add): Properly maintain linked list.Christopher Faylor2013-08-301-3/+3
* * DevNotes: Add entry cgf-000023.Christopher Faylor2013-06-071-15/+0
* * sigproc.cc (exit_thread): Allow to exit the thread while runningCorinna Vinschen2013-06-031-1/+10
* * sigproc.cc (sig_hold): Delete.Christopher Faylor2013-05-161-51/+30
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-3/+3
* * cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor2013-04-091-91/+44
* * child_info.h (cygheap_exec_info::sigmask): Declare new field.Christopher Faylor2013-03-311-5/+12
* * sigproc.cc (wait_sig): Avoid uninitialized use of nb when retrying.Christopher Faylor2013-03-291-16/+5
* * sigproc.cc (pending_signals::retry): Declare new element.Christopher Faylor2013-03-291-41/+22
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-9/+9
* * sigproc.cc (sig_dispatch_pending): Add correct regparm attributes to matchChristopher Faylor2013-01-201-8/+8
* * exceptions.cc (ctrl_c_handler): Remove special-case handler forChristopher Faylor2013-01-191-1/+1
* * sigproc.cc (no_signals_available): Finally remove this macro entirely.Christopher Faylor2013-01-161-14/+3
* * exceptions.cc (signal_exit): Move captive process termintation...Christopher Faylor2013-01-141-16/+1
* * globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first, asChristopher Faylor2013-01-041-1/+1
* * sigproc.cc (exit_thread): Set thread signal mask so that no signals are sentChristopher Faylor2013-01-031-1/+2
* * sigproc.cc (no_signals_available): Remove exit_state test since signals areChristopher Faylor2013-01-031-16/+14
* * cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor2013-01-021-113/+15
* * sigproc.cc (wait_sig): Remove spurious extern.Christopher Faylor2012-12-311-1/+0
* * DevNotes: Add entry cgf-000019.Christopher Faylor2012-12-281-25/+50
* * sigproc.cc (exit_thread): undef ExitThread or suffer recursion. Attempt toChristopher Faylor2012-12-221-2/+4
* Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor2012-12-211-1/+48
* * DevNotes: Add entry cgf-000018.Christopher Faylor2012-12-211-48/+1
* * DevNotes: Add entry cgf-000017.Christopher Faylor2012-12-211-1/+48
* * sigproc.h (sig_send): Accept tid as argument #3. Default to NULL.Christopher Faylor2012-12-101-3/+3
* * sigproc.h (sigpacket): Remove parameter names from declarations.Christopher Faylor2012-12-071-5/+5
* * child_info.h (class child_info_spawn): Drop unused member lock.Corinna Vinschen2012-12-051-1/+0
* * sigproc.cc (proc_subproc): Delete unused variable child.Corinna Vinschen2012-11-081-1/+0
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor2012-11-081-3/+1
* * cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor2012-07-301-5/+4
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-15/+1
* Revert errneous checkin.Christopher Faylor2012-06-191-0/+14
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-14/+0
* * ChangeNotes: New file. Add entry cgf-000001.Christopher Faylor2012-05-021-1/+9
* * fhandler.h (PIPE_ADD_PID): Define new flag.Christopher Faylor2012-04-301-1/+2
* * environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor2012-04-281-1/+1
* * sigproc.cc (proc_terminate): Avoid releasing myself.Christopher Faylor2012-03-281-1/+2
* * child_info.h (child_info::postfork): Define new function.Christopher Faylor2012-03-211-3/+1
* * child_info.h: Reset magic number.Christopher Faylor2012-03-211-0/+10
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2012-03-201-8/+33
* * exception.h (stackdump): Declare.Christopher Faylor2012-02-121-3/+2
* * sigproc.cc (child_info_fork::abort): Call TerminateProcess ratherCorinna Vinschen2012-02-081-2/+2
* * sigproc.cc (child_info::retry_count): Actually that should have been 0.Christopher Faylor2012-01-261-1/+1
* * sigproc.cc (child_info::retry_count): Default to 1.Christopher Faylor2012-01-261-1/+1
* Update copyright on all files checked in so far this year.Christopher Faylor2012-01-111-3/+2
* * exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put backChristopher Faylor2011-12-101-1/+1
* * sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since,Christopher Faylor2011-12-091-2/+18
* * dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor2011-12-081-1/+1
* * sigproc.cc (close_my_readsig): New function.Christopher Faylor2011-12-051-11/+10
* * exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor2011-12-041-2/+12