Re: svn commit: r356437 - head/lib/libprocstat

2020-01-07 Thread Mark Millard via svn-src-head
(Derived from O. Hartmann's report, despite his not having the same source version, . . .) In the code: 823 static struct filestat_list * 824 procstat_getfiles_sysctl(struct procstat *procstat, struct kinfo_proc *kp, 825 int mmapped) 826 { 827 struct kinfo_file

Re: svn commit: r356437 - head/lib/libprocstat

2020-01-06 Thread Cy Schubert
In message <20200107064255.18dad9d2@freyja>, "O. Hartmann" writes: > On Tue, 7 Jan 2020 05:33:33 + (UTC) > Mateusz Guzik wrote: > > > Author: mjg > > Date: Tue Jan 7 05:33:33 2020 > > New Revision: 356437 > > URL: https://svnweb.freebsd.org/changeset/base/356437 > > > > Log: > > procstat:

Re: svn commit: r356437 - head/lib/libprocstat

2020-01-06 Thread O. Hartmann
On Tue, 7 Jan 2020 05:33:33 + (UTC) Mateusz Guzik wrote: > Author: mjg > Date: Tue Jan 7 05:33:33 2020 > New Revision: 356437 > URL: https://svnweb.freebsd.org/changeset/base/356437 > > Log: > procstat: read lo_name instead of now removed v_tag > > Modified: >

svn commit: r356437 - head/lib/libprocstat

2020-01-06 Thread Mateusz Guzik
Author: mjg Date: Tue Jan 7 05:33:33 2020 New Revision: 356437 URL: https://svnweb.freebsd.org/changeset/base/356437 Log: procstat: read lo_name instead of now removed v_tag Modified: head/lib/libprocstat/libprocstat.c Modified: head/lib/libprocstat/libprocstat.c