created | 2024-05-25T22:07:01Z |
---|---|
begin | 2024-05-21T00:00:00Z |
end | 2024-05-22T00:00:00Z |
path | src/sys |
commits | 10 |
date | 2024-05-21T07:03:55Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message | move some entries to be ordered by device id |
date | 2024-05-21T07:04:36Z | |||
---|---|---|---|---|
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-05-21T07:13:29Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message | move entry to be ordered by device id |
date | 2024-05-21T07:14:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | regen |
date | 2024-05-21T11:19:39Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/dev/pci/if_igc.c | log | diff | annotate |
src/sys/dev/pci/if_igc.h | log | diff | annotate | |
src/sys/dev/pci/if_ix.c | log | diff | annotate | |
src/sys/dev/pci/if_ix.h | log | diff | annotate | |
message |
Make igc(4) and ix(4) struct names unique. In ddb show struct gets confused if the same struct name exists twice. Add a prefix to tx_ring and rx_ring in drivers. OK miod@ jan@ |
date | 2024-05-21T15:12:25Z | |||
---|---|---|---|---|
author | florian | |||
files | src/sys/netinet6/in6.c | log | diff | annotate |
message |
Inform user land when vltime / pltime changes. Do not send a RTM_CHGADDRATTR route message when the address is tentative because we will send one when DAD finishes. To be used by rad(8) shortly. OK bluhm |
date | 2024-05-21T16:09:00Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/ic/ufshci.c | log | diff | annotate |
message | Only enable BUS_DMA_64BIT if the controller supports it. |
date | 2024-05-21T18:19:22Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/ic/ufshci.c | log | diff | annotate |
message | Remove obsolete comment, and fix some spacing. |
date | 2024-05-21T19:49:06Z | |||
---|---|---|---|---|
author | jan | |||
files | src/sys/dev/pci/if_vmx.c | log | diff | annotate |
message |
Refactor vmx(4) receive offloading. - avoid combination of M_TCP_CSUM_IN_OK and M_UDP_CSUM_IN_OK - remove useless letoh32() calls - simplify the IPv4 checksum flag check ok bluhm@ |
date | 2024-05-21T23:16:06Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/alpha/alpha/vm_machdep.c | log | diff | annotate |
src/sys/arch/alpha/include/cpu.h | log | diff | annotate | |
src/sys/arch/amd64/include/cpu.h | log | diff | annotate | |
src/sys/arch/i386/include/cpu.h | log | diff | annotate | |
src/sys/arch/m88k/m88k/vm_machdep.c | log | diff | annotate | |
message | remove switch_exit() prototypes, replaced by sched_exit() |