created | 2021-11-06T23:49:44Z |
---|---|
begin | 2021-11-01T00:00:00Z |
end | 2021-11-02T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2021-11-01T03:29:53Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/power_supply.h | log | diff | annotate |
message | use hw_power to implement power_supply_is_system_supplied() |
date | 2021-11-01T09:02:46Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/arch/arm64/conf/files.arm64 | log | diff | annotate | |
src/sys/arch/arm64/dev/aplhidev.c | log | diff | annotate | |
message |
Add support for the keyboard/touchpad on Apple M1 laptops. ok patrick@ |
date | 2021-11-01T09:19:10Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/ipsec_input.c | log | diff | annotate |
message |
In ipsec_common_input_cb() pass mbuf pointer to pf_test() so that all callers get an update if the mbuf changes. OK tobhe@ |
date | 2021-11-01T12:08:46Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/usb/if_run.c | log | diff | annotate |
message |
Restore some NULL checks lost in r1.132, add a couple more to deal with WEP key installation happening w/o a node, and don't attempt to set WEP keys that don't exist. Should fix the '(null node)' panics reported by James Hastings. ok stsp@ |
date | 2021-11-01T13:53:59Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/lib/libkern/crc16.h | log | diff | annotate |
message |
Add CRC-16 implementation. From NetBSD. ok krw@, deraadt@ |
date | 2021-11-01T14:44:10Z | |||
---|---|---|---|---|
author | kn | |||
files | src/sys/.gitignore | log | diff | annotate |
message |
Ignore obj like in src sys/ only checkouts are common, especiall in got(1) times, but they don't include the global .gitignore which is annoying. Duplicate it here. OK sthen |
date | 2021-11-01T18:43:04Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/dev/wsfont/wsfont.c | log | diff | annotate |
message |
Enable spleen16x32 and spleen32x64 on riscv64 for GENERIC kernels. OK deraadt@ |
date | 2021-11-01T20:04:11Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/apldart.c | log | diff | annotate |
message |
Catch up with the Linux device tree bindings. Put the USB DARTs into bypass mode for now as we need to enter translations into both of them which is hard to do now that they have separate device tree bindings. |
date | 2021-11-01T20:22:12Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/aplpcie.c | log | diff | annotate |
message | Remove backwards compat code. |