Files
src/lib
Jamie Gritton 1bd74d201a jail: add kqueue(2) support for jails
Add kqueue tracking to jails, inspired by how it's done with processes.
EVFILT_JAIL takes a jail ID, and tracks with NOTE_JAIL_SET,
NOTE_JAIL_ATTACH, NOTE_JAIL_REMOVE, and NOTE_JAIL_CHILD. It also uses
the NOTE_TRACK mechanism that EVFILT_PROC uses, using the same result
flags (NOTE_CHILD and NOTE_TRACKERR).

Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D51940
2025-09-04 11:56:56 -07:00
..
2025-05-31 14:27:30 +02:00
2025-07-06 22:02:52 +01:00
2025-04-28 10:01:30 -06:00
2025-06-13 15:09:22 -04:00
2024-10-14 10:26:17 -07:00
2025-08-08 18:08:21 +02:00
2024-10-14 10:26:17 -07:00
2025-01-01 15:11:06 -06:00
2024-05-20 16:27:50 +02:00
2025-04-30 15:05:00 +02:00
2024-10-14 10:26:17 -07:00
2024-10-14 10:26:17 -07:00
2025-03-31 09:17:03 +00:00
2025-05-04 00:06:22 -07:00
2024-10-14 10:26:17 -07:00
2025-02-25 11:35:26 -04:00
2025-08-08 13:27:26 -05:00
2024-10-08 16:13:39 -03:00
2024-10-14 10:26:17 -07:00
2025-07-17 16:36:17 -07:00
2024-10-14 10:26:17 -07:00
2025-08-06 12:31:24 +01:00
2025-05-05 16:39:25 +01:00
2024-11-12 12:11:51 -05:00
2024-10-14 10:26:17 -07:00
2024-10-14 10:26:17 -07:00
2025-08-20 19:42:20 +01:00