created | 2023-09-29T17:31:45Z |
---|---|
begin | 2023-09-21T00:00:00Z |
end | 2023-09-22T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2023-09-21T00:05:36Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/usb/ucom.c | log | diff | annotate |
message | Nuke trailing whitespace. |
date | 2023-09-21T12:11:34Z | |||
---|---|---|---|---|
author | kn | |||
files | src/sys/arch/powerpc64/conf/RAMDISK | log | diff | annotate |
message |
enable softraid(4) in ramdisk No boot support as per manual, but it already has bio(4) and bioctl(8); complete enable use of software RAID. OK, run-tested gkoehler |
date | 2023-09-21T13:49:25Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/kern_exit.c | log | diff | annotate |
message |
Move code inside exit1() to better spots. - PS_PROFIL bit is moved into the process cleanup block where it belongs - The proc read-only limit cache cleanup is moved up right after clearing p->p_fd cache. lim_free() can potentially sleep and so needs to be above the line where p_stat is set to SDEAD. With and OK jca@ |
date | 2023-09-21T19:39:41Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/fdt/dwpcie.c | log | diff | annotate |
message |
Encode the device tree node in the pci tag like we do in aplpcie(4) so that PCI device drivers can have access to device tree properties, e.g. to allow qwx(4) to retrieve the calibration variant. ok kettenis@ |
date | 2023-09-21T20:26:17Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/aplpcie.c | log | diff | annotate |
src/sys/dev/ofw/ofw_misc.h | log | diff | annotate | |
message |
Properly set up the IOMMU stream ID mapping. Needed for upcoming changes to apldart(4). ok patrick@ |