e5ac304989
This includes the bump for cdevsw d_version. Otherwise, the impact on the ABI (not KBI) is surprisingly low. The most important affected interface is devname(3) and ttyname(3) which already correctly handle long names (and ttyname(3) should not be affected at all). Still, due to the d_version bump, I argue that the change is not MFC-able. Requested by: mmacy Reviewed by: jhb Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D18932
47 lines
769 B
Plaintext
47 lines
769 B
Plaintext
/*
|
|
* $FreeBSD$
|
|
*/
|
|
FBSD_1.2 {
|
|
procstat_close;
|
|
procstat_freefiles;
|
|
procstat_freeprocs;
|
|
procstat_get_pipe_info;
|
|
procstat_getfiles;
|
|
procstat_getprocs;
|
|
procstat_open_kvm;
|
|
procstat_open_sysctl;
|
|
};
|
|
|
|
FBSD_1.3 {
|
|
procstat_freeargv;
|
|
procstat_freeauxv;
|
|
procstat_freeenvv;
|
|
procstat_freegroups;
|
|
procstat_freekstack;
|
|
procstat_freevmmap;
|
|
procstat_getargv;
|
|
procstat_getauxv;
|
|
procstat_getenvv;
|
|
procstat_getgroups;
|
|
procstat_getkstack;
|
|
procstat_getosrel;
|
|
procstat_getpathname;
|
|
procstat_getrlimit;
|
|
procstat_getumask;
|
|
procstat_getvmmap;
|
|
procstat_open_core;
|
|
};
|
|
|
|
FBSD_1.5 {
|
|
procstat_freeptlwpinfo;
|
|
procstat_getptlwpinfo;
|
|
procstat_get_sem_info;
|
|
procstat_get_shm_info;
|
|
procstat_get_socket_info;
|
|
};
|
|
|
|
FBSD_1.6 {
|
|
procstat_get_pts_info;
|
|
procstat_get_vnode_info;
|
|
};
|