created | 2024-11-18T21:34:06Z |
---|---|
begin | 2024-11-09T00:00:00Z |
end | 2024-11-10T00:00:00Z |
path | src/sys |
commits | 11 |
date | 2024-11-09T04:09:56Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/net/ifq.c | log | diff | annotate |
message |
remove unused ifq_is_serialized() missed when the prototype was removed in ifq.h rev 1.25 ok dlg@ |
date | 2024-11-09T08:26:29Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/udl.c | log | diff | annotate |
src/sys/dev/usb/usbdevs | log | diff | annotate | |
message | More udl(4) devices, from NetBSD. |
date | 2024-11-09T08:31:24Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | Regen |
date | 2024-11-09T08:37:44Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/uftdi.c | log | diff | annotate |
src/sys/dev/usb/usbdevs | log | diff | annotate | |
message | More uftdi(4) devices; from Cameron Willams on tech@ |
date | 2024-11-09T08:38:05Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | Regen |
date | 2024-11-09T10:23:06Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
src/sys/dev/pci/puc.c | log | diff | annotate | |
src/sys/dev/pci/pucdata.c | log | diff | annotate | |
message | Add support for Exar XR17V352, submitted by Sean on tech@ |
date | 2024-11-09T10:23:29Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | Regen |
date | 2024-11-09T11:47:47Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/dev/ic/psp.c | log | diff | annotate |
message |
Simplify uvm wire and unwire in psp(4) for lauch update data. Instead of wiring page by page, wire the whole range. After the PSP lauch update data command finished, unwire the memory again. from hshoexer@; OK mlarkin@ |
date | 2024-11-09T12:58:29Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/pmap.c | log | diff | annotate |
message |
The buffer flipper (incorrectly?) uses pmap_copy_page() from interrupt context (when it calls uvm_pagerealloc_multi()). But the current implementation of pmap_copy_page() assumes it only runs in process context. Use splbio() to block the interrupts while we're doing the copy. ok mpi@ |
date | 2024-11-09T21:52:06Z | |||
---|---|---|---|---|
author | tb | |||
files | src/sys/lib/libz/zconf.h | log | diff | annotate |
src/sys/lib/libz/zutil.h | log | diff | annotate | |
message | libz: sync with base |
date | 2024-11-09T22:41:34Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/ic/ufshci.c | log | diff | annotate |
message | remove unused functions; ok mglocker@ |