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
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
2015-06-21Safe all clobbered volatile registers when using alternate stackCorinna Vinschen
2015-06-20Fix commentsCorinna Vinschen
2015-06-20Implement using alternate signal stack in CygwinCorinna Vinschen
2015-06-19Preliminary infrastructure to implement alternate stackCorinna Vinschen
2015-06-19Formatting fixes in exceptions.ccCorinna Vinschen
2015-06-15Don't enforce SA_RESTART in non-main threadsCorinna Vinschen
2015-04-23Set mcontext.cr2 to the faulting addressJon TURNEY
2015-04-23Only construct ucontext for SA_SIGINFO signal handlersJon TURNEY
2015-04-23Initialize context before RtlContextCaptureJon TURNEY
2015-04-23Provide ucontext to signal handlersJon TURNEY
2015-04-23Prepare to rename/reuse struct ucontext.Corinna Vinschen
2015-03-13Teach stackinfo::walk() how to virtually unwind the tls sigstackJon TURNEY
2014-11-28 * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-07-09 * exceptions.cc (exception::myfault_handle): Rephrase comment.Corinna Vinschen
2014-07-09 * exceptions.cc (exception::myfault_handle): Fix typo in comment.Corinna Vinschen
2014-07-07 * exceptions.cc (exception::myfault_handle): Disable handlingCorinna Vinschen
2014-06-23 * exceptions.cc (try_to_debug): Free environment pointer when not usedCorinna Vinschen
2014-05-19 * exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).Corinna Vinschen
2014-04-09 * exceptions.cc (exception::myfault_handle): Only handle the minimumCorinna Vinschen