summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-20fix up the ip address config in the example config.David Gwynne
you're supposed to configure the IP addresses inside the tunnel, sec doesn't support configuration of the tunnel endpoint addresses because that's handled by SAs via ike config. hit by Luca Di Gregorio on misc@
2024-09-19openssh-9.9Damien Miller
2024-09-19Shift 1U rather than 1 to avoid -Wsign-compare whiningTheo Buehler
claudio agress
2024-09-19Move rpki-client to 9.3Job Snijders
requested by tb@
2024-09-19fixup! drm/apple: Add support for the macOS 13.2 DCP firmwareJonathan Gray
From Janne Grunau in asahi bits/200-dcp puts logging of power state changes under DRMDEBUG ok kettenis@
2024-09-19Remove spaces before EOL.Claudio Jeker
2024-09-19vio: allow longer tx chainsStefan Fritsch
When TCP segmentation offload is supported, we may get larger packets with more dma segments. Allocate more segments in the busdma_map in this case, so that we need to defragment less often. ok jan@
2024-09-19virtio_pci: Fix off-by-one in interrupt setupStefan Fritsch
This was introduced by "virtio: Move interrupt setup into separate function". ok jan@
2024-09-19document how to add a restricted socketDenis Fondras
OK claudio@
2024-09-19don't warn when returning early in hdcp functionsJonathan Gray
2024-09-19drm/i915/guc: prevent a possible int overflow in wq offsetsJonathan Gray
From Nikita Zhandarovich 86238603c8f4df09b2a926617511310fd550737c in linux-6.6.y/6.6.52 d3d37f74683e2f16f2635ee265884f7ca69350ae in mainline linux
2024-09-19drm/amd/amdgpu: apply command submission parser for JPEG v1Jonathan Gray
From David (Ming Qiang) Wu ff65ae25d3cbcd8737e5971230031f0826a33250 in linux-6.6.y/6.6.52 8409fb50ce48d66cf9dc5391f03f05c56c430605 in mainline linux
2024-09-19drm/amdgpu/atomfirmware: Silence UBSAN warningJonathan Gray
From Alex Deucher 54268468399e5d1b23e76e43d06ff49ccad5fd4d in linux-6.6.y/6.6.52 17ea4383649fdeaff3181ddcf1ff03350d42e591 in mainline linux
2024-09-19drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctlJonathan Gray
From T.J. Mercier 8e1ffb257982974352e9153eddcbaf01f949f700 in linux-6.6.y/6.6.52 8c7c44be57672e1474bf15a451011c291e85fda4 in mainline linux
2024-09-19drm/amd/display: Fix FEC_READY write on DP LTJonathan Gray
From Ilya Bakoulin 7853c146f8b45107bea25dcc1870c4dc3a042540 in linux-6.6.y/6.6.52 a8baec4623aedf36d50767627f6eae5ebf07c6fb in mainline linux
2024-09-19drm/amd/display: Disable error correction if it's not supportedJonathan Gray
From Cruise 27bbf0b1cac9866666878421d57c15a78867f7cd in linux-6.6.y/6.6.52 a8ac994cf0693a1ce59410995594e56124a1c79f in mainline linux
2024-09-19drm: panel-orientation-quirks: Add quirk for Ayn Loki MaxJonathan Gray
From Bouke Sybren Haarsma 31b9fc3d0c1078a7ca5982de45a3f29ac2e7d711 in linux-6.6.y/6.6.52 2c71c8459c8ca66bd8f597effaac892ee8448a9f in mainline linux
2024-09-19drm: panel-orientation-quirks: Add quirk for Ayn Loki ZeroJonathan Gray
From Bouke Sybren Haarsma 7d42d19973cbe1fa30b6f2aad7d06189ec0ef2e8 in linux-6.6.y/6.6.52 b86aa4140f6a8f01f35bfb05af60e01a55b48803 in mainline linux
2024-09-19correct indentationJonathan Gray
2024-09-18Enable large number of extension tests and stop skippking QUIC transportTheo Buehler
parameter extension which we now know about
2024-09-18zic: cherrypick support for %z in time zone formatsTodd C. Miller
This extends the zic input format to add support for %z, which expands to a UTC offset in as-short-as-possible ISO 8601 format. It's intended to better support zones that do not have an established abbreviation already. tzdata2024b and higher require a version of zic that supports the %z format. From upstream tzcode. OK beck@
2024-09-18move common lines to miJonathan Gray
2024-09-18back to previous planTheo de Raadt
2024-09-18Fix a memory leakJob Snijders
Found by Martin Cracauer "look right" tb@
2024-09-18remove unneeded semicolons after switch statementsJonathan Gray
2024-09-18adjust dateTheo de Raadt
2024-09-18Remove the MSI blacklist. Now that we use MSI-X interrupts for nvme(4),Jonathan Matthew
the one device we ever found that needed this treatment, the obsolete Intel Optane Memory series, doesn't need it any more. ok kettenis@ dlg@
2024-09-17disable POOL_DEBUG for releaseJonathan Gray
ok deraadt@
2024-09-17head into releaseTheo de Raadt
2024-09-17getdents(2) was pushed into rpath because it exposes pathnameTheo de Raadt
information, similar to getcwd(2). Move it to the right place, and also say why. report from henryfordkjv@gmail.com
2024-09-17update install.md pathJonathan Gray
2024-09-17update list file pathsJonathan Gray
2024-09-17vio: Reduce code duplication in control queue handlingStefan Fritsch
Pull the common parts of all the control queue operations into separate functions. While there, avoid setting sc_ctrl_inuse FREE if it was RESET, except in vio_stop. Doing so could lead to more race conditions. ok bluhm@
2024-09-17tlsfuzzer: add a start-server convenience target for interactive testingTheo Buehler
2024-09-17Replace OpenSSL 3.1 (which no longer is in ports) with 3.3Theo Buehler
2024-09-17spellingJonathan Gray
2024-09-16Mention psp(4) in vm.conf(5) man page.Alexander Bluhm
from hshoexer@; OK mlarkin@
2024-09-16Document ioctl(2) interface provided by psp(4) device.Alexander Bluhm
from hshoexer@; OK mlarkin@
2024-09-16Add copy mode commands which were missed when descriptions were added,Nicholas Marriott
from Julian Prein, GitHub issue 4121.
2024-09-16Change the behaviour of extended-keys always slightly so thatNicholas Marriott
applications can still enter mode 2 if they want, they just cannot turn extended keys off entirely. From Stanislav Kljuhhin.
2024-09-16Add a prefix timeout option, from Conor Taylor in GitHub issue 4108.Nicholas Marriott
2024-09-16Close correct file descriptor.Florian Obser
Instead of closing the just received UDP socket we closed the imsg fd thus cleanly shutting down dhcpleased(8). Problem triggered by sf@ with something like while :; do ifconfig vio0 -inet; done while :; do ifconfig vio0 inet autoconf; done The problem triggers when dhcpleased configured a lease and in just the right moment the autoconf flag gets removed. The main process opens a udp socket and sends it to the frontend. At the same time the frontend learned (from the route socket), that the interface lost its autoconf flag. When the frontend then receives the udp socket via fd passing it tries to close it. Due to a typo it would instead close the imsg file descriptor. Found by me after lots of head scratching. OK tb
2024-09-16use 64 bit math to avoid signed underflow. upstream code relies onDamien Miller
using -fwrapv to provide defined over/underflow behaviour, but we use -ftrapv to catch integer errors and abort the program. ok dtucker@
2024-09-15Invalid pintables in ELF binaries can crash the kernel.Theo de Raadt
Fix from yufeng.gao@uq.edu.au
2024-09-15Document when vmd(8) VMs are stopped; OK mlarkinKlemens Nanni
Useful to know in setups where pkg daemons and VMs depend on each other.
2024-09-15Add handling of "Class" attribute. diff from markusYASUOKA Masahiko
ok markus
2024-09-15minor grammar/sort fixes for refuseconnection; ok djmJason McIntyre
2024-09-15remove unused variablesJonathan Gray
2024-09-15__STDC_VERSION__ not __STDC_VERSION; ok miod@Jonathan Gray
2024-09-15Improve the log messages and white spaces.YASUOKA Masahiko