summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * pinfo.cc (_pinfo::exit): Beef up debugging output.Christopher Faylor2004-12-271-1/+1
* * init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor2004-12-271-0/+7
* * init.cc (dll_entry): Remove exit code setting.Christopher Faylor2004-12-271-7/+0
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-12-241-2/+0
* * cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor2004-12-231-2/+4
* * sigproc.cc (proc_subproc): Fix long-standing problem. Only wait for "allChristopher Faylor2004-12-171-12/+9
* * fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor2004-12-061-5/+6
* * cygthread.cc (cygthread::terminate_thread): Make public.Christopher Faylor2004-12-051-0/+5
* * sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor2004-12-051-34/+136
* * child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor2004-12-031-17/+0
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-373/+105
* * exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor2004-09-201-0/+2
* * sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returningChristopher Faylor2004-09-121-8/+16
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-2/+13
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-2/+2
* * sigproc.cc (wait_sig): Make sure that SIGCHLD is handled regardless ofChristopher Faylor2004-03-261-7/+10
* * sigproc.cc (wait_sig): Report if not trying to send signal due to queuedChristopher Faylor2004-03-261-1/+3
* * path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor2004-03-251-43/+31
* * sigproc.cc (proc_terminate): Release sync_proc_subproc when done terminatingChristopher Faylor2004-03-161-1/+2
* * cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarilyChristopher Faylor2004-03-151-11/+12
* * cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff isChristopher Faylor2004-03-141-1/+16
* * cygtls.h (waitq): Declare structure here.Christopher Faylor2004-03-121-13/+0
* * exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor2004-03-091-1/+0
* * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor2004-02-261-14/+14
* * Makefile.in: Compile syscalls.o with -fomit-frame-pointer.Christopher Faylor2004-02-151-1/+0
* * sigproc.cc (proc_subproc): Change warning back to silent debug output.Christopher Faylor2004-02-141-1/+1
* * Makefile.in (clean): Remove sigfe.s.Christopher Faylor2004-02-131-36/+26
* Rename _threadinfo to _cygtls, throughout.Christopher Faylor2004-02-121-3/+3
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-3/+3
* * cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor2004-02-011-11/+16
* * sigproc.cc (proc_subproc): Don't protect *child's* handle.Christopher Faylor2004-01-251-1/+0
* * cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor2004-01-241-1/+1
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-1/+4
* * cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor2004-01-221-20/+17
* * fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor2004-01-211-3/+7
* * sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor2004-01-191-6/+16
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-65/+75
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-1/+7
* * cygtls.h (_threadinfo::stack): Increase stack size to accommodate nestedChristopher Faylor2003-12-301-11/+5
* * dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor2003-12-261-8/+12
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-3/+19
* * sigproc.cc (proc_subproc): Simplify code to just remove all zombies ifChristopher Faylor2003-12-181-6/+5
* * pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.Christopher Faylor2003-12-171-6/+11
* * exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor2003-12-161-5/+16
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-18/+18
* * sigproc.cc (no_signals_available): Fix so that non-zero exit state is a trueChristopher Faylor2003-11-291-3/+5
* * pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor2003-11-291-3/+3
* * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor2003-11-281-5/+5
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-77/+46
* * sigproc.cc (sig_send): Correct below checkin. UseChristopher Faylor2003-11-231-1/+1