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-12-02Cygwin: exec: don't access cygheap before it's initializedCorinna Vinschen
2022-12-01Cygwin: multiple_cygwin_problem: drop obsolete check for "cygheap"Corinna Vinschen
2022-10-28Cygwin: decouple cygheap from Cygwin DLLCorinna Vinschen
2022-08-22Cygwin: debugging: convert muto to SRWLOCKCorinna Vinschen
2022-08-10Cygwin: rename CygwinCreateThread to create_posix_threadCorinna Vinschen
2022-08-04Cygwin: drop __stdcall usageCorinna Vinschen
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_EPOCHCorinna Vinschen
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen
2022-07-14Cygwin: _dll_crt0: minimize target-specific conditional codeCorinna Vinschen
2022-07-13Add _REENT_CLEANUP(ptr)Matt Joyce
2022-06-11Cygwin: restore one more '#ifdef __x86_64__'Ken Brown
2022-06-07Cygwin: restore two instances of __stdcallKen Brown
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
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