aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Cygwin: globify: read full 32 bit characterCorinna Vinschen1-1/+2
2024-03-11Cygwin: try to avoid recalling offline filesCorinna Vinschen1-0/+3
2024-01-29Cygwin: redefine how to recognize forkee stateCorinna Vinschen1-8/+10
2024-01-16Cygwin: Treat api_fatal() similarly to a core-dumping signalJon Turney1-5/+1
2023-08-29Cygwin: execve: drop argument size limitCorinna Vinschen1-3/+15
2023-08-29Cygwin: Fix segfalt when too many command line args are specified.Takashi Yano1-5/+2
2023-01-10Cygwin: cygheap: Initialize myself_pinfo before child_copy().Takashi Yano1-2/+0
2022-12-01Cygwin: exec: don't access cygheap before it's initializedCorinna Vinschen1-1/+2
2022-12-01Cygwin: multiple_cygwin_problem: drop obsolete check for "cygheap"Corinna Vinschen1-1/+1
2022-10-28Cygwin: decouple cygheap from Cygwin DLLCorinna Vinschen1-3/+0
2022-08-22Cygwin: debugging: convert muto to SRWLOCKCorinna Vinschen1-4/+0
2022-08-10Cygwin: rename CygwinCreateThread to create_posix_threadCorinna Vinschen1-1/+1
2022-08-04Cygwin: drop __stdcall usageCorinna Vinschen1-1/+1
2022-08-03Cygwin: drop macro and code for CYGWIN_VERSION_DLL_EPOCHCorinna Vinschen1-8/+1
2022-07-28Cygwin: rename __cygwin_environ and drop env redirection via cur_environ()Corinna Vinschen1-1/+1
2022-07-14Cygwin: _dll_crt0: minimize target-specific conditional codeCorinna Vinschen1-4/+4
2022-07-13Add _REENT_CLEANUP(ptr)Matt Joyce1-1/+1
2022-06-11Cygwin: restore one more '#ifdef __x86_64__'Ken Brown1-0/+4
2022-06-07Cygwin: restore two instances of __stdcallKen Brown1-1/+1
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-6/+6
2022-05-29Cygwin: remove miscellaneous 32-bit codeKen Brown1-19/+0
2022-05-29Cygwin: remove some 32-bit only environment codeKen Brown1-18/+0
2022-05-29Cygwin: remove regparm.hKen Brown1-2/+2
2022-05-13Cygwin: drop system_wow64_directory and related codeCorinna Vinschen1-9/+0
2022-05-13Cygwin: config.h: stop including auto-generated tlsoffsets.h fileCorinna Vinschen1-1/+1
2022-05-13Cygwin: switch to _REENT_GLOBAL_STDIO_STREAMSCorinna Vinschen1-4/+0
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber1-1/+1
2022-05-03Cygwin: always add sigmask to child infoCorinna Vinschen1-1/+1
2022-05-03Cygwin: simplify create_new_main_thread_stackCorinna Vinschen1-5/+1
2022-02-22Make __sdidinit unusedMatt Joyce1-6/+4
2021-10-26Cygwin: convert malloc lock to SRWLOCKCorinna Vinschen1-0/+1
2021-05-07Cygwin: fetch Windows directory on all platforms and use throughoutCorinna Vinschen1-7/+10
2021-04-21Cygwin: skip native symlink check in Windows dir under WOW64Corinna Vinschen1-0/+6
2021-04-13Cygwin: fix fenv.h includesCorinna Vinschen1-1/+1
2021-04-13Cygwin: don't export _feinitialise from newlibCorinna Vinschen1-1/+1
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-2/+2
2020-03-11Cygwin: fix formatting: collapse whitespace-only linesCorinna Vinschen1-2/+2
2019-07-25Cygwin: Fix the address of myselfCorinna Vinschen1-1/+1
2019-03-28Cygwin: fork: reserve dynloaded dll areas earlierMichael Haubenwallner1-0/+6
2019-02-08Cygwin: fix child getting another pid after spawnveCorinna Vinschen1-1/+6
2019-02-07forkables: On fork failure, retry with hardlinks.Michael Haubenwallner1-2/+2
2019-02-01Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen1-22/+5
2019-01-29Cygwin: execve: reduce parent handle to non-inheritable SYNCHRONIZECorinna Vinschen1-7/+23
2019-01-27Cygwin: spawn: revert incorrect restriction of permissionsCorinna Vinschen1-2/+1
2019-01-27Cygwin: fork: restrict parent handle perms and drop handle after useCorinna Vinschen1-1/+2
2017-11-27cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__Corinna Vinschen1-5/+5
2017-03-10_dll_crt0: Drop incorrect check for being started from parent main threadCorinna Vinschen1-1/+1
2016-08-23Send thread names to debuggerJon Turney1-0/+1
2016-07-06Redefine locale info in struct _reent for per-thread localesCorinna Vinschen1-1/+0
2016-06-24Drop has_set_thread_stack_guarantee flagCorinna Vinschen1-5/+3