index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
sigproc.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlist
Corinna Vinschen
2014-11-28
1
-6
/
+18
*
* init.cc (dll_entry): Revert previous patch. This requires another
Corinna Vinschen
2014-11-21
1
-2
/
+11
*
* sigproc.cc (sigproc_init): Set aside more buffer space for signal pipes.
Christopher Faylor
2014-07-15
1
-2
/
+14
*
* sigproc.cc (send_sig): Don't report an error if WriteFile succeeds.
Christopher Faylor
2014-07-15
1
-1
/
+1
*
* sigproc.cc (send_sig): Fix bad format in diagnostic output.
Christopher Faylor
2014-07-14
1
-3
/
+3
*
* sigproc.h (no_thread_exit_protect): New class.
Christopher Faylor
2014-03-17
1
-1
/
+5
*
* sigproc.cc (_cygtls::remove_wq): Reset thread_ev inside of lock. Set to NULL
Christopher Faylor
2014-03-09
1
-1
/
+2
*
* sigproc.cc (sig_send): Don't bother with an error message if we are exiting.
Christopher Faylor
2014-02-09
1
-6
/
+3
*
* external.cc (fillout_pinfo): Remove nonsensical loop.
Christopher Faylor
2013-12-18
1
-1
/
+1
*
* sigproc.cc (sig_send): Set PIPE_NOWAIT for pipes which are not us.
Christopher Faylor
2013-12-18
1
-1
/
+10
*
* globals.cc (hntdll): Define/declare.
Christopher Faylor
2013-12-09
1
-0
/
+2
*
* sigproc.cc (pending_signals::add): Properly maintain linked list.
Christopher Faylor
2013-08-30
1
-3
/
+3
*
* DevNotes: Add entry cgf-000023.
Christopher Faylor
2013-06-07
1
-15
/
+0
*
* sigproc.cc (exit_thread): Allow to exit the thread while running
Corinna Vinschen
2013-06-03
1
-1
/
+10
*
* sigproc.cc (sig_hold): Delete.
Christopher Faylor
2013-05-16
1
-51
/
+30
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-3
/
+3
*
* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrived
Christopher Faylor
2013-04-09
1
-91
/
+44
*
* child_info.h (cygheap_exec_info::sigmask): Declare new field.
Christopher Faylor
2013-03-31
1
-5
/
+12
*
* sigproc.cc (wait_sig): Avoid uninitialized use of nb when retrying.
Christopher Faylor
2013-03-29
1
-16
/
+5
*
* sigproc.cc (pending_signals::retry): Declare new element.
Christopher Faylor
2013-03-29
1
-41
/
+22
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-9
/
+9
*
* sigproc.cc (sig_dispatch_pending): Add correct regparm attributes to match
Christopher Faylor
2013-01-20
1
-8
/
+8
*
* exceptions.cc (ctrl_c_handler): Remove special-case handler for
Christopher Faylor
2013-01-19
1
-1
/
+1
*
* sigproc.cc (no_signals_available): Finally remove this macro entirely.
Christopher Faylor
2013-01-16
1
-14
/
+3
*
* exceptions.cc (signal_exit): Move captive process termintation...
Christopher Faylor
2013-01-14
1
-16
/
+1
*
* globals.cc (exit_states): Renumber so that ES_EXIT_STARTING is first, as
Christopher Faylor
2013-01-04
1
-1
/
+1
*
* sigproc.cc (exit_thread): Set thread signal mask so that no signals are sent
Christopher Faylor
2013-01-03
1
-1
/
+2
*
* sigproc.cc (no_signals_available): Remove exit_state test since signals are
Christopher Faylor
2013-01-03
1
-16
/
+14
*
* cygtls.h (_cygtls::signal_exit): Delete from class.
Christopher Faylor
2013-01-02
1
-113
/
+15
*
* sigproc.cc (wait_sig): Remove spurious extern.
Christopher Faylor
2012-12-31
1
-1
/
+0
*
* DevNotes: Add entry cgf-000019.
Christopher Faylor
2012-12-28
1
-25
/
+50
*
* sigproc.cc (exit_thread): undef ExitThread or suffer recursion. Attempt to
Christopher Faylor
2012-12-22
1
-2
/
+4
*
Revert the reversion and go with implementation described in cgf-000017, with
Christopher Faylor
2012-12-21
1
-1
/
+48
*
* DevNotes: Add entry cgf-000018.
Christopher Faylor
2012-12-21
1
-48
/
+1
*
* DevNotes: Add entry cgf-000017.
Christopher Faylor
2012-12-21
1
-1
/
+48
*
* sigproc.h (sig_send): Accept tid as argument #3. Default to NULL.
Christopher Faylor
2012-12-10
1
-3
/
+3
*
* sigproc.h (sigpacket): Remove parameter names from declarations.
Christopher Faylor
2012-12-07
1
-5
/
+5
*
* child_info.h (class child_info_spawn): Drop unused member lock.
Corinna Vinschen
2012-12-05
1
-1
/
+0
*
* sigproc.cc (proc_subproc): Delete unused variable child.
Corinna Vinschen
2012-11-08
1
-1
/
+0
*
* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special character
Christopher Faylor
2012-11-08
1
-3
/
+1
*
* cygwait.cc (cancelable_wait): Add some debugging-only output.
Christopher Faylor
2012-07-30
1
-5
/
+4
*
* DevNotes: Add entry cgf-000013.
Christopher Faylor
2012-07-21
1
-15
/
+1
*
Revert errneous checkin.
Christopher Faylor
2012-06-19
1
-0
/
+14
*
* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrt
Christopher Faylor
2012-06-19
1
-14
/
+0
*
* ChangeNotes: New file. Add entry cgf-000001.
Christopher Faylor
2012-05-02
1
-1
/
+9
*
* fhandler.h (PIPE_ADD_PID): Define new flag.
Christopher Faylor
2012-04-30
1
-1
/
+2
*
* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.
Christopher Faylor
2012-04-28
1
-1
/
+1
*
* sigproc.cc (proc_terminate): Avoid releasing myself.
Christopher Faylor
2012-03-28
1
-1
/
+2
*
* child_info.h (child_info::postfork): Define new function.
Christopher Faylor
2012-03-21
1
-3
/
+1
*
* child_info.h: Reset magic number.
Christopher Faylor
2012-03-21
1
-0
/
+10
[next]