freebsd-dev/sys/pc98
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
..
apm Rename from apm_bioscall.s to apm_bioscall.S for removing a special rule 2005-04-20 12:28:20 +00:00
cbus Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
compile
conf Disable PREEMPTION option. It causes some problem on pc98. 2007-05-13 07:19:10 +00:00
include Add pc98 specific code to adjust the firmware geometry when it differs 2006-08-09 18:25:07 +00:00
linux Add reach-over include files to read i386/foo.h. In time, the pc98 2005-04-01 23:19:43 +00:00
pc98 Revert VMCNT_* operations introduction. 2007-05-31 22:52:15 +00:00