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
*
* 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
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2012-03-20
1
-8
/
+33
*
* exception.h (stackdump): Declare.
Christopher Faylor
2012-02-12
1
-3
/
+2
*
* sigproc.cc (child_info_fork::abort): Call TerminateProcess rather
Corinna Vinschen
2012-02-08
1
-2
/
+2
*
* sigproc.cc (child_info::retry_count): Actually that should have been 0.
Christopher Faylor
2012-01-26
1
-1
/
+1
*
* sigproc.cc (child_info::retry_count): Default to 1.
Christopher Faylor
2012-01-26
1
-1
/
+1
*
Update copyright on all files checked in so far this year.
Christopher Faylor
2012-01-11
1
-3
/
+2
*
* exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put back
Christopher Faylor
2011-12-10
1
-1
/
+1
*
* sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since,
Christopher Faylor
2011-12-09
1
-2
/
+18
*
* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we're
Christopher Faylor
2011-12-08
1
-1
/
+1
*
* sigproc.cc (close_my_readsig): New function.
Christopher Faylor
2011-12-05
1
-11
/
+10
*
* exceptions.cc (exception::handle): Drop abbreviation for "exception" since I
Christopher Faylor
2011-12-04
1
-2
/
+12
[next]