aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2026-07-27 10:26:41 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2026-07-27 10:26:41 +0000
commit9d852922f6687ce9a699efe5e09e3634923b2b60 (patch)
tree6da008b0ab3ff64fb2358163635282721ad51580
parent356d0b79cf6fc693ed1a5564232e240ce15ccb8a (diff)
Bump dates
Fixes: c8f5e6819d4d ("pwait: Optionally wait until process is reaped") Fixes: eddd8aa99ca8 ("pwait: Add a SIGINFO handler") Fixes: 356d0b79cf6f ("rc.subr: Fix premature return from wait_for_pids")
-rw-r--r--UPDATING2
-rw-r--r--bin/pwait/pwait.12
-rw-r--r--lib/libsys/kqueue.22
3 files changed, 3 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index 442fcad7232e..f0c29611a8f2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,7 +27,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
-20260722:
+20260727:
The wait_for_pids() function in rc.subr, used by rc scripts
when stopping or restarting a service, has been modified to
use pwait(1)'s new -r option, which requires kernel support.
diff --git a/bin/pwait/pwait.1 b/bin/pwait/pwait.1
index 4bd43257a82b..dd3e59e25cf0 100644
--- a/bin/pwait/pwait.1
+++ b/bin/pwait/pwait.1
@@ -30,7 +30,7 @@
.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
.\" OF SUCH DAMAGE.
.\"
-.Dd July 22, 2026
+.Dd July 27, 2026
.Dt PWAIT 1
.Os
.Sh NAME
diff --git a/lib/libsys/kqueue.2 b/lib/libsys/kqueue.2
index 6d2a10b1b139..1ac337e78b38 100644
--- a/lib/libsys/kqueue.2
+++ b/lib/libsys/kqueue.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd July 22, 2026
+.Dd July 27, 2026
.Dt KQUEUE 2
.Os
.Sh NAME