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
...
*
Check for 64 FP instructions availability in libm before using them
Thomas Preud'homme
2015-12-09
7
-6
/
+16
*
Add missing checks for __SNLK flag
Corinna Vinschen
2015-12-08
5
-15
/
+39
*
Fix re-initialization of FILE flags and mbstate in freopen
Corinna Vinschen
2015-12-08
3
-1
/
+10
*
Remove unnecessary locking in pthread_setcancelstate/pthread_setcanceltype
Corinna Vinschen
2015-12-08
2
-26
/
+15
*
Rename FileId to IndexNumber in NT structures to align with upstream
Corinna Vinschen
2015-12-08
4
-12
/
+20
*
Fix minor style issue in _dll_crt0.
Corinna Vinschen
2015-12-07
1
-1
/
+1
*
Introduce the 'usertemp' filesystem type
Johannes Schindelin
2015-12-07
5
-4
/
+54
*
Add definitions for NBBY to arm and rtems targets
Nick Withers
2015-12-07
3
-0
/
+9
*
Move fd_stuff from sys/types.h to sys/select.h
Corinna Vinschen
2015-12-07
11
-96
/
+122
*
Always allocate main thread stack from pthread stack area on x86_64.
Corinna Vinschen
2015-12-07
8
-79
/
+96
*
Allow cygwin_conv_path(3) and cygpath(1) to emit /proc/cygdrive prefixed path
Corinna Vinschen
2015-12-06
13
-45
/
+131
*
Always define __high_bsssize, do not just PROVIDE it.
Nick Clifton
2015-12-04
2
-2
/
+6
*
Add release message for workaround added with previous commits
Corinna Vinschen
2015-12-03
1
-0
/
+7
*
On 64 bit, only create new thread stack if started from 32 bit process on aff...
Corinna Vinschen
2015-12-03
6
-60
/
+90
*
Fix thinko in /proc/<PID>/maps TEB detection on W10 1511
Corinna Vinschen
2015-12-03
2
-26
/
+60
*
Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511
Corinna Vinschen
2015-12-03
5
-10
/
+113
*
Always move 64 bit main thread stack to defined pthread stack area
Corinna Vinschen
2015-12-03
4
-0
/
+83
*
Cleanup in dcrt0.cc and fork.cc
Corinna Vinschen
2015-12-03
3
-6
/
+12
*
Always restore full TEB stack info in forkee
Corinna Vinschen
2015-12-03
2
-9
/
+14
*
Add missing dcrt0.cc patch to previous commit
Corinna Vinschen
2015-12-03
2
-1
/
+4
*
Safely recognize when fork is running from main thread or another pthread
Corinna Vinschen
2015-12-03
3
-2
/
+10
*
Rename parent stack members in child_info struct to align with OS names
Corinna Vinschen
2015-12-02
4
-28
/
+36
*
Drop using _tlsbase and _tlstop in favor of access via NtCurrentTeb.
Corinna Vinschen
2015-12-02
7
-40
/
+41
*
miscfuncs.cc: Fix typos in comment
Corinna Vinschen
2015-12-02
1
-2
/
+2
*
Only generate BUILTIN SIDs for uid/gid values <= 999
Corinna Vinschen
2015-11-29
2
-2
/
+7
*
Use correct gid value for Microsoft Account when /etc/group is in use
Corinna Vinschen
2015-11-29
2
-2
/
+18
*
Save and restore MXCSR register in delayed signal handling
Corinna Vinschen
2015-11-28
2
-0
/
+7
*
Belatedly create release notes for commits 2f4fef9 and 9471b0b
Corinna Vinschen
2015-11-27
1
-0
/
+7
*
Fix race condition when waiting for a signal
Corinna Vinschen
2015-11-27
12
-26
/
+63
*
Fix SEGV of kill -l 0
Michael Kwasigroch
2015-11-26
2
-3
/
+8
*
Fix creating relative native symlinks in top-level directories
Corinna Vinschen
2015-11-26
2
-1
/
+5
*
Add MacType to BLODA
David Macek
2015-11-26
2
-2
/
+7
*
Add a section describing peculiarities of how Cygwin creates NTFS symlinks
David Macek
2015-11-26
2
-0
/
+8
*
Add Forefront TMG to the BLODA
David Macek
2015-11-26
2
-0
/
+5
*
Only build _strtodg_r on targets supporting a distinct long double type
Corinna Vinschen
2015-11-26
2
-0
/
+9
*
libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.
Steve Ellcey
2015-11-24
2
-2
/
+6
*
[ARM] Adjust strcmp-armv7.S selection logic.
Marcus Shawcroft
2015-11-23
4
-3
/
+40
*
[ARM] Factor out the thumb2 -Os implementation.
Marcus Shawcroft
2015-11-23
4
-13
/
+63
*
Fix initialisation of .upper.bss for the MSP430.
Nick Clifton
2015-11-23
2
-0
/
+5
*
Fix numeric and monetary decimal point and thousands separator in fa_IR and p...
Corinna Vinschen
2015-11-21
5
-10
/
+77
*
Handle multibyte decimapl point in strtold.
Corinna Vinschen
2015-11-21
2
-1
/
+13
*
Mention strtold patch in Cygwin 2.4.0 release message
Corinna Vinschen
2015-11-20
1
-0
/
+4
*
Import correctly working strtold from David M. Gay.
Corinna Vinschen
2015-11-20
14
-19
/
+1369
*
Make match function globally available to stdlib functions.
Corinna Vinschen
2015-11-20
4
-21
/
+26
*
Drop unused declaration from wcstold.c
Corinna Vinschen
2015-11-20
2
-2
/
+4
*
Fix typo in rpmatch doc reference
Yaakov Selkowitz
2015-11-19
2
-1
/
+5
*
ldtoa.c: Reindent to GNU style
Corinna Vinschen
2015-11-19
2
-2317
/
+2408
*
Fix rpmatch build problem
Corinna Vinschen
2015-11-19
2
-0
/
+5
*
Simplify the markup for sprintf and swprintf documentation
Jon Turney
2015-11-19
3
-64
/
+76
*
Improve markup of sscanf and swscanf documentation
Jon Turney
2015-11-19
3
-114
/
+242
[prev]
[next]