Remove temporary compatibility layer introduced in r351729. More that 3 months should be enough for everybody who runs HEAD to upgrade to the new kernel already.
Approved-by:
Reviewed-by:
Differential D22958
sysctlbyname(2): Remove temporary compatibility layer kaktus on Dec 29 2019, 3:04 PM. Authored by Tags None Referenced Files
Subscribers
Details
Remove temporary compatibility layer introduced in r351729. More that 3 months should be enough for everybody who runs HEAD to upgrade to the new kernel already. Approved-by:
Diff Detail
Event TimelineComment Actions No. This was only in place to make sure people can rollback to older kernel without libc exploding. Comment Actions % file 12.1/bin/df 12.1/bin/df: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 12.1, FreeBSD-style, stripped % truss -o /dev/stdout ./12.1/bin/df -l | grep sysctlby __sysctlbyname("vfs.conflist",12,0x0,0x7fffffffcdf8,0x0,0) = 0 (0x0) __sysctlbyname("vfs.conflist",12,0x8006eb000,0x7fffffffcdf8,0x0,0) = 0 (0x0) |