Version: 4.89, Package name: lsof-4.89 |
Maintained by: Peter Valchev |
Master sites:
|
Description 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). Main use of lsof will be for writing cross-platforms scripts. OpenBSD includes fstat(1), which serves the same basic purpose. |
Filesize: 1071.112 KB |
Version History (View Complete History) |
|
2016-12-02 06:32:14 by Jeremie Courreges-Anglas | Files touched by this commit (13) |
Log message: Move lsof to the Attic. Requires kmem access, is so coupled to the system internals that it needs a /usr/src/sys checkout, and breaks regularly due to changes in base. People used to it should be told to use fstat(1) & friends instead. ok landry@ sthen@ dcoppa@ |
2016-09-25 10:46:01 by Stuart Henderson | Files touched by this commit (3) |
Log message: Disable "txt" support in lsof, it already wasn't working correctly, and was causing build failures following kernel changes. From dlg@ |
2016-04-05 04:21:22 by Stuart Henderson | Files touched by this commit (2) |
Log message: add #include <sys/queue.h> to fix |
2016-01-06 03:15:12 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to lsof-4.89 |
2015-10-13 00:29:38 by Anthony J. Bentley | Files touched by this commit (28) |
Log message: Update maintainer email address. |
2015-08-24 09:57:31 by Alexander Bluhm | Files touched by this commit (1) |
Log message: Bump lsof revision as struct unpcb has changed. ON naddy@ |
2015-06-27 23:23:41 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Unbreak when BSDSRCDIR != /usr/src: do not harcode path to /sys; this check was removed 1 year ago for that reason |
2015-06-26 14:35:57 by Stuart Henderson | Files touched by this commit (1) |
Log message: Add a check to pre-configure giving a useful error if kernel sources are unavailable. Prompted by a suggestion from Markus Lude. |
2015-03-24 15:26:09 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to lsof-4.88 and simplify patches |
2011-07-20 07:50:08 by Stuart Henderson | Files touched by this commit (3) |
Log message: - remove a bunch of unnecessary version checks - allow lsof to build when kvm_getproc2 is removed ok naddy@ |
2011-07-03 18:39:07 by Christian Weisgerber | Files touched by this commit (3) |
Log message: install source man page |
2011-06-30 13:13:58 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: fix lsof after FMARK and FDEFER rename input from matthew@ ok pvalchev@ (MAINTAINER) |
2011-06-21 14:21:21 by Christian Weisgerber | Files touched by this commit (8) |
Log message: remove USE_GROFF from ports that already ship a preformatted page in their source |
2011-05-18 10:25:14 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: No need to support procfs since we use kvm_getproc2(3). "axe it" pval@ (maintainer) |
2011-01-14 18:19:35 by Christian Weisgerber | Files touched by this commit (4) |
Log message: recognize OpenBSD 4.9 |
2010-12-02 02:14:53 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Set the sgid kmem bit by default. "no objections" sthen@, ok pval@ (maintainer) |
2010-11-22 13:10:54 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - add a homepage |
2010-10-26 03:44:32 by Stuart Henderson | Files touched by this commit (2) |
Log message: use kvm_getproc2; ok ajacoutot@ |
2010-10-19 01:43:05 by Marc Espie | Files touched by this commit (132) |
Log message: USE_GROFF=Yes |
2010-08-03 17:39:58 by Stuart Henderson | Files touched by this commit (1) |
Log message: Fix MASTER_SITES, this is based on part of a diff from Daniel Dickman (the other part, adding HOMEPAGE, can be revisited later). No pkg change. |
2010-07-26 01:25:40 by Giovanni Bechis | Files touched by this commit (2) |
Log message: Update to 4.83 ok pvalchev@ (Maintainer) |
2010-07-24 17:01:56 by Christian Weisgerber | Files touched by this commit (4) |
Log message: recognize OpenBSD 4.8 |
2010-04-18 23:56:44 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Set group kmem on lsof binary (we are still NOT running sgid of course). ok sthen@ pvalchev@ (maintainer) |
2010-01-28 04:30:39 by Okan Demirmen | Files touched by this commit (2) |
Log message: recognize 4.7; ok jasper@ |
2009-09-03 19:49:10 by Stuart Henderson | Files touched by this commit (2) |
Log message: Disable namecache support; this is the minimum needed to unbreak lsof following fallout from changes made at f2k9. |
2009-06-21 07:24:02 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to 4.82, and recognise OpenBSD 4.6. from Brad. |
2009-02-15 16:46:08 by Stuart Henderson | Files touched by this commit (2) |
Log message: recognize 4.5, from Brad |
2009-01-01 15:31:43 by Peter Valchev | Files touched by this commit (3) |
Log message: lsof-4.81 & some updated master sites; prompted by vlad glagolev |
2008-12-16 07:54:30 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - remove a bunch of dead master sites reported by a user, via wcmaier@ |
2008-07-02 13:02:20 by Brad Smith | Files touched by this commit (2) |
Log message: Allow lsof to recognize 4.4. ok naddy@ |
2008-02-23 16:45:23 by Nikolay Sturm | Files touched by this commit (1) |
Log message: explicitly include sys/lock.h, fixes build on sparc64 ok naddy |
2008-02-22 13:56:05 by Christian Weisgerber | Files touched by this commit (5) |
Log message: recognize 4.3 |
2007-09-15 15:14:03 by Michael Erdely | Files touched by this commit (110) |
Log message: Remove surrounding quotes in COMMENT-*/PERMIT_*/IGNORE |
2007-08-04 16:44:43 by Peter Valchev | Files touched by this commit (1) |
Log message: poke configure to recognise 4.2; reminded by brad |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2007-02-13 18:54:43 by Peter Valchev | Files touched by this commit (2) |
Log message: recognise 4.1; brad |
2006-05-09 13:13:33 by Pedro Martelletto | Files touched by this commit (4) |
Log message: Pace with inode/dinode changes by updating to version 4.77, fixes crash reported by some people, okay jolan@ and pval@ |
2005-12-20 01:13:47 by Peter Valchev | Files touched by this commit (3) |
Log message: - sync with ext2fs dinode changes in -current so this builds/functions - do not complain about unknown openbsd version.. |
2005-06-05 13:40:54 by Peter Valchev | Files touched by this commit (6) |
Log message: update to lsof-4.75 |
2005-03-12 22:02:01 by Peter Valchev | Files touched by this commit (1) |
Log message: recognise 3.7 |
2005-02-17 05:48:09 by Marc Espie | Files touched by this commit (2) |
Log message: point people towards fstat(1) for OpenBSD-only usage. |
2005-01-05 10:29:43 by Christian Weisgerber | Files touched by this commit (94) |
Log message: SIZE |
2004-12-20 03:35:37 by Aleksander Piotrowski | Files touched by this commit (57) |
Log message: Add WANTLIB markers |
2004-10-13 14:28:02 by Dan Harnett | Files touched by this commit (28) |
Log message: second sweep for MESSAGE decoration removal; ok espie@ |
2004-09-15 12:39:34 by Marc Espie | Files touched by this commit (72) |
Log message: new plists |
2004-08-11 02:14:40 by Peter Valchev | Files touched by this commit (1) |
Log message: 3.6 |
2004-04-15 14:46:07 by Peter Valchev | Files touched by this commit (1) |
Log message: homepage is dead, from FreeBSD via Robert Nagy |
2004-02-07 00:20:17 by Nikolay Sturm | Files touched by this commit (1) |
Log message: fix build on -current input from tedu, ok pvalchev (maintainer) |
2004-01-10 17:14:31 by Peter Valchev | Files touched by this commit (4) |
Log message: update to lsof-4.69 |
2004-01-04 11:47:34 by Marc Espie | Files touched by this commit (1) |
Log message: yuck |
2003-12-15 14:55:58 by Christian Weisgerber | Files touched by this commit (479) |
Log message: remove WWW lines |
2003-09-02 12:53:29 by Peter Valchev | Files touched by this commit (1) |
Log message: sync with dinode changes; openbsd@rukh.net & drahn |
2003-08-18 00:32:09 by Peter Valchev | Files touched by this commit (1) |
Log message: acknowledge 3.4 |
2003-06-19 00:30:42 by Peter Valchev | Files touched by this commit (5) |
Log message: update to lsof-4.68 |
2003-05-12 22:09:13 by Peter Valchev | Files touched by this commit (1) |
Log message: Fix build on sparc - do not use ctob macro that should not be used in userland (and breaks build on sparc) instead use sysconf(3) to get page size. lead to the right direction by naddy & miod - thanks Problem reported by John Pavlakis <xyloplax@yahoo.com> |
2003-05-12 22:06:11 by Peter Valchev | Files touched by this commit (1) |
Log message: update mirror list |
2003-05-12 21:30:39 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Building this port requires the kernel sources to be available under /sys. Put in a sanity check for this. ok pvalchev@ |
2003-04-01 16:48:30 by Peter Valchev | Files touched by this commit (1) |
Log message: - mention 3.3 here too; pointed out by jsyn@ - remove useless stupid arch-specific comment that the author insists on keeping... *sigh* |
2003-04-01 15:58:38 by Peter Valchev | Files touched by this commit (1) |
Log message: recognise 3.3 |
2003-04-01 11:50:16 by Jason Peel | Files touched by this commit (2) |
Log message: update to lsof-4.67; ok pvalchev@ |
2002-12-22 18:42:35 by Peter Valchev | Files touched by this commit (5) |
Log message: Update to lsof-4.66. Thanks to the author Vic Abell for integrating patches and cooperating all the way! |
2002-12-12 01:14:24 by Peter Valchev | Files touched by this commit (4) |
Log message: lsof-4.65 |
2002-12-12 00:24:38 by Peter Valchev | Files touched by this commit (1) |
Log message: There is no longer need to specify the type of sparc to lsof, remove useless definitions which are no longer relevant to the source, and thus make this port non-interactive on sparc. |
2002-10-28 12:53:44 by Christian Weisgerber | Files touched by this commit (20) |
Log message: No regression tests available. |
2002-09-15 13:17:16 by Peter Valchev | Files touched by this commit (1) |
Log message: Recognise OpenBSD 3.2 |
2002-09-15 13:17:03 by Peter Valchev | Files touched by this commit (1) |
Log message: sync |
2002-09-15 13:00:35 by Peter Valchev | Files touched by this commit (1) |
Log message: remove dead master site |
2002-09-11 23:02:39 by Peter Valchev | Files touched by this commit (1) |
Log message: a master site changed; from Loic Tortay <loict@bougon.net> |