FreeBSD/src 09f991frelease Makefile.azure

release/azure: Update instruction of publishing to Azure Marketplace

Using Compute Gallery as the source is the preferred method now.

Reviewed by:    brooks, emaste
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D49528
DeltaFile
+6-14release/Makefile.azure
+6-141 files

FreeBSD/src 9996c68sys/modules/hid/bcm5974 Makefile, sys/modules/hid/hidmap Makefile

sys/modules/hid/*: Fix standalone build

Co-authored-by: Daniel Schaefer <dhs at frame.work>
Reviewed by:    imp, wulf
Differential Revision:  https://reviews.freebsd.org/D47830
DeltaFile
+1-1sys/modules/hid/bcm5974/Makefile
+1-1sys/modules/hid/hms/Makefile
+1-1sys/modules/hid/hmt/Makefile
+1-1sys/modules/hid/ietp/Makefile
+1-1sys/modules/hid/ps4dshock/Makefile
+1-1sys/modules/hid/hidmap/Makefile
+6-65 files not shown
+11-611 files

FreeBSD/src 1bfd6cbusr.sbin/newsyslog newsyslog.c newsyslog.conf.5

newsyslog.conf(5): Accept human unit suffix in the size filed

MFC after:      1 week
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1505

(cherry picked from commit 1f78bbb5c415efefa782c1be7f9a2e4a5008903b)

newsyslog.conf(5): Remove duplicate word

Reported by:    jlduran
Fixes:  1f78bbb5c415 newsyslog.conf(5): Accept human unit suffix in the size filed

(cherry picked from commit af2015b01f7e741125aeb4a04109cc42f988cf0f)
DeltaFile
+16-3usr.sbin/newsyslog/newsyslog.c
+6-3usr.sbin/newsyslog/newsyslog.conf.5
+1-1usr.sbin/newsyslog/Makefile
+23-73 files

FreeBSD/src 0dd2140usr.sbin/newsyslog newsyslog.c newsyslog.conf.5

newsyslog.conf(5): Accept human unit suffix in the size filed

MFC after:      1 week
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1505

(cherry picked from commit 1f78bbb5c415efefa782c1be7f9a2e4a5008903b)

newsyslog.conf(5): Remove duplicate word

Reported by:    jlduran
Fixes:  1f78bbb5c415 newsyslog.conf(5): Accept human unit suffix in the size filed

(cherry picked from commit af2015b01f7e741125aeb4a04109cc42f988cf0f)
DeltaFile
+16-3usr.sbin/newsyslog/newsyslog.c
+6-3usr.sbin/newsyslog/newsyslog.conf.5
+1-1usr.sbin/newsyslog/Makefile
+23-73 files

FreeBSD/src af2015busr.sbin/newsyslog newsyslog.conf.5

newsyslog.conf(5): Remove duplicate word

Reported by:    jlduran
Fixes:  1f78bbb5c415 newsyslog.conf(5): Accept human unit suffix in the size filed
DeltaFile
+1-1usr.sbin/newsyslog/newsyslog.conf.5
+1-11 files

FreeBSD/src 1f78bbbusr.sbin/newsyslog newsyslog.c newsyslog.conf.5

newsyslog.conf(5): Accept human unit suffix in the size filed

MFC after:      1 week
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1505
DeltaFile
+16-3usr.sbin/newsyslog/newsyslog.c
+6-3usr.sbin/newsyslog/newsyslog.conf.5
+1-1usr.sbin/newsyslog/Makefile
+23-73 files

FreeBSD/src 1e4603blib/ncurses/tinfo Makefile

ncurses: Fix codegen for key names and codes

Adding back arguments, which were missed during the import of ncurses version
6.5, to the code gen awk script.

This is modified from lib_keyname.c and keys.list targets in
contrib/ncurses/ncurses/Makefile.in of
21817992b3314c908ab50f0bb88d2ee750b9c4ac

PR:             280697
Reported by:    np
Reviewed by:    bapt
Tested by:      scf
Fixes:          21817992b331 ncurses: vendor import version 6.5
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D47153

(cherry picked from commit 514f4e89acd2e7b1824b261055bef49a3da6a956)
DeltaFile
+3-2lib/ncurses/tinfo/Makefile
+3-21 files

FreeBSD/src 7937bfbsys/security/mac_do mac_do.c

mac_do(4): Enhance GID rule validation to check all groups in cr_groups

Previously, the rule validation only checked the primary GID (cr_gid).
This caused issues when applying GID-based rules, as users with matching
secondary groups were not considered valid. This patch modifies both
functions to iterate through all groups in cr_groups to ensure all group
memberships are considered when validating GID-based rules.

For example, a user's primary group is staff (20) and they are also in
the wheel (0) group, this change allows the rule gid=0:any to enable
them to run commands as any user.

Reviewed by:    delphij (earlier version), bapt
Differential Revision:  https://reviews.freebsd.org/D47304
DeltaFile
+2-2sys/security/mac_do/mac_do.c
+2-21 files

FreeBSD/src dab59afcrypto/openssh blacklist.c blacklist_client.h, lib/libsys _umtx_op.2

Canonicalize the name of the FreeBSD Foundation

Reviewed by:    emaste
Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-1usr.bin/posixshmcontrol/posixshmcontrol.1
+1-1usr.bin/proccontrol/proccontrol.1
+1-1share/man/man9/VOP_READ_PGCACHE.9
+1-1crypto/openssh/blacklist.c
+1-1crypto/openssh/blacklist_client.h
+1-1lib/libsys/_umtx_op.2
+6-625 files not shown
+31-3131 files

FreeBSD/src 514f4e8lib/ncurses/tinfo Makefile

ncurses: Fix codegen for key names and codes

Adding back arguments, which were missed during the import of ncurses version
6.5, to the code gen awk script.

This is modified from lib_keyname.c and keys.list targets in
contrib/ncurses/ncurses/Makefile.in of
21817992b3314c908ab50f0bb88d2ee750b9c4ac

PR:             280697
Reported by:    np
Reviewed by:    bapt
Tested by:      scf
Fixes:          21817992b331 ncurses: vendor import version 6.5
MFC after:      1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D47153
DeltaFile
+3-2lib/ncurses/tinfo/Makefile
+3-21 files

FreeBSD/src 419249csys/conf NOTES

Revert "LINT: Add mac_do"

This reverts commit 91b7b225b2ce577381aae989c361b9b5b6dd1500.
DeltaFile
+0-1sys/conf/NOTES
+0-11 files

FreeBSD/src 91b7b22sys/conf NOTES

LINT: Add mac_do

Sponsored by:   The FreeBSD Foundation
DeltaFile
+1-0sys/conf/NOTES
+1-01 files

FreeBSD/src 6fa91acsys/conf NOTES

conf/NOTES: Remove trailing whitespace

Sponsored by:   The FreeBSD Foundation
DeltaFile
+14-14sys/conf/NOTES
+14-141 files

FreeBSD/src adfd915share/ctypedef Makefile

ctypedef: Remove `|| true` from localedef command to reveal error sooner

Reviewed by:    bapt
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47111

(cherry picked from commit 6abd77142153cc0f5ce49f3ffb38bc91f3444fae)
DeltaFile
+2-2share/ctypedef/Makefile
+2-21 files

FreeBSD/src ee5f0d0usr.bin/look look.1

look(1): Correct the example's description

Remove an extra 'e' in the example command.  It is a prefix, not a typo.

This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/913

(cherry picked from commit 7df526eb10c9095e4988e77900f60ba00c42b095)
DeltaFile
+1-1usr.bin/look/look.1
+1-11 files

FreeBSD/src 4f75625usr.bin/look look.1

look(1): Correct the example's description

Remove an extra 'e' in the example command.  It is a prefix, not a typo.

This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/913

(cherry picked from commit 7df526eb10c9095e4988e77900f60ba00c42b095)
DeltaFile
+1-1usr.bin/look/look.1
+1-11 files

FreeBSD/src d09fad5usr.bin/awk awk.1

awk(1): Fix typo

This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/928

(cherry picked from commit a2ee3070d80ce06eefe3682f453605422cfbf5b6)
DeltaFile
+1-1usr.bin/awk/awk.1
+1-11 files

FreeBSD/src 6f8784eusr.bin/fstat fstat.1

fstat(1): Fix typo

This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/929

(cherry picked from commit 0ba51e3b638424597add4212958524c9b750dd7b)
DeltaFile
+1-1usr.bin/fstat/fstat.1
+1-11 files

FreeBSD/src 9ce6e24usr.bin/fstat fstat.1

fstat(1): Fix typo

This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/929

(cherry picked from commit 0ba51e3b638424597add4212958524c9b750dd7b)
DeltaFile
+1-1usr.bin/fstat/fstat.1
+1-11 files

FreeBSD/src 6dd7668usr.bin/mkimg mkimg.1

mkimg(1): Fix typo

This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/930

(cherry picked from commit 1a35ead682408aaf5276ded49aa0c6daa7e10672)
DeltaFile
+1-1usr.bin/mkimg/mkimg.1
+1-11 files

FreeBSD/src 5d12c7fusr.bin/mkimg mkimg.1

mkimg(1): Fix typo

This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/930

(cherry picked from commit 1a35ead682408aaf5276ded49aa0c6daa7e10672)
DeltaFile
+1-1usr.bin/mkimg/mkimg.1
+1-11 files

FreeBSD/src 7bf9f37usr.bin/mt mt.1

mt(1): Fix typo

This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/931

(cherry picked from commit 452c3e9514cbaaced8997458e34bb07b51c29bc9)
DeltaFile
+1-1usr.bin/mt/mt.1
+1-11 files

FreeBSD/src 26325c2usr.bin/mt mt.1

mt(1): Fix typo

This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

MFC after:      3 days
Pull Request:   https://github.com/freebsd/freebsd-src/pull/931

(cherry picked from commit 452c3e9514cbaaced8997458e34bb07b51c29bc9)
DeltaFile
+1-1usr.bin/mt/mt.1
+1-11 files

FreeBSD/src 883dd0ausr.sbin/acpi/acpidump acpi.c

acpidump(8) Fix typo in error message

acpidump(8) uses iasl(8) to parse acpi information.

MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D44596

(cherry picked from commit 861f5b95b39fd8a6b10b7bddf29e284e5ba2c49a)
DeltaFile
+1-1usr.sbin/acpi/acpidump/acpi.c
+1-11 files

FreeBSD/src b50ddfdusr.sbin/acpi/acpidump acpi.c

acpidump(8) Fix typo in error message

acpidump(8) uses iasl(8) to parse acpi information.

MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D44596

(cherry picked from commit 861f5b95b39fd8a6b10b7bddf29e284e5ba2c49a)
DeltaFile
+1-1usr.sbin/acpi/acpidump/acpi.c
+1-11 files

FreeBSD/src 851b781lib/msun/src math_private.h

msun: Fix typo in comment

PR:             280965
MFC after:      3 days

(cherry picked from commit 213eb102aeec50b8c236aac1d8f0e0a3f9a99449)
DeltaFile
+1-1lib/msun/src/math_private.h
+1-11 files

FreeBSD/src 8303373lib/msun/src math_private.h

msun: Fix typo in comment

PR:             280965
MFC after:      3 days

(cherry picked from commit 213eb102aeec50b8c236aac1d8f0e0a3f9a99449)
DeltaFile
+1-1lib/msun/src/math_private.h
+1-11 files

FreeBSD/src 1b0af76share/man/man4 ure.4 cdce.4, sys/dev/usb/net if_ure.c if_cdce.c

Move support of Realtek 8156/8156B from cdce(4) to ure(4)

Reviewed by:    kevlo, imp, hrs
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D45088

(cherry picked from commit 6ea4d95f6c76aa64d2db5c04c87e68dc299544df)
DeltaFile
+7-2share/man/man4/ure.4
+1-5share/man/man4/cdce.4
+1-1sys/dev/usb/net/if_ure.c
+0-1sys/dev/usb/quirk/usb_quirk.c
+0-1sys/dev/usb/net/if_cdce.c
+9-105 files

FreeBSD/src 630077ashare/man/man4 cdce.4 ure.4, sys/dev/usb/net if_ure.c if_cdce.c

Move support of Realtek 8156/8156B from cdce(4) to ure(4)

Reviewed by:    kevlo, imp, hrs
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D45088

(cherry picked from commit 6ea4d95f6c76aa64d2db5c04c87e68dc299544df)
DeltaFile
+1-5share/man/man4/cdce.4
+5-0share/man/man4/ure.4
+1-1sys/dev/usb/net/if_ure.c
+0-1sys/dev/usb/quirk/usb_quirk.c
+0-1sys/dev/usb/net/if_cdce.c
+7-85 files

FreeBSD/src 6abd771share/ctypedef Makefile

ctypedef: Remove `|| true` from localedef command to reveal error sooner

Reviewed by:    bapt
MFC after:      3 days
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47111
DeltaFile
+2-2share/ctypedef/Makefile
+2-21 files