Call timer_remove_all with the right object.
Copy-paste bug which was introduced with rev 1.128.
Causes the parent to SIGSEGV on config reloads when mrt dumps are used.
Allow rcctl reload for php-fpm (it uses a non-standard signal)
Mention that large opcache may delay shutdown in pkg-readme and suggest
"rcctl set phpXX_fpm timeout"
Following mails and slightly different diffs from Leo Unglaub
Allow rcctl reload for php-fpm (it uses a non-standard signal)
Mention that large opcache may delay shutdown in pkg-readme and suggest
"rcctl set phpXX_fpm timeout"
Following mails and slightly different diffs from Leo Unglaub
Reuse extended entry when clearing RGB cell, to prevent memory growth
when cells are repeatedly cleared (they are only compacted when scrolled
off screen). From Michael K Darling in GitHub issue 4862.
Reuse an unused field in uvmexp, and introduce swpskip. In the near
future, this will count how many times pages are not sent to swap
because the pagedaemon detects the swap system won't be able to deliver
results (and toss the cluster of pages back)
ok beck
The uvm display abuses the FLD subsystem with a set of empty labels,
which results in an extra blank line. Work around this by noticing all
the labels are empty and not doing a newline.