]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/sigproc.cc
* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrt
[newlib-cygwin.git] / winsup / cygwin / sigproc.cc
2012-06-19 Christopher Faylor* cygwait.cc (cancelable_wait): Mimic old cygwait behav...
2012-05-02 Christopher Faylor* ChangeNotes: New file. Add entry cgf-000001.
2012-04-30 Christopher Faylor* fhandler.h (PIPE_ADD_PID): Define new flag.
2012-04-28 Christopher Faylor* environ.cc (struct parse_thing): Add temporary (...
2012-03-28 Christopher Faylor* sigproc.cc (proc_terminate): Avoid releasing myself.
2012-03-21 Christopher Faylor* child_info.h (child_info::postfork): Define new function.
2012-03-21 Christopher Faylor* child_info.h: Reset magic number.
2012-03-20 Christopher Faylor* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2012-02-12 Christopher Faylor* exception.h (stackdump): Declare.
2012-02-08 Corinna Vinschen * sigproc.cc (child_info_fork::abort): Call TerminateP...
2012-01-26 Christopher Faylor* sigproc.cc (child_info::retry_count): Actually that...
2012-01-26 Christopher Faylor* sigproc.cc (child_info::retry_count): Default to 1.
2012-01-11 Christopher FaylorUpdate copyright on all files checked in so far this...
2011-12-10 Christopher Faylor* exceptions.cc (ctrl_c_handler): YA in a series or...
2011-12-09 Christopher Faylor* sigproc.cc (signal_exit): Revert reversion of 2011...
2011-12-08 Christopher Faylor* dll_init.cc (dll_dllcrt0): Don't try to initialize...
2011-12-05 Christopher Faylor* sigproc.cc (close_my_readsig): New function.
2011-12-04 Christopher Faylor* exceptions.cc (exception::handle): Drop abbreviation...
2011-12-03 Christopher FaylorThroughout, remove extra space after function name...
2011-11-29 Christopher Faylor* sigproc.cc (get_proc_lock): Remove extra NULL check...
2011-11-29 Christopher Faylor* sigproc.cc (remove_proc): Don't terminate the current...
2011-11-26 Christopher Faylor* exceptions.cc (stackdump): Make global.
2011-11-26 Christopher Faylor* exceptions.cc (sigpacket::process): Move signal_exit...
2011-11-24 Christopher Faylor* cygthread.h (cygthread::name): Default name to "main...
2011-11-24 Christopher Faylor* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previ...
2011-11-23 Christopher Faylor* pipe.cc (fhandler_pipe::create): Avoid derefencing...
2011-11-23 Christopher Faylor* fhandler.h (fhandler_pipe::create): Rename from the...
2011-11-21 Christopher Faylor* sigproc.cc (remove_proc): Don't do busy loop when...
2011-11-21 Christopher Faylor* sigproc.cc (remove_proc): Don't do busy loop when...
2011-11-16 Christopher Faylor* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2011-11-14 Christopher FaylorRemove erroneously checked-in debugging statements.
2011-11-14 Christopher FaylorThroughout use "have_execed" macro rather than "hExeced...
2011-11-07 Christopher Faylor* cygwin.din (ptsname_r): Export.
2011-11-05 Christopher Faylor* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INST...
2011-11-04 Christopher Faylor* pinfo.h (pinfo::reattach): Only set destroy to false...
2011-11-04 Christopher Faylor* sigproc.cc (child_info_spawn::reattach_children)...
2011-11-03 Christopher Faylor* sigproc.cc (child_info::sync): Report on exit code...
2011-11-03 Christopher Faylor* sigproc.cc (child_info_spawn::reattach_children)...
2011-10-26 Christopher Faylor* child_info.h (cchildren): New struct.
2011-10-22 Christopher Faylor* dtable.cc (dtable::delete_archetype): Improve debuggi...
2011-10-20 Christopher FaylorThroughout change TTY_* to PTY_*, tty_* to pty_*, and...
2011-10-17 Christopher Faylor* sigproc.cc (proc_terminate): Avoid setting ppid to...
2011-10-06 Corinna Vinschen * fhandler_termios.cc (fhandler_termios::tcsetpgrp...
2011-08-13 Corinna Vinschen * miscfuncs.cc (CreatePipeOverlapped): New function.
2011-08-03 Christopher Faylor* dll_init.cc: Use fabort in favor of api_fatal and...
2011-08-01 Christopher Faylor* sigproc.cc (pending_signals::pending): Define new...
2011-07-06 Corinna Vinschen * sigproc.cc (wait_sig): Fix debug output.
2011-06-14 Christopher Faylor* cygheap.h (init_cygheap::ctty_on_hold): Remove condit...
2011-06-06 Christopher Faylorwhitespace elimination
2011-05-28 Christopher Faylor* dll_init.c (dll_list::load_after_fork): Don't clear...
2011-05-28 Christopher Faylor* autoload.cc: Call _api_fatal in asm.
2011-05-06 Christopher Faylor* fhandler.h (fhandler_dev_dsp): Cosmetic change.
2011-05-05 Christopher Faylor* fork.cc (fork): Clear PID_REAPED.
2011-05-05 Christopher Faylor* signal.cc (_pinfo::kill): Return success on kill...
2010-09-12 Christopher Faylor* sigproc.cc (sig_dispatch_pending): Remove debugging...
2010-09-12 Christopher Faylor* cygthread.h (cygthread::cygthread): Reorganize slightly.
2010-09-02 Christopher Faylor* sigoproc.cc (sigproc_init): Use American spelling...
2010-09-01 Christopher Faylor* cygthread.cc (cygthread::create): Fix incorrect use...
2010-08-10 Christopher Faylor* sigproc.cc (init_sig_pipe): Add retry loop.
2010-08-01 Christopher Faylor* exceptions.cc (_cygtls::interrupt_now): Revert to...
2010-03-31 Christopher Faylor* sigproc.cc (wait_sig): Make sure that strace is activ...
2010-03-15 Christopher Faylor* sigproc.cc (no_signals_available): Get sense of the...
2010-03-15 Christopher Faylor* sigproc.cc (no_signals_available): Don't try to send...
2010-03-13 Christopher Faylor* spinlock.h: New file.
2010-03-12 Christopher FaylorThroughout change all calls of low_priority_sleep ...
2010-02-03 Christopher Faylor* sigproc.cc (get_proc_lock): Fix error message typo.
2009-12-18 Corinna Vinschen Throughout, replace hMainProc with GetCurrentProcess...
2009-10-07 Charles WilsonSupport pseudo-reloc version 2
2009-08-02 Christopher Faylor* sigproc.cc (stopped_or_terminated): Don't return...
2009-07-24 Christopher Faylor* sigproc.h (wait_for_sigthread): Eliminate parameter.
2009-07-18 Christopher Faylor* exceptions.cc (sig_handle_tty_stop): Set stopsig...
2009-07-12 Christopher Faylor* Makefile.in: Don't do anything special with any RCS...
2009-06-14 Christopher Faylor* fhandler.cc (fhandler_base::wait_overlapped): Honor...
2008-04-07 Christopher FaylorRemove unneeded header files from source files throughout.
2008-04-07 Christopher FaylorAdd miscfuncs.h to files as needed throughout.
2008-04-01 Corinna Vinschen * Fix copyright dates.
2008-03-27 Christopher Faylor* hookapi.cc (find_first_notloaded_dll): New function.
2008-03-01 Christopher Faylor* cygtls.h (_cygtls::handle_threadlist_exception):...
2008-02-19 Christopher Faylor* sigproc.cc (sig_send): Use sigmask of target thread...
2008-02-15 Christopher FaylorPerform whitespace cleanup throughout.
2007-11-26 Christopher FaylorChange many cygheap allocation routines to their *_abor...
2007-07-14 Christopher Faylor* init.cc (in_dllentry): Delete.
2007-02-20 Christopher FaylorRemove extraneous whitespace.
2007-01-30 Corinna Vinschen * sigproc.cc (child_info::child_info): Set msv_count...
2006-12-12 Corinna Vinschen Revert erroneous checkin.
2006-12-11 Corinna Vinschen * Makefile.in (DLL_OFILES): Add minires-os-if.o and...
2006-12-11 Christopher Faylor* sigproc.cc (child_info::child_info): Move old comment...
2006-12-11 Christopher Faylor* child_info.h (child_info_spawn::__stdin): New element.
2006-07-14 Christopher Faylor* sigproc.cc (waitq_head): Don't initialize to zero.
2006-07-13 Christopher Faylor* fhandler.cc (fhandler_base::raw_read): Only return...
2006-05-29 Christopher Faylor* sigproc.cc (child_info::proc_retry): Mask all of...
2006-05-22 Christopher Faylor* child_info.h (_CI_SAW_CTRL_C): New enum.
2006-05-16 Christopher Faylor* sigproc.cc (no_signals_available): Detect hwait_sig...
2006-03-30 Christopher Faylor* sigproc.cc (wait_for_sigthread): Use the current...
2006-03-29 Christopher Faylor* dcrt0.cc (child_info_fork::handle_fork): Set uid...
2006-03-27 Christopher Faylor* sigproc.cc (wait_sig): Move myself manipulation...
2006-03-23 Christopher Faylor* sigproc.cc (sigalloc): Don't set SA_RESTART here.
2006-03-22 Christopher Faylor* fhandler.cc (fcntl): Print flags in hex.
2006-03-22 Christopher Faylor* signal.cc (signal): Don't set SA_RESTART here.
2006-03-22 Christopher Faylor* child_info.h (child_status): Fix typo which made...
next
This page took 0.610457 seconds and 108 git commands to generate.