git: 5a1bc0b65d - main - 12.4 Release notes: Improve usb entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Nov 2022 10:47:22 UTC
The branch main has been updated by salvadore (ports committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=5a1bc0b65d04a075fc468366d035b724236f34b4 commit 5a1bc0b65d04a075fc468366d035b724236f34b4 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-11-18 10:39:09 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-11-18 10:46:47 +0000 12.4 Release notes: Improve usb entry - Move entry in drivers section. - Add manual page reference. - Add gitref and sponsor notes. Approved by: re (gjb, implicit) --- website/content/en/releases/12.4R/relnotes.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc index 7b1c39442a..d3a753a124 100644 --- a/website/content/en/releases/12.4R/relnotes.adoc +++ b/website/content/en/releases/12.4R/relnotes.adoc @@ -298,8 +298,6 @@ The man:pf[4] framework had some memory leaks fixed and now ensures the correct The man:sched_ule[4] scheduler bad a bug fixed about a loss of significance when setting kern.sched.interact above 32. gitref:b7eded5ea1f1b051489627989c13d9e48521ed9f[repository=src] -The usb subsystem had a use-after-free bug fixed. - The vm subsystem had a problem fixed that broke the vm reservation when it was mistakenly unable to provide a satisfactory set of pages. gitref:46549e319c5257c1305d78930b81ef022fa2e178[repository=src] @@ -344,6 +342,10 @@ The man:rk_i2c[4] driver had a number of improvements including the increasing o The man:snd_uaudio[4] USB audio and MIDI driver has some string computations for iFeature fixed. +The man:usb[4] driver had a use-after-free bug fixed. +gitref:bb9bee1ffbb27f903bfd2c11d681d331bea727ea[repository=src] +{{< sponsored "NVIDIA Networking" >}} + The man:vt[4] virtual terminal console driver had a bug fixed about colour in pixel blocks with more than 4 colours and another bug fixed regarding double-click word selection for first/last word on line. [[storage]]