Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 02:11:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 214338] [PATCH] devel/glib20: new kqueue() backend for file monitoring
Message-ID:  <bug-214338-6497-g91cAaEDdT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214338-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214338-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214338

rozhuk.im@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #204279|maintainer-approval?        |
              Flags|                            |
 Attachment #204279|0                           |1
        is obsolete|                            |

--- Comment #76 from rozhuk.im@gmail.com ---
Created attachment 204331
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D204331&action=
=3Dedit
patch update

- fix: replace getmntinfo() -> getfsstat(): getmntinfo() alloc mem that can=
 not
be free, causes crash
- fix: mem leak on exit: free(kfnm->mounts) missed
- fix: some notifications about deleted files on unmount was lost
- kq_fnmo_free() and kq_fnme_free() now use only 1 arg
- do not notify about previosly deleted objects if they detected after moun=
t is
back

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214338-6497-g91cAaEDdT>