aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fork.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-29Cygwin: redefine how to recognize forkee stateCorinna Vinschen1-1/+1
2022-08-29Cygwin: fork: fix a potential hang in forkCorinna Vinschen1-3/+5
2022-06-10Cygwin: restore '#ifdef __x86_64__' for CPU-specific codeKen Brown1-0/+4
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-5/+5
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-4/+0
2021-10-26Cygwin: convert malloc lock to SRWLOCKCorinna Vinschen1-1/+1
2020-08-28Cygwin: drop PROC_DETACHED_CHILD flagCorinna Vinschen1-1/+1
2020-08-28Cygwin: fix up proc_subproc flags and matching pinfo methodsCorinna Vinschen1-2/+2
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano1-30/+0
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen1-5/+29
2020-02-10Cygwin: pty: Fix state mismatch caused in mintty.Takashi Yano1-0/+2
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano1-4/+4
2019-09-04Cygwin: pty: Add a workaround for ^C handling.Takashi Yano1-1/+0
2019-09-04Cygwin: pty: Fix state management for pseudo console support.Takashi Yano1-10/+14
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano1-0/+24
2019-07-31Cygwin: fork: attach child not before successMichael Haubenwallner1-8/+11
2019-07-31Cygwin: pinfo: stop remember doing reattachMichael Haubenwallner1-0/+8
2019-06-11Revert "Cygwin: fork: Remember child not before success."Ken Brown1-16/+15
2019-06-03Cygwin: fork: Remember child not before success.Michael Haubenwallner1-15/+16
2019-06-03Cygwin: fork: Always pause child after fixups.Michael Haubenwallner1-10/+9
2019-03-28Cygwin: fork: reserve dynloaded dll areas earlierMichael Haubenwallner1-6/+0
2019-03-12Cygwin: fork/exec: Allow all users PROCESS_QUERY_LIMITED_INFORMATIONCorinna Vinschen1-5/+12
2019-02-07forkables: inline dll_list::forkables_supportedMichael Haubenwallner1-0/+1
2019-02-07forkables: On fork failure, retry with hardlinks.Michael Haubenwallner1-11/+26
2019-02-07forkables: Create forkable hardlinks, yet unused.Michael Haubenwallner1-2/+19
2019-02-07dll_list: Track main executable and cygwin1.dll.Michael Haubenwallner1-3/+12
2019-02-07dll_list: Store dll file name as full NT path.Michael Haubenwallner1-15/+13
2019-02-05Cygwin: fork: terminate child process unconditionally in error caseCorinna Vinschen1-3/+6
2019-02-05fork: remove cygpid.N sharedmem on fork failureMichael Haubenwallner1-1/+4
2019-02-01Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen1-33/+0
2019-01-27Cygwin: fork: restrict parent handle perms and drop handle after useCorinna Vinschen1-0/+2
2019-01-22Cygwin: posix timers: reimplement using OS timerCorinna Vinschen1-2/+0
2019-01-16Cygwin: fork: move extern declarations to appropriate headersCorinna Vinschen1-2/+1
2018-05-29Cygwin: Fixing the math behind rounding down ch.stacklimit to page size.Sergejs Lukanihins1-1/+1
2017-10-10cygwin: fix potential buffer overflow in forkMichael Haubenwallner1-7/+2
2017-03-10fork: Don't copy _main_tls->local_clib from *_impure_ptrCorinna Vinschen1-7/+2
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-01Remove MALLOC_CHECK and calls to it entirelyCorinna Vinschen1-7/+0
2015-12-03Cleanup in dcrt0.cc and fork.ccCorinna Vinschen1-3/+3
2015-12-03Safely recognize when fork is running from main thread or another pthreadCorinna Vinschen1-1/+2
2015-12-02Rename parent stack members in child_info struct to align with OS namesCorinna Vinschen1-6/+6
2015-12-02Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.Corinna Vinschen1-2/+2
2015-07-29cygwin: Fix copyright datesCorinna Vinschen1-1/+1
2015-07-07Simplify fork code setting up child stack infoCorinna Vinschen1-29/+20
2015-07-01Fix fork after recovered stack overflowCorinna Vinschen1-2/+14
2013-12-18* external.cc (fillout_pinfo): Remove nonsensical loop.Christopher Faylor1-3/+1
2013-06-27 * dcrt0.cc (child_info_fork::alloc_stack): Fix a comparison to avoidCorinna Vinschen1-1/+1
2013-05-24 * fork.cc (frok::parent): Always set CREATE_UNICODE_ENVIRONMENT flag.Corinna Vinschen1-0/+5
2013-05-23 * fork.cc (frok::parent): Call CreateProcessW with command line setCorinna Vinschen1-1/+5
2013-05-23 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Fix datatype ofCorinna Vinschen1-11/+7