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

2019-02-02 Thread Svante Signell
On Sat, 2019-02-02 at 14:34 +0100, Samuel Thibault wrote: > Hello, > > Thanks for the fixes! YW! > Svante Signell, le sam. 02 févr. 2019 11:52:56 +0100, a ecrit: > > On Sun, 2018-12-30 at 21:21 +0100, Samuel Thibault wrote: > > > Svante Signell, le sam. 22 déc. 2018 13:07:37 +0100, a ecrit: > >

Re: [PATCH] Add ACPI translator and shutdown RPC that turns off pc

2019-02-02 Thread Samuel Thibault
Samuel Thibault, le sam. 02 févr. 2019 06:40:37 +0100, a ecrit: > Joan Lledó, le sam. 02 févr. 2019 00:29:21 +0100, a ecrit: > > > The Hurd can't be a one-man-reviews-all show, that will just not work. > > > If people don't help me with reviewing code > > > > I don't feel I'm ready for this job >

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

2019-02-02 Thread Samuel Thibault
Hello, Thanks for the fixes! Svante Signell, le sam. 02 févr. 2019 11:52:56 +0100, a ecrit: > On Sun, 2018-12-30 at 21:21 +0100, Samuel Thibault wrote: > > Svante Signell, le sam. 22 déc. 2018 13:07:37 +0100, a ecrit: > > > diskfs_S_file_lock (struct protid *cred, int flags) > > > { > > ... > >

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

2019-02-02 Thread Svante Signell
Attached is the third part of the patches for file record locking: libfshelp-tests_rlock.patch fcntl.diff The patch fcntl.diff against glibc-2.28-5 should be applied after (or at the same time as) the patched hurd debs. Note that the following glibc patches have been commented out from the series

[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] 1(3) hurd+glibc: Support for file record locking

2019-02-02 Thread Svante Signell
Hello, Attached is the first part of the patches for file record locking: libfshelp_rlock.patch libdiskfs_file_record_lock.patch libtrivfs_file_record_lock.patch The second part is following in a subsequent email: libnetfs_file_record_lock.patch pflocal_fs.c.patch hurd_add_RPC.patch The third pa