FreeBSD/src 349808dsys/dev/pci pci_pci.c

pcib: Assume a window where both the base and limit are 0 is uninitialized

Since the low bits of a window's limit are hardwired to 1, this
configuration looks like a minimally sized window at address 0.
However, PCI resources are not generally at address 0 (see the
__PCI_BAR_ZERO_VALID macro that was only defined on sparc64), and some
PCI-PCI bridges report these register values after a reset.  The
result today is a lot of spam in dmesg as the minimally-sized windows
fail to allocate.  By ignoring these windows and treating them as
closed the end result is the same, but there is less spam during boot.

Reported by:    jrtc27
Differential Revision:  https://reviews.freebsd.org/D43922
DeltaFile
+18-0sys/dev/pci/pci_pci.c
+18-01 files

FreeBSD/src 3a96042sys/arm64/include elf.h

arm64: Add more HWCAP values

Sponsored by:   Arm Ltd
Differential Revision:  https://reviews.freebsd.org/D55219
DeltaFile
+21-0sys/arm64/include/elf.h
+21-01 files

FreeBSD/src 743a7f9bin/stty cchar.c extern.h

stty: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55217
DeltaFile
+2-0bin/stty/cchar.c
+2-0bin/stty/extern.h
+2-0bin/stty/gfmt.c
+2-0bin/stty/key.c
+2-0bin/stty/modes.c
+2-0bin/stty/print.c
+12-03 files not shown
+18-09 files

FreeBSD/src 0486b52bin/sync sync.c

sync: Add SPDX-License-Identifier tags

Reviewed by: immp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55216
DeltaFile
+2-0bin/sync/sync.c
+2-01 files

FreeBSD/src f4eccc3bin/sleep sleep.c

sleep: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55215
DeltaFile
+2-0bin/sleep/sleep.c
+2-01 files

FreeBSD/src 5705d17bin/kenv kenv.c

kenv: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55210
DeltaFile
+2-0bin/kenv/kenv.c
+2-01 files

FreeBSD/src 0a1fd13bin/pwait pwait.c

pwait: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55211
DeltaFile
+2-0bin/pwait/pwait.c
+2-01 files

FreeBSD/src 632c73bbin/sh alias.c alias.h

sh: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55213
DeltaFile
+2-0bin/sh/alias.c
+2-0bin/sh/alias.h
+2-0bin/sh/arith.h
+2-0bin/sh/arith_yacc.c
+2-0bin/sh/arith_yacc.h
+2-0bin/sh/arith_yylex.c
+12-016 files not shown
+44-022 files

FreeBSD/src 575e89cbin/setfacl file.c mask.c

setfacl: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55212
DeltaFile
+2-0bin/setfacl/file.c
+2-0bin/setfacl/mask.c
+2-0bin/setfacl/merge.c
+2-0bin/setfacl/remove.c
+2-0bin/setfacl/setfacl.c
+2-0bin/setfacl/setfacl.h
+12-01 files not shown
+14-07 files

FreeBSD/src 6e8bb77bin/getfacl getfacl.c

getfacl: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55209
DeltaFile
+2-0bin/getfacl/getfacl.c
+2-01 files

FreeBSD/src 9eeab27bin/ed buf.c ed.h

ed: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55208
DeltaFile
+2-0bin/ed/buf.c
+2-0bin/ed/ed.h
+2-0bin/ed/glbl.c
+2-0bin/ed/io.c
+2-0bin/ed/main.c
+2-0bin/ed/re.c
+12-02 files not shown
+16-08 files

FreeBSD/src 10a8680bin/csh iconv_stub.c iconv_stub.h

csh: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55206
DeltaFile
+2-0bin/csh/iconv_stub.c
+2-0bin/csh/iconv_stub.h
+4-02 files

FreeBSD/src 62269b2bin/date vary.c vary.h

