dwmalone
771efb08f5
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
..
2007-06-04 18:25:08 +00:00
2007-06-04 17:53:42 +00:00
2007-05-29 14:35:57 +00:00
2007-04-17 12:27:08 +00:00
2007-06-04 18:25:08 +00:00
2007-06-04 18:25:08 +00:00
2007-05-31 11:51:53 +00:00
2007-06-04 18:25:08 +00:00
2007-06-02 21:30:39 +00:00
2007-06-04 11:31:46 +00:00
2007-05-09 19:37:02 +00:00
2007-01-17 15:05:52 +00:00
2007-06-04 18:25:08 +00:00
2007-06-01 17:06:46 +00:00
2007-06-04 18:25:08 +00:00
2007-06-01 14:33:11 +00:00
2007-04-01 16:52:54 +00:00
2007-06-04 18:25:08 +00:00
2007-05-31 22:52:15 +00:00
2007-06-04 18:25:08 +00:00
2007-06-04 18:25:08 +00:00
2007-04-10 21:42:12 +00:00
2007-06-01 00:23:34 +00:00
2007-05-30 19:39:55 +00:00
2007-05-05 11:07:52 +00:00
2007-05-11 10:20:51 +00:00
2007-04-03 12:45:10 +00:00
2007-06-04 18:25:08 +00:00
2007-06-04 18:25:08 +00:00
2007-06-04 06:06:35 +00:00
2007-05-29 22:44:24 +00:00
2007-05-11 10:38:34 +00:00
2007-04-16 12:31:35 +00:00
2007-05-27 17:14:33 +00:00
2007-04-04 09:11:34 +00:00
2007-06-01 01:12:45 +00:00
2007-06-01 01:12:45 +00:00
2007-04-22 15:31:22 +00:00
2007-05-09 19:37:02 +00:00
2007-06-04 18:25:08 +00:00
2007-05-29 11:28:28 +00:00
2007-05-31 22:52:15 +00:00
2007-04-10 22:10:16 +00:00
2007-06-01 21:58:59 +00:00
2007-06-04 02:32:07 +00:00
2007-06-03 23:33:11 +00:00
2007-06-04 18:14:28 +00:00
2007-03-22 18:16:43 +00:00
2007-06-01 14:33:11 +00:00
2007-06-01 01:12:45 +00:00
2007-04-14 16:29:15 +00:00