[newlib-cygwin] select: Don't timeout without setting descriptor arrays to all zero

2016-01-09 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3069a93fbebce17159bf964a148c1b07221293ba commit 3069a93fbebce17159bf964a148c1b07221293ba Author: Corinna Vinschen Date: Sat Jan 9 14:53:06 2016 +0100 select: Don't timeout without setting descriptor arrays to all

[newlib-cygwin] Add release message for previous commit

2016-01-09 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e3b230b04375164631a04c6ba49978ead3581353 commit e3b230b04375164631a04c6ba49978ead3581353 Author: Corinna Vinschen Date: Sat Jan 9 15:05:21 2016 +0100 Add release message for previous commit Signed-off-by: Corinna

[newlib-cygwin] select(2): Drop checking descriptors in case of immediate timeout.

2016-01-11 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=20ddde2f552afedf7ef662bb21fec7a56f50040f commit 20ddde2f552afedf7ef662bb21fec7a56f50040f Author: Corinna Vinschen Date: Mon Jan 11 10:36:33 2016 +0100 select(2): Drop checking descriptors in case of immediate timeout

[newlib-cygwin] Return unique inode numbers when calling stat/fstat on pipes and IP sockets

2016-01-11 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a10d96923188977446ebd84323b47f7085fb5cb4 commit a10d96923188977446ebd84323b47f7085fb5cb4 Author: Corinna Vinschen Date: Mon Jan 11 12:35:41 2016 +0100 Return unique inode numbers when calling stat/fstat on pipes and IP sockets

[newlib-cygwin] Revert "autoload.cc: Drop using full paths for system DLLs"

2016-01-11 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b4cf3f454d8c2a05d6956fbc1eae3942d2f1730a commit b4cf3f454d8c2a05d6956fbc1eae3942d2f1730a Author: Corinna Vinschen Date: Mon Jan 11 18:46:01 2016 +0100 Revert "autoload.cc: Drop using full paths for system DLLs"

[newlib-cygwin] Fix previous fix for generating unique inode numbers for sockets

2016-01-11 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=27086d628e814b7b73a5c858ff2d9138c22d5543 commit 27086d628e814b7b73a5c858ff2d9138c22d5543 Author: Corinna Vinschen Date: Mon Jan 11 19:10:45 2016 +0100 Fix previous fix for generating unique inode numbers for sockets

[newlib-cygwin] Use MAKEWORD macro in WSAStartup call per documentation

2016-01-12 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8cd1ff7a4538a0a14debd2e6b383422a1a20b9a6 commit 8cd1ff7a4538a0a14debd2e6b383422a1a20b9a6 Author: Corinna Vinschen Date: Tue Jan 12 15:25:15 2016 +0100 Use MAKEWORD macro in WSAStartup call per documentation

[newlib-cygwin] Try loading with safe path using LOAD_LIBRARY_SEARCH_SYSTEM32 first

2016-01-12 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=15d6f564cde65fedf46423eea0a64d17b299bb2f commit 15d6f564cde65fedf46423eea0a64d17b299bb2f Author: Corinna Vinschen Date: Tue Jan 12 15:23:14 2016 +0100 Try loading with safe path using LOAD_LIBRARY_SEARCH_SYSTEM32 first

[newlib-cygwin] Initialize handle in dll_load to avoid compiler warning

2016-01-12 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fc449e1c1f9bca82588da69caa230db27bdbdb2c commit fc449e1c1f9bca82588da69caa230db27bdbdb2c Author: Corinna Vinschen Date: Tue Jan 12 15:45:17 2016 +0100 Initialize handle in dll_load to avoid compiler warning

[newlib-cygwin/topic/posix_acl_funcs] cygwin/acl.h: Don't clutter namespace

2016-01-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0305266b5fcfb6776eca562014d9d38aa6efe71a commit 0305266b5fcfb6776eca562014d9d38aa6efe71a Author: Corinna Vinschen Date: Wed Jan 6 18:24:03 2016 +0100 cygwin/acl.h: Don't clutter namespace include/cygwin/acl.h: C

[newlib-cygwin] Created branch 'topic/posix_acl_funcs'

2016-01-14 Thread Corinna Vinschen
The branch 'topic/posix_acl_funcs' was created pointing to: 0955cd0... acl_create_entry: Don't invalidate existing entry_d and per

[newlib-cygwin/topic/posix_acl_funcs] Implement POSIX.1e ACL functions

2016-01-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0fc10297e3a235bd1a8546d5fb7ddea7c87f27ec commit 0fc10297e3a235bd1a8546d5fb7ddea7c87f27ec Author: Corinna Vinschen Date: Wed Jan 6 18:41:36 2016 +0100 Implement POSIX.1e ACL functions * Makefile.in (DLL_OFILES): Add

[newlib-cygwin/topic/posix_acl_funcs] acl_create_entry: Don't invalidate existing entry_d and permset_d.

