summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * sigproc.cc (proc_exists): A zombie process does not exist.Christopher Faylor2003-11-231-7/+15
* * sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.Christopher Faylor2003-09-281-1/+1
* * shared_info.h (CURR_MOUNT_MAGIC): Fix.Christopher Faylor2003-09-251-67/+60
* 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-359/+232
* * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor2003-09-231-1/+1
* * fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo withChristopher Faylor2003-09-171-2/+3
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-0/+5
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-1/+1
* * sigproc.cc (wait_sig_inited): Remove assertion since it is racy.Christopher Faylor2003-09-081-1/+0
* * exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor2003-09-031-4/+4
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-3/+26
* * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor2003-08-311-4/+3
* * sigproc.cc (sig_dispatch_pending): Remove explicit call toChristopher Faylor2003-08-301-3/+0
* * sigproc.h: Make some functions regparm.Christopher Faylor2003-08-291-34/+27
* * exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor2003-08-291-1/+1
* * syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor2003-08-281-1/+0
* * sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loopChristopher Faylor2003-08-271-70/+80
* * sigproc.cc (wait_sig): Remove redundant test in do/while.Christopher Faylor2003-08-221-1/+1
* * sigproc.cc (wait_sig): Avoid infinite loop.Christopher Faylor2003-08-221-3/+3
* * miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor2003-08-211-28/+29
* * sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor2003-08-201-14/+27
* * exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor2003-08-201-30/+26
* * signal.cc (sigpending): Move.Christopher Faylor2003-08-191-60/+102
* Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor2003-08-191-60/+53
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen2003-05-211-2/+3
* Joe Buehler <jhpb@draco.hekimian.com>Christopher Faylor2003-03-261-0/+1