Re: [PATCH] Introduce the 'usertemp' filesystem type

2015-10-22 Thread Johannes Schindelin
Hi Corinna, On Wed, 21 Oct 2015, Corinna Vinschen wrote: > On Oct 20 13:47, Johannes Schindelin wrote: > > On Tue, 20 Oct 2015, Corinna Vinschen wrote: > > > On Sep 16 09:35, Johannes Schindelin wrote: > > > > > > > By specifying > > > > > > > > none /tmp usertemp binary,posix=0 0 0 > >

Re: [PATCH] Introduce the 'usertemp' filesystem type

2015-10-22 Thread Corinna Vinschen
On Oct 21 20:23, Corinna Vinschen wrote: > On Oct 20 13:47, Johannes Schindelin wrote: > > On Tue, 20 Oct 2015, Corinna Vinschen wrote: > > > On Sep 16 09:35, Johannes Schindelin wrote: > > [...] > > > > + char mb_tmp[len = sys_wcstombs (NULL, 0, tmp)]; > > > > > > - len = sys_wcstombs()

Re: [PATCH] Introduce the 'usertemp' filesystem type

2015-10-21 Thread Corinna Vinschen
Hi Johannes, On Oct 20 13:47, Johannes Schindelin wrote: > On Tue, 20 Oct 2015, Corinna Vinschen wrote: > > On Sep 16 09:35, Johannes Schindelin wrote: > > > * mount.cc (mount_info::from_fstab_line): support mounting the > > > current user's temp folder as /tmp/. This is particularly > > > u

Re: [PATCH] Introduce the 'usertemp' filesystem type

2015-10-20 Thread Johannes Schindelin
Hi Corinna, On Tue, 20 Oct 2015, Corinna Vinschen wrote: > Preliminaries: we need a copyright assignment from you before being able > to include your patches. Please see https://cygwin.com/assign.txt. Thanks for pointing that out. It is in the works. > On Sep 16 09:35, Johannes Schindelin wrot

Re: [PATCH] Introduce the 'usertemp' filesystem type

2015-10-20 Thread Corinna Vinschen
Hi Johannes, Preliminaries: we need a copyright assignment from you before being able to include your patches. Please see https://cygwin.com/assign.txt. On Sep 16 09:35, Johannes Schindelin wrote: > * mount.cc (mount_info::from_fstab_line): support mounting the > current user's temp

[PATCH] Introduce the 'usertemp' filesystem type

2015-09-16 Thread Johannes Schindelin
* mount.cc (mount_info::from_fstab_line): support mounting the current user's temp folder as /tmp/. This is particularly useful a feature when Cygwin's own files are write-protected. * pathnames.xml: document the new usertemp file system type Detailed explanation: