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
...
*
doc: Fix some inconsistent QUICKREF lines
Jon Turney
2015-11-12
6
-5
/
+18
*
makedoc: Fix INTERNAL(|DEFINITION|FUNCTION) command definitions
Jon Turney
2015-11-12
2
-4
/
+9
*
AArch64: Tune memcpy
Wilco Dijkstra
2015-11-12
2
-24
/
+37
*
flock: Fix hang in object collision case
Corinna Vinschen
2015-11-12
3
-2
/
+12
*
Avoid .eh_frame in ARM newlib.
Joseph Myers
2015-11-12
8
-0
/
+18
*
Add comment to explain previous patch
Corinna Vinschen
2015-11-12
1
-0
/
+2
*
Fix crash at process init on 64 bit XP/2003 under WOW64
Corinna Vinschen
2015-11-12
3
-3
/
+26
*
Bump Cygwin DLL minor number
Corinna Vinschen
2015-11-09
2
-1
/
+5
*
Reorganize memchr selection.
cygwin-2_3_0-release
Marcus Shawcroft
2015-11-06
7
-124
/
+117
*
Reorganize memcpy selection.
Marcus Shawcroft
2015-11-06
7
-296
/
+92
*
Replace __attribute((__warning__())) by __attribute__((deprecated()))
Olivier Martin
2015-11-06
2
-2
/
+7
*
Fake volume serial number on filesystems not providing it
Corinna Vinschen
2015-11-05
2
-2
/
+33
*
Avoid deadlock in flock(2)
Corinna Vinschen
2015-11-05
4
-5
/
+16
*
Fix iterating over pending signals if a signal doesn't have to be cleared
Corinna Vinschen
2015-11-05
2
-3
/
+15
*
Accommodate trailing NUL in PrlSF filesystem name.
Corinna Vinschen
2015-11-04
4
-1
/
+12
*
Add missing release message for 68b4238f4a1276a1f6f18430580b62dfa0420ffd
Corinna Vinschen
2015-11-04
1
-0
/
+3
*
Fix potential endless loop in pending_signals::clear
Corinna Vinschen
2015-11-03
2
-9
/
+9
*
[ARM] Select appropriate memcpy implementation for ARMv8-a.
Marcus Shawcroft
2015-11-03
6
-14
/
+106
*
Move duplicated documentation rules to Makefile.shared
Jeff Johnston
2015-11-02
76
-5445
/
+4150
*
Consistently use an em-dash in math functions.
Jeff Johnston
2015-11-02
23
-34
/
+59
*
Add missing semicolons to prototypes.
Jeff Johnston
2015-11-02
10
-38
/
+51
*
Improve performance of MIPS memcpy.
Steve Ellcey
2015-11-02
2
-2
/
+48
*
Define MAX_IPOPTLEN
Corinna Vinschen
2015-11-02
2
-0
/
+6
*
Fix incorrect implementation to clear per-thread pending signals
Corinna Vinschen
2015-11-02
2
-5
/
+17
*
Add support for Parallels Desktop FS (prlfs)
Corinna Vinschen
2015-11-02
10
-5
/
+41
*
Add missing ChangeLog entry for ce8159d5
Corinna Vinschen
2015-11-02
1
-0
/
+4
*
Include <sched.h> in <pthread.h>
Sebastian Huber
2015-10-30
1
-1
/
+1
*
Workaround bug in LocaleNameToLCID on Windows 10
Corinna Vinschen
2015-10-30
3
-6
/
+22
*
Avoid double unlock of TLS mutex
Corinna Vinschen
2015-10-30
2
-4
/
+6
*
Fix sigwait and pthread_kill return values in case of error
Corinna Vinschen
2015-10-30
4
-3
/
+23
*
Check for correct funtion entry address in munge_threadfunc
Qian Hong
2015-10-29
4
-3
/
+18
*
Remove spurious execute permissions from some Cygwin source and text files
Jon Turney
2015-10-27
11
-0
/
+15
*
strftime: Add support for %s (seconds since epoch)
Brian Inglis
2015-10-27
5
-25
/
+114
*
Clear pending signals targeting exiting thread
newlib-snapshot-20151023
Corinna Vinschen
2015-10-23
4
-1
/
+30
*
winsup/utils: add CPU cache variables to getconf(1)
Yaakov Selkowitz
2015-10-22
2
-0
/
+19
*
Export aligned_alloc, at_quick_exit, quick_exit.
Corinna Vinschen
2015-10-22
7
-2
/
+35
*
Avoid SEGV when handling SIDs with 0 subauthorities
Corinna Vinschen
2015-10-22
3
-1
/
+12
*
Add release message for previous Cygwin patch
Corinna Vinschen
2015-10-22
1
-0
/
+2
*
Fix length returned from sys_cp_wcstombs in case nwc > # of wchars
Corinna Vinschen
2015-10-22
9
-14
/
+23
*
Fix memory leak in pthread_getattr_np
Corinna Vinschen
2015-10-21
3
-5
/
+10
*
Fix EIO error accessing certain (OS X SMB?) drives
Corinna Vinschen
2015-10-21
3
-1
/
+15
*
* winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry.
Ken Brown
2015-10-21
2
-0
/
+46
*
* rl78/crt0.S (_start): Fixed code that clears .bss
DJ Delorie
2015-10-20
2
-10
/
+16
*
Fix compiler errors/warnings when compiling with -O3
Corinna Vinschen
2015-10-20
3
-3
/
+10
*
Extend _intsup.h to support 16-bit and 20-bit pointers.
Nick Clifton
2015-10-19
2
-1
/
+15
*
C11 aligned_alloc() implementation
Sebastian Huber
2015-10-19
4
-18
/
+70
*
C11 aligned_alloc() support for <stdlib.h>
Sebastian Huber
2015-10-19
2
-0
/
+6
*
C11 quick_exit() support for <stdlib.h>
Sebastian Huber
2015-10-19
5
-17
/
+124
*
Import <threads.h> from latest FreeBSD.
Jeff Johnston
2015-10-13
3
-0
/
+152
*
Synchronize with FreeBSD.
Jeff Johnston
2015-10-13
2
-24
/
+145
[prev]
[next]