]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/sigproc.cc
Cygwin: add release message for latest pipe changes
[newlib-cygwin.git] / winsup / cygwin / sigproc.cc
2024-08-06 Jon TurneyCygwin: Fix warnings about narrowing conversions of...
2023-01-10 Corinna VinschenCygwin: /proc/<PID>/status: avoid crash computing signa...
2022-12-04 Corinna VinschenCygwin: drop wincap::needs_query_information
2022-08-19 Corinna VinschenCygwin: sigproc.cc: drop Static macro, use explicit...
2022-08-04 Corinna VinschenCygwin: drop all usages of WINAPI
2022-05-29 Ken BrownCygwin: remove miscellaneous 32-bit code
2022-05-29 Ken BrownCygwin: remove regparm.h
2022-05-05 Takashi YanoCygwin: sigproc: Avoid segfault caused by signal just...
2022-05-03 Corinna VinschenCygwin: always add sigmask to child info
2022-04-01 Takashi YanoCygwin: pipe: Avoid deadlock for non-cygwin writer.
2022-03-01 Corinna VinschenCygwin: /proc/<PID>/status: Fill SigPnd, SigBlk and...
2022-03-01 Corinna VinschenCygwin: wait_sig: allow to compute process-wide mask...
2022-03-01 Takashi YanoCygwin: pty: Avoid cutting the branch the pty master...
2022-02-24 Takashi YanoCygwin: console: Restore CTRL_BREAK_EVENT handling.
2022-02-23 Takashi YanoCygwin: console: Redesign handling of special keys.
2021-11-22 Takashi YanoCygwin: sigproc: Fix potential race issue regarding...
2021-11-19 Takashi YanoCygwin: sigproc: Do not send signal to myself if exiting.
2021-11-03 Takashi YanoCygwin: console: Prevent the exec'ed bash from exiting...
2021-10-29 Corinna VinschenCygwin: drop Vista WOW64 specific child process handle bug
2020-08-30 Ken BrownCygwin: sigproc.cc: add comment
2020-08-28 Corinna VinschenCygwin: sigproc: Fix a thinko in array size
2020-08-28 Corinna VinschenCygwin: sigproc: Eliminate redundant copying of chld_procs
2020-08-28 Corinna VinschenCygwin: sigproc: fix minor formatting issue
2020-08-28 Corinna VinschenCygwin: sigproc: Allow more child processes per process
2020-08-28 Corinna VinschenCygwin: drop PROC_DETACHED_CHILD flag
2020-08-28 Corinna VinschenCygwin: sigproc: drop __stdcall
2020-08-28 Corinna VinschenCygwin: sigproc: return int from remove_proc
2020-08-28 Corinna VinschenCygwin: fix up proc_subproc flags and matching pinfo...
2020-08-05 Corinna VinschenCygwin: Add 'fallthrough' pseudo keyword for switch...
2020-02-18 Corinna VinschenCygwin: rename NSIG to _NSIG, change visibility of...
2019-11-02 Corinna VinschenCygwin: fix process parent/child relationship after...
2019-08-18 Corinna VinschenCygwin: select: revamp non-polling code for signalfd
2019-07-31 Michael HaubenwallnerCygwin: pinfo: stop remember doing reattach
2019-07-12 Corinna VinschenCygwin: sigpending: don't report pending signals for...
2019-07-12 Corinna VinschenCygwin: return full sigset_t from sig_send
2019-02-18 Corinna VinschenCygwin: fork: add PROCESS_VM_OPERATION to child process...
2019-02-07 Michael Haubenwallnerforkables: On fork failure, retry with hardlinks.
2019-01-30 Corinna VinschenCygwin: fork: fix child process permissions, take 2
2019-01-29 Corinna VinschenCygwin: execve: reduce parent handle to non-inheritable...
2019-01-29 Corinna VinschenCygwin: fork/exec: fix child process permissions
2019-01-27 Corinna VinschenCygwin: fork: restrict parent handle perms and drop...
2017-10-09 Ken Browncygwin: Remove comparison of 'this' to NULL in _pinfo...
2016-11-24 Corinna VinschenAdd comments to intentional switch fallthroughs
2016-06-24 Corinna Vinschenchild_info::child_info: Fix a comment
2016-06-23 Corinna VinschenSwitching the Cygwin DLL to LGPLv3+, dropping commercia... cygwin-2_5_2-release
2016-04-05 Corinna VinschenRevert "Refactor to avoid nonnull checks on "this"...
2016-04-04 Peter FoleyRefactor to avoid nonnull checks on "this" pointer.
2015-11-05 Corinna VinschenFix iterating over pending signals if a signal doesn...
2015-11-03 Corinna VinschenFix potential endless loop in pending_signals::clear
2015-11-02 Corinna VinschenFix incorrect implementation to clear per-thread pendin...
2015-10-23 Corinna VinschenClear pending signals targeting exiting thread newlib-snapshot-20151023
2015-08-24 Corinna VinschenSigproc.cc: Fix copyright. newlib-snapshot-20150824
2015-08-24 Corinna VinschenFix hang stracing forking processes but not following...
2014-11-28 Corinna Vinschen * cygheap.cc (init_cygheap::init_tls_list): Accommodat...
2014-11-21 Corinna Vinschen * init.cc (dll_entry): Revert previous patch. This...
2014-07-15 Christopher Faylor* sigproc.cc (sigproc_init): Set aside more buffer...
2014-07-15 Christopher Faylor* sigproc.cc (send_sig): Don't report an error if Write...
2014-07-14 Christopher Faylor* sigproc.cc (send_sig): Fix bad format in diagnostic...
2014-03-17 Christopher Faylor* sigproc.h (no_thread_exit_protect): New class.
2014-03-09 Christopher Faylor* sigproc.cc (_cygtls::remove_wq): Reset thread_ev...
2014-02-09 Christopher Faylor* sigproc.cc (sig_send): Don't bother with an error...
2013-12-18 Christopher Faylor* external.cc (fillout_pinfo): Remove nonsensical loop.
2013-12-18 Christopher Faylor* sigproc.cc (sig_send): Set PIPE_NOWAIT for pipes...
2013-12-09 Christopher Faylor* globals.cc (hntdll): Define/declare.
2013-08-30 Christopher Faylor* sigproc.cc (pending_signals::add): Properly maintain...
2013-06-07 Christopher Faylor* DevNotes: Add entry cgf-000023.
2013-06-03 Corinna Vinschen * sigproc.cc (exit_thread): Allow to exit the thread...
2013-05-16 Christopher Faylor* sigproc.cc (sig_hold): Delete.
2013-04-23 Corinna Vinschen * Merge in cygwin-64bit-branch.
2013-04-09 Christopher Faylor* cygtls.h (_cygtls::reset_signal_arrived): Actually...
2013-03-31 Christopher Faylor* child_info.h (cygheap_exec_info::sigmask): Declare...
2013-03-29 Christopher Faylor* sigproc.cc (wait_sig): Avoid uninitialized use of...
2013-03-29 Christopher Faylor* sigproc.cc (pending_signals::retry): Declare new...
2013-01-21 Christopher FaylorThroughout, change __attribute__ ((regparm (N))) to...
2013-01-20 Christopher Faylor* sigproc.cc (sig_dispatch_pending): Add correct regpar...
2013-01-19 Christopher Faylor* exceptions.cc (ctrl_c_handler): Remove special-case...
2013-01-16 Christopher Faylor* sigproc.cc (no_signals_available): Finally remove...
2013-01-14 Christopher Faylor* exceptions.cc (signal_exit): Move captive process...
2013-01-04 Christopher Faylor* globals.cc (exit_states): Renumber so that ES_EXIT_ST...
2013-01-03 Christopher Faylor* sigproc.cc (exit_thread): Set thread signal mask...
2013-01-03 Christopher Faylor* sigproc.cc (no_signals_available): Remove exit_state...
2013-01-02 Christopher Faylor* cygtls.h (_cygtls::signal_exit): Delete from class.
2012-12-31 Christopher Faylor* sigproc.cc (wait_sig): Remove spurious extern.
2012-12-28 Christopher Faylor* DevNotes: Add entry cgf-000019.
2012-12-22 Christopher Faylor* sigproc.cc (exit_thread): undef ExitThread or suffer...
2012-12-21 Christopher FaylorRevert the reversion and go with implementation describ...
2012-12-21 Christopher Faylor* DevNotes: Add entry cgf-000018.
2012-12-21 Christopher Faylor* DevNotes: Add entry cgf-000017.
2012-12-10 Christopher Faylor* sigproc.h (sig_send): Accept tid as argument #3....
2012-12-07 Christopher Faylor* sigproc.h (sigpacket): Remove parameter names from...
2012-12-05 Corinna Vinschen * child_info.h (class child_info_spawn): Drop unused...
2012-11-08 Corinna Vinschen * sigproc.cc (proc_subproc): Delete unused variable...
2012-11-08 Christopher Faylor* fhandler_termios.cc (fhandler_termios::line_edit...
2012-07-30 Christopher Faylor* cygwait.cc (cancelable_wait): Add some debugging...
2012-07-21 Christopher Faylor* DevNotes: Add entry cgf-000013.
2012-06-19 Christopher FaylorRevert errneous checkin.
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 (...
next
This page took 0.70749 seconds and 108 git commands to generate.