K 10 svn:author V 3 jhb K 8 svn:date V 27 2018-12-06T17:55:59.893786Z K 7 svn:log V 436 Speed up devel/gdb startup on FreeBSD On non-Linux systems that do not have fdwalk(), gdb currently iterates over all possible file descriptors when checking for open files. Merge an upstream patch that fixes this by adding a FreeBSD implementation using kinfo_getfile(). Submitted by: Brandon Bergren (initial patch) Reviewed by: pizzamig (maintainer) Differential Revision: https://reviews.freebsd.org/D17426 END