Changelog for
lsof-debugsource-4.91-lp152.3.7.x86_64.rpm :
* Tue Mar 27 2018 kstreitovaAATTsuse.com- Update to version 4.91
* This revision applies two fixes that correct the Linux PTY endpoint processing bug [bsc#1082900]
* Mon Feb 19 2018 kstreitovaAATTsuse.com- Update to version 4.90 [bsc#1081562]
* Taught the Configure script to create a dummy opt_random.h for FreeBSD systems whose
includes it.
* Added support for the FreeBSD ZFUSE file system.
* Corrected the quoting in a Darwin putchar() statement in the dfile.c source file.
* Added support for the FreeBSD DTYPE_PTS file descriptor and for unknown descriptors that reference the kernel\'s badfileops operation switch. Enabled FreeBSD 12.0 support.
* Enhanced -K option with the form \"-K i\" to direct lsof to (i)gnore tasks. Linux task reports now include both process and task command names, making lsof\'s \"-c \" option work correctly.
* Added a patch to prevent NFS blocking in Linux
* Installed a FreeBSD patch that prevents examining a TCP state structure during a race condition.
* Updated FreeBSD for new UFS inode structure that lacks an i_dev member in the most recent 12.0-CURRENT.
* Added \"#define KLD_MODULE\" to dlsof.h and dnode2.c to prevent from generating an \"ARM_NARCH is 0\" error. This is needed so lsof can access kernel structures.
* Added recognition of the FreeBSD 11 file system name \"nullfs\".
* Added a patch that is needed on FreeBSD 12 so the lsof compilation can obtain the inpcb and tcpcb structures from their respective header files. Updated FreeBSD dmnt.c for the ino64 changes.
* Inserted a patch for Solaris 12.x to avoid compilation errors from .
* Added performance enhancement that uses the FreeBSD closefrom() and dup2() C library functions when available.
* Corrected FreeBSD lsof\'s gathering of ZFS file device numbers.
* Updated lsof test library for FreeBSD.
* Updated socket optons information collection from the socket structure
* Added patch to dlsof.h that avoids a _KERNEL conflict with bzero.
* Corrected test library to handle 64 bit FreeBSD device numbers.
* Added #defines for FreeBSD 12, src r324225
* Incorporated Linux pseudoterminal endpoint processing (+|-E)
* Corrected Linux command extraction for commands that include parentheses -- e.g., \"(sd-pam)\".- remove lsof_4.89-nfs_hanging.patch that was applied upstream
* Mon Aug 29 2016 kstreitovaAATTsuse.com- modify lsof_4.89-nfs_hanging.patch and add a check for HasNFS variable as HasNFS may already have been set to 2 in the readmnt() function [bsc#995061]
* Fri Aug 26 2016 kstreitovaAATTsuse.com- add lsof_4.89-nfs_hanging.patch to prevent \'lsof -b\' from hanging when NFS server is unavailable [bsc#995061]
* Thu May 05 2016 kstreitovaAATTsuse.com- submit utilities/lsof package to SUSE:SLE-12-SP2:GA [fate#320541]
* Mon May 02 2016 kstreitovaAATTsuse.com- Update to version 4.89
* Applied correction from Casper Dik to his patch for Solaris 11 that I applied incorrectly in revision 4.88.
* Updated for latest version of FreeBSD 11.0-CURRENT.
* Compensated for a missing FreeBSD 10.0 typedef of bool on the i386 architecture. Allen Hewes provided a test system. Andrey Chernov provided useful advice.
* Improved tests/Add2TestDB script with a patch from Peter Schiffer . Added patches from Peter to eliminate Linux gcc warnings. Updated Lsof.8 with improvements supplied by Bjarni Ingi Gislason .
* Changed FreeBSD global CFLAGS extraction per Terry Kennedy . Also made sure -DNEEDS_BOOL_TYPEDEF is [#]define\'d when the resulting CFLAGS doesn\'t contain it. Terry reported that need.
* Improved Linux test for tcp.h in response to a report from Cato Auestad . Cato did the testing.
* Fixed Linux UNIX socket search by name bug reported by Stephane Chazelas .
* Added Linux display of UNIX socket endpoint information with code provided by Masatake YAMATO . Peter Schiffer provided a test system.
* Insured that type definitions from were again made visible to lsof on FreeBSD 11 after a system header file change hid them.- use spec-cleaner to clean specfile
* Sun Mar 01 2015 p.drouandAATTgmail.com- Update to version 4.88
* Reduced to 50 the number of open file descriptors lsof attempts to close while trying to protect itself from a file descriptor exec() attack. This limits the overhead lsof incurs on systems that have large file descriptor limits, yet provides sufficient open descriptors for the library functions lsof calls.
* Updated for changes in FreeBSD 10. Taught Configure to recognize FreeBSD 8.4.
* lsof for Solaris 10 or 11 is no longer supported.
* Initialized local variables in the Linux process_id() function.
* Added support for FreeBSD 11.
* Updated FreeBSD ZFS Configure stanza to supply a dummy opt_kdtrace.h when needed.
* Added tmpfs file system support for FreeBSD.
* Since a test system is no longer available, dropped the claim of FreeBSD 4.9 support.
* Added the +|-E options for Linux. -E displays endpoint info; +E displays endpoint info and endpopint files.
* Fixed a Linux bug handling processes whose command includes a non-printing character, particularly a NEWLINE character, and clarified printing of single \'\\\\\' characters in command and file names.
* Added support for Linux RDMA and CRYPTO protocal names and UNIX socket type
* Fixed field output to insure that the field descriptor field is always selected, since it identifies the file set.- Spec file cleanup
* Mon Mar 26 2012 cfarrellAATTsuse.com- license update: Zlib lsof license is most similar to Zlib (also use SPDX format)
* Tue Aug 16 2011 puzelAATTnovell.com- repack the tarball to remove legally problematic files (bnc#705143)
* Mon Jun 27 2011 roAATTsuse.de- change perl reference to /usr/bin/perl which actually exists