created | 2024-05-09T13:45:51Z |
---|---|
begin | 2024-05-04T00:00:00Z |
end | 2024-05-05T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2024-05-04T00:27:42Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/dev/pci/drm/include/asm/cpufeature.h | log | diff | annotate |
message |
amd64 is guaranteed to have PAT and CLFLUSH; stop testing cpu flags for them on that arch. ok jsg@ |
date | 2024-05-04T10:53:37Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/nfs/nfs.h | log | diff | annotate |
message |
remove some unused defines ok miod@ |
date | 2024-05-04T11:25:24Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/nfs/nfs_var.h | log | diff | annotate |
message | remove prototypes for removed functions |
date | 2024-05-04T13:35:26Z | |||
---|---|---|---|---|
author | mbuhl | |||
files | src/sys/dev/pci/if_igc.c | log | diff | annotate |
src/sys/dev/pci/igc_base.h | log | diff | annotate | |
message |
Add TSO capabilites. Comments, suggestions and testing from bket@, jan@, and bluhm@ |
date | 2024-05-04T16:40:38Z | |||
---|---|---|---|---|
author | kn | |||
files | src/sys/scsi/sd.c | log | diff | annotate |
message |
dma_free(9) just once in error case buf is free'd and NULL, don't do it again to avoid a panic. OK krw |