cvs commit: src/lib/libc/gen sysctl.3

Robert Watson rwatson at FreeBSD.org
Tue Oct 16 06:01:46 PDT 2007


On Tue, 16 Oct 2007, Ruslan Ermilov wrote:

> ru          2007-10-16 11:29:13 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    lib/libc/gen         sysctl.3
>  Log:
>  VM_METER is long deprecated.
>
>  Revision  Changes    Path
>  1.74      +2 -2      src/lib/libc/gen/sysctl.3

In general, we've also been encouraging a move to named sysctls from numeric 
constants.  Should we be sweeping the tree to catch remaining uses, and 
possibly be considering hiding visibility of the numeric constants from user 
space by default?  (i.e., #ifdef DEPRECATED_SYSCTL_CONSTANTS).  I assume we'll 
want to continue to support them in kernel for the forseeable future to allow 
old FreeBSD user spaces to continue to run in jails on new kernels.

Just something to think about now 8.x is alive and the life cycle is long...

Robert N M Watson
Computer Laboratory
University of Cambridge


More information about the cvs-all mailing list