2016-01-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0955cd0c88185f56ca5d6717d578a815baf9c6c3 commit 0955cd0c88185f56ca5d6717d578a815baf9c6c3 Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and perm

[newlib-cygwin/topic/posix_acl_funcs] __acltotext: Always append NUL

2016-01-14 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=88726403f89a1b1723aaa191e0563abf4f82ffb6 commit 88726403f89a1b1723aaa191e0563abf4f82ffb6 Author: Corinna Vinschen Date: Wed Jan 6 21:05:56 2016 +0100 __acltotext: Always append NUL * sec_acl.cc (__acltotext): Append

[newlib-cygwin] get_posix_access: Fix group deny bits leaking into file type attribute bits

2016-01-15 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d2216272f5a9ff2b9abcff31348ea28cc5805dbf commit d2216272f5a9ff2b9abcff31348ea28cc5805dbf Author: Corinna Vinschen Date: Fri Jan 15 15:13:11 2016 +0100 get_posix_access: Fix group deny bits leaking into file type attribute bits

[newlib-cygwin] Created tag cygwin-2_4_0-release

2016-01-15 Thread Corinna Vinschen
The signed tag 'cygwin-2_4_0-release' was created pointing to: d221627... get_posix_access: Fix group deny bits leaking into file typ Tagger: Corinna Vinschen Date: Fri Jan 15 16:06:25 2016 +0100 Cygwin 2.4.0 release

[newlib-cygwin] Bump cygwin version to 2.4.1

2016-01-16 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3a720bf3f0d3c8f84b6b5360863544978d3ae90e commit 3a720bf3f0d3c8f84b6b5360863544978d3ae90e Author: Corinna Vinschen Date: Sat Jan 16 12:57:53 2016 +0100 Bump cygwin version to 2.4.1 Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin/topic/posix_acl_funcs] get_posix_access: Fix group deny bits leaking into file type attribute bits

2016-01-16 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d2216272f5a9ff2b9abcff31348ea28cc5805dbf commit d2216272f5a9ff2b9abcff31348ea28cc5805dbf Author: Corinna Vinschen Date: Fri Jan 15 15:13:11 2016 +0100 get_posix_access: Fix group deny bits leaking into file type attribute bits

[newlib-cygwin/topic/posix_acl_funcs] Bump cygwin version to 2.4.1

2016-01-16 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3a720bf3f0d3c8f84b6b5360863544978d3ae90e commit 3a720bf3f0d3c8f84b6b5360863544978d3ae90e Author: Corinna Vinschen Date: Sat Jan 16 12:57:53 2016 +0100 Bump cygwin version to 2.4.1 Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin/topic/posix_acl_funcs] faq: Update FAQ question and answer about gdb and signals

2016-01-16 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9c8a6e56460cfa0b122884121561cb90a1864971 commit 9c8a6e56460cfa0b122884121561cb90a1864971 Author: Jon Turney Date: Thu Jan 14 17:44:18 2016 + faq: Update FAQ question and answer about gdb and signals * faq-programm

[newlib-cygwin/topic/posix_acl_funcs] (7 commits) acl_create_entry: Don't invalidate existing entry_d and per

2016-01-16 Thread Corinna Vinschen
is a test commit commit 0955cd0c88185f56ca5d6717d578a815baf9c6c3 Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and permset_d. * sec_posixacl .cc (__acl_dup): Remove. (acl_dup): Fold __acl_dup fu

[newlib-cygwin/topic/posix_acl_funcs] cygwin/acl.h: Don't clutter namespace

2016-01-16 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ad32f25d8aa71a56c4694bcd01762ba1cc70b40e commit ad32f25d8aa71a56c4694bcd01762ba1cc70b40e Author: Corinna Vinschen Date: Wed Jan 6 18:24:03 2016 +0100 cygwin/acl.h: Don't clutter namespace include/cygwin/acl.h: C

[newlib-cygwin/topic/posix_acl_funcs] __acltotext: Always append NUL

2016-01-16 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1eabae473a099dddba4beb42b14b4956336a6dea commit 1eabae473a099dddba4beb42b14b4956336a6dea Author: Corinna Vinschen Date: Wed Jan 6 21:05:56 2016 +0100 __acltotext: Always append NUL * sec_acl.cc (__acltotext): Append

[newlib-cygwin/topic/posix_acl_funcs] acl_create_entry: Don't invalidate existing entry_d and permset_d.

2016-01-16 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=230eede23a459d4b63dbacdb4336d6c03afabdc9 commit 230eede23a459d4b63dbacdb4336d6c03afabdc9 Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and perm

[newlib-cygwin/topic/posix_acl_funcs] Implement POSIX.1e ACL functions

