Remove deprecated variables in sysctl(2)

2021-10-05 Thread Solene Rapenne
Variables HW_PHYSMEM and HW_USERMEM were deprecated 13 years ago, maybe we can remove them from sysctl(2)? It was originally in sysctl(3) if someone want to do some history research https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/Attic/sysctl.3#rev1.178 Index: sysctl.2

Re: Remove deprecated variables in sysctl(2)

2021-10-05 Thread Theo de Raadt
Solene Rapenne wrote: > Variables HW_PHYSMEM and HW_USERMEM were deprecated 13 years ago, > maybe we can remove them from sysctl(2)? > > It was originally in sysctl(3) if someone want to do some history > research > https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/Attic/sysctl.3#rev1.1

Re: Remove deprecated variables in sysctl(2)

2021-10-05 Thread Theo de Raadt
Stuart Henderson wrote: > On 2021/10/05 18:11, Solene Rapenne wrote: > > Variables HW_PHYSMEM and HW_USERMEM were deprecated 13 years ago, > > maybe we can remove them from sysctl(2)? > > "deprecated" doesn't mean removed or disabled, it just means that one > shouldn't use them. These are still

Re: Remove deprecated variables in sysctl(2)

2021-10-05 Thread Stuart Henderson
On 2021/10/05 18:11, Solene Rapenne wrote: > Variables HW_PHYSMEM and HW_USERMEM were deprecated 13 years ago, > maybe we can remove them from sysctl(2)? "deprecated" doesn't mean removed or disabled, it just means that one shouldn't use them. These are still in system headers and supported by the