summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: proc fd: pass along open mode when reopening fileCorinna Vinschen2019-02-054-6/+6
* Cygwin: fork: terminate child process unconditionally in error caseCorinna Vinschen2019-02-051-3/+6
* fork: remove cygpid.N sharedmem on fork failureMichael Haubenwallner2019-02-051-1/+4
* Cygwin: timerfd: drop outdated TODO commentCorinna Vinschen2019-02-041-1/+0
* Cygwin: fix typoCorinna Vinschen2019-02-022-2/+2
* Cygwin: tweak Cygwin PID change release noteCorinna Vinschen2019-02-022-0/+4
* Cygwin: kill(1): introduce a -W optionCorinna Vinschen2019-02-024-20/+59
* Cygwin: spawn: create and maintain winpid symlinksCorinna Vinschen2019-02-022-5/+26
* Cygwin: pinfo: simplify create_winpid_symlinkCorinna Vinschen2019-02-022-6/+5
* Cygwin: kill(1): revert casts required for 32 bit to avoid spurious warningsCorinna Vinschen2019-02-021-2/+3
* Cygwin: Makefile.in: Fix previous version info generation fixCorinna Vinschen2019-02-021-3/+4
* Cygwin: kill(1): disallow killing process using raw Windows PIDCorinna Vinschen2019-02-021-19/+22
* Cygwin: processes: fix handling of native Windows processesCorinna Vinschen2019-02-023-5/+11
* Cygwin: Makefile.in: Fix another dependency problem in version infoCorinna Vinschen2019-02-021-1/+1
* Cygwin: processes: use dedicated Cygwin PID rather than Windows PIDCorinna Vinschen2019-02-0111-156/+162
* Cygwin: remove outdated vfork docCorinna Vinschen2019-02-011-36/+0
* Cygwin: /proc: don't exit prematurely from /proc/PID/statusCorinna Vinschen2019-02-011-3/+2
* Cygwin: Add pthread exception handling patch to release notesCorinna Vinschen2019-02-011-1/+4
* scandir: Add support for struct dirent::d_typeSebastian Huber2019-02-011-1/+4
* a) Use strcoll() in opendir() and alphasort()ache2019-02-011-3/+4
* scandir(3) previously used st_sizedas2019-02-011-53/+31
* Remove __P and convert to ANSI prototypes.obrien2019-02-011-7/+4
* Clean up the vcs ID stringsjhb2019-02-011-3/+2
* Renumber copyright clause 4imp2019-02-011-1/+1
* scandir: Update copyright notice from FreeBSDSebastian Huber2019-02-011-3/+3
* General further adoption of SPDX licensing ID tags.pfg2019-02-011-0/+2
* Cygwin: x86_64: pthreads: Install exception handler after switching stackCorinna Vinschen2019-01-301-0/+2
* Cygwin: document W10 1803 per-directory case-sensitivity behaviourCorinna Vinschen2019-01-301-0/+33
* Cygwin: fork: fix child process permissions, take 2Corinna Vinschen2019-01-303-17/+8
* Cygwin: raise: change to call pthread_killCorinna Vinschen2019-01-302-1/+7
* Cygwin: execve: reduce parent handle to non-inheritable SYNCHRONIZECorinna Vinschen2019-01-292-8/+25
* Cygwin: fork/exec: fix child process permissionsCorinna Vinschen2019-01-295-8/+38
* Cygwin: Makefile.in: Improve dependency for version infoCorinna Vinschen2019-01-291-1/+6
* Cygwin: procfd: improve debug outputCorinna Vinschen2019-01-281-2/+5
* Cygwin: seteuid: disable unused funcs and lsaauth subdirCorinna Vinschen2019-01-283-3/+11
* Cygwin: spawn: revert incorrect restriction of permissionsCorinna Vinschen2019-01-271-2/+1
* Cygwin: fork: restrict parent handle perms and drop handle after useCorinna Vinschen2019-01-273-3/+7
* Cygwin: seteuid: use Kerberos/MsV1_0 S4U authentication by defaultCorinna Vinschen2019-01-268-79/+353
* Cygwin: uname: Raise size of utsname fields and revamp uname(2) outputCorinna Vinschen2019-01-268-7/+92
* Cygwin: netdb.h: fix __GNU_VISIBLE testsCorinna Vinschen2019-01-261-3/+3
* Cygwin: create_token: Return NULL, not INVALID_HANDLE_VALUECorinna Vinschen2019-01-262-5/+5
* Cygwin: syscalls.cc: fix formattingCorinna Vinschen2019-01-261-5/+4
* Cygwin: lsaauth: Drop outdated test for loading Secur32.dllCorinna Vinschen2019-01-261-6/+0
* Cygwin: seteuid: work with password-less user switch as wellCorinna Vinschen2019-01-243-21/+39
* Cygwin: seteuid: refuse changing uid to disabled or locked out userCorinna Vinschen2019-01-242-0/+18
* Cygwin: net: unify gethostname/getdomainnameCorinna Vinschen2019-01-241-41/+36
* Cygwin: gethostname: fix fetching hostname from non-winsock functionCorinna Vinschen2019-01-242-1/+3
* Cygwin: version: Use UTC timestamp as build timeCorinna Vinschen2019-01-241-1/+1
* Cygwin: cygthread: set thread name before calling thread funcCorinna Vinschen2019-01-232-2/+4
* Use nanf() instead of nan() in single-precision float libm math functionsJozef Lawrynowicz2019-01-234-4/+4