[newlib-cygwin] srandom: Replace accessing /dev/random by equivalent getentropy call

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2519f0ef0c24e4a0fec98b58e6f3481d5dd57acd commit 2519f0ef0c24e4a0fec98b58e6f3481d5dd57acd Author: Corinna Vinschen Date: Sun Mar 20 22:29:03 2016 +0100 srandom: Replace accessing /dev/random by equivalent getentropy call /

[newlib-cygwin] Revert "Debug printfs."

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bf0f4baf95d8c67ae7656db6649d986875e9c4af commit bf0f4baf95d8c67ae7656db6649d986875e9c4af Author: Corinna Vinschen Date: Sun Mar 20 21:59:43 2016 +0100 Revert "Debug printfs." This reverts commit 9f82de59a07da145c177648fe4

[newlib-cygwin] Revert "Use high-resolution timebases for select()."

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=58988463cc16b95ca111b177fb89d666db33e546 commit 58988463cc16b95ca111b177fb89d666db33e546 Author: Corinna Vinschen Date: Sun Mar 20 21:59:47 2016 +0100 Revert "Use high-resolution timebases for select()." This reverts comm

[newlib-cygwin] Revert "Improve and simplify select()."

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=66dc7d731aaefb79efda7181bffd81abdc7d5413 commit 66dc7d731aaefb79efda7181bffd81abdc7d5413 Author: Corinna Vinschen Date: Sun Mar 20 21:59:27 2016 +0100 Revert "Improve and simplify select()." This reverts commit 472d0a228c

[newlib-cygwin] Drop redundant arc4random prototypes from cygwin/stdlib.h

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1cca343e4714d11c53e23c8a3a17deba3e5531db commit 1cca343e4714d11c53e23c8a3a17deba3e5531db Author: Corinna Vinschen Date: Sun Mar 20 21:30:58 2016 +0100 Drop redundant arc4random prototypes from cygwin/stdlib.h Newlib's def

[newlib-cygwin] Improve and simplify select().

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=472d0a228c56bd4783ebb0561667cda2de3cd168 commit 472d0a228c56bd4783ebb0561667cda2de3cd168 Author: John Hood Date: Thu Feb 4 00:44:56 2016 -0500 Improve and simplify select(). * cygwait.h (cygwait_us) Remove; this rever

[newlib-cygwin] Use high-resolution timebases for select().

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6e70fd315a29578f090a98f84e9d8e95ddb156e3 commit 6e70fd315a29578f090a98f84e9d8e95ddb156e3 Author: John Hood Date: Thu Jan 28 17:08:39 2016 -0500 Use high-resolution timebases for select(). * cygwait.h: Add cygwait_us()

[newlib-cygwin] Debug printfs.

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9f82de59a07da145c177648fe474f19cd9def7a1 commit 9f82de59a07da145c177648fe474f19cd9def7a1 Author: John Hood Date: Sat Jan 30 17:37:33 2016 -0500 Debug printfs. * fhandler.cc (fhandler_base::get_readahead): Add debug co

[newlib-cygwin] Allow machine-dependent arc4 locking

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f7f26f65ab61fe39fe57a9ae38029c4d0cd10653 commit f7f26f65ab61fe39fe57a9ae38029c4d0cd10653 Author: Corinna Vinschen Date: Fri Mar 18 18:01:07 2016 +0100 Allow machine-dependent arc4 locking newlib: * libc/stdlib/arc

[newlib-cygwin] Feature test macros overhaul: dirent.h

2016-03-20 Thread Yaakov Selkowitz
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d2937299fad043fa91cdf7f56eef914558be4077 commit d2937299fad043fa91cdf7f56eef914558be4077 Author: Yaakov Selkowitz Date: Mon Mar 14 16:17:38 2016 -0500 Feature test macros overhaul: dirent.h MAXNAMLEN is a BSDism.

