When running the fstat command on a file, it no longer restricts reports to the specified file, e.g.
fstat /var/log/messages This used to return a line referencing syslogd, now it returns all of the internet, internet6, kqueue, pipe, route, and unix sockets open on the system as well. This worked in previous releases, and in snapshots up to at least OpenBSD 4.5-current (GENERIC) #41: Sat Jun 6 13:27:32 MDT 2009 Based on the timing, I'd guess this is related to changing fstat to use the new kvm_getfile2 interface. http://marc.info/?l=openbsd-cvs&m=124434434417337&w=2 Navan

