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 (child_info::proc_retry): Mask all of the bits we're interested
Christopher Faylor
2006-05-29
1
-1
/
+1
*
* child_info.h (_CI_SAW_CTRL_C): New enum.
Christopher Faylor
2006-05-22
1
-0
/
+3
*
* sigproc.cc (no_signals_available): Detect hwait_sig == INVALID_HANDLE_VALUE.
Christopher Faylor
2006-05-16
1
-2
/
+2
*
* sigproc.cc (wait_for_sigthread): Use the current user sid when setting up the
Christopher Faylor
2006-03-30
1
-1
/
+1
*
* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it can
Christopher Faylor
2006-03-29
1
-9
/
+8
*
* sigproc.cc (wait_sig): Move myself manipulation...
Christopher Faylor
2006-03-27
1
-8
/
+5
*
* sigproc.cc (sigalloc): Don't set SA_RESTART here.
Christopher Faylor
2006-03-23
1
-4
/
+0
*
* fhandler.cc (fcntl): Print flags in hex.
Christopher Faylor
2006-03-22
1
-19
/
+19
*
* signal.cc (signal): Don't set SA_RESTART here.
Christopher Faylor
2006-03-22
1
-0
/
+4
*
* child_info.h (child_status): Fix typo which made it impossible to set
Christopher Faylor
2006-03-22
1
-6
/
+6
*
* child_info.h (child_status): New enum.
Christopher Faylor
2006-03-20
1
-2
/
+6
*
revert previous debugging checkin
Christopher Faylor
2006-03-20
1
-8
/
+4
*
* pinfo.cc (commune_process): Fix randomly invalid pointer which caused fifos
Christopher Faylor
2006-03-20
1
-4
/
+8
*
* pinfo.h (EXITCODE_OK): Define new constant.
Christopher Faylor
2006-03-18
1
-1
/
+3
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-3
/
+47
*
* child_info.h (child_info_fork::fork_retry): Declare new function.
Christopher Faylor
2006-03-15
1
-1
/
+1
*
* dcrt0.cc (main_environ): Initialize to &__cygwin_environment.
Christopher Faylor
2006-03-14
1
-4
/
+4
*
* child_info.h (child_info_fork::handle_failure): Declare new function.
Christopher Faylor
2006-03-13
1
-7
/
+12
*
* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a little
Christopher Faylor
2006-03-13
1
-11
/
+10
*
* cygtls.h (CYGTLS_INITIALIZED): Change to a little more unlikely value.
Christopher Faylor
2006-03-12
1
-6
/
+8
*
* sigproc.cc: Fix a comment.
Christopher Faylor
2006-02-28
1
-5
/
+4
*
* sigproc.cc (sigheld): Define new variable.
Christopher Faylor
2006-02-24
1
-3
/
+18
*
Always zero all elements of siginfo_t throughout.
Christopher Faylor
2006-02-06
1
-1
/
+1
*
* sigproc.cc (no_signals_available): Use existence of signal thread handle to
Christopher Faylor
2006-01-05
1
-3
/
+4
*
(fix ChangeLog and check in remaining files)
Christopher Faylor
2006-01-05
1
-0
/
+2
*
add copyright
Christopher Faylor
2006-01-02
1
-1
/
+2
*
*** cygwin DLL Changes:
Christopher Faylor
2005-12-29
1
-1
/
+1
*
* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.
Christopher Faylor
2005-12-23
1
-1
/
+1
*
* fork.cc (fork): Honor error return from sig_send. Don't continue with fork
Christopher Faylor
2005-12-23
1
-7
/
+7
*
* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.
Christopher Faylor
2005-12-19
1
-1
/
+1
*
* cygtls.cc (_cygtls::remove): Don't bother if we're exiting.
Christopher Faylor
2005-12-13
1
-1
/
+2
*
* cygtls.h (_cygtls::el): New field.
Christopher Faylor
2005-12-03
1
-2
/
+1
*
* fork.cc (frok::child): Change order of cleanup prior to return.
Christopher Faylor
2005-10-29
1
-1
/
+1
*
* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or suffer
Christopher Faylor
2005-10-23
1
-1
/
+1
*
* sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.
Christopher Faylor
2005-10-19
1
-30
/
+25
*
* cygtls.cc (handle_threadlist_exception): Improve diagnostic output.
Christopher Faylor
2005-10-19
1
-2
/
+3
*
* sigproc.cc (child_info::sync): Use correct name when closing to prevent
Christopher Faylor
2005-10-18
1
-1
/
+1
*
* sigproc.cc (child_info::sync): Fix typo which caused hProcess to never be
Christopher Faylor
2005-10-18
1
-3
/
+3
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
1
-38
/
+49
*
* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.
Christopher Faylor
2005-10-02
1
-0
/
+3
*
Change name from commune_recv to commune_process throughout. Change name from
Christopher Faylor
2005-09-28
1
-7
/
+66
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-55
/
+2
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-2
/
+55
*
* exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let it
Christopher Faylor
2005-09-26
1
-1
/
+4
*
* sigproc.cc (wait_sig): Cosmetic change.
Christopher Faylor
2005-09-26
1
-1
/
+1
*
* sigproc.cc (sigproc_terminate): More reversion of always-exit-from-sigthread
Christopher Faylor
2005-09-24
1
-4
/
+1
*
Semi-reversion of always-exit-from-sigthread change of 2005-09-15.
Christopher Faylor
2005-09-23
1
-35
/
+4
*
* cygtls.h (struct _cygtls::thread_handle): Remove/revert.
Christopher Faylor
2005-09-23
1
-16
/
+13
*
* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.
Christopher Faylor
2005-09-23
1
-5
/
+18
*
* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --
Christopher Faylor
2005-09-20
1
-3
/
+3
[next]