summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * sigproc.cc (remove_proc): Don't do busy loop when exiting since it doesn'tChristopher Faylor2011-11-211-1/+1
* * sigproc.cc (remove_proc): Don't do busy loop when execing since thread couldChristopher Faylor2011-11-211-2/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-11-161-8/+27
* Remove erroneously checked-in debugging statements.Christopher Faylor2011-11-141-3/+0
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-52/+85
* * cygwin.din (ptsname_r): Export.Christopher Faylor2011-11-071-1/+1
* * pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor2011-11-051-0/+1
* * pinfo.h (pinfo::reattach): Only set destroy to false when proc_subprocChristopher Faylor2011-11-041-3/+6
* * sigproc.cc (child_info_spawn::reattach_children): Clean up handle when can'tChristopher Faylor2011-11-041-0/+2
* * sigproc.cc (child_info::sync): Report on exit code in strace output.Christopher Faylor2011-11-031-2/+4
* * sigproc.cc (child_info_spawn::reattach_children): Avoid issuing an error whenChristopher Faylor2011-11-031-8/+7
* * child_info.h (cchildren): New struct.Christopher Faylor2011-10-261-5/+47
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-221-2/+0
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-201-8/+7
* * sigproc.cc (proc_terminate): Avoid setting ppid to 1 if we're execing.Christopher Faylor2011-10-171-1/+9
* * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRPCorinna Vinschen2011-10-061-0/+3
* * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen2011-08-131-1/+1
* * dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor2011-08-031-1/+1
* * sigproc.cc (pending_signals::pending): Define new function.Christopher Faylor2011-08-011-1/+8