aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Cygwin: forkables: update doc, add release notesMichael Haubenwallner3-11/+30
2019-02-11AArch32: Fix the build for M class semihostingTamar Christina1-1/+3
2019-02-09Cygwin: disk device: stop using SetFilePointerCorinna Vinschen1-3/+6
2019-02-09Cygwin: execve: fix setting O_APPEND file offset for native childCorinna Vinschen2-2/+6
2019-02-08Cygwin: change CURR_CHILD_INFO_MAGIC according to previous patchCorinna Vinschen1-1/+1
2019-02-08Cygwin: fix child getting another pid after spawnveCorinna Vinschen4-9/+16
2019-02-08AArch32: Add support for HLT to Mixed Mode modelsTamar Christina2-7/+13
2019-02-07forkables: hardlink without WRITE_ATTRIBUTES firstMichael Haubenwallner1-24/+48
2019-02-07forkables: inline dll_list::forkables_supportedMichael Haubenwallner6-12/+10
2019-02-07forkables: simplify disabling via shmMichael Haubenwallner5-148/+65
2019-02-07forkables: use dynloaded dll's IndexNumber as dirnameMichael Haubenwallner1-25/+8
2019-02-07forkables: Document hardlink creation at forktime.Michael Haubenwallner2-0/+46
2019-02-07forkables: Keep hardlinks disabled via shared mem.Michael Haubenwallner3-2/+16
2019-02-07forkables: On fork failure, retry with hardlinks.Michael Haubenwallner8-33/+85
2019-02-07forkables: Create forkable hardlinks, yet unused.Michael Haubenwallner7-5/+1207
2019-02-07dll_list: Track main executable and cygwin1.dll.Michael Haubenwallner3-9/+36
2019-02-07dll_list: Store dll file name as full NT path.Michael Haubenwallner3-69/+187
2019-02-06Cygwin: unlink: allow fallback from POSIX to default methodCorinna Vinschen1-1/+5
2019-02-05Cygwin: proc fd: fix handling of pipes, sockets, etcCorinna Vinschen3-7/+15
2019-02-05Cygwin: proc fd: fix a copy/paste bug calling file_pathconvCorinna Vinschen1-1/+1
2019-02-05Cygwin: proc fd: pass along open mode when reopening fileCorinna Vinschen4-6/+6
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-04Cygwin: timerfd: drop outdated TODO commentCorinna Vinschen1-1/+0
2019-02-02Cygwin: fix typoCorinna Vinschen2-2/+2
2019-02-02Cygwin: tweak Cygwin PID change release noteCorinna Vinschen2-0/+4
2019-02-02Cygwin: kill(1): introduce a -W optionCorinna Vinschen4-20/+59
2019-02-02Cygwin: spawn: create and maintain winpid symlinksCorinna Vinschen2-5/+26
2019-02-02Cygwin: pinfo: simplify create_winpid_symlinkCorinna Vinschen2-6/+5
2019-02-02Cygwin: kill(1): revert casts required for 32 bit to avoid spurious warningsCorinna Vinschen1-2/+3
2019-02-02Cygwin: Makefile.in: Fix previous version info generation fixCorinna Vinschen1-3/+4
2019-02-02Cygwin: kill(1): disallow killing process using raw Windows PIDCorinna Vinschen1-19/+22
2019-02-02Cygwin: processes: fix handling of native Windows processesCorinna Vinschen3-5/+11
2019-02-02Cygwin: Makefile.in: Fix another dependency problem in version infoCorinna Vinschen1-1/+1
2019-02-01Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen11-156/+162
2019-02-01Cygwin: remove outdated vfork docCorinna Vinschen1-36/+0
2019-02-01Cygwin: /proc: don't exit prematurely from /proc/PID/statusCorinna Vinschen1-3/+2
2019-02-01Cygwin: Add pthread exception handling patch to release notesCorinna Vinschen1-1/+4
2019-02-01scandir: Add support for struct dirent::d_typeSebastian Huber1-1/+4
2019-02-01a) Use strcoll() in opendir() and alphasort()ache1-3/+4
2019-02-01scandir(3) previously used st_sizedas1-53/+31
2019-02-01Remove __P and convert to ANSI prototypes.obrien1-7/+4
2019-02-01Clean up the vcs ID stringsjhb1-3/+2
2019-02-01Renumber copyright clause 4imp1-1/+1
2019-02-01scandir: Update copyright notice from FreeBSDSebastian Huber1-3/+3
2019-02-01General further adoption of SPDX licensing ID tags.pfg1-0/+2
2019-01-30Cygwin: x86_64: pthreads: Install exception handler after switching stackCorinna Vinschen1-0/+2
2019-01-30Cygwin: document W10 1803 per-directory case-sensitivity behaviourCorinna Vinschen1-0/+33
2019-01-30Cygwin: fork: fix child process permissions, take 2Corinna Vinschen3-17/+8
2019-01-30Cygwin: raise: change to call pthread_killCorinna Vinschen2-1/+7