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
*
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
*
Cygwin: timerfd: fill out it_interval on timerfd_gettime
Corinna Vinschen
2019-01-21
2
-0
/
+2
*
Cygwin: timerfd: implement TFD_TIMER_CANCEL_ON_SET
Corinna Vinschen
2019-01-20
3
-11
/
+109
*
Cygwin: timerfd: convert expiry timestamp to LONG64
Corinna Vinschen
2019-01-20
1
-4
/
+4
*
Cygwin: timerfd: Fix entering critical section
Corinna Vinschen
2019-01-20
1
-1
/
+2
*
Cygwin: timerfd: fix read(2) running wild
Corinna Vinschen
2019-01-20
1
-1
/
+3
*
Cygwin: timerfd: prepare for TFD_TIMER_CANCEL_ON_SET
Corinna Vinschen
2019-01-19
2
-10
/
+14
*
Cygwin: fhandler_pipe: fix comment
Corinna Vinschen
2019-01-19
1
-1
/
+1
*
Cygwin: timerfd: reimplement from scratch
Corinna Vinschen
2019-01-19
7
-330
/
+907
*
Cygwin: clock.h: add valid_timespec() to check timespec for validity
Corinna Vinschen
2019-01-18
6
-23
/
+19
*
Cygwin: timerfd/signalfd: return EINVAL from write
Corinna Vinschen
2019-01-17
3
-6
/
+21
*
Cygwin: timerfd: implement TFD_IOC_SET_TICKS ioctl
Corinna Vinschen
2019-01-16
3
-2
/
+34
*
Cygwin: timerfd: implement execve semantics
Corinna Vinschen
2019-01-16
3
-15
/
+28
*
Cygwin: timerfd: implement fork semantics
Corinna Vinschen
2019-01-16
4
-20
/
+58
*
Cygwin: fork: move extern declarations to appropriate headers
Corinna Vinschen
2019-01-16
3
-2
/
+4
*
Cygwin: posix timers: fix overrun computation
Corinna Vinschen
2019-01-16
1
-17
/
+8
*
Cygwin: timerfd_create: add missing type
Corinna Vinschen
2019-01-16
1
-1
/
+1
*
Cygwin: timers: implement timerfd
Corinna Vinschen
2019-01-15
16
-51
/
+591
*
Cygwin: signalfd: set st_mode in fhandler_signalfd::fstat
Corinna Vinschen
2019-01-15
2
-3
/
+1
*
Cygwin: signalfd: fix comment
Corinna Vinschen
2019-01-15
1
-1
/
+1
*
Update config.guess, config.sub to gcc master branch versions
Jeff Johnston
2019-01-15
2
-611
/
+626
*
AMD GCN Port contributed by Andrew Stubbs <ams@codesourcery.com>
Jeff Johnston
2019-01-15
32
-4
/
+13126
*
Cygwin: gentls_offsets: Remove obsolte 'o' regex option
Corinna Vinschen
2019-01-15
1
-6
/
+6
*
Cygwin: tlsoffsets64.h: regenerate
Corinna Vinschen
2019-01-15
1
-2
/
+2
*
Cygwin: signalfd: drop incorrect handling of EINTR in read(2)
Corinna Vinschen
2019-01-15
1
-7
/
+5
*
Cygwin: document POSIX rename semantics availability with W10 1809 only
Corinna Vinschen
2019-01-14
2
-7
/
+7
[next]