2016-01-16 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5dcf28333460f91b9f6979f5ee6cf2b3f907c96a commit 5dcf28333460f91b9f6979f5ee6cf2b3f907c96a Author: Corinna Vinschen Date: Wed Jan 6 18:41:36 2016 +0100 Implement POSIX.1e ACL functions * Makefile.in (DLL_OFILES): Add

[newlib-cygwin] Fix formatting in sec_auth.cc

2016-01-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d44ec01ea175d6fb226191e19533cc7675dfae0d commit d44ec01ea175d6fb226191e19533cc7675dfae0d Author: Corinna Vinschen Date: Thu Jan 21 18:27:05 2016 +0100 Fix formatting in sec_auth.cc Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] cygpath: Avoid returning SysWOW64

2016-01-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=79b1b77b1fd1fcb036bbb2a9aeb6667f1cdcc1ef commit 79b1b77b1fd1fcb036bbb2a9aeb6667f1cdcc1ef Author: Corinna Vinschen Date: Thu Jan 21 18:40:30 2016 +0100 cygpath: Avoid returning SysWOW64 On Cygwin 32 running under

[newlib-cygwin] cygwin_logon_user: Return non-privileged token as well

2016-01-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b5c80f5a59fda4e3890bf3cb515a67f420057e02 commit b5c80f5a59fda4e3890bf3cb515a67f420057e02 Author: Corinna Vinschen Date: Thu Jan 21 18:32:16 2016 +0100 cygwin_logon_user: Return non-privileged token as well If the

[newlib-cygwin] Add 2.4.1 release message file

2016-01-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=69f98f5f185537bcee36b6929a79adf8f2bfde57 commit 69f98f5f185537bcee36b6929a79adf8f2bfde57 Author: Corinna Vinschen Date: Sat Jan 23 22:33:31 2016 +0100 Add 2.4.1 release message file Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] Created tag cygwin-2_4_1-release

2016-01-24 Thread Corinna Vinschen
The signed tag 'cygwin-2_4_1-release' was created pointing to: 69f98f5... Add 2.4.1 release message file Tagger: Corinna Vinschen Date: Sun Jan 24 11:14:20 2016 +0100 Cygwin 2.4.1 release

[newlib-cygwin/topic/posix_acl_funcs] (8 commits) acl_create_entry: Don't invalidate existing entry_d and per

2016-01-24 Thread Corinna Vinschen
: Don't clutter namespace commit 230eede23a459d4b63dbacdb4336d6c03afabdc9 Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and permset_d. * sec_posixacl .cc (__acl_dup): Remove. (acl_dup): Fold __acl_d

[newlib-cygwin/topic/posix_acl_funcs] Fix formatting in sec_auth.cc

2016-01-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d44ec01ea175d6fb226191e19533cc7675dfae0d commit d44ec01ea175d6fb226191e19533cc7675dfae0d Author: Corinna Vinschen Date: Thu Jan 21 18:27:05 2016 +0100 Fix formatting in sec_auth.cc Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin/topic/posix_acl_funcs] cygwin_logon_user: Return non-privileged token as well

2016-01-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b5c80f5a59fda4e3890bf3cb515a67f420057e02 commit b5c80f5a59fda4e3890bf3cb515a67f420057e02 Author: Corinna Vinschen Date: Thu Jan 21 18:32:16 2016 +0100 cygwin_logon_user: Return non-privileged token as well If the

[newlib-cygwin/topic/posix_acl_funcs] cygpath: Avoid returning SysWOW64

2016-01-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=79b1b77b1fd1fcb036bbb2a9aeb6667f1cdcc1ef commit 79b1b77b1fd1fcb036bbb2a9aeb6667f1cdcc1ef Author: Corinna Vinschen Date: Thu Jan 21 18:40:30 2016 +0100 cygpath: Avoid returning SysWOW64 On Cygwin 32 running under

[newlib-cygwin/topic/posix_acl_funcs] acl_create_entry: Don't invalidate existing entry_d and permset_d.

2016-01-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=936fd531f195346f6a9a9bd8877c68396b230622 commit 936fd531f195346f6a9a9bd8877c68396b230622 Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and perm

[newlib-cygwin/topic/posix_acl_funcs] Implement POSIX.1e ACL functions

2016-01-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4c50a2d0a8b6748ffb9c357c2e1f17f85d6f006d commit 4c50a2d0a8b6748ffb9c357c2e1f17f85d6f006d Author: Corinna Vinschen Date: Wed Jan 6 18:41:36 2016 +0100 Implement POSIX.1e ACL functions * Makefile.in (DLL_OFILES): Add

[newlib-cygwin/topic/posix_acl_funcs] __acltotext: Always append NUL

2016-01-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=01fbda0e0b75a9af45d6e6d018077b866e101000 commit 01fbda0e0b75a9af45d6e6d018077b866e101000 Author: Corinna Vinschen Date: Wed Jan 6 21:05:56 2016 +0100 __acltotext: Always append NUL * sec_acl.cc (__acltotext): Append

