created | 2019-05-08T22:44:04Z |
---|---|
begin | 2018-03-14T00:00:00Z |
end | 2018-03-15T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2018-03-14T16:36:24Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/sys/signal.h | log | diff | annotate |
message |
SIGSTKSZ is better defined as MINSIGSTKSZ + n pages (meaning 1U << _MAX_PAGE_SHIFT) Discussion with kettenis |
date | 2018-03-14T16:52:09Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/conf/newvers.sh | log | diff | annotate |
message |
branches: 1.161.2; we head to release soon |
date | 2018-03-14T17:26:39Z | |||
---|---|---|---|---|
author | benno | |||
files | src/sys/conf/GENERIC | log | diff | annotate |
message |
disable POOL_DEBUG for release ok deraadt@ |
date | 2018-03-14T18:52:16Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
src/sys/dev/acpi/acpireg.h | log | diff | annotate | |
src/sys/dev/acpi/files.acpi | log | diff | annotate | |
src/sys/dev/acpi/ipmi_acpi.c | log | diff | annotate | |
message |
On newer machines IPMI attaches only using the ACPI tables instead of the SMBIOS table. Some machines even have IPMI defined in both tables. This attachment driver makes ipmi(4) available via ACPI. There can only attach one ipmi(4) device, either on ACPI or SMBIOS. Akin to the SMBIOS-attached ipmi(4) this driver is disabled by default. Feedback from jsg@ ok deraadt@ |
date | 2018-03-14T20:07:06Z | |||
---|---|---|---|---|
author | jasper | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message |
add a number of devices found on the new X1 feedback and ok jsg@ |
date | 2018-03-14T20:07:40Z | |||
---|---|---|---|---|
author | jasper | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2018-03-14T22:38:46Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/ip_ah.c | log | diff | annotate |
message |
branches: 1.138.2; When processing IPsec AH packets check that the header fits into the packet length. found by Maxime Villard; from FreeBSD; OK procter@ markus@ |