created | 2018-11-29T13:19:47Z |
---|---|
begin | 2018-04-05T00:00:00Z |
end | 2018-04-06T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2018-04-05T02:37:06Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/dev/acpi/acpitz.c | log | diff | annotate |
message |
typo in printf - was _PRO, should be _PR0 ok kettenis |
date | 2018-04-05T03:28:20Z | |||
---|---|---|---|---|
author | lteo | |||
files | src/sys/net/pf_ioctl.c | log | diff | annotate |
message |
Explicitly check PF_TRANS_RULESET in DIOCXBEGIN, DIOCXCOMMIT, and DIOCXROLLBACK. ok bluhm@ sashan@ visa@ |
date | 2018-04-05T03:32:39Z | |||
---|---|---|---|---|
author | lteo | |||
files | src/sys/net/pfvar.h | log | diff | annotate |
message |
Zap the obsolete PF_TRANS_ALTQ. Note: Remember to "make includes" and recompile the following programs together with the kernel: sbin/pfctl usr.sbin/authpf usr.sbin/ftp-proxy usr.sbin/relayd usr.sbin/tftp-proxy Thanks to sthen@ for checking the ports tree. ok bluhm@ sashan@ visa@ |
date | 2018-04-05T21:41:49Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/dwpcie.c | log | diff | annotate |
message |
Add more initialization code such that things work with the EDK2-based UEFI firmware as well. |