date: Add SPDX-License-Identifier tags

Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55207
DeltaFile
+2-0bin/date/vary.c
+2-0bin/date/vary.h
+4-02 files

FreeBSD/src a346348. ObsoleteFiles.inc

Use OLD_FILES for libtpool symlink and static libraries

Fixes:          b78806b156f7 ("Remove additional libtpool and libuutil-related files")
DeltaFile
+2-2ObsoleteFiles.inc
+2-21 files

FreeBSD/ports 55656c7x11-wm/mangowc distinfo Makefile, x11-wm/mangowc/files patch-meson.build

x11-wm/mangowc: Update to 0.12.3

- Add a patch to meson.build, otherwise mango always looks for
  the global configuration file in the /etc/mango directory
  (even if you pass the argument --sysconfdir to meson), instead of
  ${PREFIX}/etc/mango.

ChangeLog:      https://github.com/DreamMaoMao/mangowc/releases/tag/0.12.3
Reported by:    DreamMaoMao <notifications at github.com>
DeltaFile
+30-0x11-wm/mangowc/files/patch-meson.build
+3-3x11-wm/mangowc/distinfo
+3-1x11-wm/mangowc/Makefile
+36-43 files

FreeBSD/ports ef2fdacsecurity/shibboleth-idp Makefile distinfo

security/shibboleth-idp: Update to 5.2.1
DeltaFile
+4-4security/shibboleth-idp/Makefile
+3-3security/shibboleth-idp/distinfo
+7-72 files

FreeBSD/src 5bce9d6sys/compat/linux linux_ioctl.c linux_ioctl.h

linux: support termios2 ioctls

Signed-off-by: mothcompute <mothcompute at protonmail.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1949
(cherry picked from commit 85bf328868c8f6d8fede9d8d4b4ff8a589636990)
DeltaFile
+68-1sys/compat/linux/linux_ioctl.c
+10-0sys/compat/linux/linux_ioctl.h
+78-12 files

FreeBSD/ports 651750dcad/qelectrotech pkg-plist Makefile

cad/qelectrotech: Update 0.9.0 => 0.100

* Clarify LICENSE
* Pet portclippy(1) and portfmt(1)

Approved by:            arrowd@ (maintainer)
Approved by:            db@, yuri@ (Mentors, implicit)
Differential Revision:  https://reviews.freebsd.org/D55347
DeltaFile
+1,073-702cad/qelectrotech/pkg-plist
+9-12cad/qelectrotech/Makefile
+3-3cad/qelectrotech/distinfo
+1,085-7173 files

FreeBSD/src b20883eshare/man/man7 mitigations.7

mitigations.7: Describe LASS

Reviewed by:    kib, markj
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D55281
DeltaFile
+15-2share/man/man7/mitigations.7
+15-21 files

FreeBSD/ports 3651e85net/krakend-ce distinfo Makefile

net/krakend-ce: Update 2.12.1 => 2.13.1

Changelogs:
* https://github.com/krakend/krakend-ce/releases/tag/v2.13.0
* https://github.com/krakend/krakend-ce/releases/tag/v2.13.1
* https://github.com/krakend/krakend-ce/compare/v2.12.1...v2.13.0
* https://github.com/krakend/krakend-ce/compare/v2.13.0...v2.13.1

Approved by:    db@, yuri@ (Mentors, implicit)
DeltaFile
+5-5net/krakend-ce/distinfo
+2-3net/krakend-ce/Makefile
+7-82 files

FreeBSD/doc 943adcddocumentation/static/pgpkeys marck.key

pgpkeys: update marck.key

Update my keys: remove no longer available RiNet UID,
and shift to the new (still RSA at the moment) key.
DeltaFile
+302-833documentation/static/pgpkeys/marck.key
+302-8331 files

FreeBSD/src f4d1a3asys/arm64/include armreg.h

arm64: Fix the ESR_ELx_EC_MASK definition

Sponsored by:   Arm Ltd
DeltaFile
+1-1sys/arm64/include/armreg.h
+1-11 files

