git: 9d852922f668 - main - Bump dates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Jul 2026 10:27:11 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=9d852922f6687ce9a699efe5e09e3634923b2b60
commit 9d852922f6687ce9a699efe5e09e3634923b2b60
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-07-27 10:26:41 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-07-27 10:26:41 +0000
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")
---
UPDATING | 2 +-
bin/pwait/pwait.1 | 2 +-
lib/libsys/kqueue.2 | 2 +-
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