FreeBSD/ports fe9c374games/punchy/files patch-ninja-jobs

games/punchy: respect MAKE_JOBS_NUMBER

Pass -j<n> from Cargo to Ninja. NUM_JOBS is part of default variables.
https://doc.rust-lang.org/cargo/reference/environment-variables.html

PR:             293314
Reported by:    fuz
Obtained from:  upstream

(cherry picked from commit b1c3c8e30d1289957594afbf327de479cc131145)
DeltaFile
+15-0games/punchy/files/patch-ninja-jobs
+15-01 files

FreeBSD/ports b1c3c8egames/punchy/files patch-ninja-jobs

games/punchy: respect MAKE_JOBS_NUMBER

Pass -j<n> from Cargo to Ninja. NUM_JOBS is part of default variables.
https://doc.rust-lang.org/cargo/reference/environment-variables.html

PR:             293314
Reported by:    fuz
Obtained from:  upstream
DeltaFile
+15-0games/punchy/files/patch-ninja-jobs
+15-01 files

FreeBSD/src d5dd331usr.sbin/pw pw.8

pw.8: spell

(cherry picked from commit 66797b469ee3e303c5e228bea1e244f433e666e1)
DeltaFile
+1-1usr.sbin/pw/pw.8
+1-11 files

FreeBSD/src c4a5799usr.sbin/pw pw.8

pw.8: spell

(cherry picked from commit 66797b469ee3e303c5e228bea1e244f433e666e1)
DeltaFile
+1-1usr.sbin/pw/pw.8
+1-11 files

FreeBSD/src 8f8a9adusr.sbin/pw pw.8

pw.8: spell

(cherry picked from commit 66797b469ee3e303c5e228bea1e244f433e666e1)
DeltaFile
+1-1usr.sbin/pw/pw.8
+1-11 files

FreeBSD/ports b3a144dsecurity/sssd2 Makefile

security/sssd2: Pass a correct path to realmd
DeltaFile
+4-1security/sssd2/Makefile
+4-11 files

LLVM/project f875f8fllvm/lib/Transforms/IPO Attributor.cpp

Attributor: Avoid double map lookup in updateAttrMap

This will leave behind the map entry in the unchanged case,
but this seems to not matter. Could erase the newly inserted
entry if that happens, but that also doesn't seem to make a
difference.
DeltaFile
+7-8llvm/lib/Transforms/IPO/Attributor.cpp
+7-81 files

FreeBSD/ports 959cb3ftextproc/bookokrat distinfo Makefile

textproc/bookokrat: Update to 0.3.6

ChangeLog:      https://github.com/bugzmanov/bookokrat/releases/tag/v0.3.6
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3textproc/bookokrat/distinfo
+1-1textproc/bookokrat/Makefile
+4-42 files

NetBSD/src O3s1fbesys/arch/macppc/conf POWERMAC_G5

   Enable the standard set of USB devices from usbdevices.config in
   macppc/conf/POWERMAC_G5, like they are in macppc/conf/GENERIC.
   Discussed on port-macppc.
VersionDeltaFile
1.62+5-8sys/arch/macppc/conf/POWERMAC_G5
+5-81 files

OpenBSD/ports grsu5uMwww/py-requests-cache Makefile distinfo, www/py-requests-cache/pkg PLIST

   update to py3-requests-cache-1.3.0
VersionDeltaFile
1.12+37-35www/py-requests-cache/Makefile
1.3+2-2www/py-requests-cache/distinfo
1.8+1-0www/py-requests-cache/pkg/PLIST
+40-373 files

FreeBSD/ports 9c5c5c1databases/rainfrog distinfo Makefile

databases/rainfrog: Update to 0.3.17

ChangeLog:      https://github.com/achristmascarl/rainfrog/releases/tag/v0.3.17
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3databases/rainfrog/distinfo
+1-1databases/rainfrog/Makefile
+4-42 files

LLVM/project 4a49122llvm/lib/Analysis ValueTracking.cpp, llvm/lib/Support KnownFPClass.cpp

