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
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
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
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<
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
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