Re: [PATCH] 2(3) hurd+glibc: Support for file record locking

2019-10-29 Thread Samuel Thibault
Svante Signell, le mar. 29 oct. 2019 10:20:27 +0100, a ecrit: > Maybe it did not hit me since I built and installed the patched > hurd+glibc packages simultaneously? Yes, that's why. Renumbering introduces incompatibility. If you upgrade both at once you aren't hit. The testsuite went fine, so I'

Re: [PATCH] 2(3) hurd+glibc: Support for file record locking

2019-10-29 Thread Svante Signell
On Sun, 2019-10-27 at 21:06 +0100, Samuel Thibault wrote: > Svante Signell, le jeu. 12 sept. 2019 10:23:55 +0200, a ecrit: > > @@ -358,6 +357,18 @@ routine file_reparent ( > > skip; /* Was: file_get_children. */ > > skip; /* Was: file_get_source. */ > > > > + > > +/* Do fcntl type l

Re: [PATCH] 2(3) hurd+glibc: Support for file record locking

2019-10-27 Thread Samuel Thibault
Svante Signell, le jeu. 12 sept. 2019 10:23:55 +0200, a ecrit: > @@ -358,6 +357,18 @@ routine file_reparent ( > skip;/* Was: file_get_children. */ > skip;/* Was: file_get_source. */ > > + > +/* Do fcntl type locking on FILE. CMD is from the set F_GETLK64, > + F_SETLK64, F_SETL

[PATCH] 2(3) hurd+glibc: Support for file record locking

2019-09-12 Thread Svante Signell
Attached is the second part of the patches for file record locking: libnetfs_file_record_lock.patch pflocal_fs.c.patch hurd_add_RPC.patch Thanks! hurd/ChangeLog 2019-02-01 Svante Signell * Update copyright years. 2018-01-05 Svante Signell * Update copyright years. * fs.defs: Add new arg

[PATCH] 2(3) hurd+glibc: Support for file record locking

2019-02-02 Thread Svante Signell
Attached is the second part of the patches for file record locking: libnetfs_file_record_lock.patch pflocal_fs.c.patch hurd_add_RPC.patch Thanks! hurd/ChangeLog 2019-02-01 Svante Signell * Update copyright years. 2018-01-05 Svante Signell * Update copyright years. * fs.defs: Add new arg

[PATCH] 2(3) hurd+glibc: Support for file record locking

2018-12-22 Thread Svante Signell
Attached is the second part of the patches for file record locking: libnetfs_file_record_lock.patch pflocal_fs.c.patch hurd_add_RPC.patch Thanks!hurd/ChangeLog 2018-01-05 Svante Signell * Update copyright years. * fs.defs: Add new argument rendezvous: mach_port_send_t to RPC file_record_lock.