created | 2024-04-27T21:02:33Z |
---|---|
begin | 2024-04-23T00:00:00Z |
end | 2024-04-24T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2024-04-23T04:12:53Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/xhcireg.h | log | diff | annotate |
message |
simplify bit shift; avoids shifting into int sign bit ok kettenis@ miod@ |
date | 2024-04-23T13:09:21Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/ic/ahci.c | log | diff | annotate |
src/sys/dev/ic/ahcireg.h | log | diff | annotate | |
message |
use 1U << 31 to avoid undefined behaviour ok miod@ |