FreeBSD/src 9ccdf3fsys/dev/asmc asmc.c

asmc: unbreak build: add missing curly brace

Fixes:  d76bb14e022 ("chore: asmc: additional style(9) cleanup")
DeltaFile
+1-1sys/dev/asmc/asmc.c
+1-11 files

FreeBSD/src fa3519dcontrib/netbsd-tests/kernel t_ptrace_wait.c

t_ptrace_wait.c: clean up trailing whitespace

This is being done to aid with future potential updates of this file.

MFC after:      1 week
DeltaFile
+12-12contrib/netbsd-tests/kernel/t_ptrace_wait.c
+12-121 files

FreeBSD/src e4b1dc4share/man/man7 build.7

Fix typo in build(7) man page

Signed-off-by: Kalevi Kolttonen <kalevi at kolttonen.fi>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2009
DeltaFile
+1-1share/man/man7/build.7
+1-11 files

FreeBSD/src d3ed0e0libexec/rc/rc.d kld devmatch

rc.d: Convert more service to Use startmsg

Signed-off-by: Thibault Payet <contact at thibaultpayet.fr>
Reviewed by: imp,mhorne
Pull Request: https://github.com/freebsd/freebsd-src/pull/2001
DeltaFile
+1-1libexec/rc/rc.d/kld
+1-1libexec/rc/rc.d/devmatch
+2-22 files

FreeBSD/src 436af57libexec/flua/modules lposix.c

flua: Fix SIGSEGV in lua_chown when uid/gid doesn't exist

When lua_chown is used to call chown(2) internally, it first resolves
the user and/or group by calling the getpwnam_r(3) and getgrnam_r(3)
functions, respectively. However, although it checks for errors, it does
not check when entries are not found (which is not an error), which
means that the buffer will be set to NULL, and since lua_chown attempts
to access the NULL structure, it will receive a SIGSEGV signal.

Reviewed by:                    imp@
Approved by:                    imp@
Differential Revision:          https://reviews.freebsd.org/D55172
DeltaFile
+4-4libexec/flua/modules/lposix.c
+4-41 files

FreeBSD/src 1dd5b19sys/dev/uart uart_dev_ns8250.c

uart: Add ns8250 ACPI entry for SPCR rev 2

This is an MFC "in spirit" of a685a263b803; the code in this area has
been significantly restructured between 14.x and 15.x, but the general
concept of adding ACPI_DBG2_16550_WITH_GAS (aka 0x12) as a recognized
flavour of ns8250 UART which can be configured via SPCR remains.

Reviewed by:    imp
Tested by:      David Woodhouse
Sponsored by:   Amazon
Differential Revision:  https://reviews.freebsd.org/D55173
DeltaFile
+1-0sys/dev/uart/uart_dev_ns8250.c
+1-01 files

FreeBSD/src 7266121sys/dev/usb/net if_ure.c

ure: improve transmit checksum offloading

Apparently, the name of the variable l4off was correct. Providing the
offset to the TCP or UDP header allows the transmit checksum offload to
work for TCP/IPv4, TCP/IPv6, UDP/IPv4, and UDP/IPv6.

Reported by:            vishwin
Reviewed by:            vishwin
MFC after:              1 week
Differential Revision:  https://reviews.freebsd.org/D55187
DeltaFile
+10-6sys/dev/usb/net/if_ure.c
+10-61 files

FreeBSD/src 2fe3f16. .git-blame-ignore-revs

chore: ignore style(9) changes made in dd1410321

MFC after:      1 month
DeltaFile
+2-0.git-blame-ignore-revs
+2-01 files

FreeBSD/src d76bb14sys/dev/asmc asmc.c

chore: asmc: additional style(9) cleanup

Pick out non-gratuitous style(9) changes suggested by `clang-format` on
the driver. This helps eliminate minor stylistic issues with spaces,
braces, line lengths, etc, so future functional changes in the driver
will be easier to pick out.

Many of the other `clang-format` suggested changes were not taken because
they were considerably more gratuitous.

No functional change intended.

MFC after:      1 week
DeltaFile
+56-49sys/dev/asmc/asmc.c
+56-491 files

FreeBSD/src d84870dtools/tools/ifinfo ifinfo.c

ifinfo: improve output of hwassist value

In addition to print the hexadecimal number hwassist, also print
the symbolic names of the corresponding CSUM_* flags.