[newlib-cygwin/topic/posix_acl_funcs] cygwin/acl.h: Don't clutter namespace

2016-01-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1926957316cf74b351f00098327bd22a254eec76 commit 1926957316cf74b351f00098327bd22a254eec76 Author: Corinna Vinschen Date: Wed Jan 6 18:24:03 2016 +0100 cygwin/acl.h: Don't clutter namespace include/cygwin/acl.h: C

[newlib-cygwin/topic/posix_acl_funcs] Add 2.4.1 release message file

2016-01-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=69f98f5f185537bcee36b6929a79adf8f2bfde57 commit 69f98f5f185537bcee36b6929a79adf8f2bfde57 Author: Corinna Vinschen Date: Sat Jan 23 22:33:31 2016 +0100 Add 2.4.1 release message file Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin/topic/posix_acl_funcs] Bump Cygwin version to 2.5.0

2016-01-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d98df8809fc89e11d5f03539b76bff7ce3355e04 commit d98df8809fc89e11d5f03539b76bff7ce3355e04 Author: Corinna Vinschen Date: Sun Jan 24 11:48:58 2016 +0100 Bump Cygwin version to 2.5.0 Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin/topic/posix_acl_funcs] Fix missing 'user' in usertemp docs

2016-01-25 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=091e020670eed961569b9a04f023737ab6f4914d commit 091e020670eed961569b9a04f023737ab6f4914d Author: Corinna Vinschen Date: Mon Jan 25 10:09:55 2016 +0100 Fix missing 'user' in usertemp docs Signed-off-by: Corinn

[newlib-cygwin/topic/posix_acl_funcs] Make select wait state more readable

2016-01-25 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=54d9cb18b68bf85462a12e9f39cd0a55bd24e085 commit 54d9cb18b68bf85462a12e9f39cd0a55bd24e085 Author: Corinna Vinschen Date: Mon Jan 25 21:00:14 2016 +0100 Make select wait state more readable Rename "res" to &

[newlib-cygwin] Fix missing 'user' in usertemp docs

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=11a37290c66d7da443c85a42cfcdd4aa082912cd commit 11a37290c66d7da443c85a42cfcdd4aa082912cd Author: Corinna Vinschen Date: Mon Jan 25 10:09:55 2016 +0100 Fix missing 'user' in usertemp docs Signed-off-by: Corinn

[newlib-cygwin] Drop has_broken_fnoi flag

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=78549742de0186223302f84997199a871999aded commit 78549742de0186223302f84997199a871999aded Author: Corinna Vinschen Date: Wed Jan 27 15:39:11 2016 +0100 Drop has_broken_fnoi flag * mount.cc (fs_info::update): Don'

[newlib-cygwin] Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangs

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fcda8810a208b6b76ae95a88feea34ff0046ba1e commit fcda8810a208b6b76ae95a88feea34ff0046ba1e Author: Corinna Vinschen Date: Wed Jan 27 15:43:15 2016 +0100 Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It

[newlib-cygwin] Make select wait state more readable

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d9accb0079ed6a8c9d2e90731644cb8e023c131f commit d9accb0079ed6a8c9d2e90731644cb8e023c131f Author: Corinna Vinschen Date: Mon Jan 25 21:00:14 2016 +0100 Make select wait state more readable Rename "res" to &

[newlib-cygwin/topic/posix_acl_funcs] Make select wait state more readable

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d9accb0079ed6a8c9d2e90731644cb8e023c131f commit d9accb0079ed6a8c9d2e90731644cb8e023c131f Author: Corinna Vinschen Date: Mon Jan 25 21:00:14 2016 +0100 Make select wait state more readable Rename "res" to &

[newlib-cygwin/topic/posix_acl_funcs] Fix missing 'user' in usertemp docs

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=11a37290c66d7da443c85a42cfcdd4aa082912cd commit 11a37290c66d7da443c85a42cfcdd4aa082912cd Author: Corinna Vinschen Date: Mon Jan 25 10:09:55 2016 +0100 Fix missing 'user' in usertemp docs Signed-off-by: Corinn

[newlib-cygwin/topic/posix_acl_funcs] (9 commits) Bump Cygwin version to 2.5.0

2016-01-27 Thread Corinna Vinschen
ways append NUL 4c50a2d... Implement POSIX.1e ACL functions 1926957... cygwin/acl.h: Don't clutter namespace commit 54d9cb18b68bf85462a12e9f39cd0a55bd24e085 Author: Corinna Vinschen Date: Mon Jan 25 21:00:14 2016 +0100 Make select wait state more readable Rename "res&q

[newlib-cygwin/topic/posix_acl_funcs] cygwin/acl.h: Don't clutter namespace

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3c9171cddafc115f486bce96620ac279486f45a5 commit 3c9171cddafc115f486bce96620ac279486f45a5 Author: Corinna Vinschen Date: Wed Jan 6 18:24:03 2016 +0100 cygwin/acl.h: Don't clutter namespace include/cygwin/acl.h: C

