Project

General

Profile

Actions

Submit #2607

closed

[PATCH] Add proper const keywords to sysctl(3) parameters.

Added by kAworu over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
11/22/2013
Due date:
% Done:

0%

Estimated time:

Description

This patch import several patches from FreeBSD, namely:
- r204170 which make use of const keywords where appropriate
- r240176 which avoid a segfault when the `name' argument is invalid
- r204172 & r244153 are cosmetics changes.

I did a build of world+kernel and install and it has running fine for several hours.
More tests and code reviews are welcome. In particular I am unsure of r240176 (how is `name' tested for "validity"?).


Files

Actions #1

Updated by kAworu over 10 years ago

kAworu wrote:

[...]
In particular I am unsure of r240176 (how is `name' tested for "validity"?).

OK I think I got it: that's because sys___sysctl() begin by copyin(9) `name' which will return EFAULT if a bad address is encoutered.

Actions #2

Updated by kAworu over 10 years ago

As additional tests I've run `sysctl -a' and `sysctl -ad' with and without the patch. As expected, The `sysctl -ad' output was the same and `sysctl -a' revealed expected diff for some values (load average, vm stats vfs cache etc.).

Actions #3

Updated by eadler over 10 years ago

These patches look reasonable to me.

Actions #4

Updated by swildner over 10 years ago

  • Status changed from New to Closed

Pushed (00f0918d338a0f863b786ed4565f12971eaecdc8).

Thanks!

Actions

Also available in: Atom PDF