created | 2023-10-04T12:05:04Z |
---|---|
begin | 2023-09-18T00:00:00Z |
end | 2023-09-19T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2023-09-18T06:47:21Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
Add 100GB LR4 Ethernet capability and map it to IFM_100G_LR4. This isn't listed in the public PRM but it can be found in the Linux driver. from Olivier Croquin |
date | 2023-09-18T13:16:13Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/macppc/stand/tbxidata/bsd.tbxi | log | diff | annotate |
src/sys/conf/newvers.sh | log | diff | annotate | |
message | crank to 7.4-beta |
date | 2023-09-18T13:18:24Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/sys/param.h | log | diff | annotate |
message | crank to 7.4-beta |
date | 2023-09-18T13:29:00Z | |||
---|---|---|---|---|
author | robert | |||
files | src/sys/sys/videoio.h | log | diff | annotate |
message |
The CTA-861 standards have been updated to refer to opRGB instead of AdobeRGB. The official standard is in fact named opRGB, so switch to that. The two old defines referring to ADOBERGB in the public API are put under #ifndef _KERNEL and a comment mentions that they are deprecated. This keeps us in sync with the linux header. ok feinerer@, mpi@, deraadt@ |
date | 2023-09-18T17:01:41Z | |||
---|---|---|---|---|
author | jca | |||
files | src/sys/arch/riscv64/riscv64/pmap.c | log | diff | annotate |
message |
Reuse pmap_pte_insert() in pmap_clear_modify() Stricter code which further reduces the difference between the pmap of arm64 and riscv64 and also the number of functions where member pted_pte is manipulated. ok drahn@ kettenis@ |