Date: Mon, 5 Dec 2016 20:29:29 -0600 From: Eric van Gyzen <vangyzen@FreeBSD.org> To: FreeBSD Hackers <freebsd-hackers@freebsd.org> Subject: kinfo_proc::ki_tdname truncation Message-ID: <3379ac69-16e0-4071-8e69-4fb05b011ba7@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
I just noticed that kinfo_proc::ki_tdname is three characters shorter than thread::td_name. Would anyone object if I steal 4 bytes from ki_sparestrings to add a field for these three extra characters (and fix all consumers accordingly)? Yes, I care enough about those three characters to do this. Thanks, Eric
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3379ac69-16e0-4071-8e69-4fb05b011ba7>