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-29Cygwin: fork: fix a potential hang in forkCorinna Vinschen
2022-06-10Cygwin: restore '#ifdef __x86_64__' for CPU-specific codeKen Brown
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2021-10-26Cygwin: convert malloc lock to SRWLOCKCorinna Vinschen
2020-08-28Cygwin: drop PROC_DETACHED_CHILD flagCorinna Vinschen
2020-08-28Cygwin: fix up proc_subproc flags and matching pinfo methodsCorinna Vinschen
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen
2020-02-10Cygwin: pty: Fix state mismatch caused in mintty.Takashi Yano
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano
2019-09-04Cygwin: pty: Add a workaround for ^C handling.Takashi Yano
2019-09-04Cygwin: pty: Fix state management for pseudo console support.Takashi Yano
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano
2019-07-31Cygwin: fork: attach child not before successMichael Haubenwallner
2019-07-31Cygwin: pinfo: stop remember doing reattachMichael Haubenwallner
2019-06-11Revert "Cygwin: fork: Remember child not before success."Ken Brown
2019-06-03Cygwin: fork: Remember child not before success.Michael Haubenwallner
2019-06-03Cygwin: fork: Always pause child after fixups.Michael Haubenwallner
2019-03-28Cygwin: fork: reserve dynloaded dll areas earlierMichael Haubenwallner
2019-03-12Cygwin: fork/exec: Allow all users PROCESS_QUERY_LIMITED_INFORMATIONCorinna Vinschen
2019-02-07forkables: inline dll_list::forkables_supportedMichael Haubenwallner
2019-02-07forkables: On fork failure, retry with hardlinks.Michael Haubenwallner
2019-02-07forkables: Create forkable hardlinks, yet unused.Michael Haubenwallner
2019-02-07dll_list: Track main executable and cygwin1.dll.Michael Haubenwallner
2019-02-07dll_list: Store dll file name as full NT path.Michael Haubenwallner
2019-02-05Cygwin: fork: terminate child process unconditionally in error caseCorinna Vinschen
2019-02-05fork: remove cygpid.N sharedmem on fork failureMichael Haubenwallner
2019-02-01Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen
2019-01-27Cygwin: fork: restrict parent handle perms and drop handle after useCorinna Vinschen
2019-01-22Cygwin: posix timers: reimplement using OS timerCorinna Vinschen
2019-01-16Cygwin: fork: move extern declarations to appropriate headersCorinna Vinschen
2018-05-29Cygwin: Fixing the math behind rounding down ch.stacklimit to page size.Sergejs Lukanihins
2017-10-10cygwin: fix potential buffer overflow in forkMichael Haubenwallner
2017-03-10fork: Don't copy _main_tls->local_clib from *_impure_ptrCorinna 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
2015-12-03Cleanup in dcrt0.cc and fork.ccCorinna Vinschen
2015-12-03Safely recognize when fork is running from main thread or another pthreadCorinna 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-07-29cygwin: Fix copyright datesCorinna Vinschen
2015-07-07Simplify fork code setting up child stack infoCorinna Vinschen
2015-07-01Fix fork after recovered stack overflowCorinna Vinschen
2013-12-18* external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor
2013-06-27 * dcrt0.cc (child_info_fork::alloc_stack): Fix a comparison to avoidCorinna Vinschen
2013-05-24 * fork.cc (frok::parent): Always set CREATE_UNICODE_ENVIRONMENT flag.Corinna Vinschen
2013-05-24 * fork.cc (frok::parent): Call CreateProcessW with command line setCorinna Vinschen
2013-05-24 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype ofCorinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen