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
...
*
Implement getentropy for Cygwin
Corinna Vinschen
2016-03-18
5
-30
/
+27
*
Delete Cygwin's arc4random in favor of new Newlib implementation
Corinna Vinschen
2016-03-18
2
-364
/
+0
*
Arc4random locking: Check for threaded application on Cygwin
Corinna Vinschen
2016-03-18
1
-0
/
+19
*
Add arc4random_stir and arc4random_addrandom for OpenBSD compatibility
Corinna Vinschen
2016-03-18
1
-0
/
+18
*
Add arc4random() etc. from OpenBSD 5.8
Sebastian Huber
2016-03-18
10
-7
/
+626
*
Add timingsafe_memcmp()
Sebastian Huber
2016-03-18
4
-18
/
+74
*
Add timingsafe_bcmp()
Sebastian Huber
2016-03-18
4
-21
/
+59
*
Add explicit_bzero()
Sebastian Huber
2016-03-18
4
-46
/
+75
*
Guard ssize_t definition by _SSIZE_T_DECLARED
Sebastian Huber
2016-03-18
1
-0
/
+4
*
Cygwin: define byteswap.h inlines as macros
Yaakov Selkowitz
2016-03-17
1
-5
/
+9
*
Feature test macros overhaul: Cygwin headers
Yaakov Selkowitz
2016-03-17
3
-6
/
+9
*
Feature test macros overhaul: sys/types.h
Yaakov Selkowitz
2016-03-17
1
-4
/
+7
*
Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat"
Yaakov Selkowitz
2016-03-17
1
-0
/
+2
*
Feature test macros overhaul: sys/time.h
Yaakov Selkowitz
2016-03-17
1
-5
/
+8
*
Feature test macros overhaul: sys/stat.h
Yaakov Selkowitz
2016-03-17
1
-10
/
+6
*
Feature test macros overhaul: sys/select.h
Yaakov Selkowitz
2016-03-17
1
-4
/
+5
*
Feature test macros overhaul: wchar.h
Yaakov Selkowitz
2016-03-17
1
-0
/
+2
*
Feature test macros overhaul: unistd.h
Yaakov Selkowitz
2016-03-17
1
-35
/
+41
*
Feature test macros overhaul: time.h
Yaakov Selkowitz
2016-03-17
2
-5
/
+17
*
Feature test macros overhaul: strings.h
Yaakov Selkowitz
2016-03-17
1
-3
/
+3
*
Feature test macros overhaul: string.h
Yaakov Selkowitz
2016-03-17
1
-23
/
+15
*
Feature test macros overhaul: stdlib.h
Yaakov Selkowitz
2016-03-17
5
-54
/
+73
*
Feature test macros overhaul: stdio.h
Yaakov Selkowitz
2016-03-17
2
-33
/
+46
*
Feature test macros overhaul: signal.h
Yaakov Selkowitz
2016-03-17
2
-15
/
+11
*
Feature test macros overhaul: pwd.h
Yaakov Selkowitz
2016-03-17
1
-2
/
+2
*
Feature test macros overhaul: pthread.h
Yaakov Selkowitz
2016-03-17
1
-2
/
+2
*
Feature test macros overhaul: math.h
Yaakov Selkowitz
2016-03-17
1
-20
/
+23
*
Feature test macros overhaul: limits.h
Yaakov Selkowitz
2016-03-17
2
-4
/
+4
*
Feature test macros overhaul: grp.h
Yaakov Selkowitz
2016-03-17
1
-3
/
+5
*
Feature test macros overhaul: fnmatch.h
Yaakov Selkowitz
2016-03-17
3
-6
/
+7
*
Feature test macros overhaul: fcntl.h
Yaakov Selkowitz
2016-03-17
1
-14
/
+14
*
Feature test macros overhaul: dirent.h
Yaakov Selkowitz
2016-03-17
2
-4
/
+12
*
Feature test macros overhaul: ctype.h
Yaakov Selkowitz
2016-03-17
1
-6
/
+7
*
Feature test macros overhaul: sys/features.h
Yaakov Selkowitz
2016-03-17
3
-148
/
+275
*
add release message for commit 4c9bb3e
Corinna Vinschen
2016-03-17
1
-0
/
+4
*
Propagate correct Windows error if executable can't be opened
Corinna Vinschen
2016-03-17
1
-0
/
+1
*
Add release message for commit 7346568
Thomas Wolff
2016-03-17
2
-0
/
+10
*
Make requested console reports work
Thomas Wolff
2016-03-16
3
-4
/
+30
*
Attempt to fix Coverity issues in ssp
Jon Turney
2016-03-15
1
-6
/
+17
*
cygwin_getaddrinfo: workaround Winsock getaddrinfo issue with broken DNS
Corinna Vinschen
2016-03-14
1
-1
/
+10
*
Don't write NULL SID ACE if it's not necessary.
Corinna Vinschen
2016-03-13
1
-4
/
+17
*
or1k: properly restore timer
Stefan Roesch
2016-03-13
1
-1
/
+1
*
or1k: Fix multicore stack calculation
Stefan Roesch
2016-03-13
2
-14
/
+14
*
setvbuf: Drop setting reent->__cleanup
Corinna Vinschen
2016-03-13
1
-1
/
+0
*
Update Cygwin release message text with latest bugfixes.
Corinna Vinschen
2016-03-13
1
-1
/
+12
*
Update setvbuf to latest OpenBSD implementation
Corinna Vinschen
2016-03-12
1
-42
/
+75
*
Add __swhatbuf function from OpenBSD
Corinna Vinschen
2016-03-12
2
-49
/
+60
*
Use __sputc_r inline code when building with gcc
Corinna Vinschen
2016-03-12
1
-3
/
+5
*
Fix typo which might break permission evaluation
Corinna Vinschen
2016-03-12
1
-1
/
+1
*
Fix reading/writing Samba ACLs using RFC2307 mapping
Corinna Vinschen
2016-03-12
3
-18
/
+82
[prev]
[next]