[newlib-cygwin] Save and restore MXCSR register in delayed signal handling

2015-11-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bfe23aa4373141e9f2c57f06438ab97142f60083 commit bfe23aa4373141e9f2c57f06438ab97142f60083 Author: Corinna Vinschen <cori...@vinschen.de> Date: Sat Nov 28 11:10:41 2015 +0100 Save and restore MXCSR register in delayed

[newlib-cygwin] Belatedly create release notes for commits 2f4fef9 and 9471b0b

2015-11-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a4d1cb105366a0fc697d8b682229ca65b7cffeed commit a4d1cb105366a0fc697d8b682229ca65b7cffeed Author: Corinna Vinschen <cori...@vinschen.de> Date: Fri Nov 27 15:56:01 2015 +0100 Belatedly create release notes for commits 2

[newlib-cygwin] Use correct gid value for Microsoft Account when /etc/group is in use

2015-11-29 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=47e7288769ac6e215a40e3a606c78adaebcfb266 commit 47e7288769ac6e215a40e3a606c78adaebcfb266 Author: Corinna Vinschen <cori...@vinschen.de> Date: Sun Nov 29 20:26:48 2015 +0100 Use correct gid value for Microsoft Account whe

[newlib-cygwin] Import correctly working strtold from David M. Gay.

2015-11-20 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fbace81684f8cbb80a2048c01dc545af247f5cb7 commit fbace81684f8cbb80a2048c01dc545af247f5cb7 Author: Corinna Vinschen <cori...@vinschen.de> Date: Fri Nov 20 18:14:58 2015 +0100 Import correctly working strtold from David

[newlib-cygwin] Add Authz class to compute exact POSIX user perms in a security descriptor

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=42fad6ffa56f4627f414c8b76758bd71592e8400 commit 42fad6ffa56f4627f414c8b76758bd71592e8400 Author: Corinna Vinschen <cori...@vinschen.de> Date: Mon Aug 17 18:29:24 2015 +0200 Add Authz class to compute exact POSIX user

[newlib-cygwin] Reapply POSIX ACL changes.

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bc444e5aa4ca097b7425f0012967201ef10032a7 commit bc444e5aa4ca097b7425f0012967201ef10032a7 Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Jun 24 11:52:29 2015 +0200 Reapply POSIX ACL changes. - New, u

[newlib-cygwin] Fix permission evaluation for !new_style ACLs

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=911808dd5e86f054ec668b04366b6357885d6b85 commit 911808dd5e86f054ec668b04366b6357885d6b85 Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Sep 2 00:05:46 2015 +0200 Fix permission evaluation for !new_styl

[newlib-cygwin] setfacl: Allow to combine -b and -k options

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4dc3deea8949d830c0a1442023bf1335841d5bcf commit 4dc3deea8949d830c0a1442023bf1335841d5bcf Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Sep 2 12:23:09 2015 +0200 setfacl: Allow to combine -b and -k o

[newlib-cygwin] get_posix_access: Fix computation of effective user permissions

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a5d81afc71440ff782890abf1cf0986d724f42ac commit a5d81afc71440ff782890abf1cf0986d724f42ac Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Nov 10 09:57:53 2015 +0100 get_posix_access: Fix computation of effectiv

[newlib-cygwin] Fix up POSIX permission handling

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7edb6b8d3e817cfb0f4c82dc9d383498d34d5380 commit 7edb6b8d3e817cfb0f4c82dc9d383498d34d5380 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Sep 1 22:23:59 2015 +0200 Fix up POSIX permission ha

[newlib-cygwin] Fix file type mode bit handling on object security.

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=645913109673c36cebf19d407a6e3e3a4a6288db commit 645913109673c36cebf19d407a6e3e3a4a6288db Author: Corinna Vinschen <cori...@vinschen.de> Date: Thu Sep 3 19:29:55 2015 +0200 Fix file type mode bit handling on object se

[newlib-cygwin] Document new ACL code

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=396e8310b11d4cce63d8a7544c0fc624a4fd822c commit 396e8310b11d4cce63d8a7544c0fc624a4fd822c Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Nov 18 23:11:10 2015 +0100 Document new ACL code * new-features.x

