[newlib-cygwin] Cygwin: try_to_bin: fix typos in comments

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=36ff506ddccb20c7a2c8ca35433b774d477dd694 commit 36ff506ddccb20c7a2c8ca35433b774d477dd694 Author: Corinna Vinschen Date: Sat Jan 5 11:32:23 2019 +0100 Cygwin: try_to_bin: fix typos in comments Signed-off-by: Corinna Vinsch

[newlib-cygwin] Cygwin: path_conv: nobody cares if a path had symlinks after the fact

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=844a1b4fe40db93e266cd7045c3b5c443b5d703a commit 844a1b4fe40db93e266cd7045c3b5c443b5d703a Author: Corinna Vinschen Date: Sat Jan 5 11:31:52 2019 +0100 Cygwin: path_conv: nobody cares if a path had symlinks after the fact r

[newlib-cygwin] Cygwin: return correct FH_PROCESSFD for files under /proc/PID/fd subdir

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f72191ac0177883bb395d8d5f0ddc3f45b5dd29d commit f72191ac0177883bb395d8d5f0ddc3f45b5dd29d Author: Corinna Vinschen Date: Sat Jan 5 21:36:34 2019 +0100 Cygwin: return correct FH_PROCESSFD for files under /proc/PID/fd subdir

[newlib-cygwin] Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handling

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a3a5d52b398887a5ee1ca75b23915d17a60ac10a commit a3a5d52b398887a5ee1ca75b23915d17a60ac10a Author: Corinna Vinschen Date: Sat Jan 5 21:41:01 2019 +0100 Cygwin: introduce virt_fdsymlink to simplify /proc/PID/fd symlink handling

[newlib-cygwin] Cygwin: try_to_bin: allow to move O_TMPFILE files into bin

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a1a750325e0673e3c0821de2aacce960140877ea commit a1a750325e0673e3c0821de2aacce960140877ea Author: Corinna Vinschen Date: Sat Jan 5 21:44:12 2019 +0100 Cygwin: try_to_bin: allow to move O_TMPFILE files into bin Signed-off-b

[newlib-cygwin] Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handle

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=732613f30a5db6bfb4eb7a90e8822d4ee3c629bc commit 732613f30a5db6bfb4eb7a90e8822d4ee3c629bc Author: Corinna Vinschen Date: Sat Jan 5 22:13:42 2019 +0100 Cygwin: implement /proc/PID/fd/DESCRIPTOR reopening by handle Allows ex

[newlib-cygwin] Cygwin: path_conv: add serialization/deserialization facility

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=91b264c76c34290a31b14844e59bac0deeb62afd commit 91b264c76c34290a31b14844e59bac0deeb62afd Author: Corinna Vinschen Date: Sat Jan 5 21:50:48 2019 +0100 Cygwin: path_conv: add serialization/deserialization facility Signed-of

[newlib-cygwin] Cygwin: fhandler_base::open: allow to reopen file from handle

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c208ecd540c02773b0d25246e0fbaadcd416600a commit c208ecd540c02773b0d25246e0fbaadcd416600a Author: Corinna Vinschen Date: Sat Jan 5 21:49:16 2019 +0100 Cygwin: fhandler_base::open: allow to reopen file from handle So far io

[newlib-cygwin] Cygwin: pinfo: add method to send a serialized path_conv and HANDLE

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c76468182b18272f3e40295e85186fda3d225c66 commit c76468182b18272f3e40295e85186fda3d225c66 Author: Corinna Vinschen Date: Sat Jan 5 21:57:03 2019 +0100 Cygwin: pinfo: add method to send a serialized path_conv and HANDLE To

[newlib-cygwin] Cygwin: Mark all O_TMPFILEs as deleted

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c90f4c0e27a2d30497eeaab99c76c1906a6bf556 commit c90f4c0e27a2d30497eeaab99c76c1906a6bf556 Author: Corinna Vinschen Date: Sat Jan 5 22:16:30 2019 +0100 Cygwin: Mark all O_TMPFILEs as deleted Signed-off-by: Corinna Vinschen

