Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

lsof-4.91-1.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.4 for armv7hl

Name: lsof Distribution: openSUSE Step 15
Version: 4.91 Vendor: openSUSE
Release: 1.1 Build date: Tue Feb 2 12:17:17 2021
Group: System/Monitoring Build host: armbuild15
Size: 1042373 Source RPM: lsof-4.91-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://people.freebsd.org/~abe/
Summary: A Program That Lists Information about Files Opened by Processes
Lsof lists information about files opened by processes. An open file
may be a regular file, a directory, a block special file, a character
special file, an executing text reference, a library, a stream, or a
network file (Internet socket, NFS file, or UNIX domain socket.)  A
specific  file or all the files in a file system may be selected by
path.

Provides

Requires

License

Zlib

Changelog

* Tue Mar 27 2018 kstreitova@suse.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 kstreitova@suse.com
  - Update to version 4.90 [bsc#1081562]
    * Taught the Configure script to create a dummy opt_random.h
      for FreeBSD systems whose <sys/random.h> 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 <name>"
      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
      <machine/cpuconf.h> 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 <sys/aio_req.h>.
    * 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 kstreitova@suse.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 kstreitova@suse.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 kstreitova@suse.com
  - submit utilities/lsof package to SUSE:SLE-12-SP2:GA [fate#320541]
* Mon May 02 2016 kstreitova@suse.com
  - Update to version 4.89
    * Applied correction from Casper Dik <Casper.Dik@oracle.com> 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 <rallenh@hotmail.com> provided
      a test system. Andrey Chernov <ache@freebsd.org> provided
      useful advice.
    * Improved tests/Add2TestDB script with a patch from Peter
      Schiffer <pschiffe@redhat.com>.  Added patches from Peter to
      eliminate Linux gcc warnings.  Updated Lsof.8 with improvements
      supplied by Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
    * Changed FreeBSD global CFLAGS extraction per Terry Kennedy
      <TERRY@tmk.com>.  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@cato.ninja>.  Cato did the testing.
    * Fixed Linux UNIX socket search by name bug reported by
      Stephane Chazelas <stephane.chazelas@gmail.com>.
    * Added Linux display of UNIX socket endpoint information with
      code provided by Masatake YAMATO <yamato@redhat.com>.  Peter
      Schiffer <pschiffe@redhat.com> provided a test system.
    * Insured that type definitions from <vm/vm.h> 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.drouand@gmail.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 cfarrell@suse.com
  - license update: Zlib
    lsof license is most similar to Zlib (also use SPDX format)
* Tue Aug 16 2011 puzel@novell.com
  - repack the tarball to remove legally problematic files
    (bnc#705143)
* Mon Jun 27 2011 ro@suse.de
  - change perl reference to /usr/bin/perl which actually exists

Files

/usr/bin/lsof
/usr/share/doc/packages/lsof
/usr/share/doc/packages/lsof/CREDITS
/usr/share/doc/packages/lsof/DCACHE
/usr/share/doc/packages/lsof/DIALECTS
/usr/share/doc/packages/lsof/DIST
/usr/share/doc/packages/lsof/FAQ
/usr/share/doc/packages/lsof/LSOF-L
/usr/share/doc/packages/lsof/MANIFEST
/usr/share/doc/packages/lsof/PORTING
/usr/share/doc/packages/lsof/QUICKSTART
/usr/share/doc/packages/lsof/README
/usr/share/doc/packages/lsof/TEST
/usr/share/doc/packages/lsof/XCONFIG
/usr/share/doc/packages/lsof/scripts
/usr/share/doc/packages/lsof/scripts/MANIFEST
/usr/share/doc/packages/lsof/scripts/README
/usr/share/doc/packages/lsof/scripts/big_brother.perl5
/usr/share/doc/packages/lsof/scripts/count_pf.perl
/usr/share/doc/packages/lsof/scripts/count_pf.perl5
/usr/share/doc/packages/lsof/scripts/identd.perl5
/usr/share/doc/packages/lsof/scripts/idrlogin.perl
/usr/share/doc/packages/lsof/scripts/idrlogin.perl5
/usr/share/doc/packages/lsof/scripts/list_NULf.perl5
/usr/share/doc/packages/lsof/scripts/list_fields.awk
/usr/share/doc/packages/lsof/scripts/list_fields.perl
/usr/share/doc/packages/lsof/scripts/shared.perl5
/usr/share/doc/packages/lsof/scripts/sort_res.perl5
/usr/share/doc/packages/lsof/scripts/watch_a_file.perl
/usr/share/doc/packages/lsof/scripts/xusers.awk
/usr/share/man/man8/lsof.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 18:30:32 2024