[newlib-cygwin] get_posix_access: Skip merging permissions if user can't get more permissions

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=90e006a63dd9594c5d05b7251e27d16bceab3cac commit 90e006a63dd9594c5d05b7251e27d16bceab3cac Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Nov 10 10:00:33 2015 +0100 get_posix_access: Skip merging permissions if user

[newlib-cygwin] Use Authz to fetch correct user permissions.

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7972e63402eaca6ca78e0f8bffdcc95a141c0f64 commit 7972e63402eaca6ca78e0f8bffdcc95a141c0f64 Author: Corinna Vinschen <cori...@vinschen.de> Date: Mon Aug 31 11:34:38 2015 +0200 Use Authz to fetch correct user permi

[newlib-cygwin] * sec_acl.cc (get_posix_access): Fix class_perm in !new_style case.

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e2742d467a9f02803582787a111c6bb260969d15 commit e2742d467a9f02803582787a111c6bb260969d15 Author: Corinna Vinschen <cori...@vinschen.de> Date: Mon Aug 31 16:56:14 2015 +0200 * sec_acl.cc (get_posix_access): Fix clas

[newlib-cygwin] Add missing ChangeLog entry for previous commit

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6895a3147be3827aeb802988cff43a0d5e22ed28 commit 6895a3147be3827aeb802988cff43a0d5e22ed28 Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Nov 18 22:05:21 2015 +0100 Add missing ChangeLog entry for previous commit

[newlib-cygwin] Bump Cygwin DLL version to 2.4.0

2015-11-18 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=049eeecba71a904a9c58060b90392163c7ba85a2 commit 049eeecba71a904a9c58060b90392163c7ba85a2 Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Nov 18 22:11:54 2015 +0100 Bump Cygwin DLL version to 2.4.0 * i

[newlib-cygwin] Fix numeric and monetary decimal point and thousands separator in fa_IR and ps_AF locales

2015-11-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=26a8b62e9a3398bc0308e13edfa053a01eb0cc21 commit 26a8b62e9a3398bc0308e13edfa053a01eb0cc21 Author: Corinna Vinschen <cori...@vinschen.de> Date: Sat Nov 21 16:51:12 2015 +0100 Fix numeric and monetary decimal point and tho

