index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
a) Use strcoll() in opendir() and alphasort()
ache
2019-02-01
1
-3
/
+4
*
scandir(3) previously used st_size
das
2019-02-01
1
-53
/
+31
*
Remove __P and convert to ANSI prototypes.
obrien
2019-02-01
1
-7
/
+4
*
Clean up the vcs ID strings
jhb
2019-02-01
1
-3
/
+2
*
Renumber copyright clause 4
imp
2019-02-01
1
-1
/
+1
*
scandir: Update copyright notice from FreeBSD
Sebastian Huber
2019-02-01
1
-3
/
+3
*
General further adoption of SPDX licensing ID tags.
pfg
2019-02-01
1
-0
/
+2
*
Cygwin: x86_64: pthreads: Install exception handler after switching stack
Corinna Vinschen
2019-01-30
1
-0
/
+2
*
Cygwin: document W10 1803 per-directory case-sensitivity behaviour
Corinna Vinschen
2019-01-30
1
-0
/
+33
*
Cygwin: fork: fix child process permissions, take 2
Corinna Vinschen
2019-01-30
3
-17
/
+8
*
Cygwin: raise: change to call pthread_kill
Corinna Vinschen
2019-01-30
2
-1
/
+7
*
Cygwin: execve: reduce parent handle to non-inheritable SYNCHRONIZE
Corinna Vinschen
2019-01-29
2
-8
/
+25
*
Cygwin: fork/exec: fix child process permissions
Corinna Vinschen
2019-01-29
5
-8
/
+38
*
Cygwin: Makefile.in: Improve dependency for version info
Corinna Vinschen
2019-01-29
1
-1
/
+6
*
Cygwin: procfd: improve debug output
Corinna Vinschen
2019-01-28
1
-2
/
+5
*
Cygwin: seteuid: disable unused funcs and lsaauth subdir
Corinna Vinschen
2019-01-28
3
-3
/
+11
*
Cygwin: spawn: revert incorrect restriction of permissions
Corinna Vinschen
2019-01-27
1
-2
/
+1
*
Cygwin: fork: restrict parent handle perms and drop handle after use
Corinna Vinschen
2019-01-27
3
-3
/
+7
*
Cygwin: seteuid: use Kerberos/MsV1_0 S4U authentication by default
Corinna Vinschen
2019-01-26
8
-79
/
+353
*
Cygwin: uname: Raise size of utsname fields and revamp uname(2) output
Corinna Vinschen
2019-01-26
8
-7
/
+92
*
Cygwin: netdb.h: fix __GNU_VISIBLE tests
Corinna Vinschen
2019-01-26
1
-3
/
+3
*
Cygwin: create_token: Return NULL, not INVALID_HANDLE_VALUE
Corinna Vinschen
2019-01-26
2
-5
/
+5
*
Cygwin: syscalls.cc: fix formatting
Corinna Vinschen
2019-01-26
1
-5
/
+4
*
Cygwin: lsaauth: Drop outdated test for loading Secur32.dll
Corinna Vinschen
2019-01-26
1
-6
/
+0
*
Cygwin: seteuid: work with password-less user switch as well
Corinna Vinschen
2019-01-24
3
-21
/
+39
*
Cygwin: seteuid: refuse changing uid to disabled or locked out user
Corinna Vinschen
2019-01-24
2
-0
/
+18
*
Cygwin: net: unify gethostname/getdomainname
Corinna Vinschen
2019-01-24
1
-41
/
+36
*
Cygwin: gethostname: fix fetching hostname from non-winsock function
Corinna Vinschen
2019-01-24
2
-1
/
+3
*
Cygwin: version: Use UTC timestamp as build time
Corinna Vinschen
2019-01-24
1
-1
/
+1
*
Cygwin: cygthread: set thread name before calling thread func
Corinna Vinschen
2019-01-23
2
-2
/
+4
*
Use nanf() instead of nan() in single-precision float libm math functions
Jozef Lawrynowicz
2019-01-23
4
-4
/
+4
*
Use HUGE_VALF instead of HUGE_VAL in single-precision float libm math functions
Jozef Lawrynowicz
2019-01-23
16
-18
/
+18
*
Remove HUGE_VAL definition from libm math functions
Jozef Lawrynowicz
2019-01-23
31
-186
/
+0
*
Remove matherr, and SVID and X/Open math library configurations
Jozef Lawrynowicz
2019-01-23
90
-2350
/
+433
*
Cygwin: posix timers: fix overrun count always being 1 too big
Corinna Vinschen
2019-01-22
2
-37
/
+21
*
Cygwin: posix timers: fix error handling in public API
Corinna Vinschen
2019-01-22
1
-6
/
+15
*
Cygwin: posix timers: allocate timer_tracker on system heap.
Corinna Vinschen
2019-01-22
3
-5
/
+5
*
Cygwin: timerfd: Add support for CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM
Corinna Vinschen
2019-01-22
3
-8
/
+9
*
Cygwin: posix timers: Add support for CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM
Corinna Vinschen
2019-01-22
1
-7
/
+6
*
Cygwin: clocks: Add CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM clocks
Corinna Vinschen
2019-01-22
2
-1
/
+5
*
time.h: Add CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARM
Corinna Vinschen
2019-01-22
1
-8
/
+12
*
Cygwin: posix timers: reimplement using OS timer
Corinna Vinschen
2019-01-22
7
-239
/
+289
*
Cygwin: timerfd: another overrun computation fix and drop useless variable
Corinna Vinschen
2019-01-22
1
-6
/
+4
*
Cygwin: timerfd: reset expiry counter in settime
Corinna Vinschen
2019-01-21
1
-0
/
+1
*
Cygwin: timerfd: fix gettime
Corinna Vinschen
2019-01-21
1
-7
/
+22
*
Cygwin: timerfd: move ioctl error handling into timerfd_tracker
Corinna Vinschen
2019-01-21
3
-36
/
+39
*
Cygwin: timerfd: rename overrun_count to expiration_count
Corinna Vinschen
2019-01-21
3
-35
/
+35
*
Cygwin: timerfd: fix overrun computation
Corinna Vinschen
2019-01-21
1
-10
/
+11
*
Cygwin: timerfd: settime: fix computing DueTime on non-realtime clocks
Corinna Vinschen
2019-01-21
1
-1
/
+1
*
Cygwin: timerfd: Handle gettime error in settime
Corinna Vinschen
2019-01-21
1
-2
/
+2
[prev]
[next]