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
*
Remove misleading indentation
Peter Foley
2016-03-21
2
-3
/
+6
*
Move arc4random Cygwin only code to Cygwin
Sebastian Huber
2016-03-21
3
-15
/
+25
*
srandom: Replace accessing /dev/random by equivalent getentropy call
Corinna Vinschen
2016-03-20
1
-10
/
+1
*
Revert "Use high-resolution timebases for select()."
Corinna Vinschen
2016-03-20
3
-141
/
+70
*
Revert "Debug printfs."
Corinna Vinschen
2016-03-20
3
-21
/
+2
*
Revert "Improve and simplify select()."
Corinna Vinschen
2016-03-20
3
-15
/
+76
*
Drop redundant arc4random prototypes from cygwin/stdlib.h
Corinna Vinschen
2016-03-20
1
-6
/
+0
*
Allow machine-dependent arc4 locking
Corinna Vinschen
2016-03-20
2
-18
/
+35
*
Improve and simplify select().
John Hood
2016-03-20
3
-76
/
+15
*
Debug printfs.
John Hood
2016-03-20
3
-2
/
+21
*
Use high-resolution timebases for select().
John Hood
2016-03-20
3
-70
/
+141
*
* winsup/testsuite/configure: chmod a+x
John Hood
2016-03-20
1
-0
/
+0
*
Move get_nonascii_key into fhandler_console.
John Hood
2016-03-20
3
-5
/
+3
*
respect datarootdir
Peter Foley
2016-03-20
1
-0
/
+1
*
Fix strict aliasing
Peter Foley
2016-03-20
1
-2
/
+1
*
Fix typoed comparison
Peter Foley
2016-03-20
1
-1
/
+1
*
The address of an class always evaluates to true
Peter Foley
2016-03-20
1
-1
/
+1
*
Remove misleading indentation
Peter Foley
2016-03-20
1
-1
/
+1
*
Add necessary braces to if statements
Peter Foley
2016-03-20
2
-2
/
+4
*
Remove dead code from fhandler_console.
Peter Foley
2016-03-20
1
-2
/
+0
*
Remove unused and unsafe call to __builtin_frame_address
Peter Foley
2016-03-20
1
-3
/
+2
*
winsup: Move all old CVS Changelogs into CVSChangeLogs.old dir
Corinna Vinschen
2016-03-19
39
-7
/
+0
*
Remove ill-advised cygwin_props
Corinna Vinschen
2016-03-19
5
-215
/
+1
*
Regenerate configure script.
Jeff Johnston
2016-03-19
1
-8
/
+9281
*
Remove references to older Cygwin releases from documentation
Corinna Vinschen
2016-03-18
15
-166
/
+107
*
sparc64: move struct timeval to <sys/_timeval.h>
Yaakov Selkowitz
2016-03-18
1
-1
/
+6
*
Feature test macros overhaul: sparc64
Yaakov Selkowitz
2016-03-18
2
-15
/
+16
*
Cleanup macros in chacha_private.h to be target-type independent
Howland, Craig D
2016-03-18
1
-5
/
+2
*
Only export arc4random_stir and arc4random_addrandom on Cygwin
Corinna Vinschen
2016-03-18
1
-8
/
+5
*
Feature test macros overhaul: signal.h (part 2)
Yaakov Selkowitz
2016-03-18
1
-16
/
+12
*
arm: fix build with newlib supplied syscalls enabled
Yaakov Selkowitz
2016-03-18
2
-2
/
+2
*
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
[next]