Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-17Cygwin: console: Introduce new thread which handles input signal.Takashi Yano via Cygwin-patches
2021-02-01Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().Takashi Yano via Cygwin-patches
2020-08-30Cygwin: Remove waitloop argument from try_to_debug()Jon Turney
2020-08-20Cygwin: add header defining GCC exception codesKen Brown
2020-08-18Cygwin: main exception handler (64-bit): continue GCC exceptionsKen Brown
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2020-03-11Cygwin: fix formatting: drop trailing whitespaceCorinna Vinschen
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen
2020-02-18Cygwin: rename NSIG to _NSIG, change visibility of NSIG to MISCCorinna Vinschen
2019-11-08Cygwin: Raise dumpstack frame limit to 32Mark Geisert
2019-10-03Cygwin: Fix signal handling issue introduced by PTY related change.Takashi Yano
2019-09-21Cygwin: Fix incorrect TTY for non-cygwin process.Takashi Yano
2019-08-18Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen
2019-08-17Revert "Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenario"Corinna Vinschen
2019-08-13Cygwin: fix potential SEGV in sigwaitinfo/signalfd scenarioCorinna Vinschen
2019-04-05Cygwin: signals: setcontext: fix setting sigmaskCorinna Vinschen
2019-04-05Cygwin: follow context if changed inside SA_SIGINFO signal handlerCorinna Vinschen
2019-04-04Cygwin: signals: make setcontext work from signal handlersCorinna Vinschen
2019-04-03Cygwin: signals: restore sigmask from context given to signal handlerCorinna Vinschen
2019-03-25Cygwin: ctrl_c_handler: Use 64 bit timerCorinna Vinschen
2019-01-22Cygwin: posix timers: reimplement using OS timerCorinna Vinschen
2019-01-14Cygwin: signalfd: implement non-polling selectCorinna Vinschen
2019-01-12Cygwin: posix timers: implement timer_getoverrunCorinna Vinschen
2018-06-26Cygwin: exceptions: fix FPE exception flagsCorinna Vinschen
2018-03-25Cygwin: delete /dev/kmsg and thus fhandler_mailslot without substitutionCorinna Vinschen
2018-01-24Define internal function mythreadname() -- revisedMark Geisert
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-10-09cygwin: initialize variable for stack unwindingMichael Haubenwallner
2016-11-24Remove redundant check for NULL pointer in cygwin_exception::dump_exceptionCorinna Vinschen
2016-08-23Send thread names to debuggerJon Turney
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen
2016-06-23Drop has_restricted_stack_args flagCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-24Throughout Cygwin, use u_intN_t or uintN_tCorinna Vinschen
2016-02-12cygwin: fix errors with GCC 5Yaakov Selkowitz
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen
2015-10-30Avoid double unlock of TLS mutexCorinna Vinschen
2015-08-18exceptions.cc: Drop including ucontext.h.Corinna Vinschen
2015-07-23Fix potential buffer overflow in makecontext trampolineCorinna Vinschen
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen
2015-07-18Rearrange makecontext and add lots of commentsCorinna Vinschen
2015-07-17Fix ucontext creation in call_signal handlerCorinna Vinschen
2015-07-17Comment fixupCorinna Vinschen
2015-07-17Reuse __unwind_single_frame where appropriateCorinna Vinschen
2015-07-17Implement getcontext, setcontext, makecontext, swapcontextCorinna Vinschen
2015-07-13exceptions.cc: Reenable code only disabled for debug purposesCorinna Vinschen
2015-07-07x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen
2015-07-04Fix original stack when running signal handler on alternate stackCorinna Vinschen
2015-06-27Handle ss_flags value longjmp safe.Corinna Vinschen
2015-06-22Don't push on original stack during alternate signal stack setupCorinna Vinschen