4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 03:19:54 +08:00
Christopher Faylor 3bfd1c5e8c * pinfo.cc (pinfo::exit): Swap signal and normal exit value when not started
from a cygwin process - just like the good-old-days of B20.
2006-01-02 03:14:56 +00:00

32 lines
1.0 KiB
Plaintext

2006-01-01 Christopher Faylor <cgf@timesys.com>
* pinfo.cc (pinfo::exit): Swap signal and normal exit value when not
started from a cygwin process - just like the good-old-days of B20.
2006-01-01 Christopher Faylor <cgf@timesys.com>
* strace.cc (strace::write_childpid): Remove debugging output.
2006-01-01 Christopher Faylor <cgf@timesys.com>
* cygtls.cc (_cygtls::remove): Remove left over debugging cruft which
caused this function to always return prematurely.
2006-01-01 Christopher Faylor <cgf@timesys.com>
* exceptions.cc (sigpacket::process): Pass actual reference to signal's
sigaction structure to setup_handler.
2006-01-01 Christopher Faylor <cgf@timesys.com>
* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.
* include/cygwin/signal.h: Define SA_ONESHOT and SA_NOMASK.
* dcrt0.cc (get_cygwin_startup_info): Remove commented out code.
2006-01-01 Corinna Vinschen <corinna@vinschen.de>
* syslog.cc (vklog): Never log kernel messages using the vsyslog
interface.