CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/03/11 21:54:28
Modified files:
bin/ps : keyword.c print.c
include : kvm.h
lib/libc/gen : sysctl.3
lib/libkvm : kvm.c kvm_getprocs.3 kvm_private.h kvm_proc.c
kvm_proc2.c shlib_version
sbin/sysctl : sysctl.c
sys/compat/common: kern_info_43.c
sys/kern : kern_sysctl.c
sys/sys : sysctl.h
Log message:
Replace the old, broken KERN_PROC ABI and its matching functions
in libkvm with the stable-ABI versions that are currently named
KERN_PROC2, kvm_get{proc,argv,envv}2(). The latter names and symbols
will continue to be supported for a few releases.
Committing now that they ports people have had a couple releases
to update pkgs that usd the old functions