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-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-05-30Cygwin: remove some 32-bit only environment codeKen Brown
2022-05-30Cygwin: remove regparm.hKen Brown
2022-05-13Cygwin: drop system_wow64_directory and related codeCorinna Vinschen
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen
2022-05-13Cygwin: switch to _REENT_GLOBAL_STDIO_STREAMSCorinna Vinschen
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber
2022-05-03Cygwin: always add sigmask to child infoCorinna Vinschen
2022-05-03Cygwin: simplify create_new_main_thread_stackCorinna Vinschen
2022-02-22Make __sdidinit unusedMatt Joyce
2021-10-26Cygwin: convert malloc lock to SRWLOCKCorinna Vinschen
2021-05-08Cygwin: fetch Windows directory on all platforms and use throughoutCorinna Vinschen
2021-04-21Cygwin: skip native symlink check in Windows dir under WOW64Corinna Vinschen
2021-04-13Cygwin: fix fenv.h includesCorinna Vinschen
2021-04-13Cygwin: don't export _feinitialise from newlibCorinna Vinschen
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen
2019-07-25Cygwin: Fix the address of myselfCorinna Vinschen
2019-03-28Cygwin: fork: reserve dynloaded dll areas earlierMichael Haubenwallner
2019-02-08Cygwin: fix child getting another pid after spawnveCorinna Vinschen
2019-02-07forkables: On fork failure, retry with hardlinks.Michael Haubenwallner
2019-02-01Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen
2019-01-29Cygwin: execve: reduce parent handle to non-inheritable SYNCHRONIZECorinna Vinschen
2019-01-28Cygwin: spawn: revert incorrect restriction of permissionsCorinna Vinschen
2019-01-27Cygwin: fork: restrict parent handle perms and drop handle after useCorinna Vinschen
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen
2017-03-10_dll_crt0: Drop incorrect check for being started from parent main threadCorinna Vinschen
2016-08-23Send thread names to debuggerJon Turney
2016-07-06Redefine locale info in struct _reent for per-thread localesCorinna Vinschen
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen
2016-06-24Drop wow64_has_secondary_stack flagCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen
2016-04-01Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley
2016-01-08Do not treat the command line or environment like pathsJohannes Schindelin
2015-12-07Fix minor style issue in _dll_crt0.Corinna Vinschen
2015-12-07Always allocate main thread stack from pthread stack area on x86_64.Corinna Vinschen
2015-12-04On 64 bit, only create new thread stack if started from 32 bit process on aff...Corinna Vinschen
2015-12-03Always move 64 bit main thread stack to defined pthread stack areaCorinna Vinschen
2015-12-03Cleanup in dcrt0.cc and fork.ccCorinna Vinschen
2015-12-03Always restore full TEB stack info in forkeeCorinna Vinschen
2015-12-03Add missing dcrt0.cc patch to previous commitCorinna Vinschen
2015-12-02Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen
2015-12-02Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen
2015-07-29cygwin: Fix copyright datesCorinna Vinschen
2015-07-19Reduce stack pressure throughout CygwinCorinna Vinschen
2015-07-07x86_64: Handle myfault exceptions when running on alternate signal stackCorinna Vinschen
2015-07-07Simplify stack allocation code in child after forkCorinna Vinschen
2015-07-05Align hard stack allocation to pthread stack setup changesCorinna Vinschen