DragonFlyBSD Kernel Audit
DF-2733 / run.log
← back to finding ↓ download raw
kern.maxfilesperproc = 32528 -> dopoll clamp = 65056; requesting nfds = 65088
poll() with ready fd at index 5      -> 1 (errno 0)
poll() with ready fd at idx clamp+16 -> 0 (errno 0)  <-- SILENTLY IGNORED (POSIX: EINVAL or report)
DONE df2733