summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-1/+1
* * sigproc.cc (get_proc_lock): Remove extra NULL check. Return false onChristopher Faylor2011-11-291-9/+4
* * sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor2011-11-291-1/+4
* * exceptions.cc (stackdump): Make global.Christopher Faylor2011-11-261-3/+49
* * exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor2011-11-261-1/+1
* * cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor2011-11-241-2/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor2011-11-241-1/+1
* * pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor2011-11-231-9/+4
* * fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor2011-11-231-5/+7