git: 48f73970d1ed - stable/15 - Bump dates

Dag-Erling Smørgrav <[email protected]> Mon, 03 Aug 2026 11:38:44 +0000
Newsgroups gmane.os.freebsd.devel.cvs.src
Message-ID <6a707dc4.18e67.bad8794__2151.50274323008$1785757226$gmane$org@gitrepo.freebsd.org>
The branch stable/15 has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=48f73970d1edd9fcf0a7e6f702adda107ac55a39

commit 48f73970d1edd9fcf0a7e6f702adda107ac55a39
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:12 +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/libsys/kqueue.2 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/UPDATING b/UPDATING
index 1fc355f24faf..b9dde6ac09f7 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 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 b596a705e08f..9bba53b31f72 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