Re: Fwd: FOSDEM 2019 - Microkernels developer room - CfP

2018-12-01 Thread Samuel Thibault
Joshua Branson, le jeu. 29 nov. 2018 08:11:05 -0500, a ecrit: > Samuel Thibault writes: > > Almudena Garcia, le mer. 28 nov. 2018 14:24:42 +0100, a ecrit: > >> why not yours? You use to talk about Hurd in FOSDEM every year. > > > > I could, sure, I just don't know what I could talk about, and it's

Re: Comment on glibc2.28: Re: [PATCH glibc] Add file record locking support

2018-12-01 Thread Samuel Thibault
I forgot here: Samuel Thibault, le sam. 01 déc. 2018 18:59:48 +0100, a ecrit: > case F_GETLK: > case F_SETLK: > case F_SETLKW: > { > struct flock *fl = va_arg (ap, struct flock *); > struct flock64 fl64 = { > .l_type = fl->l_type, > .l_whence = fl->l_w

Re: Comment on glibc2.28: Re: [PATCH glibc] Add file record locking support

2018-12-01 Thread Samuel Thibault
Svante Signell, le sam. 01 déc. 2018 16:27:24 +0100, a ecrit: > On Thu, 2015-01-08 at 12:40 +0100, Svante Signell wrote: > > Attached is the patch adding support for file record locking in glibc, > > as implemented in Hurd by Neal Walfield and others. This patch should be > > applied after the corr

Re: RFC: [PATCH hurd 3/6] Add file record locking support: libtrivfs_file_record_lock.patch

2018-12-01 Thread Samuel Thibault
Svante Signell, le sam. 01 déc. 2018 16:11:32 +0100, a ecrit: > Found some stuff in IRC logs: [...] > 12:13:46< teythoon> gnu_srs: actually, libtrivfs doesn't do the actual node > handling, it proxies everything to the underlying node Well, not everything :) notably not the content. > 12:14:10<

Comment on glibc2.28: Re: [PATCH glibc] Add file record locking support

2018-12-01 Thread Svante Signell
On Thu, 2015-01-08 at 12:40 +0100, Svante Signell wrote: > Hi, > > Attached is the patch adding support for file record locking in glibc, > as implemented in Hurd by Neal Walfield and others. This patch should be > applied after the corresponding hurd patch series in case glibc and hurd > are not

Re: RFC: [PATCH hurd 3/6] Add file record locking support: libtrivfs_file_record_lock.patch

2018-12-01 Thread Svante Signell
On Sun, 2018-11-18 at 13:50 +0100, Samuel Thibault wrote: > Samuel Thibault, le dim. 18 nov. 2018 13:46:22 +0100, a ecrit: > > Svante Signell, le dim. 18 nov. 2018 13:44:40 +0100, a ecrit: > > > On Sun, 2018-11-18 at 01:13 +0100, Samuel Thibault wrote: > > > > I don't remember the discussion which