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
FreeBSD/src 9996c68 — sys/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
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)
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)
newsyslog.conf(5): Remove duplicate word
Reported by: jlduran
Fixes: 1f78bbb5c415 newsyslog.conf(5): Accept human unit suffix in the size filed
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
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)
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
FreeBSD/src dab59af — crypto/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
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
Revert "LINT: Add mac_do"
This reverts commit 91b7b225b2ce577381aae989c361b9b5b6dd1500.
LINT: Add mac_do
Sponsored by: The FreeBSD Foundation
conf/NOTES: Remove trailing whitespace
Sponsored by: The FreeBSD Foundation
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
msun: Fix typo in comment
PR: 280965
MFC after: 3 days
(cherry picked from commit 213eb102aeec50b8c236aac1d8f0e0a3f9a99449)
msun: Fix typo in comment
PR: 280965
MFC after: 3 days
(cherry picked from commit 213eb102aeec50b8c236aac1d8f0e0a3f9a99449)
FreeBSD/src 1b0af76 — share/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)
FreeBSD/src 630077a — share/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)
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