]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bump SPECNAMELEN to MAXNAMLEN.
authorkib <kib@FreeBSD.org>
Sun, 27 Jan 2019 00:46:06 +0000 (00:46 +0000)
committerkib <kib@FreeBSD.org>
Sun, 27 Jan 2019 00:46:06 +0000 (00:46 +0000)
commit19ca89f12f563d987b0a21497247ec7d735b429a
tree5a0162510bc9cae201f6079cf1aff298156bd242
parent42ffd5f945d58d9433d81a565d0e5206dfdf84d9
Bump SPECNAMELEN to MAXNAMLEN.

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
lib/libprocstat/Symbol.map
lib/libprocstat/libprocstat_compat.c
sys/kern/kern_conf.c
sys/sys/conf.h
sys/sys/param.h