[newlib-cygwin/topic/posix_acl_funcs] Drop has_broken_fnoi flag

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=78549742de0186223302f84997199a871999aded commit 78549742de0186223302f84997199a871999aded Author: Corinna Vinschen Date: Wed Jan 27 15:39:11 2016 +0100 Drop has_broken_fnoi flag * mount.cc (fs_info::update): Don'

[newlib-cygwin/topic/posix_acl_funcs] __acltotext: Always append NUL

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=73acbc8ae561271e16247cddcbbad7de058ae183 commit 73acbc8ae561271e16247cddcbbad7de058ae183 Author: Corinna Vinschen Date: Wed Jan 6 21:05:56 2016 +0100 __acltotext: Always append NUL * sec_acl.cc (__acltotext): Append

[newlib-cygwin/topic/posix_acl_funcs] Implement POSIX.1e ACL functions

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7cdb1269322405fca0d72ba69f64810babc7e03b commit 7cdb1269322405fca0d72ba69f64810babc7e03b Author: Corinna Vinschen Date: Wed Jan 6 18:41:36 2016 +0100 Implement POSIX.1e ACL functions * Makefile.in (DLL_OFILES): Add

[newlib-cygwin/topic/posix_acl_funcs] acl_create_entry: Don't invalidate existing entry_d and permset_d.

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7a2f4662534f4d8e0483044454070796b1c6a239 commit 7a2f4662534f4d8e0483044454070796b1c6a239 Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and perm

[newlib-cygwin/topic/posix_acl_funcs] Bump Cygwin version to 2.5.0

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0c3334dda94e614a7f5dcc29d8f4d8efcb688dd0 commit 0c3334dda94e614a7f5dcc29d8f4d8efcb688dd0 Author: Corinna Vinschen Date: Sun Jan 24 11:48:58 2016 +0100 Bump Cygwin version to 2.5.0 Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin/topic/posix_acl_funcs] Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It hangs

2016-01-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fcda8810a208b6b76ae95a88feea34ff0046ba1e commit fcda8810a208b6b76ae95a88feea34ff0046ba1e Author: Corinna Vinschen Date: Wed Jan 27 15:43:15 2016 +0100 Don't use LoadLibraryEx(..., LOAD_LIBRARY_SEARCH_SYSTEM32). It

[newlib-cygwin] get_posix_access: Fix primary group handing when multiple ACEs exist

2016-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a16ab1751c64557b46945d4c093b8977c0584327 commit a16ab1751c64557b46945d4c093b8977c0584327 Author: Corinna Vinschen Date: Thu Jan 28 14:34:11 2016 +0100 get_posix_access: Fix primary group handing when multiple ACEs exist

[newlib-cygwin] Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACL

2016-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ac4648c13eab48d1e7626d272ae47839da579429 commit ac4648c13eab48d1e7626d272ae47839da579429 Author: Corinna Vinschen Date: Thu Jan 28 22:05:49 2016 +0100 Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACL

[newlib-cygwin/topic/posix_acl_funcs] (9 commits) Bump Cygwin version to 2.5.0

2016-01-28 Thread Corinna Vinschen
er namespace commit 0c3334dda94e614a7f5dcc29d8f4d8efcb688dd0 Author: Corinna Vinschen Date: Sun Jan 24 11:48:58 2016 +0100 Bump Cygwin version to 2.5.0 Signed-off-by: Corinna Vinschen commit 7a2f4662534f4d8e0483044454070796b1c6a239 Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100

[newlib-cygwin/topic/posix_acl_funcs] cygwin/acl.h: Don't clutter namespace

2016-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=95bff5586f824163566180a51020d6164e2150a5 commit 95bff5586f824163566180a51020d6164e2150a5 Author: Corinna Vinschen Date: Wed Jan 6 18:24:03 2016 +0100 cygwin/acl.h: Don't clutter namespace include/cygwin/acl.h: C

[newlib-cygwin/topic/posix_acl_funcs] Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACL

2016-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ac4648c13eab48d1e7626d272ae47839da579429 commit ac4648c13eab48d1e7626d272ae47839da579429 Author: Corinna Vinschen Date: Thu Jan 28 22:05:49 2016 +0100 Treat ACLs with extra ACEs for Admins and SYSTEM like a trivial ACL

[newlib-cygwin/topic/posix_acl_funcs] __acltotext: Always append NUL

2016-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=876ce93e1b95ef600ce1627d29f391b3b90dd8c2 commit 876ce93e1b95ef600ce1627d29f391b3b90dd8c2 Author: Corinna Vinschen Date: Wed Jan 6 21:05:56 2016 +0100 __acltotext: Always append NUL * sec_acl.cc (__acltotext): Append

[newlib-cygwin/topic/posix_acl_funcs] get_posix_access: Fix primary group handing when multiple ACEs exist

