K 10 svn:author V 4 stas K 8 svn:date V 27 2009-07-25T20:26:54.699575Z K 7 svn:log V 539 - Locking bugfixes. - Organize new kinfo_file fields into the union to save space. Also use kf_path field for textual representation of sockets domain name. This allows to fit all new kinfo_fields into spare space thus keeping the sysctl compatible with 7x world. - Use uint64_t to store pointers to allow i386 fstat to be used with amd64 kernels and vice versa. - Correctly initialize kf_vnode_type field. - Implement missing sysctl-mode access routines in libprocstat. Now sysctl version of fstat should be fully functional. END