created | 2024-03-05T02:42:58Z |
---|---|
begin | 2024-02-29T00:00:00Z |
end | 2024-03-01T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2024-02-29T00:18:48Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/dt/dt_dev.c | log | diff | annotate |
message |
dt(4): interval, profile: schedule clockintr relative to start of recording For the interval and profile providers, schedule the first clock interrupt to occur dp_nsecs nanoseconds after the start of recording. This makes the interval between the start of recording and the first event consistent across runs. With input from claudio@. Simplified by claudio@. Thread: https://marc.info/?l=openbsd-tech&m=170879058205043&w=2 ok mpi@ claudio@ |
date | 2024-02-29T10:09:54Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
src/sys/dev/pci/drm/i915/i915_devlist.h | log | diff | annotate | |
src/sys/dev/pci/drm/include/drm/i915_pciids.h | log | diff | annotate | |
message |
drm/i915: Update ADL-N PCI IDs From Gustavo Sousa in drm-intel-next |
date | 2024-02-29T10:10:29Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2024-02-29T11:42:31Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/qwx.c | log | diff | annotate |
message |
plug a node reference leak in qwx_mgmt_rx_event() This leak is of little consequence in station mode, but would be problematic in hostap mode. |
date | 2024-02-29T11:45:47Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/qwx.c | log | diff | annotate |
message |
align qwx_ce_rx error code checking with linux ath11k driver This silences warnings about a full Rx ring which the Linux driver is likewise suppressing. They appeared because I used the wrong error code, ENOBUF vs. ENOSPC. |
date | 2024-02-29T12:01:59Z | |||
---|---|---|---|---|
author | naddy | |||
files | src/sys/net/route.c | log | diff | annotate |
src/sys/net/route.h | log | diff | annotate | |
src/sys/netinet/in_pcb.c | log | diff | annotate | |
src/sys/netinet6/in6_pcb.c | log | diff | annotate | |
src/sys/netinet6/in6_src.c | log | diff | annotate | |
message |
revert "Combine route_cache() and rtalloc_mpath() in new route_mpath()" It breaks NFS. ok claudio@ |
date | 2024-02-29T16:10:52Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/vmm_machdep.c | log | diff | annotate |
message |
Intel vmm restores just the base of the GDTR and IDTR ith fixed, high limits, beyond what we actually expect. We already restored the IDTR from scratch, but the restore of the GDTR (limit) was removed in r1.10. Put that back in a simpler way, simplify the IDTR restore and delete the save/restore of the LDTR because that one really is handled as we want by vmm. ok dv@ mlarkin@ |
date | 2024-02-29T17:05:10Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/conf/newvers.sh | log | diff | annotate |
message | move from 7.5-beta to 7.5 |
date | 2024-02-29T22:09:33Z | |||
---|---|---|---|---|
author | jan | |||
files | src/sys/dev/pci/if_vmx.c | log | diff | annotate |
message |
Add missing include of vlan.h in vmx(4). ok bluhm@ |