2016-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a16ab1751c64557b46945d4c093b8977c0584327 commit a16ab1751c64557b46945d4c093b8977c0584327 Author: Corinna Vinschen Date: Thu Jan 28 14:34:11 2016 +0100 get_posix_access: Fix primary group handing when multiple ACEs exist

[newlib-cygwin/topic/posix_acl_funcs] Implement POSIX.1e ACL functions

2016-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=aaf0a01cb7f1ce0412fa6738a2c1c9325e11d2ae commit aaf0a01cb7f1ce0412fa6738a2c1c9325e11d2ae Author: Corinna Vinschen Date: Wed Jan 6 18:41:36 2016 +0100 Implement POSIX.1e ACL functions * Makefile.in (DLL_OFILES): Add

[newlib-cygwin/topic/posix_acl_funcs] Bump Cygwin version to 2.5.0

2016-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5aa743b58616fb7f954235ea5ce8367110ea7f3b commit 5aa743b58616fb7f954235ea5ce8367110ea7f3b Author: Corinna Vinschen Date: Sun Jan 24 11:48:58 2016 +0100 Bump Cygwin version to 2.5.0 Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin/topic/posix_acl_funcs] acl_create_entry: Don't invalidate existing entry_d and permset_d.

2016-01-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=04b07ae6df0383dab14ccaa2ec83d75633f1a95b commit 04b07ae6df0383dab14ccaa2ec83d75633f1a95b Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and perm

[newlib-cygwin/topic/posix_acl_funcs] (14 commits) Bump Cygwin version to 2.5.0

2016-02-08 Thread Corinna Vinschen
er namespace commit 5aa743b58616fb7f954235ea5ce8367110ea7f3b Author: Corinna Vinschen Date: Sun Jan 24 11:48:58 2016 +0100 Bump Cygwin version to 2.5.0 Signed-off-by: Corinna Vinschen commit 04b07ae6df0383dab14ccaa2ec83d75633f1a95b Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100

[newlib-cygwin/topic/posix_acl_funcs] __acltotext: Always append NUL

2016-02-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=32bdf98350887a90f9ee416f788589945c56678a commit 32bdf98350887a90f9ee416f788589945c56678a Author: Corinna Vinschen Date: Wed Jan 6 21:05:56 2016 +0100 __acltotext: Always append NUL * sec_acl.cc (__acltotext): Append

[newlib-cygwin/topic/posix_acl_funcs] cygwin/acl.h: Don't clutter namespace

2016-02-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=cabfc9a69e183e77a6af7bb50151933eaa46e760 commit cabfc9a69e183e77a6af7bb50151933eaa46e760 Author: Corinna Vinschen Date: Wed Jan 6 18:24:03 2016 +0100 cygwin/acl.h: Don't clutter namespace include/cygwin/acl.h: C

[newlib-cygwin/topic/posix_acl_funcs] Bump Cygwin version to 2.5.0

2016-02-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=69b253e24709c28fa78351c93a4d0c17252af1b2 commit 69b253e24709c28fa78351c93a4d0c17252af1b2 Author: Corinna Vinschen Date: Sun Jan 24 11:48:58 2016 +0100 Bump Cygwin version to 2.5.0 Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin/topic/posix_acl_funcs] Implement POSIX.1e ACL functions

2016-02-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f94d912d57ab0991e5abc582c264ad50caa6f590 commit f94d912d57ab0991e5abc582c264ad50caa6f590 Author: Corinna Vinschen Date: Wed Jan 6 18:41:36 2016 +0100 Implement POSIX.1e ACL functions * Makefile.in (DLL_OFILES): Add

[newlib-cygwin/topic/posix_acl_funcs] acl_create_entry: Don't invalidate existing entry_d and permset_d.

2016-02-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ce971886f6a87c37722cc7e0221072b01213a085 commit ce971886f6a87c37722cc7e0221072b01213a085 Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and perm

[newlib-cygwin] cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX paths

2016-02-09 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8b83da2d55b2a61f22b8b330f966d06e3092b079 commit 8b83da2d55b2a61f22b8b330f966d06e3092b079 Author: Corinna Vinschen Date: Tue Feb 9 15:00:30 2016 +0100 cygwin_conv_path: Always preserve trailing backslashes in conversion to POSIX

[newlib-cygwin] Bump Cygwin version to 2.4.2.

2016-02-12 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=919137b3d8a11c74b05fde9a33cb9f2e6eed461e commit 919137b3d8a11c74b05fde9a33cb9f2e6eed461e Author: Corinna Vinschen Date: Fri Feb 12 21:23:20 2016 +0100 Bump Cygwin version to 2.4.2. Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] cygwin: work around GCC 5 preprocessor changes