[newlib-cygwin] * winsup/testsuite/configure: chmod a+x

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=313fcaf1bc7b59dc8bf965dfe620fa342e653389 commit 313fcaf1bc7b59dc8bf965dfe620fa342e653389 Author: John Hood Date: Fri Mar 18 04:31:16 2016 -0400 * winsup/testsuite/configure: chmod a+x Diff: --- winsup/testsuite/configure | 0 1

[newlib-cygwin] Move get_nonascii_key into fhandler_console.

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b92b47b7bc3993bf674ba5a174b738a6d523c95c commit b92b47b7bc3993bf674ba5a174b738a6d523c95c Author: John Hood Date: Sat Jan 30 17:33:36 2016 -0500 Move get_nonascii_key into fhandler_console. * fhandler.h (fhandler_conso

[newlib-cygwin] Feature test macros overhaul: fnmatch.h

2016-03-20 Thread Yaakov Selkowitz
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d94d983d1bed2d0f5ffb03b8b5469d7e59e839de commit d94d983d1bed2d0f5ffb03b8b5469d7e59e839de Author: Yaakov Selkowitz Date: Mon Mar 14 16:19:42 2016 -0500 Feature test macros overhaul: fnmatch.h Use the proper internal macro

[newlib-cygwin] respect datarootdir

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3bc912c02b3cd6692313e7e3cdd8acd0685483d1 commit 3bc912c02b3cd6692313e7e3cdd8acd0685483d1 Author: Peter Foley Date: Sat Mar 19 13:45:57 2016 -0400 respect datarootdir Recent versions of autoconf define datadir/infodir in t

[newlib-cygwin] Fix strict aliasing

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5bc753c5a2708173c77f0162d644b31707b049a0 commit 5bc753c5a2708173c77f0162d644b31707b049a0 Author: Peter Foley Date: Sat Mar 19 13:45:56 2016 -0400 Fix strict aliasing Fix a strict aliasing error detected by gcc 6.0+

[newlib-cygwin] The address of an class always evaluates to true

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1eb7cb2553e5643395869814914ff0344ce5af51 commit 1eb7cb2553e5643395869814914ff0344ce5af51 Author: Peter Foley Date: Sat Mar 19 13:45:53 2016 -0400 The address of an class always evaluates to true winsup/cygwin/pinfo.cc:465

[newlib-cygwin] Fix typoed comparison

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0611132f045ee705ab8f85d0679aeacde0720f33 commit 0611132f045ee705ab8f85d0679aeacde0720f33 Author: Peter Foley Date: Sat Mar 19 13:45:54 2016 -0400 Fix typoed comparison winsup/cygwin/ChangeLog * thread.cc (semaphore::o

[newlib-cygwin] Remove misleading indentation

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2f310e44c415de4d44c0d3258764db5120caa34f commit 2f310e44c415de4d44c0d3258764db5120caa34f Author: Peter Foley Date: Sun Mar 20 11:58:35 2016 +0100 Remove misleading indentation * syscalls.cc (getpriority): Fix misleadi

[newlib-cygwin] Add necessary braces to if statements

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=dc85a189a490d3fdd779da3aae1178aafde37cfc commit dc85a189a490d3fdd779da3aae1178aafde37cfc Author: Peter Foley Date: Sat Mar 19 13:45:49 2016 -0400 Add necessary braces to if statements The missing braces cause only the fir

[newlib-cygwin] Remove dead code from fhandler_console.

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=922e21a3eae20cdf68aa8a2db6b03a52648c3d1e commit 922e21a3eae20cdf68aa8a2db6b03a52648c3d1e Author: Peter Foley Date: Sat Mar 19 13:45:48 2016 -0400 Remove dead code from fhandler_console. This if is unconditionally false, s

[newlib-cygwin] Remove unused and unsafe call to __builtin_frame_address

2016-03-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c0b6fc54b1b0025dc02b5e1731ebd4f4aec1bfd0 commit c0b6fc54b1b0025dc02b5e1731ebd4f4aec1bfd0 Author: Peter Foley Date: Sat Mar 19 13:45:47 2016 -0400 Remove unused and unsafe call to __builtin_frame_address initial_sp has bee