ports/devel/glib2/pkg
2023-09-08 05:21:37 +00:00
..
DESCR SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
PLIST sync ports with The Matrix 2023-09-08 05:21:37 +00:00
README SecBSD's official ports repository 2023-08-16 22:26:55 +00:00

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

File and directory monitor
==========================
GLib (GFileMonitor) provides realtime kqueue(2) notifications and
monitoring up to the open file descriptors limit.
If gio-kqueue needs to handle large directories, the kern.maxfiles
sysctl(8) should be increased by adding an entry in sysctl.conf(5) and
the user's login(1) class modified accordingly by bumping the "cur" and
"max" openfiles limit in login.conf(5).