2016-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ef64aa4940e1d9120875a74f37b8419680f535e3 commit ef64aa4940e1d9120875a74f37b8419680f535e3 Author: Yaakov Selkowitz Date: Fri Feb 12 16:02:13 2016 -0600 cygwin: work around GCC 5 preprocessor changes GCC 5 adds #line direct

[newlib-cygwin] POSIX barrier implementation, take 3

2016-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=813da84442d7c742fccdfa8cb517757cc39eec68 commit 813da84442d7c742fccdfa8cb517757cc39eec68 Author: Václav Haisman Date: Fri Feb 12 22:25:59 2016 +0100 POSIX barrier implementation, take 3 The attached patch should address

[newlib-cygwin] Bump Cygwin version to 2.5.0

2016-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9a25a76e7b3aaf530ee6a6ff99e2c76c96630f6d commit 9a25a76e7b3aaf530ee6a6ff99e2c76c96630f6d Author: Corinna Vinschen Date: Sat Feb 13 16:49:47 2016 +0100 Bump Cygwin version to 2.5.0 Add a release file. Add release

[newlib-cygwin] Remove local winbase.h (again).

2016-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c76954517fddaa424884ffe43ad124792a769a50 commit c76954517fddaa424884ffe43ad124792a769a50 Author: Corinna Vinschen Date: Sat Feb 13 16:56:12 2016 +0100 Remove local winbase.h (again). Mingw32-w64 supports all required

[newlib-cygwin] Document pthread_barrier* functions as implemented

2016-02-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=10e0db58e427b5a3a50ff377e1ea7d2956a342b5 commit 10e0db58e427b5a3a50ff377e1ea7d2956a342b5 Author: Corinna Vinschen Date: Sat Feb 13 17:03:36 2016 +0100 Document pthread_barrier* functions as implemented posix.xml (std

[newlib-cygwin] Make buffered console characters visible to select().

2016-02-15 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7eb13b33e48d3e3299eed8214188aa022f81e091 commit 7eb13b33e48d3e3299eed8214188aa022f81e091 Author: John Hood Date: Sat Jan 30 17:36:43 2016 -0500 Make buffered console characters visible to select(). Diff: --- winsup/cygwin/select

[newlib-cygwin] cygwin_conv_path: Really always preserve trailing slash in conversion to POSIX path

2016-02-15 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4c59f62ef968d8ac3da12a6aa88b81c45e4e1438 commit 4c59f62ef968d8ac3da12a6aa88b81c45e4e1438 Author: Corinna Vinschen Date: Mon Feb 15 16:25:10 2016 +0100 cygwin_conv_path: Really always preserve trailing slash in conversion to

[newlib-cygwin] Silent relocation truncations considered harmful

2016-02-17 Thread Corinna Vinschen
not reported if __OPTIMIZE__ was #defined when building the Cygwin DLL. I can't see why optimization settings should affect this. Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/pseudo-reloc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygw

[newlib-cygwin] cyglsa: Drop code handling Windows 2000 and earlier

2016-02-17 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b76de0deaa5c10b9379a92616c96cfdc2b801cb2 commit b76de0deaa5c10b9379a92616c96cfdc2b801cb2 Author: Corinna Vinschen Date: Wed Feb 17 16:08:59 2016 +0100 cyglsa: Drop code handling Windows 2000 and earlier * cyglsa.c

[newlib-cygwin] setuid: Create token from scratch without credentials of caller

2016-02-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=205862ed08649df8f50b926a2c58c963f571b044 commit 205862ed08649df8f50b926a2c58c963f571b044 Author: Corinna Vinschen Date: Wed Feb 17 16:40:27 2016 +0100 setuid: Create token from scratch without credentials of caller

[newlib-cygwin] Drop temporary declaration of GetSystemTimePreciseAsFileTime.

2016-02-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2ceb202bc1d977fa5c5fe5f40283ce943beca18e commit 2ceb202bc1d977fa5c5fe5f40283ce943beca18e Author: Corinna Vinschen Date: Thu Feb 18 12:38:24 2016 +0100 Drop temporary declaration of GetSystemTimePreciseAsFileTime

[newlib-cygwin] Update Cygwin release notes.

2016-02-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=609feee9e59c53a365bfa1d3ab698929be8fc1b0 commit 609feee9e59c53a365bfa1d3ab698929be8fc1b0 Author: Corinna Vinschen Date: Thu Feb 18 15:56:51 2016 +0100 Update Cygwin release notes. Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] Fix comments in sec_acl.cc

2016-02-22 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b89d317cdcf9326513bf490bb9408d066a32464f commit b89d317cdcf9326513bf490bb9408d066a32464f Author: Corinna Vinschen Date: Mon Feb 22 10:54:13 2016 +0100 Fix comments in sec_acl.cc Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] ccwrap: fix build with non-english locale set

2016-02-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5b88b625620b88fc6a298a30c0142df307e53e92 commit 5b88b625620b88fc6a298a30c0142df307e53e92 Author: Patrick Bendorf Date: Mon Feb 29 13:19:43 2016 +0100 ccwrap: fix build with non-english locale set short explanation: after

