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
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-17Cygwin: drop i686 exception handlingCorinna Vinschen
2022-05-13Cygwin: revamp TLS offsets computationCorinna Vinschen
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen
2022-02-22Make __sdidinit unusedMatt Joyce
2019-08-18Cygwin: select: revamp non-polling code for signalfdCorinna Vinschen
2019-01-14Cygwin: signalfd: implement non-polling selectCorinna Vinschen
2016-07-27Remove redundant macro and function called `__getreent'Corinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-12-02Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen
2015-11-27Fix race condition when waiting for a signalCorinna Vinschen
2015-10-23Clear pending signals targeting exiting threadnewlib-snapshot-20151023Corinna Vinschen
2015-07-29cygwin: Fix crashes under AllocationPreference=0x100000 conditionCorinna 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-19Preliminary infrastructure to implement alternate stackCorinna Vinschen
2015-04-23Prepare to rename/reuse struct ucontext.Corinna Vinschen
2014-10-17 * cygtls.h (__try): Define __l_endtry as block-local label in 32 bitCorinna Vinschen
2014-08-25 * cygtls.cc (san::leave/x86_64): Implement.Corinna Vinschen
2014-08-25 * cygtls.cc (_cygtls::remove): Revert previous patch.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-04-18 * cygtls.h (TP_NUM_C_BUFS): Raise to 50 to allow SYMLOOP_MAX recursionsCorinna Vinschen
2014-03-12 * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen
2014-02-17 * autoload.cc (ldap_abandon): Import.Corinna Vinschen
2014-02-09 Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-04-09* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrivedChristopher Faylor
2013-03-10* cygtls.h (_cygtls::signal_debugger): Change argument type.Christopher Faylor
2013-01-31* DevNotes: Add entry cgf-000022.Christopher Faylor
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2013-01-02* cygtls.h (_cygtls::signal_exit): Delete from class.Christopher Faylor
2012-12-07* cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlockChristopher Faylor
2012-12-05* cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' toChristopher Faylor
2012-08-17* DevNotes: Add entry cgf-000016.Christopher Faylor
2012-08-16* cygtls.cc (_cygtls::operator HANDLE): Reverse '?' test stupidity.Christopher Faylor
2012-08-16* cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.Christopher Faylor
2012-08-15* cygtls.h (_cygtls::create_signal_arrived): New function.Christopher Faylor
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor
2012-07-30Doh. Check in missing file from previous submission.Christopher Faylor
2012-07-23Change "set_thread_waiting" to "set_signal_arrived" throughout.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-06-03* cygtls.h (_cygtls::protect_linked_list): Delete unused field.Christopher Faylor
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-25perror: fix POSIX compliance and work with recent newlib changeEric Blake
2011-05-24* cygtls.h (strerror_buf): Resize to allow '-'.Eric Blake