ValueTracking: Handle tracking nan through powi (#179311)

DeltaFile
+161-1llvm/test/Transforms/Attributor/nofpclass-powi.ll
+15-0llvm/lib/Support/KnownFPClass.cpp
+1-1llvm/lib/Analysis/ValueTracking.cpp
+177-23 files

LLVM/project ce5c193llvm/lib/Target/RISCV RISCVMergeBaseOffset.cpp, llvm/test/CodeGen/RISCV xqcisls-merge-base-offset-shladd.ll

[RISCV] Fold shladd into Xqcisls scaled load/store in RISCVMergeBaseOffset (#182221)

We can fold `shxadd\qc.shladd` into base+offset load/store instructions
by transforming the load/store into `Xqcisls` scaled load/store
instructions.

For eg.

```
qc.e.li vreg1, s 
shxadd vreg2, vreg3, vreg1
lx vreg4, imm(vreg2)

can be transformed to

qc.e.li vreg1, s+imm
qc.lrx vreg4, vreg1, vreg3, (1-7)
```


    [5 lines not shown]
DeltaFile
+192-0llvm/test/CodeGen/RISCV/xqcisls-merge-base-offset-shladd.ll
+118-0llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
+310-02 files

FreeBSD/ports f6691f1print/lout distinfo Makefile

print/lout: Update to 3.43.3
DeltaFile
+3-3print/lout/distinfo
+1-1print/lout/Makefile
+4-42 files

FreeBSD/ports f78b3d4databases/timescaledb distinfo Makefile

databases/timescaledb: Update to 2.25.1
DeltaFile
+3-3databases/timescaledb/distinfo
+1-1databases/timescaledb/Makefile
+1-0databases/timescaledb/pkg-plist
+5-43 files

FreeBSD/src 677bbfftests/sys/kern pdrfork.c

pdrfork(2) tests: should wait for the child to exit

(cherry picked from commit f90ee665d035a5e4aea0bcaa18793e683ea253ed)
DeltaFile
+3-2tests/sys/kern/pdrfork.c
+3-21 files

FreeBSD/src b0551b0lib/libc/gen uexterr_gettext.3 Makefile.inc, share/man/man9 exterror.9

libc: add man page for uexterr_gettext(3)

(cherry picked from commit a03f285afafae243396c9bc7892cbe717a3ac37d)
DeltaFile
+71-0lib/libc/gen/uexterr_gettext.3
+2-1share/man/man9/exterror.9
+1-0lib/libc/gen/Makefile.inc
+74-13 files

FreeBSD/src 396d709tests/sys/kern pdrfork.c

pdrfork(2) tests: enable on x86

(cherry picked from commit 793e891f4ad1ef450f562a241fb0bd3b21d72251)
DeltaFile
+20-9tests/sys/kern/pdrfork.c
+20-91 files

FreeBSD/src e3fda88tests/sys/kern pdrfork.c

pdrfork(2) tests: RFPROCDESC|RFPROC are required

(cherry picked from commit 68ba270f4fc7799929a3d59d710f44e5e9087def)
DeltaFile
+2-44tests/sys/kern/pdrfork.c
+2-441 files

FreeBSD/src 558b761tests/sys/kern pdrfork.c Makefile

Add tests for pdrfork

(cherry picked from commit d1e6057fa47e842c63461b64b29ac5d3e9fdad76)
DeltaFile
+187-0tests/sys/kern/pdrfork.c
+1-0tests/sys/kern/Makefile
+188-02 files

FreeBSD/src 7a1c336tests/sys/kern pdrfork.c

pdrfork(2) tests: do not rely on (int *)-1 being invalid address

(cherry picked from commit d6bf2d14a941a88e27a82a3f91790353e134b8f6)
DeltaFile
+8-2tests/sys/kern/pdrfork.c
+8-21 files

FreeBSD/src fea8849lib/libsys pdfork.2, sys/kern kern_fork.c

pdrfork(2): do require RFPROCDESC | RFPROC

(cherry picked from commit b05be03ceea0a95f7783ddc890885f34bb4023d4)
DeltaFile
+5-3lib/libsys/pdfork.2
+5-0sys/kern/kern_fork.c
+10-32 files

FreeBSD/src e166a6etests/sys/kern pdrfork.c

pdrfork(2) tests: split basic_usage

(cherry picked from commit 94e4de77dec809fa5a6975e3495a41d1924c25ad)
DeltaFile
+19-9tests/sys/kern/pdrfork.c
+19-91 files

FreeBSD/src c2c3881tests/sys/kern pdrfork.c

pdrfork(2) tests: catch runaway child for EFAULT test

(cherry picked from commit 44843695bc4e36abd15835d627da7d38c06f2219)
DeltaFile
+10-0tests/sys/kern/pdrfork.c
+10-01 files

FreeBSD/src afe6868lib/libsys pdfork.2

pdfork.2: add EFAULT as possible error, explain some consequences of it

(cherry picked from commit db80ea9b88628168d2bb7f17a60b73568a8ea102)
DeltaFile
+18-0lib/libsys/pdfork.2
+18-01 files

FreeBSD/src 6a263d7include exterr.h, lib/libc/gen uexterr_format.c

libc: improve include usage for exterror sources

(cherry picked from commit 1443a455a96e587a7b49608def79495e9d74513f)
DeltaFile
+1-2include/exterr.h
+1-0lib/libc/gen/uexterr_format.c
+2-22 files

FreeBSD/src fd91b1flib/libc/gen err.c

libc: print extended errors from warn(3) and vwarn(3)

(cherry picked from commit ffbf95907039821b69dfe1607d1695b46af82e35)
DeltaFile
+2-2lib/libc/gen/err.c
+2-21 files

LLVM/project 1373aa0llvm/test/CodeGen/AArch64 clmul-fixed.ll

[AArch64] Add clmulh/r v16i8/v8i16/v4i32/v2i64 test coverage (#182305)

Some of the v16i8/v2i64 tests are currently disabled due to #182270 and
#182039
DeltaFile
+1,262-0llvm/test/CodeGen/AArch64/clmul-fixed.ll
+1,262-01 files

FreeBSD/src 0e67c3fsys/kern kern_procctl.c

reap_kill_subtree_once(): reap_kill_proc_work() might drop proctree_lock

Due to this, restart the iteration over the p_reapsiblings if the lock
was dropped.

Reviewed by:    markj
Tested by:      pho
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D55288
DeltaFile
+8-3sys/kern/kern_procctl.c
+8-31 files

FreeBSD/src 5c8af59sys/kern kern_procctl.c

procctl(PROC_REAP_KILL): align error reporting with pgkill(2)

ESRCH from cr_cansignal() means that the target process should be not
visible to the initiator.  So do not report pids with ESRCH result.

Noted by:       markj
Reviewed by:    markj, olce
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D55341
DeltaFile
+5-1sys/kern/kern_procctl.c
+5-11 files