./sysutils/lsof, Lists information about open files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.91nb10, Package name: lsof-4.91nb10, Maintainer: pkgsrc-users

Lsof (LiSt Open Files) lists information about files that are open by the
running 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 kqueue descriptor...


Required to run:
[lang/perl5] [pkgtools/osabi]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 773.178 KB

Version history: (Expand)


CVS history: (Expand)


   2026-05-29 01:16:38 by Jason R Thorpe | Files touched by this commit (3)
Log message:
On NetBSD, don't use ctob() - it involves the use of a compile-time
constant that is hidden from user-space on variable page-size systems.
Instead, use the same code path used on OpenBSD, which multiplies by
the page size as obtained via sysconf(3).
   2026-04-24 03:03:30 by David H. Gutteridge | Files touched by this commit (1)
Log message:
lsof: bump PKGREVISION for binary change
   2026-04-23 23:23:12 by Kimmo Suominen | Files touched by this commit (2)
Log message:
lsof: Do not include _STABLE, _RC, etc. suffixes in version comparison.

Avoid (some) unnecessary system version warnings on NetBSD.  The ABI
should not change between 11.0_BETA, 11.0_RC*, 11.0, and 11.0_STABLE.
In fact it should not change between 11.0, 11.1, 11.2, and so forth.

The only exception is *.99.* (e.g. 11.99.5), where the full version
should be compared.

XXX:  This could be improved to only compare the major version when
      the minor version is less than 99.
   2026-04-19 11:27:44 by Thomas Klausner | Files touched by this commit (3)
Log message:
lsof: apply patch directly to implementation in files/

noted by tnn
   2026-04-19 10:57:08 by Thomas Klausner | Files touched by this commit (1)
Log message:
lsof: remove legacy option handling from many many years ago
   2026-04-19 10:56:32 by Thomas Klausner | Files touched by this commit (1)
Log message:
lsof: fix pkglint
   2026-04-19 10:56:00 by Thomas Klausner | Files touched by this commit (3)
Log message:
lsof: fix pointer/value confusion

Now writes the full file path names in the NAME column again.

Bump PKGREVISION.
   2025-12-26 09:59:48 by Kimmo Suominen | Files touched by this commit (1)
Log message:
Work around gcc14 slighly more pleasingly to the eye