created | 2024-08-24T22:36:15Z |
---|---|
begin | 2024-08-19T00:00:00Z |
end | 2024-08-20T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2024-08-19T00:01:40Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/dev/pci/glxpcib.c | log | diff | annotate |
message | call activate functions of children in the correct place. |
date | 2024-08-19T00:03:12Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/dev/pv/pvbus.c | log | diff | annotate |
message |
pvbus_activate does nothing except call config_activate_children (4 possible cases). it does not need to exist. encoding NULL into the cfattach structure does the same thing. |
date | 2024-08-19T03:08:27Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/isa/if_eg.c | log | diff | annotate |
src/sys/dev/isa/if_le_isapnp.c | log | diff | annotate | |
src/sys/dev/pci/if_bnx.c | log | diff | annotate | |
message | test malloc return against NULL not 0 |
date | 2024-08-19T08:07:16Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/netinet6/mld6.c | log | diff | annotate |
message |
avoid uninitialised var use introduced in rev 1.63 found by smatch, ok bluhm@ |
date | 2024-08-19T08:22:30Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/ic/qwx.c | log | diff | annotate |
src/sys/dev/ic/qwz.c | log | diff | annotate | |
message |
avoid NULL deref if malloc fails ok stsp@ |
date | 2024-08-19T09:26:58Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/i2c/ihidev.c | log | diff | annotate |
message |
Use M_WAITOK where we can; this includes during autoconf where the only realistic option is to panic if we're doing smallish allocations and run out of memory. ok deraadt@ |
date | 2024-08-19T11:18:29Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/gem/i915_gem_mman.c | log | diff | annotate |
message |
correct vm_fault_gtt() merge error in rev 1.19 fixes panic when starting X on x40 (855GM gen 2) problem with 945GM (gen 3) and G41 (gen 4) reported by semarie@ |
date | 2024-08-19T14:24:24Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/dev/i2c/iatp.c | log | diff | annotate |
message |
now that suspend operations are done as quiesce, we can try to use the MXT_T7_POWER_MODE_DEEP_SLEEP operation. |