summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use HUGE_VALF instead of HUGE_VAL in single-precision float libm math functionsJozef Lawrynowicz2019-01-2316-18/+18
* Remove HUGE_VAL definition from libm math functionsJozef Lawrynowicz2019-01-2331-186/+0
* Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz2019-01-2390-2350/+433
* Cygwin: posix timers: fix overrun count always being 1 too bigCorinna Vinschen2019-01-222-37/+21
* Cygwin: posix timers: fix error handling in public APICorinna Vinschen2019-01-221-6/+15
* Cygwin: posix timers: allocate timer_tracker on system heap.Corinna Vinschen2019-01-223-5/+5
* Cygwin: timerfd: Add support for CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARMCorinna Vinschen2019-01-223-8/+9
* Cygwin: posix timers: Add support for CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARMCorinna Vinschen2019-01-221-7/+6
* Cygwin: clocks: Add CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM clocksCorinna Vinschen2019-01-222-1/+5
* time.h: Add CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARMCorinna Vinschen2019-01-221-8/+12
* Cygwin: posix timers: reimplement using OS timerCorinna Vinschen2019-01-227-239/+289
* Cygwin: timerfd: another overrun computation fix and drop useless variableCorinna Vinschen2019-01-221-6/+4
* Cygwin: timerfd: reset expiry counter in settimeCorinna Vinschen2019-01-211-0/+1
* Cygwin: timerfd: fix gettimeCorinna Vinschen2019-01-211-7/+22
* Cygwin: timerfd: move ioctl error handling into timerfd_trackerCorinna Vinschen2019-01-213-36/+39
* Cygwin: timerfd: rename overrun_count to expiration_countCorinna Vinschen2019-01-213-35/+35
* Cygwin: timerfd: fix overrun computationCorinna Vinschen2019-01-211-10/+11
* Cygwin: timerfd: settime: fix computing DueTime on non-realtime clocksCorinna Vinschen2019-01-211-1/+1
* Cygwin: timerfd: Handle gettime error in settimeCorinna Vinschen2019-01-211-2/+2