431,326 commits found in 68 milliseconds
arm/ti: Fix typo in a KASSERT message
- s/patcket/packet/
(cherry picked from commit 862024c00f3126220ac425f9ec1f3d4286064688 )
geom(4) : Fix typo in a kernel message
- s/supressing/suppressing/
(cherry picked from commit 57b78a557b3ce07b1589c9c21debe97d45599391 )
usb(4) : Fix typos in upgt(4) and zyd(4)
- s/frequence/frequency/
- s/finsihed/finished/
(cherry picked from commit 679976d8162004f879a1a0d5ca0c5d2ade5fa1bd )
ale(4) : Fix typo in a kernel message
- s/sequnce/sequence/
(cherry picked from commit a675f3bb63774a63f668749c6c3c8dfbb6be1cd6 )
tegra210: Fix typo in a kernel message
- s/volatge/voltage/
(cherry picked from commit 6a02851a0e346cbff074dab87807c9ee9d1e8d94 )
acpi(4) : Fix typo in a panic message
- s/depenedent/dependent/
(cherry picked from commit f51fb91d616d49e91f3c2c706263a38b98176911 )
audit(4) : Fix a typo in an kernel error message
- s/Authenticateion/Authentication/
(cherry picked from commit 63af953e09ccd11f2f5b4d83b10cc231f691de46 )
arm/mv: Fix typo in a kernel error message
- s/Unkown/Unknown/
(cherry picked from commit b074d146969d3097c1e144623360b36083d74927 )
FreeBSD /src bf20456 — sys/dev/virtio/gpu virtio_gpu.c, sys/dev/virtio/scmi virtio_scmi.c virtio(4) : Fix a couple of typos in kernel messages
- s/reponse/response/
- s/Cannnot/Cannot/
(cherry picked from commit e9058e1444d8e5831a237934ca2316e22fc55f36 )
ocs_fc(4) : Fix a couple of typos in kernel messages
- s/unexpectd/unexpected/
- s/Unexected/Unexpected/
- s/niether/neither/
- s/sucessfully/successfully/
- s/Inavlid/Invalid/
- s/toplogy/topology/
(cherry picked from commit aa0cd9e5b4d21b11097e1c21a3c0eb23525c15c3 )
FreeBSD /src d0585af — sys/dev/hyperv/netvsc if_hn.c, sys/dev/hyperv/storvsc hv_storvsc_drv_freebsd.c hyper-v: Fix a couple of typos in kernel messages
- s/tranparent/transparent/
- s/Unknow/Unknown/
- s/qury/query/
(cherry picked from commit 1ef6fef9d5c82a106ba8e42c1e087f9b5d1dfec6 )
fusefs(5) : Fix a couple of typos in kernel messages
- s/intalled/installed/
- s/attributess/attributes/
(cherry picked from commit b57198f620bcbf899a32c3de9526bd525ab8a39e )
arm/nvidia/tegra: Fix a couple of typos in kernel messages
- s/intialization/initialization/
- s/Cannott/Cannot/
- s/ivalid/invalid/
- s/wating/waiting/
(cherry picked from commit b87836e824ea40793317d551eb13a8e2814f83f9 )
freebsd-update: Swap pkg(8) flags in check_pkgbase()
Unbootstrapped pkg will ignore -N if -r is specified first. Flip the
order.
Prior to commit 66c75fa63aff this worked by accident.
PR: 290393
Reported by: olgeni
MFC after: 3 days
Fixes: 66c75fa63aff ("freebsd-update: Fix the pkgbase check")
(cherry picked from commit 645352316be6901077dc1a3ce26f41934136f412 )
vnic: Fix a typo in a device messsage
- s/interrups/interrupts/
(cherry picked from commit 74a44a0bc8ab965d28d1ce804d3f0aead035faf0 )
nfsclient: Fix a typo in a panic message
- s/eroneous/erroneous/
(cherry picked from commit 08a6620093dc2786051bf6ae6f40ae048027021b )
amdtemp(4) : Fix typo in a sysctl description
- s/temparature/temperature/
(cherry picked from commit 85d6c86f4b53e6ac2a9b163c553b48466638f394 )
aic7xxx: Fix a couple of typos in device messages
- s/Reseting/Resetting/
- s/staus/status/
- s/referrenced/referenced/
(cherry picked from commit d1e39f3d6e5fce1a30a5713d522f87d83654c4bd )
cam: Fix three typos in kernel messages
- s/maximun/maximum/
- s/queing/queueing/
- s/exhausing/exhausting/
(cherry picked from commit adfe14dcc2747a20dff961044d6817c507087327 )
igc(4) : Fix a typo in a sysctl description
- s/Recevied/Received/
(cherry picked from commit defe77554d134964d7c197a2f3ca552778e8b41a )
ath(4) : Fix a typo in a device messsage
- s/Orignal/Original/
(cherry picked from commit 3eaa2a852b475c7f063bbf677fa536e76514d309 )
oce(4) : Fix a couple of typos in a sysctl descriptions
- s/Fragements/Fragments/
- s/Recived/Received/
- s/Alignmnet/Alignment/
(cherry picked from commit 542f5985a8c2e7cccc9beb9801ec166082bb7e68 )
isci(4) : Fix two typos in a log messages
- s/suspeneded/suspended/
(cherry picked from commit 7b11940d4a66589069c21534dd0b969f79ae79df )
cesa: Fix a typo in a device messsage
- s/exhaused/exhausted/
(cherry picked from commit 081aa26778f3facdd836c28b2e3fed5de2f8b7b4 )
bwi(4) : Fix a typo in a panic messsage
- s/unsupport/unsupported/
(cherry picked from commit 404af374b10ca56c6f82510a5bb23232a9f25c34 )
ciss(4) : Fix a typo in a debug messsage
- s/unspported/unsupported/
(cherry picked from commit 84d75bb018e1800d610760191ff64c3eebcb46d7 )
mfi(4) : Fix a typo in a KASSERT message
- s/dissappeared/disappeared/
(cherry picked from commit a25172844edaaa7e18c1dcecb6df8b8832456334 )
FreeBSD: Add support for _PC_CASE_INSENSITIVE
FreeBSD now has a pathconf name called _PC_CASE_INSENSITIVE
used to check if a file system performs case insensitive
name lookups.
This patch adds support for this name.
Reviewed-by: Alexander Motin <alexander.motin at TrueNAS.com>
Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Signed-off-by: Rick Macklem <rmacklem at uoguelph.ca>
Closes #17908 netlink: plug lock leak in genl_register_family()
PR: 290893
release: Comply with Azure Marketplace requirements for aarch64
Azure requires the first 1 MB (2,048 sectors) of the OS disk to remain
empty for VM images:
https://learn.microsoft.com/partner-center/marketplace-offers/azure-vm-certification-faq#vm-images-must-have-1-mb-of-free-space
Also append the BOOTPARTSOFFSET suffix for aarch64 images, which only
has an ESP partition for booting.
Co-authored-by: Brad Davis <brd at FreeBSD.org>
Approved by: cperciva
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D53628
(cherry picked from commit 36095c942031f7f1613eec554f1c7615cbd891fd )