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
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
2014-11-07 * dcrt0.cc (cygwin__cxa_atexit): Fetch correct DSO handle valueCorinna Vinschen
2014-11-06 * dcrt0.cc (cygwin_atexit): Change preceeding comment to reflectCorinna Vinschen
2014-11-05 * Makefile.in (NEW_FUNCTIONS): Add atexit to be not exported.Corinna Vinschen
2014-10-29 * common.din (__cxa_atexit): Define as cygwin__cxa_atexit.Corinna Vinschen
2014-10-28 * dcrt0.cc (cygwin_atexit): Add workaround for broken atexit callsCorinna Vinschen
2014-10-17 * cygheap.cc (cygheap_fixup_in_child): Call set_dll_dir.Corinna Vinschen
2014-10-10 * dlfcn.cc (dlopen): Disable old 32 bit code on 64 bit.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-08-19 * autoload.cc: Replace WNet[...]A with WNet[...]W imports.Corinna Vinschen
2014-08-07* common.din (__cxa_finalize): Export.Yaakov Selkowitz
2014-06-23 * dcrt0.cc (insert_file): Fix resource leaks (CIDs 59987, 59988).Corinna Vinschen
2014-03-29 * dcrt0.cc (dll_crt0_0): Install myfault exception handler on x86_64.Corinna Vinschen
2014-02-16 * dcrt0.cc (dll_crt0_1): Call initial_setlocale before fetchingCorinna Vinschen
2014-02-10 * dcrt0.cc (child_info_spawn::handle_spawn): Call fixup_lockf_after_execCorinna Vinschen
2013-12-18* dcrt0.cc (dll_crt0_1): Remove NtSetTimerResolution.Christopher Faylor