aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2019-02-03forkables: simplify disabling via shmMichael Haubenwallner5-148/+65
2019-02-03forkables: use dynloaded dll's IndexNumber as dirnameMichael Haubenwallner1-25/+8
2019-02-03forkables: Document hardlink creation at forktime.Michael Haubenwallner2-0/+46
2019-02-03forkables: Keep hardlinks disabled via shared mem.Michael Haubenwallner3-2/+16
2019-02-03forkables: On fork failure, retry with hardlinks.Michael Haubenwallner8-33/+85
2019-02-03forkables: Create forkable hardlinks, yet unused.Michael Haubenwallner7-5/+1207
2019-02-03dll_list: Track main executable and cygwin1.dll.Michael Haubenwallner3-9/+36
2019-02-03dll_list: Store dll file name as full NT path.Michael Haubenwallner3-69/+187
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-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
2019-01-29Cygwin: execve: reduce parent handle to non-inheritable SYNCHRONIZECorinna Vinschen2-8/+25
2019-01-29Cygwin: fork/exec: fix child process permissionsCorinna Vinschen5-8/+38
2019-01-29Cygwin: Makefile.in: Improve dependency for version infoCorinna Vinschen1-1/+6
2019-01-28Cygwin: procfd: improve debug outputCorinna Vinschen1-2/+5
2019-01-28Cygwin: seteuid: disable unused funcs and lsaauth subdirCorinna Vinschen3-3/+11
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 Vinschen3-3/+7
2019-01-26Cygwin: seteuid: use Kerberos/MsV1_0 S4U authentication by defaultCorinna Vinschen8-79/+353
2019-01-26Cygwin: uname: Raise size of utsname fields and revamp uname(2) outputCorinna Vinschen8-7/+92
2019-01-26Cygwin: netdb.h: fix __GNU_VISIBLE testsCorinna Vinschen1-3/+3
2019-01-26Cygwin: create_token: Return NULL, not INVALID_HANDLE_VALUECorinna Vinschen2-5/+5
2019-01-26Cygwin: syscalls.cc: fix formattingCorinna Vinschen1-5/+4
2019-01-26Cygwin: lsaauth: Drop outdated test for loading Secur32.dllCorinna Vinschen1-6/+0
2019-01-24Cygwin: seteuid: work with password-less user switch as wellCorinna Vinschen3-21/+39
2019-01-24Cygwin: seteuid: refuse changing uid to disabled or locked out userCorinna Vinschen2-0/+18
2019-01-24Cygwin: net: unify gethostname/getdomainnameCorinna Vinschen1-41/+36
2019-01-24Cygwin: gethostname: fix fetching hostname from non-winsock functionCorinna Vinschen2-1/+3
2019-01-24Cygwin: version: Use UTC timestamp as build timeCorinna Vinschen1-1/+1
2019-01-23Cygwin: cygthread: set thread name before calling thread funcCorinna Vinschen2-2/+4
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz15-52/+28
2019-01-22Cygwin: posix timers: fix overrun count always being 1 too bigCorinna Vinschen2-37/+21
2019-01-22Cygwin: posix timers: fix error handling in public APICorinna Vinschen1-6/+15
2019-01-22Cygwin: posix timers: allocate timer_tracker on system heap.Corinna Vinschen3-5/+5
2019-01-22Cygwin: timerfd: Add support for CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARMCorinna Vinschen3-8/+9