FreeBSD/src bfb7c81sbin/nvmecontrol identify_ext.c

nvmecontrol: Remove an incorrect use of PAGE_SIZE

The mdts value is in terms of the nvme page size, not the host page
size. On many architectures these are both 4k, however on arm64 it is
possible to build a system with the host page size of 16k.

Use NVME_MPS_SHIFT to get the correct nvme page shift.

Reviewed by:    imp
Sponsored by:   Arm Ltd
Differential Revision:  https://reviews.freebsd.org/D55334
DeltaFile
+1-1sbin/nvmecontrol/identify_ext.c
+1-11 files

FreeBSD/src a6ad3d4.github CODEOWNERS

CODEOWNERS: Add myself for sys/arm64/vmm

Sponsored by:   Arm Ltd
DeltaFile
+1-0.github/CODEOWNERS
+1-01 files

FreeBSD/src 73b82d1lib/libfetch common.c

libfetch: Restore timeout functionality

PR:             293124
MFC after:      1 week
Fixes:          792ef1ae7b94 ("Refactor fetch_connect() and fetch_bind() to improve readability and avoid repeating the same DNS lookups.")
Reverts:        8f8a7f6fffd7 ("libfetch: apply timeout to SSL_read()")
Reviewed by:    eugen, imp
Differential Revision:  https://reviews.freebsd.org/D55293
DeltaFile
+3-8lib/libfetch/common.c
+3-81 files

FreeBSD/ports 0732206dns/bind-tools pkg-plist-devel, dns/bind9-devel pkg-plist Makefile

dns/bind9-devel: update to 9.21.18

(cherry picked from commit 07360520dffee82b1c8f8e63dbe4033336798078)
DeltaFile
+11-11dns/bind9-devel/files/patch-meson.build
+9-9dns/bind9-devel/files/extrapatch-bind-min-override-ttl
+6-5dns/bind9-devel/pkg-plist
+5-5dns/bind-tools/pkg-plist-devel
+3-3dns/bind9-devel/Makefile
+3-3dns/bind9-devel/distinfo
+37-366 files

FreeBSD/ports 0732205dns/bind-tools pkg-plist, dns/bind920 pkg-plist Makefile

dns/bind920: update to 9.20.19

(cherry picked from commit 07360510eb0ff5ac037d22b5504f1ca57a9c6a36)
DeltaFile
+5-5dns/bind920/pkg-plist
+5-5dns/bind-tools/pkg-plist
+3-4dns/bind920/Makefile
+3-3dns/bind920/distinfo
+16-174 files

FreeBSD/ports 0732204dns/bind918 pkg-plist distinfo

dns/bind918: update to 9.18.45

(cherry picked from commit 07360500cfad3b8b91e70abab9797345b22140c4)
DeltaFile
+7-7dns/bind918/pkg-plist
+3-3dns/bind918/distinfo
+1-2dns/bind918/Makefile
+11-123 files

FreeBSD/ports 0736052dns/bind-tools pkg-plist-devel, dns/bind9-devel pkg-plist distinfo

dns/bind9-devel: update to 9.21.18
DeltaFile
+11-11dns/bind9-devel/files/patch-meson.build
+9-9dns/bind9-devel/files/extrapatch-bind-min-override-ttl
+6-5dns/bind9-devel/pkg-plist
+5-5dns/bind-tools/pkg-plist-devel
+3-3dns/bind9-devel/distinfo
+3-3dns/bind9-devel/Makefile
+37-366 files

FreeBSD/ports 0736051dns/bind-tools pkg-plist, dns/bind920 pkg-plist Makefile

dns/bind920: update to 9.20.19
DeltaFile
+5-5dns/bind-tools/pkg-plist
+5-5dns/bind920/pkg-plist
+3-4dns/bind920/Makefile
+3-3dns/bind920/distinfo
+16-174 files