diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-27 10:26:41 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-08-03 11:32:14 +0000 |
| commit | 04753df6c7de6f4300a9545b7199ee1bc6ede0d9 (patch) | |
| tree | 72de3ac290c50e713137eae37b31b7e05bfbfebd | |
| parent | 934fde21fa2b84298cde99649d28454caceebf93 (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")
(cherry picked from commit 9d852922f6687ce9a699efe5e09e3634923b2b60)
| -rw-r--r-- | UPDATING | 2 | ||||
| -rw-r--r-- | bin/pwait/pwait.1 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/kqueue.2 | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 |
