freebsd-skq/sys/amd64
David Malone 041b706b2f Despite several examples in the kernel, the third argument of
sysctl_handle_int is not sizeof the int type you want to export.
The type must always be an int or an unsigned int.

Remove the instances where a sizeof(variable) is passed to stop
people accidently cut and pasting these examples.

In a few places this was sysctl_handle_int was being used on 64 bit
types, which would truncate the value to be exported.  In these
cases use sysctl_handle_quad to export them and change the format
to Q so that sysctl(1) can still print them.
2007-06-04 18:25:08 +00:00
..
acpica Handle CPUs with APIC IDs higher than 32 (at least one IBM server uses 2007-05-08 22:01:04 +00:00
amd64 Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
compile
conf Enable fwip and dcons in GENERIC. They seem fairly stable. 2007-05-28 14:38:43 +00:00
ia32 Newer versions of gcc don't support treating structures passed by value 2006-12-17 06:48:40 +00:00
include Add the machine-specific definitions for configuring the new physical 2007-06-03 23:18:29 +00:00
isa Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
linux32 Move futex support code from <arch>/support.s into linux compat directory. 2007-05-23 08:33:06 +00:00
pci Revamp the MSI/MSI-X code a bit to achieve two main goals: 2007-05-02 17:50:36 +00:00
Makefile