aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.cc
AgeCommit message (Expand)AuthorFilesLines
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor1-17/+0
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-373/+105
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor1-0/+2
2004-09-12* sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returningChristopher Faylor1-8/+16
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-2/+13
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-2/+2
2004-03-26* sigproc.cc (wait_sig): Make sure that SIGCHLD is handled regardless ofChristopher Faylor1-7/+10
2004-03-26* sigproc.cc (wait_sig): Report if not trying to send signal due to queuedChristopher Faylor1-1/+3
2004-03-25* path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor1-43/+31
2004-03-16* sigproc.cc (proc_terminate): Release sync_proc_subproc when done terminatingChristopher Faylor1-1/+2
2004-03-15* cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarilyChristopher Faylor1-11/+12
2004-03-14* cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff isChristopher Faylor1-1/+16
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor1-13/+0
2004-03-09* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor1-1/+0
2004-02-26* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor1-14/+14
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