aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.cc
AgeCommit message (Expand)AuthorFilesLines
2004-02-15* Makefile.in: Compile syscalls.o with -fomit-frame-pointer.Christopher Faylor1-1/+0
2004-02-14* sigproc.cc (proc_subproc): Change warning back to silent debug output.Christopher Faylor1-1/+1
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor1-36/+26
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor1-3/+3
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-3/+3
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor1-11/+16
2004-01-25* sigproc.cc (proc_subproc): Don't protect *child's* handle.Christopher Faylor1-1/+0
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor1-1/+1
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-1/+4
2004-01-22* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor1-20/+17
2004-01-21* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor1-3/+7
2004-01-19* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor1-6/+16
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-65/+75
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-1/+7
2003-12-30* cygtls.h (_threadinfo::stack): Increase stack size to accommodate nestedChristopher Faylor1-11/+5
2003-12-26* dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor1-8/+12
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor1-3/+19
2003-12-18* sigproc.cc (proc_subproc): Simplify code to just remove all zombies ifChristopher Faylor1-6/+5
2003-12-17* pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.Christopher Faylor1-6/+11
2003-12-16* exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor1-5/+16
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-18/+18
2003-11-29* sigproc.cc (no_signals_available): Fix so that non-zero exit state is a trueChristopher Faylor1-3/+5
2003-11-29* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.Christopher Faylor1-3/+3
2003-11-28* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor1-5/+5
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-77/+46
2003-11-23* sigproc.cc (sig_send): Correct below checkin. UseChristopher Faylor1-1/+1
2003-11-23* sigproc.cc (proc_exists): A zombie process does not exist.Christopher Faylor1-7/+15
2003-09-28* sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.Christopher Faylor1-1/+1
2003-09-25* shared_info.h (CURR_MOUNT_MAGIC): Fix.Christopher Faylor1-67/+60
2003-09-252003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-359/+232
2003-09-23* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor1-1/+1
2003-09-17* fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo withChristopher Faylor1-2/+3
2003-09-17* pinfo.h (winpids::pid_access): New element.Christopher Faylor1-0/+5
2003-09-09* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor1-1/+1
2003-09-08* sigproc.cc (wait_sig_inited): Remove assertion since it is racy.Christopher Faylor1-1/+0
2003-09-03* exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor1-4/+4
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor1-3/+26
2003-08-31* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor1-4/+3
2003-08-30* sigproc.cc (sig_dispatch_pending): Remove explicit call toChristopher Faylor1-3/+0
2003-08-29* sigproc.h: Make some functions regparm.Christopher Faylor1-34/+27
2003-08-29* exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor1-1/+1
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor1-1/+0
2003-08-27* sigproc.cc (wait_sig): Count number of iterations through 'more_signals' loopChristopher Faylor1-70/+80
2003-08-22* sigproc.cc (wait_sig): Remove redundant test in do/while.Christopher Faylor1-1/+1
2003-08-22* sigproc.cc (wait_sig): Avoid infinite loop.Christopher Faylor1-3/+3
2003-08-21* miscfuncs.cc (low_priority_sleep): Sleep at same priority as main thread.Christopher Faylor1-28/+29
2003-08-20* sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor1-14/+27
2003-08-20* exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor1-30/+26
2003-08-19* signal.cc (sigpending): Move.Christopher Faylor1-60/+102