[newlib-cygwin] Cygwin: path_conv: decouple path_types from mount types

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c1023ee353705671aa9a8e4e1179022277add2aa commit c1023ee353705671aa9a8e4e1179022277add2aa Author: Corinna Vinschen Date: Sun Jan 6 17:44:20 2019 +0100 Cygwin: path_conv: decouple path_types from mount types - Remove anothe

[newlib-cygwin] Cygwin: path_conv: decouple pathconv_flags from path_types

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fde4eaa105912625b6a78fba79d1fc39ee0fd201 commit fde4eaa105912625b6a78fba79d1fc39ee0fd201 Author: Corinna Vinschen Date: Sun Jan 6 14:29:53 2019 +0100 Cygwin: path_conv: decouple pathconv_flags from path_types There's an u

[newlib-cygwin] Cygwin: pipe: use /proc/PID/fd/... or /proc/self/fd/... name

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=97d2fe2694ce935bc295ad6107ce9c7de55285b8 commit 97d2fe2694ce935bc295ad6107ce9c7de55285b8 Author: Corinna Vinschen Date: Sat Jan 5 21:42:33 2019 +0100 Cygwin: pipe: use /proc/PID/fd/... or /proc/self/fd/... name Don't emit

[newlib-cygwin] Cygwin: path_conv: reorder private method declarations

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=26d953689337a93c31c55083c2073f309ba33c38 commit 26d953689337a93c31c55083c2073f309ba33c38 Author: Corinna Vinschen Date: Sat Jan 5 21:51:51 2019 +0100 Cygwin: path_conv: reorder private method declarations Signed-off-by: C

[newlib-cygwin] Cygwin: path_conv: add PATH_RESOLVE_PROCFD path_types flag

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ba12614f79347e6d67af79b7369869890aa5c741 commit ba12614f79347e6d67af79b7369869890aa5c741 Author: Corinna Vinschen Date: Sun Jan 6 20:13:52 2019 +0100 Cygwin: path_conv: add PATH_RESOLVE_PROCFD path_types flag path_conv no

[newlib-cygwin] Cygwin: Move O_TMPFILE to bin and allow linkat by handle

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7dbe307e389b916ad4f34ea3c3258049abad2d2c commit 7dbe307e389b916ad4f34ea3c3258049abad2d2c Author: Corinna Vinschen Date: Sat Jan 5 22:15:58 2019 +0100 Cygwin: Move O_TMPFILE to bin and allow linkat by handle Along the same

[newlib-cygwin] Cygwin: document proc fd changes

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=8a17b1b2bf7a503f3d586cc9f74e2291e6fce6ba commit 8a17b1b2bf7a503f3d586cc9f74e2291e6fce6ba Author: Corinna Vinschen Date: Sun Jan 6 20:28:48 2019 +0100 Cygwin: document proc fd changes Signed-off-by: Corinna Vinschen Diff

[newlib-cygwin] Cygwin: introduce fhandler_process_fd and add stat(2) handling

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7aca27b4fe553657d057dce90de13be97068fd4a commit 7aca27b4fe553657d057dce90de13be97068fd4a Author: Corinna Vinschen Date: Sun Jan 6 20:18:14 2019 +0100 Cygwin: introduce fhandler_process_fd and add stat(2) handling move spe

[newlib-cygwin] Cygwin: drop redundant includes from fhandler_process_fd.cc

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4c33add5b89714b58b30d7020935ab985257dc92 commit 4c33add5b89714b58b30d7020935ab985257dc92 Author: Corinna Vinschen Date: Sun Jan 6 22:40:17 2019 +0100 Cygwin: drop redundant includes from fhandler_process_fd.cc Signed-off-

[newlib-cygwin] Cygwin: fix regression in O_TMPFILE | O_EXCL case

2019-01-06 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9dae73edb8871f017251ddcba959e09457923a8e commit 9dae73edb8871f017251ddcba959e09457923a8e Author: Corinna Vinschen Date: Sun Jan 6 22:39:45 2019 +0100 Cygwin: fix regression in O_TMPFILE | O_EXCL case The new proc fd code