./sysutils/lsof, Lists information about open files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.91nb7, Package name: lsof-4.91nb7, 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)


   2023-12-18 18:17:33 by Matthias Scheler | Files touched by this commit (1)
Log message:
lsof: Fix build under NetBSD-current (10.99.x)

Get "lsof" to build after NetBSD-current's name cache changes
   2023-01-14 00:46:22 by David H. Gutteridge | Files touched by this commit (2)
Log message:
lsof: fix NetBSD 9 builds

Now that NetBSD 10 is the default assumed target, this exposed that
some 9.x patterns weren't being matched correctly, and were just
falling through to the older default, which happened to work.
   2023-01-13 05:33:17 by matthew green | Files touched by this commit (3)
Log message:
various fixes including support for netbsd-10.

- move the "don't know picking 1.6" match to be "1.*" from \ 
"1*".
- add 9.99.10[45678], netbsd 9.99, netbsd 10, and netbsd 10.99
  support to configure match.
- make netbsd 10.x the "i don't know default" now.
- port the netbsd dsock.c code to the merged inpcb code since
  http://mail-index.netbsd.org/source-changes/2022/10/28/msg141800.html

i haven't bumped the pkg because nothing really changed for the
pre-9.99.104 systems, and 9.99.104 and newer haven't built since.
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-05-25 12:02:27 by Tobias Nygren | Files touched by this commit (1)
Log message:
lsof: don't need to keep track of the parent vnode kva, save some RAM
   2022-05-25 11:48:58 by Tobias Nygren | Files touched by this commit (1)
Log message:
lsof: don't consume buffer space if we didn't add a '/'
   2022-05-25 11:37:54 by Tobias Nygren | Files touched by this commit (1)
Log message:
lsof: fix comparison operator, ride previous bump
   2022-05-25 11:33:37 by Tobias Nygren | Files touched by this commit (6)
Log message:
lsof: support kmem grovelling of current-era NetBSD rbtree kernel namecache