[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 <cori...@vinschen.de> Date: Mon Jan 11 10:36:33 2016 +0100 select(2): Drop checking descriptors in case of imm

[newlib-cygwin] Do not treat the command line or environment like paths

2016-01-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e0d4e3fec7793c1bf41ca707156af8413fb03455 commit e0d4e3fec7793c1bf41ca707156af8413fb03455 Author: Johannes Schindelin Date: Thu Dec 17 16:22:49 2015 +0100 Do not treat the command line or environment

[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 <cori...@vinschen.de> Date: Tue Jan 12 15:25:15 2016 +0100 Use MAKEWORD macro in WSAStartup call per documen

[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 <cori...@vinschen.de> Date: Tue Jan 12 15:45:17 2016 +0100 Initialize handle in dll_load to avoid compiler w

[newlib-cygwin] Allow 'make distclean' to clean winsup/cygwin

2016-06-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=97349b78701e973a2ecfebc520a92a1ab87778e0 commit 97349b78701e973a2ecfebc520a92a1ab87778e0 Author: Ken Brown Date: Sun Jun 5 12:58:22 2016 -0400 Allow 'make distclean' to clean winsup/cygwin But don’t

[newlib-cygwin] Only regenerate tlsoffsets{64}.h if cygtls.h can be compiled

2016-06-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7abe634731294a7843e6889dfd23687388f0882b commit 7abe634731294a7843e6889dfd23687388f0882b Author: Corinna Vinschen <cori...@vinschen.de> Date: Mon Jun 6 11:44:54 2016 +0200 Only regenerate tlsoffsets{64}.h if cygtls

[newlib-cygwin] Fix typos in comments and debug output in select_stuff::wait

2016-06-08 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b1f63ce874de0c00ba8764f9c7967cf467a236b4 commit b1f63ce874de0c00ba8764f9c7967cf467a236b4 Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Jun 8 11:02:50 2016 +0200 Fix typos in comments and debug output in select

[newlib-cygwin] Return at most one line of input in canonical mode

2016-06-06 Thread Corinna Vinschen
Signed-off-by: Corinna Vinschen <cori...@vinschen.de> Diff: --- winsup/cygwin/fhandler_tty.cc | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index 6c00d61..733644f 100644 --- a/winsup/cygwin/fhandl

[newlib-cygwin] Fix condition in select which results in busy loop.

2016-06-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=83834110a0279c228c5c7e232a5d7ce01dd04d3e commit 83834110a0279c228c5c7e232a5d7ce01dd04d3e Author: Corinna Vinschen <cori...@vinschen.de> Date: Mon Jun 6 16:18:53 2016 +0200 Fix condition in select which results in bus

[newlib-cygwin] Add release message for select(2) changes

2016-06-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0177f12cf64e38fc065f7356e637a9a20d9d3a08 commit 0177f12cf64e38fc065f7356e637a9a20d9d3a08 Author: Corinna Vinschen <cori...@vinschen.de> Date: Mon Jun 6 17:24:39 2016 +0200 Add release message for select(2) changes

[newlib-cygwin] Add release message for commit 7239bb7b3ded5ab961dc56dc346d8ab83660ba29

2016-06-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ffac52c1ab65ac733a22876178e0b6925403feab commit ffac52c1ab65ac733a22876178e0b6925403feab Author: Corinna Vinschen <cori...@vinschen.de> Date: Mon Jun 6 19:02:08 2016 +0200 Add release message for

[newlib-cygwin] sched.cc: Use PROCESS_QUERY_INFORMATION for now

2016-06-03 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b0b99e39dcea99349286cebf9a2851c0109a0393 commit b0b99e39dcea99349286cebf9a2851c0109a0393 Author: Corinna Vinschen <cori...@vinschen.de> Date: Fri Jun 3 10:28:44 2016 +0200 sched.cc: Use PROCESS_QUERY_INFORMATION f

[newlib-cygwin] uinfo.cc: Fix comment

2016-06-15 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5881f0c0c8f4ea4b493fa20f017265b48a67af24 commit 5881f0c0c8f4ea4b493fa20f017265b48a67af24 Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Jun 15 18:04:00 2016 +0200 uinfo.cc: Fix comment Signed-off-by: C

[newlib-cygwin] uinfo.cc: More comment fixes, remove unused testing code.

2016-06-15 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=747b3f44e3799e6db4e49423875f2807e392205d commit 747b3f44e3799e6db4e49423875f2807e392205d Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Jun 15 19:48:43 2016 +0200 uinfo.cc: More comment fixes, remove unused testin

[newlib-cygwin] dlopen: Add dot to filename if no slash is present

2016-06-01 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8a31aa37bc97215f137fc705b5f6e43e06683c15 commit 8a31aa37bc97215f137fc705b5f6e43e06683c15 Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Jun 1 13:12:08 2016 +0200 dlopen: Add dot to filename if no slash is p

[newlib-cygwin] realpath: Handle Win32 and NT long path prefixes

2016-05-31 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5c759ab2f45f966b5458d49a1a0e23c15d5c1eca commit 5c759ab2f45f966b5458d49a1a0e23c15d5c1eca Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue May 31 16:33:21 2016 +0200 realpath: Handle Win32 and NT long path pr

[newlib-cygwin] Cygwin: Add release messages for previous two commits

2016-05-31 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c496a068cf653c7e94eac014542914f087ef4585 commit c496a068cf653c7e94eac014542914f087ef4585 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue May 31 16:37:53 2016 +0200 Cygwin: Add release messages for previous two c

[newlib-cygwin] Add release message for commit 2c83227

2016-06-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=94e3a561d053ca1b00f16d81d4ade2884ea45b54 commit 94e3a561d053ca1b00f16d81d4ade2884ea45b54 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Jun 21 13:43:53 2016 +0200 Add release message for commit 2c83227

[newlib-cygwin] Improve encapsulation of FS type behind path_conv cover

2016-06-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f91865c8cf85c4c4309c64ded42c847a64872b1e commit f91865c8cf85c4c4309c64ded42c847a64872b1e Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Jun 21 13:24:41 2016 +0200 Improve encapsulation of FS type behind path_conv

[newlib-cygwin] Use correct file info (especially inode number) for newly created files

2016-06-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4965cdc9ad2753f7aa91711e2862d7e350168bef commit 4965cdc9ad2753f7aa91711e2862d7e350168bef Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Jun 21 13:39:04 2016 +0200 Use correct file info (especially inode number) for

[newlib-cygwin] Use new path_conv_handle functions to access file info

2016-06-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=36d4eb12b5f23093ae1285d0725f4930235a07e5 commit 36d4eb12b5f23093ae1285d0725f4930235a07e5 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Jun 21 13:28:12 2016 +0200 Use new path_conv_handle functions to access fil

[newlib-cygwin] Drop useless calls to path_conv.isgood_inode

2016-06-21 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2c832271127f2ae7eea4245dc940d8a5c1fe7498 commit 2c832271127f2ae7eea4245dc940d8a5c1fe7498 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Jun 21 13:39:35 2016 +0200 Drop useless calls to path_conv.isgood

[newlib-cygwin] Bump DLL minor version

2016-06-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bceb8ebebb78612cd1da16790ce30d37eddbe244 commit bceb8ebebb78612cd1da16790ce30d37eddbe244 Author: Corinna Vinschen <cori...@vinschen.de> Date: Thu Jun 23 15:21:44 2016 +0200 Bump DLL minor version Signed-off-by: C

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

2016-06-23 Thread Corinna Vinschen
The signed tag 'cygwin-2_5_2-release' was created pointing to: 6e623e9... Switching the Cygwin DLL to LGPLv3+, dropping commercial bu Tagger: Corinna Vinschen <cori...@vinschen.de> Date: Thu Jun 23 14:22:51 2016 +0200 Cygwin 2.5.2 release

[newlib-cygwin] Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option

2016-06-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6e623e9320d25b1f0c2ad0c2ed581ec5dcb85c50 commit 6e623e9320d25b1f0c2ad0c2ed581ec5dcb85c50 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue May 24 11:16:39 2016 +0200 Switching the Cygwin DLL to LGPLv3+, dropping comm

[newlib-cygwin] Handle up to 63 partitions per drive

2016-06-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b2867a68b9f94402e2afba49de978d9e8f9abaeb commit b2867a68b9f94402e2afba49de978d9e8f9abaeb Author: Corinna Vinschen <cori...@vinschen.de> Date: Thu Jun 23 16:56:41 2016 +0200 Handle up to 63 partitions per drive

[newlib-cygwin] Drop has_always_all_codepages flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ed0ff4b9407492e976302d8a60142bfe54598d80 commit ed0ff4b9407492e976302d8a60142bfe54598d80 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 15:10:33 2015 +0100 Drop has_always_all_codepages flag Diff: ---

[newlib-cygwin] Drop has_pipe_reject_remote_clients flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0bf159ab723f9e65db3342f2d24d318d153cbf07 commit 0bf159ab723f9e65db3342f2d24d318d153cbf07 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 16:02:35 2015 +0100 Drop has_pipe_reject_remote_clients flag

[newlib-cygwin] Drop Windows XP/2003 wincaps

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b47a67e4932840ca6ce7f54147c57df35f25f848 commit b47a67e4932840ca6ce7f54147c57df35f25f848 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 16:08:39 2015 +0100 Drop Windows XP/2003 wincaps Diff: --- winsup/

[newlib-cygwin] Default to latest wincap

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c7fe56dd65cd71a7c9046b53bb5ef4efe4fd617a commit c7fe56dd65cd71a7c9046b53bb5ef4efe4fd617a Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 16:09:38 2015 +0100 Default to latest wincap Diff: --- winsup/

[newlib-cygwin] Drop accidentally leftover comment from wincapc::init

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b15d129559cad52b13cb6c54fbe19a78031b7411 commit b15d129559cad52b13cb6c54fbe19a78031b7411 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 16:12:34 2015 +0100 Drop accidentally leftover comment from wincapc

[newlib-cygwin] Drop has_broken_rtl_query_process_debug_information flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8dd446a7b139dc69800fd70c6a7835ee5a9f8364 commit 8dd446a7b139dc69800fd70c6a7835ee5a9f8364 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 16:06:51 2015 +0100 Drop has_broken_rtl_query_process_debug_informatio

[newlib-cygwin] Drop has_restricted_raw_disk_access flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=807a628ec6e2be78c58c0ea2e1c46cfc9f43c875 commit 807a628ec6e2be78c58c0ea2e1c46cfc9f43c875 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 15:21:00 2015 +0100 Drop has_restricted_raw_disk_access flag

[newlib-cygwin] Drop use_dont_resolve_hack flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=105f79b489d5128ffda50d80fbdcccd8645fe788 commit 105f79b489d5128ffda50d80fbdcccd8645fe788 Author: Corinna Vinschen <cori...@vinschen.de> Date: Fri Jun 24 15:42:06 2016 +0200 Drop use_dont_resolve_hack flag Sign

[newlib-cygwin] Drop has_program_compatibility_assistant flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8b8c6c014bd9807c248ffe0cb8211e7714cc2241 commit 8b8c6c014bd9807c248ffe0cb8211e7714cc2241 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 15:53:16 2015 +0100 Drop has_program_compatibility_assistant flag

[newlib-cygwin] Drop has_set_thread_stack_guarantee flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=23a556f2c50c00dccec06f11d32eb9ca2d5e22f8 commit 23a556f2c50c00dccec06f11d32eb9ca2d5e22f8 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 16:00:20 2015 +0100 Drop has_set_thread_stack_guarantee flag

[newlib-cygwin] Drop terminate_thread_frees_stack flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2467e6f99b0aba256a226b96efc7beec2ea5181c commit 2467e6f99b0aba256a226b96efc7beec2ea5181c Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 16:04:06 2015 +0100 Drop terminate_thread_frees_stack flag Diff: ---

[newlib-cygwin] Drop wow64_has_secondary_stack flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bd4339e2a2905d6f62b9510067360badc27da591 commit bd4339e2a2905d6f62b9510067360badc27da591 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 15:48:44 2015 +0100 Drop wow64_has_secondary_stack flag Diff: ---

[newlib-cygwin] Rename if_indextoname to cygwin_if_indextoname (analag for if_nametoindex)

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c356901f0d69b83107740bc0965960154b35e251 commit c356901f0d69b83107740bc0965960154b35e251 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 15:50:13 2015 +0100 Rename if_indextoname to cygwin_if_indextoname (

[newlib-cygwin] Remove support for SUNWNFS file system

2016-06-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=733af66c6e969b186b6e83ad0c9ecaf6728582df commit 733af66c6e969b186b6e83ad0c9ecaf6728582df Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 13:56:39 2015 +0100 Remove support for SUNWNFS file system Diff: ---

[newlib-cygwin] Add release message for commit 733af66

2016-06-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=0c8bbd584b2647f80060547eb5b4ebe7340f commit 0c8bbd584b2647f80060547eb5b4ebe7340f Author: Corinna Vinschen <cori...@vinschen.de> Date: Thu Jun 23 21:58:38 2016 +0200 Add release message for commit 733af66

[newlib-cygwin] Drop has_recycle_dot_bin

2016-06-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2fb0813caa2e30c7e90285264a26c95c9ab4d097 commit 2fb0813caa2e30c7e90285264a26c95c9ab4d097 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 14:30:03 2015 +0100 Drop has_recycle_dot_bin Diff: --- winsup/

[newlib-cygwin] Drop has_gaa_on_link_prefix flag and remove obsolete functions thusly

2016-06-23 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a75955841808aa56e5fbc51c923fd6d3bc9b9294 commit a75955841808aa56e5fbc51c923fd6d3bc9b9294 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 14:44:33 2015 +0100 Drop has_gaa_on_link_prefix flag and remove ob

[newlib-cygwin] Drop has_transactions flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9aab8eb5b6fe88deca2274ddd1695d41ca28346c commit 9aab8eb5b6fe88deca2274ddd1695d41ca28346c Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 15:19:05 2015 +0100 Drop has_transactions flag Diff: --- winsup/

[newlib-cygwin] Drop has_fast_cwd flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ffcef702e78f81c64376dbe7547f242f67b433d4 commit ffcef702e78f81c64376dbe7547f242f67b433d4 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 15:17:18 2015 +0100 Drop has_fast_cwd flag Diff: --- winsup/cygwin/p

[newlib-cygwin] Fix major device check when locking partitions

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=166d3ddf5a04d6f915f9eb3c7befc50a2a40edfc commit 166d3ddf5a04d6f915f9eb3c7befc50a2a40edfc Author: Corinna Vinschen <cori...@vinschen.de> Date: Fri Jun 24 13:39:42 2016 +0200 Fix major device check when locking part

[newlib-cygwin] Add support for certain newer locales only available with Script

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=288df6f81821a4c0ea724ef59c46f98bcf1a9b50 commit 288df6f81821a4c0ea724ef59c46f98bcf1a9b50 Author: Corinna Vinschen <cori...@vinschen.de> Date: Fri Jun 24 12:11:42 2016 +0200 Add support for certain newer locales only ava

[newlib-cygwin] Drop has_restricted_stack_args flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=380b9affd1a9e9ac6a52642ee7fc098b404bda7e commit 380b9affd1a9e9ac6a52642ee7fc098b404bda7e Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 14:55:48 2015 +0100 Drop has_restricted_stack_args flag Diff: ---

[newlib-cygwin] Drop has_broken_udf flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e931b1a0eb33170980558a3768a8091d50227bc7 commit e931b1a0eb33170980558a3768a8091d50227bc7 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 15:04:26 2015 +0100 Drop has_broken_udf flag Diff: --- winsup/

[newlib-cygwin] Drop has_sendmsg flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=222e412f8de7b8296442b22afe510c5c0f995928 commit 222e412f8de7b8296442b22afe510c5c0f995928 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 15:01:01 2015 +0100 Drop has_sendmsg flag Diff: --- winsup/

[newlib-cygwin] Drop has_mandatory_integrity_control flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=aacc4f63d0f8d2d853e1834b27a13ac97ea1011b commit aacc4f63d0f8d2d853e1834b27a13ac97ea1011b Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 14:58:52 2015 +0100 Drop has_mandatory_integrity_control flag

[newlib-cygwin] Drop has_localenames flag

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=94f98f18dbadf97d42a2c208938210cc279d410b commit 94f98f18dbadf97d42a2c208938210cc279d410b Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 15:15:30 2015 +0100 Drop has_localenames flag Diff: --- winsup/

[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 <cori...@vinschen.de> Date: Mon Jan 11 12:35:41 2016 +0100 Return unique inode numbers when calling stat

[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 <cori...@vinschen.de> Date: Mon Jan 11 19:10:45 2016 +0100 Fix previous fix for generating unique inode n

[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 <cori...@vinschen.de> Date: Mon Jan 11 18:46:01 2016 +0100 Revert "autoload.cc: Drop using full paths

[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 <cori...@vinschen.de> Date: Fri Jan 15 16:06:25 2016 +0100 Cygwin 2.4.0 release

[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 <cori...@vinschen.de> Date: Fri Jan 15 15:13:11 2016 +0100 get_posix_access: Fix group deny bits leaking int

[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 <cori...@vinschen.de> Date: Wed Jan 6 18:41:36 2016 +0100 Implement POSIX.1e ACL fun

[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 <cori...@vinschen.de> Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing e

[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 <cori...@vinschen.de> Date: Sat Jan 16 12:57:53 2016 +0100 Bump cygwin version to 2.4.1 Sign

[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 <cori...@vinschen.de> Date: Wed Jan 6 18:24:03 2016 +0100 cygwin/acl.h: Don't clutter namespace i

[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 <cori...@vinschen.de> Date: Wed Jan 6 21:05:56 2016 +0100 __acltotext: Always append NUL * sec_

[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 <cori...@vinschen.de> Date: Fri Jan 15 15:13:11 2016 +0100 get_posix_access: Fix group deny bits leaking int

[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 <cori...@vinschen.de> Date: Sat Jan 16 12:57:53 2016 +0100 Bump cygwin version to 2.4.1 Sign

[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

[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
Fri Jan 15 16:56:01 2016 + This is a test commit commit 0955cd0c88185f56ca5d6717d578a815baf9c6c3 Author: Corinna Vinschen <cori...@vinschen.de> Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing entry_d and permset_d. * sec_posix

[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 <cori...@vinschen.de> Date: Wed Jan 6 21:05:56 2016 +0100 __acltotext: Always append NUL * sec_

[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 <cori...@vinschen.de> Date: Wed Jan 6 18:41:36 2016 +0100 Implement POSIX.1e ACL fun

[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 <cori...@vinschen.de> Date: Wed Jan 6 23:00:51 2016 +0100 acl_create_entry: Don't invalidate existing e

[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 <cori...@vinschen.de> Date: Wed Jan 6 18:24:03 2016 +0100 cygwin/acl.h: Don't clutter namespace i

[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] Add comment to point out missing access right per documentation

2016-06-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=532ecdd36f37e4c5985b8a7c992324e5df48f7a1 commit 532ecdd36f37e4c5985b8a7c992324e5df48f7a1 Author: Corinna Vinschen <cori...@vinschen.de> Date: Mon Jun 27 18:00:01 2016 +0200 Add comment to point out missing access rig

[newlib-cygwin] Reformat some too-long lines

2016-06-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c920bf0b010a1d25a5a31b922acafec34ac054ec commit c920bf0b010a1d25a5a31b922acafec34ac054ec Author: Corinna Vinschen <cori...@vinschen.de> Date: Mon Jun 27 18:00:56 2016 +0200 Reformat some too-long lines Sign

[newlib-cygwin] Remove pre-Vista considerations from utilities

2016-06-27 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b6693e7c17456ac6b87827905213146214dc172e commit b6693e7c17456ac6b87827905213146214dc172e Author: Corinna Vinschen <cori...@vinschen.de> Date: Mon Jun 27 17:50:25 2016 +0200 Remove pre-Vista considerations from uti

[newlib-cygwin] Continuous Integration: Add Tea CI build configuration.

2016-06-28 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f8a7ef17fe58655b24cd636d069078ac651fbe15 commit f8a7ef17fe58655b24cd636d069078ac651fbe15 Author: Qian Hong Date: Sun Jun 26 14:41:16 2016 +0800 Continuous Integration: Add Tea CI build configuration. Diff:

[newlib-cygwin] Drop autoloading kernel32 symbols available since Vista

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9d163cf80c29d34db274e45636ab86e66e097148 commit 9d163cf80c29d34db274e45636ab86e66e097148 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 16:43:55 2015 +0100 Drop autoloading kernel32 symbols available since

[newlib-cygwin] Drop autoloading of CancelSynchronousIo

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=450b2dc8ed55587db11200a014120fe79bef04e4 commit 450b2dc8ed55587db11200a014120fe79bef04e4 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 16:39:08 2015 +0100 Drop autoloading of CancelSynchronousIo

[newlib-cygwin] Drop autoloading transaction functions from ntdll

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e855447fd2f468327f85955ca9ccc80dcfb28692 commit e855447fd2f468327f85955ca9ccc80dcfb28692 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 16:45:25 2015 +0100 Drop autoloading transaction functions from ntdll

[newlib-cygwin] sec_auth.cc: Drop prototype for CreateProfile, don't expect failed autoload

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ecea7536893da487c6d38d29223150d3025d6068 commit ecea7536893da487c6d38d29223150d3025d6068 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 17:08:05 2015 +0100 sec_auth.cc: Drop prototype for CreateProfile,

[newlib-cygwin] include/cygwin/if.h: Fix a comment

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bfb5d3ffbb761e4cd18a77c8734dd1fcfae7f014 commit bfb5d3ffbb761e4cd18a77c8734dd1fcfae7f014 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 17:04:25 2015 +0100 include/cygwin/if.h: Fix a comment Diff: ---

[newlib-cygwin] fhandler_disk_file::opendir: Fix a comment

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8b7c4f67c67cfdb59848064417743e57ea9fed40 commit 8b7c4f67c67cfdb59848064417743e57ea9fed40 Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 17:03:09 2015 +0100 fhandler_disk_file::opendir: Fix a comment

[newlib-cygwin] Fix various OS-related comments

2016-06-24 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=00e9bf2bb3f2220bcf84d4f449907bd1deb2827f commit 00e9bf2bb3f2220bcf84d4f449907bd1deb2827f Author: Corinna Vinschen <cori...@vinschen.de> Date: Tue Dec 15 21:43:33 2015 +0100 Fix various OS-related comments Sign

<    1   2   3   4   5   6   7   8   9   10   >