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
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
2014-03-30* DevNotes: Add entry cgf-000025.Christopher Faylor
2014-03-29 * dcrt0.cc (dll_crt0_0): Install myfault exception handler on x86_64.Corinna Vinschen
2014-03-28 * exceptions.cc (_cygtls::signal_debugger): Move memcpy to copy contextCorinna Vinschen
2014-03-19 * exception.h (exception::handle_while_being_debugged): Declare.Corinna Vinschen
2014-03-18 Partially revert patch from 2014-03-04.Corinna Vinschen
2014-03-04 * exception.h (exception::handler_installed): Remove.Corinna Vinschen
2014-01-08* exceptions.h (cygwin_exception::open_stackdumpfile): Move old function intoChristopher Faylor
2013-12-10* globals.cc (hntdll): Define/declare.Christopher Faylor
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen