git: 04753df6c7de - stable/14 - Bump dates

Dag-Erling Smørgrav <[email protected]> Mon, 03 Aug 2026 11:38:50 +0000
Newsgroups gmane.os.freebsd.devel.cvs.src
Message-ID <6a707dca.1a034.36b1742a__38879.9094756664$1785757274$gmane$org@gitrepo.freebsd.org>
The branch stable/14 has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=04753df6c7de6f4300a9545b7199ee1bc6ede0d9

commit 04753df6c7de6f4300a9545b7199ee1bc6ede0d9
Author:     Dag-Erling Smørgrav <[email protected]>
AuthorDate: 2026-07-27 10:26:41 +0000
Commit:     Dag-Erling Smørgrav <[email protected]>
CommitDate: 2026-08-03 11:32:14 +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")
    (cherry picked from commit 9d852922f6687ce9a699efe5e09e3634923b2b60)
---
 UPDATING              | 2 +-
 bin/pwait/pwait.1     | 2 +-
 lib/libc/sys/kqueue.2 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/UPDATING b/UPDATING
index eb1d65b8f455..0e3fd5317bb0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,7 +12,7 @@ Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before updating system packages
 and/or ports.
 
-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 738f11aa5468..04a33c646fd3 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/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index e4e4c85d8a77..861c69a5c621 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/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