Reviewed by:            tuexen
MFC after:              1 week
Differential Revision:  https://reviews.freebsd.org/D55055
DeltaFile
+47-1tools/tools/ifinfo/ifinfo.c
+47-11 files

FreeBSD/src a8f3c3bsys/dev/asmc asmc.c

chore: asmc: minor code cleanup

- Use symbolic names in Mac definitions in lieu of the unrolled values
  they represent.
- Delete trailing whitespace.
- Fix indentation.

No functional change intended.

MFC after:      1 week
DeltaFile
+37-35sys/dev/asmc/asmc.c
+37-351 files

FreeBSD/src d255b40. MAINTAINERS, .github CODEOWNERS

MAINTAINERS, CODEOWNERS: Add myself for vt(4) review
DeltaFile
+1-0.github/CODEOWNERS
+1-0MAINTAINERS
+2-02 files

FreeBSD/src 825aaabusr.sbin/bsdinstall/scripts zfsboot

bsdinstall: Add note to zfsboot pointing to release/tools/vmimage.subr

The VM image creation scripts have a copy of this list of datasets which
should be kept in sync, which can otherwise be easily missed, as was the
case in the now-reverted 3e8619e535b6 ("bsdinstall: Create separate
datasets for directories in /usr/ports").
DeltaFile
+1-0usr.sbin/bsdinstall/scripts/zfsboot
+1-01 files

FreeBSD/src fadcbc6stand/man loader.efi.8

loader.efi(8): clarify UEFI boot path and boot1.efi usage

Reorganise and clarify the legacy role of boot1.efi in DESCRIPTION to
improve clarity.

Add a minor missing word in the BUGS section ["...caution is required*..."].

See also - PR: 290794

Signed-off-by: Aaditya Singh <aadityavksingh at gmail.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1939
(cherry picked from commit 7b3fb3caef9495cdfcc1c8ec39907defb65ce860)
DeltaFile
+22-23stand/man/loader.efi.8
+22-231 files

FreeBSD/src 024549estand/man loader.efi.8

loader.efi(8): clarify UEFI boot path and boot1.efi usage

Reorganise and clarify the legacy role of boot1.efi in DESCRIPTION to
improve clarity.

Add a minor missing word in the BUGS section ["...caution is required*..."].

See also - PR: 290794

Signed-off-by: Aaditya Singh <aadityavksingh at gmail.com>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1939
(cherry picked from commit 7b3fb3caef9495cdfcc1c8ec39907defb65ce860)
DeltaFile
+22-23stand/man/loader.efi.8
+22-231 files

FreeBSD/src be3962ausr.sbin/bsdinstall/scripts zfsboot

Revert "bsdinstall: Create separate datasets for directories in /usr/ports"

This reverts commit 3e8619e535b61c99f0dc50cc6c7e237eb82a8be7.

While it's generally a good idea to have separate datasets for things
like this, it breaks git clone with:
fatal: destination path 'ports' already exists and is not an empty directory.

Signed-off-by: Ricardo Branco <rbranco at suse.de>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2006
DeltaFile
+0-2usr.sbin/bsdinstall/scripts/zfsboot
+0-21 files

FreeBSD/src 5fec99csys/dev/vt vt_core.c, sys/teken teken.c teken.h

vt: Fix handling of backtab

PR: 292463
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2002
DeltaFile
+6-0sys/dev/vt/vt_core.c
+4-0sys/teken/teken.c
+2-0sys/teken/teken.h
+12-03 files

FreeBSD/src 5beaa1elibexec/rtld-elf/powerpc reloc.c, libexec/rtld-elf/powerpc64 reloc.c

Revert "Additional icache paranoia: non-PLT relocations can modify the text segment."

reloc_nonplt_object, and thus reloc_non_plt, only ever handles data
relocations, so this paranoia is completely unfounded and only has the
effect of significantly slowing down program startup for binaries with
large amounts of code, like Clang.

If this breaks any systems, that would likely be due to insufficient
flushing in the pmap implementation for executable mappings, as this
existing rtld behaviour would mask any such bugs.

This reverts commit 4b51c69976fd84e93ec7695858375c8150c4fe61.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D54221
DeltaFile
+0-13libexec/rtld-elf/powerpc/reloc.c
+0-13libexec/rtld-elf/powerpc64/reloc.c
+0-262 files

FreeBSD/src 641eb26sbin/mount mount.8

mount.8: document nosymfollow option

Document the nosymfollow mount option in more details.
Forgotten in 5ddc8ded1dbe650b7d83240a1f86a1eb6e2b9b5a

(cherry picked from commit a067eb525e10acc9d7e1f3b1a8a6dfeca42b4424)
DeltaFile
+7-2sbin/mount/mount.8
+7-21 files

FreeBSD/src b043ee5bin/ln symlink.7

symlink.7: add a new section "mount options"

Add a new section "mount options" to explain
the mount option nosymfollow in more details.

Differential Revision:  https://reviews.freebsd.org/D54530

(cherry picked from commit a2c87d4f88e1bfe3b7007fa7148ebc7d37fc54cc)
DeltaFile
+19-2bin/ln/symlink.7
+19-21 files

FreeBSD/src b80d241bin/ln symlink.7

symlink.7: add a new section "mount options"

Add a new section "mount options" to explain
the mount option nosymfollow in more details.

Differential Revision:  https://reviews.freebsd.org/D54530

(cherry picked from commit a2c87d4f88e1bfe3b7007fa7148ebc7d37fc54cc)
DeltaFile
+19-2bin/ln/symlink.7
+19-21 files

FreeBSD/src afe666asys/fs/nfsserver nfs_nfsdstate.c

nfsserver: Fix a typo in a source code comment

- s/preceeded/preceded/

MFC after:      3 days
DeltaFile
+1-1sys/fs/nfsserver/nfs_nfsdstate.c
+1-11 files

FreeBSD/src 3e46676sys/dev/mlx4/mlx4_core mlx4_main.c

mlx(4): Fix a typo in a source code comment

- s/segements/segments/

MFC after:      3 days
DeltaFile
+1-1sys/dev/mlx4/mlx4_core/mlx4_main.c
+1-11 files

FreeBSD/src ff08ad3sys/dev/qlnx/qlnxe ecore_cxt.c

qlnxe(4): Fix a typo in a source code comment

- s/segement/segment/

MFC after:      3 days
DeltaFile
+1-1sys/dev/qlnx/qlnxe/ecore_cxt.c
+1-11 files

FreeBSD/src f87ab06sys/kern imgact_elf.c

kern: Fix a typo in a source code comment

- s/segement/segment/

MFC after:      3 days
DeltaFile
+1-1sys/kern/imgact_elf.c
+1-11 files

FreeBSD/src 8aa4fa7sys/arm/broadcom/bcm2835 bcm2835_bsc.c

arm/broadcom: Fix a typo in a source code comment

- s/preceeded/preceded/

MFC after:      3 days
DeltaFile
+1-1sys/arm/broadcom/bcm2835/bcm2835_bsc.c
+1-11 files

FreeBSD/src d411a5d. ObsoleteFiles.inc

Remove the tpool Kyuafile as well as the test

This was accidentally missed in b78806b156f78733f8d6f1e0d.

Reported by:    des
Fixes:          b78806b15 ("Remove additional libtpool and libuutil-related files")
DeltaFile
+1-0ObsoleteFiles.inc
+1-01 files

FreeBSD/src a25b12ccontrib/blocklist/bin blacklistd.c blacklistd.conf.5

blocklist: blacklist: Chase recent upstream changes

MFC after:      3 days
DeltaFile
+14-14contrib/blocklist/bin/blacklistd.c
+3-3contrib/blocklist/bin/blacklistd.conf.5
+17-172 files

FreeBSD/src 56c94c7contrib/blocklist/bin blocklistd.c run.c, contrib/blocklist/port popenve.c

MFV: Import blocklist 2026-02-07 (10a907f)

Merge commit 'a39ba5e2935176fe982235556e46ba3f51178187'

Changes:

https://github.com/zoulasc/blocklist/compare/8a4b011...10a907f

MFC after:      3 days
DeltaFile
+39-36contrib/blocklist/port/popenve.c
+14-14contrib/blocklist/bin/blocklistd.c
+9-8contrib/blocklist/bin/run.c
+3-3contrib/blocklist/bin/blocklistd.conf.5
+2-3contrib/blocklist/bin/support.c
+67-645 files

FreeBSD/src a39ba5ebin blocklistd.c run.c, port popenve.c

Vendor import of blocklist 2026-02-07 (10a907f)

Upstream hash 10a907f09f5a92068d86dcb4ef4f91d7bc10c501.

Obtained from:https://github.com/zoulasc/blocklist
DeltaFile
+39-36port/popenve.c
+14-14bin/blocklistd.c
+9-8bin/run.c
+3-3bin/blocklistd.conf.5
+2-3bin/support.c
+67-645 files