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: FIFO: document recent fixes
Ken Brown
2020-07-16
1
-0
/
+3
*
Cygwin: FIFO: update commentary
Ken Brown
2020-07-16
1
-4
/
+17
*
Cygwin: FIFO: clean up
Ken Brown
2020-07-16
1
-6
/
+4
*
Cygwin: FIFO: allow take_ownership to be interrupted
Ken Brown
2020-07-16
3
-8
/
+59
*
Cygwin: fhandler_fifo::take_ownership: don't set event unnecessarily
Ken Brown
2020-07-16
1
-1
/
+4
*
Cygwin: FIFO: add missing lock
Ken Brown
2020-07-16
1
-0
/
+2
*
Cygwin: FIFO: make certain errors non-fatal
Ken Brown
2020-07-16
1
-11
/
+10
*
Cygwin: FIFO: fix indentation
Ken Brown
2020-07-16
1
-84
/
+84
*
Cygwin: FIFO: improve taking ownership in fifo_reader_thread
Ken Brown
2020-07-16
1
-21
/
+23
*
Cygwin: FIFO: reduce I/O interleaving
Ken Brown
2020-07-16
2
-8
/
+50
*
Cygwin: fhandler_fifo::hit_eof: improve reliability
Ken Brown
2020-07-16
3
-30
/
+6
*
Cygwin: FIFO: keep a writer count in shared memory
Ken Brown
2020-07-16
2
-166
/
+124
*
Cygwin: FIFO: fix problems finding new owner
Ken Brown
2020-07-16
2
-33
/
+61
*
ctype.h: Fix unused variable warnings
Aschref Ben Thabet
2020-07-16
1
-4
/
+9
*
Cygwin: document previous poll/select patch
Corinna Vinschen
2020-07-16
1
-0
/
+3
*
Cygwin: make sure failed sockets always signal writability
Marc Hoersken
2020-07-16
1
-0
/
+6
*
Cygwin: FAQ 1.6: Update "Who's behind the project?"
Brian Inglis
2020-07-13
1
-17
/
+16
*
Cygwin: FAQ 1.5: Clarify "What version is this"
Brian Inglis
2020-07-13
1
-10
/
+19
*
Cygwin: Make dumper scan more than first 4GB of VM on x86_64
Jon Turney
2020-07-12
1
-2
/
+2
*
Cygwin: Add a new win32_pstatus data type for modules on x86_64
Jon Turney
2020-07-12
2
-4
/
+16
*
Cygwin: Update ELF target used by dumper on x86_64
Jon Turney
2020-07-12
1
-2
/
+8
*
Cygwin: Slightly improve error_start documentation
Jon Turney
2020-07-12
1
-1
/
+5
*
testsuite: Fix iconv tests to use new encoding config defines
Keith Packard via Newlib
2020-07-10
3
-48
/
+47
*
libc/iconv: find_alias was mis-computing remaining alias table length
Keith Packard via Newlib
2020-07-10
1
-1
/
+1
*
libc/iconv: Remove unneeded pointer var for _iconv_aliases
Keith Packard via Newlib
2020-07-10
2
-6
/
+3
*
libc/iconv: Detect CES handler loading failure
Keith Packard via Newlib
2020-07-10
1
-1
/
+1
*
Fix invalid acl_entry_t on 32-bit Cygwin
David Allsopp
2020-07-10
2
-1
/
+5
*
Cygwin: convert sys_wcstombs/sys_mbstowcs wrapper to inline functions
Corinna Vinschen
2020-07-10
4
-66
/
+62
*
Cygwin: Bump DLL version to 3.1.7
Corinna Vinschen
2020-07-09
1
-1
/
+1
*
Cygwin: add microcode patch to release messages
cygwin-3_1_6-release
Corinna Vinschen
2020-07-09
1
-0
/
+3
*
format_proc_cpuinfo: fix microcode revision shift direction
Brian Inglis
2020-07-09
1
-1
/
+1
*
fhandler_proc.cc(format_proc_cpuinfo): add microcode registry lookup values
Brian Inglis
2020-07-09
1
-9
/
+35
*
Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
Eshan dhawan via Newlib
2020-07-06
1
-2
/
+2
*
Cygwin: fix buffer overrun in cygwin_strcasecmp
Corinna Vinschen
2020-07-06
2
-14
/
+23
*
libm: machine: Add missing sparc and mips configuration
Corinna Vinschen
2020-07-03
7
-3
/
+12683
*
mips fenv support
Eshan dhawan via Newlib
2020-07-03
19
-0
/
+662
*
SPARC fenv support
Eshan dhawan via Newlib
2020-07-03
17
-0
/
+546
*
fenv aarch64 support
Eshan dhawan via Newlib
2020-07-02
16
-3
/
+515
*
pru: Fix memory corruption on syscall return
Dimitar Dimitrov
2020-07-02
1
-0
/
+1
*
Cygwin: add new IPPROTO_TCP options to release notes
Corinna Vinschen
2020-07-01
2
-0
/
+16
*
Cygwin: tcp: Support TCP_QUICKACK
Corinna Vinschen
2020-07-01
3
-0
/
+49
*
Cygwin: tcp: Support TCP_USER_TIMEOUT
Corinna Vinschen
2020-07-01
4
-0
/
+51
*
Cygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEEPINTVL
Corinna Vinschen
2020-07-01
5
-12
/
+178
*
Cygwin: tcp: Support TCP_FASTOPEN
Corinna Vinschen
2020-07-01
5
-4
/
+93
*
Cygwin: tcp: fix IPPROTO_TCP option handling
Corinna Vinschen
2020-07-01
3
-11
/
+16
*
Cygwin: pty, termios: Unify thoughts of read ahead beffer handling.
Takashi Yano via Cygwin-patches
2020-07-01
2
-31
/
+26
*
Cygwin: pty: Discard CSI > Pm m sequence from native windows apps.
Takashi Yano via Cygwin-patches
2020-07-01
1
-0
/
+28
*
fenv support arm
Eshan dhawan via Newlib
2020-06-09
23
-3
/
+1393
*
Regenerate libm/machine configuration files for powerpc
Jeff Johnston
2020-06-09
4
-3
/
+6342
*
Cygwin: pty: Fix screen distortion after less for native apps again.
Takashi Yano via Cygwin-patches
2020-06-05
4
-37
/
+21
[prev]
[next]