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 (wait_sig): Ensure that waiting threads are awoken after returning
Christopher Faylor
2004-09-12
1
-8
/
+16
*
* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is
Christopher Faylor
2004-09-12
1
-2
/
+13
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-2
/
+2
*
* sigproc.cc (wait_sig): Make sure that SIGCHLD is handled regardless of
Christopher Faylor
2004-03-26
1
-7
/
+10
*
* sigproc.cc (wait_sig): Report if not trying to send signal due to queued
Christopher Faylor
2004-03-26
1
-1
/
+3
*
* path.cc (normalize_posix_path): Reorganize to short circuit to DOS path
Christopher Faylor
2004-03-25
1
-43
/
+31
*
* sigproc.cc (proc_terminate): Release sync_proc_subproc when done terminating
Christopher Faylor
2004-03-16
1
-1
/
+2
*
* cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarily
Christopher Faylor
2004-03-15
1
-11
/
+12
*
* cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff is
Christopher Faylor
2004-03-14
1
-1
/
+16
*
* cygtls.h (waitq): Declare structure here.
Christopher Faylor
2004-03-12
1
-13
/
+0
*
* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwin
Christopher Faylor
2004-03-09
1
-1
/
+0
*
* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it exists
Christopher Faylor
2004-02-26
1
-14
/
+14
*
* Makefile.in: Compile syscalls.o with -fomit-frame-pointer.
Christopher Faylor
2004-02-15
1
-1
/
+0
*
* sigproc.cc (proc_subproc): Change warning back to silent debug output.
Christopher Faylor
2004-02-14
1
-1
/
+1
*
* Makefile.in (clean): Remove sigfe.s.
Christopher Faylor
2004-02-13
1
-36
/
+26
*
Rename _threadinfo to _cygtls, throughout.
Christopher Faylor
2004-02-12
1
-3
/
+3
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-3
/
+3
*
* cygerrno.h (set_errno): Set global errno whenever setting thread specific
Christopher Faylor
2004-02-01
1
-11
/
+16
*
* sigproc.cc (proc_subproc): Don't protect *child's* handle.
Christopher Faylor
2004-01-25
1
-1
/
+0
*
* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.
Christopher Faylor
2004-01-24
1
-1
/
+1
*
* configure.in: Remove NEWVFORK default.
Christopher Faylor
2004-01-23
1
-1
/
+4
*
* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.
Christopher Faylor
2004-01-22
1
-20
/
+17
*
* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change for
Christopher Faylor
2004-01-21
1
-3
/
+7
*
* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing since
Christopher Faylor
2004-01-19
1
-6
/
+16
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-65
/
+75
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-1
/
+7
*
* cygtls.h (_threadinfo::stack): Increase stack size to accommodate nested
Christopher Faylor
2003-12-30
1
-11
/
+5
*
* dcrt0.cc (reent_data): Reluctantly resurrect.
Christopher Faylor
2003-12-26
1
-8
/
+12
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-3
/
+19
*
* sigproc.cc (proc_subproc): Simplify code to just remove all zombies if
Christopher Faylor
2003-12-18
1
-6
/
+5
*
* pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.
Christopher Faylor
2003-12-17
1
-6
/
+11
*
* exceptions.cc (set_signal_mask): Report on input argument rather than
Christopher Faylor
2003-12-16
1
-5
/
+16
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-18
/
+18
*
* sigproc.cc (no_signals_available): Fix so that non-zero exit state is a true
Christopher Faylor
2003-11-29
1
-3
/
+5
*
* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.
Christopher Faylor
2003-11-29
1
-3
/
+3
*
* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.
Christopher Faylor
2003-11-28
1
-5
/
+5
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-77
/
+46
*
* sigproc.cc (sig_send): Correct below checkin. Use
Christopher Faylor
2003-11-23
1
-1
/
+1
*
* sigproc.cc (proc_exists): A zombie process does not exist.
Christopher Faylor
2003-11-23
1
-7
/
+15
*
* sigproc.cc (proc_subproc): Restrict permissions on ppid_handle.
Christopher Faylor
2003-09-28
1
-1
/
+1
*
* shared_info.h (CURR_MOUNT_MAGIC): Fix.
Christopher Faylor
2003-09-25
1
-67
/
+60
*
2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-25
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-359
/
+232
*
* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.
Christopher Faylor
2003-09-23
1
-1
/
+1
*
* fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo with
Christopher Faylor
2003-09-17
1
-2
/
+3
*
* pinfo.h (winpids::pid_access): New element.
Christopher Faylor
2003-09-17
1
-0
/
+5
*
* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be
Christopher Faylor
2003-09-09
1
-1
/
+1
*
* sigproc.cc (wait_sig_inited): Remove assertion since it is racy.
Christopher Faylor
2003-09-08
1
-1
/
+0
*
* exceptions.cc (set_process_mask): Set pending signals only when signals
Christopher Faylor
2003-09-03
1
-4
/
+4
*
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
Christopher Faylor
2003-09-01
1
-3
/
+26
[next]