freebsd-dev/sys/dev/acpi_support
Hans Petter Selasky 0e1152fcc2 The SYSCTL data pointers can come from userspace and must not be
directly accessed. Although this will work on some platforms, it can
throw an exception if the pointer is invalid and then panic the kernel.

Add a missing SYSCTL_IN() of "SCTP_BASE_STATS" structure.

MFC after:	3 days
Sponsored by:	Mellanox Technologies
2014-10-28 12:00:39 +00:00
..
acpi_asus_wmi.c Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
acpi_asus.c Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
acpi_fujitsu.c Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
acpi_hp.c Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
acpi_ibm.c The SYSCTL data pointers can come from userspace and must not be 2014-10-28 12:00:39 +00:00
acpi_panasonic.c Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays 2013-01-30 18:01:20 +00:00
acpi_rapidstart.c Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
acpi_sony.c Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
acpi_toshiba.c Fix white spaces. 2013-04-23 18:30:33 +00:00
acpi_wmi_if.m
acpi_wmi.c acpi_wmi: move wmi_info_list into sc 2012-10-14 09:31:11 +00:00
atk0110.c Consistently cast ACPICA 64-bit integer types when we print them. 2013-06-26 23:52:10 +00:00