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: localtime.cc: reformat for easier patching
Corinna Vinschen
2020-04-27
1
-8
/
+10
*
Cygwin: add release message for fixed floppy bugs
Corinna Vinschen
2020-04-24
1
-0
/
+4
*
Cygwin: raw disk I/O: lock floppys as well
Corinna Vinschen
2020-04-24
1
-2
/
+2
*
Cygwin: raw disk I/O: Fix return value in error case
Corinna Vinschen
2020-04-24
1
-3
/
+4
*
Cygwin: file I/O: make sure to treat write return value as ssize_t
Corinna Vinschen
2020-04-24
1
-3
/
+3
*
Cygwin: accounts: Report unrecognized db_* nsswitch.conf keywords
David Macek via Cygwin-patches
2020-04-22
1
-0
/
+2
*
Cygwin: accounts: Don't keep old schemes when parsing nsswitch.conf
David Macek via Cygwin-patches
2020-04-22
2
-4
/
+8
*
Cygwin: accounts: Unify nsswitch.conf db_* defaults
David Macek via Cygwin-patches
2020-04-22
2
-21
/
+11
*
Cygwin: Add David Macek to CONTRIBUTORS
Corinna Vinschen
2020-04-21
1
-0
/
+1
*
Cygwin: symlinks: fix WSL symlink creation if cygdrive prefix is /
Corinna Vinschen
2020-04-21
1
-4
/
+6
*
cygheap_pwdgrp: Handle invalid db_* entries correctly
David Macek via Cygwin-patches
2020-04-17
1
-1
/
+4
*
Cygwin: faq: disable outdated "sshd in domain" faq
Corinna Vinschen
2020-04-14
1
-0
/
+2
*
proc_cpuinfo: Add PPIN support for AMD
Brian Inglis
2020-04-14
1
-0
/
+1
*
Cygwin: utils: override definition of PMEM_EXTENDED_PARAMETER
Corinna Vinschen
2020-04-07
2
-0
/
+2
*
Cygwin: mmap_alloc: fix comment to document using the extended memory API
Corinna Vinschen
2020-04-07
1
-10
/
+13
*
Cygwin: threads: use extended memory API if available
Corinna Vinschen
2020-04-07
1
-3
/
+48
*
Cygwin: mmap: use extended memory API if available
Corinna Vinschen
2020-04-07
1
-10
/
+74
*
Cygwin: memory: declare extended memory API
Corinna Vinschen
2020-04-07
5
-0
/
+69
*
Cygwin: threads: add missing include of mmap_alloc.h
Corinna Vinschen
2020-04-07
1
-0
/
+1
*
Cygwin: threads: lower thread size from pool to 256 Megs
Corinna Vinschen
2020-04-07
1
-1
/
+1
*
Cygwin: threads: use mmap area to fulfill requests for big stacks
Corinna Vinschen
2020-04-07
1
-4
/
+6
*
Cygwin: symlinks: Allow traversing WSL symlinks
Corinna Vinschen
2020-04-05
1
-0
/
+6
*
Cygwin: docs: revamp docs explaining symlinks
Corinna Vinschen
2020-04-03
4
-77
/
+146
*
Cygwin: symlinks: create WSL symlinks on supporting filesystems
Corinna Vinschen
2020-04-03
3
-26
/
+105
*
Cygwin: symlinks: fix WSL symlinks pointing to /mnt
Corinna Vinschen
2020-04-02
1
-15
/
+35
*
winsup/cygwin: remove defines added in mingw-w64 v7.0.0
Biswapriyo Nath
2020-04-01
3
-17
/
+0
*
Cygwin: symlinks: support WSL symlinks
Corinna Vinschen
2020-03-27
3
-0
/
+83
*
Cygwin: serial: fix GCC warning
Corinna Vinschen
2020-03-26
1
-1
/
+1
*
newlib/libm/math: Make pow/powf return qnan for snan arg
Keith Packard via Newlib
2020-03-26
2
-7
/
+16
*
newlib/libm/common: Don't re-convert float to bits in modf/modff
Keith Packard via Newlib
2020-03-26
2
-15
/
+5
*
newlib/libm/common: Fix modf/modff returning snan
Keith Packard via Newlib
2020-03-26
2
-16
/
+4
*
Fix spurious underflow exceptions for Bessel functions for double(from glibc ...
Joseph S. Myers
2020-03-26
4
-9
/
+13
*
Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue"
Corinna Vinschen
2020-03-25
1
-26
/
+12
*
fhandler_serial: fix comments
Corinna Vinschen
2020-03-25
1
-3
/
+3
*
Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue
Corinna Vinschen
2020-03-25
1
-12
/
+26
*
Cygwin: serial: use per call OVERLAPPED structs
Corinna Vinschen
2020-03-23
4
-81
/
+56
*
Cygwin: serial: select: call ClearCommError prior to calling WaitCommEvent
Corinna Vinschen
2020-03-23
1
-8
/
+18
*
Cygwin: serial: select: fix WaitCommEvent request
Corinna Vinschen
2020-03-23
1
-4
/
+12
*
Cygwin: serial: tcsetattr: set timeouts unconditionally
Corinna Vinschen
2020-03-23
1
-41
/
+38
*
Cygwin: serial: avoid overrun of vtime
Corinna Vinschen
2020-03-22
1
-4
/
+4
*
Cygwin: serial: select: fix previous revamp patch
Åke Rehnman
2020-03-22
2
-4
/
+9
*
Cygwin: serial: revamp overlapped IO in read and select
Corinna Vinschen
2020-03-22
4
-198
/
+84
*
Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_t
Corinna Vinschen
2020-03-22
2
-94
/
+117
*
Cygwin: serial: select: simplify peek_serial
Corinna Vinschen
2020-03-22
1
-24
/
+19
*
Cygwin: Use a separate Start Menu folder for WoW64 installs
Jon Turney
2020-03-21
2
-7
/
+10
*
Fix hypotf missing mask in hi+lo decomposition
Fabian Schriever
2020-03-19
1
-2
/
+2
*
Fix modf/f for NaN input
Fabian Schriever
2020-03-19
2
-0
/
+2
*
Fix for k_tan.c specific inputs
Fabian Schriever
2020-03-18
1
-8
/
+21
*
Cygwin: serial: wait for CancelIo completion
Corinna Vinschen
2020-03-16
1
-1
/
+1
*
RTEMS: Include missing header and fix stub
Sebastian Huber
2020-03-13
1
-1
/
+2
[prev]
[next]