[newlib-cygwin] ccwrap: fix build with non-english locale set (v2)

2016-02-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2cd76694e1d7021759cca8f940092186530dfdae commit 2cd76694e1d7021759cca8f940092186530dfdae Author: Patrick Bendorf Date: Mon Feb 29 14:34:09 2016 +0100 ccwrap: fix build with non-english locale set (v2) after some discussio

[newlib-cygwin] Mention 64-bit Cygwin as another remedy for fork() failures.

2016-03-04 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bf45e12fb627ecc46f4758dbb1baddff775d4381 commit bf45e12fb627ecc46f4758dbb1baddff775d4381 Author: Alexey Sokolov Date: Fri Mar 4 19:42:15 2016 + Mention 64-bit Cygwin as another remedy for fork() failures. Diff: --- winsup/do

[newlib-cygwin] __acltotext: Always append NUL

2016-03-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3d88f10983e6517a2e8993a2ada0b3fd335f3c61 commit 3d88f10983e6517a2e8993a2ada0b3fd335f3c61 Author: Corinna Vinschen Date: Wed Jan 6 21:05:56 2016 +0100 __acltotext: Always append NUL * sec_acl.cc (__acltotext): Append

[newlib-cygwin] Implement POSIX.1e ACL functions

2016-03-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9ddf063921f5202100f8e36bb451ae5ac9f76d37 commit 9ddf063921f5202100f8e36bb451ae5ac9f76d37 Author: Corinna Vinschen Date: Wed Jan 6 18:41:36 2016 +0100 Implement POSIX.1e ACL functions * Makefile.in (DLL_OFILES): Add

[newlib-cygwin] acl_create_entry: Don't invalidate existing entry_d and permset_d.

2016-03-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e4ecb5b96a9d526f69aa0f2c2c38b00d8d27ed07 commit e4ecb5b96a9d526f69aa0f2c2c38b00d8d27ed07 Author: Corinna Vinschen Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and perm

[newlib-cygwin] cygwin/acl.h: Don't clutter namespace

2016-03-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=edd7d93484703b81b5e203a9c7c490f117eb4e42 commit edd7d93484703b81b5e203a9c7c490f117eb4e42 Author: Corinna Vinschen Date: Wed Jan 6 18:24:03 2016 +0100 cygwin/acl.h: Don't clutter namespace include/cygwin/acl.h: C

[newlib-cygwin] Cygwin: Document new POSIX ACL API

2016-03-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c09e96fda04989dcf0948e797deb8f096e12f2fa commit c09e96fda04989dcf0948e797deb8f096e12f2fa Author: Corinna Vinschen Date: Tue Mar 8 17:33:08 2016 +0100 Cygwin: Document new POSIX ACL API Signed-off-by: Corinna Vinschen

[newlib-cygwin] Move definition of wsadata into wsock_init

2016-03-09 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=264b5e137e20d0a8062497f8555759eb8bf8cc02 commit 264b5e137e20d0a8062497f8555759eb8bf8cc02 Author: Corinna Vinschen Date: Wed Mar 9 22:55:28 2016 +0100 Move definition of wsadata into wsock_init The problem this patch

[newlib-cygwin] Overwite potentially faked kernel version with correct values

2016-03-09 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=48511f3d3847c35352d09cded56e25f0c1b22bc9 commit 48511f3d3847c35352d09cded56e25f0c1b22bc9 Author: Corinna Vinschen Date: Wed Mar 9 23:10:17 2016 +0100 Overwite potentially faked kernel version with correct values

[newlib-cygwin] Revamp acl_extended_fd/acl_extended_file to avoid open(2) call

2016-03-10 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f368589492fa19e62049f2f654e4127216515bc6 commit f368589492fa19e62049f2f654e4127216515bc6 Author: Corinna Vinschen Date: Thu Mar 10 10:36:00 2016 +0100 Revamp acl_extended_fd/acl_extended_file to avoid open(2) call

[newlib-cygwin] getifaddrs: Return pointer to extended interface info in ifa_data member

2016-03-10 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=65231f415a9f69486b6d9890d4b736f5676aef11 commit 65231f415a9f69486b6d9890d4b736f5676aef11 Author: Corinna Vinschen Date: Thu Mar 10 18:00:00 2016 +0100 getifaddrs: Return pointer to extended interface info in ifa_data member

[newlib-cygwin] Support profiling of multi-threaded apps.

2016-03-10 Thread Corinna Vinschen
Zero targthr to indicate profiling was turned off. (profile_on): Fix handle leak on failure path. (profile_child): New callback func to restart profiling in child process after a fork if the parent was being profiled. (profile_ctl): Call pthread_atfork() to set profi

<    3   4   5   6   7   8   9   10   11   12   >