Commit Graph

55 Commits

Author SHA1 Message Date
sthen
428e55d614 - remove a bunch of unnecessary version checks
- allow lsof to build when kvm_getproc2 is removed
ok naddy@
2011-07-20 13:50:08 +00:00
naddy
8ad093516a install source man page 2011-07-04 00:39:07 +00:00
jasper
0927362ecd fix lsof after FMARK and FDEFER rename
input from matthew@
ok pvalchev@ (MAINTAINER)
2011-06-30 19:13:58 +00:00
ajacoutot
f0b3dd8bc1 No need to support procfs since we use kvm_getproc2(3).
"axe it" pval@ (maintainer)
2011-05-18 16:25:14 +00:00
naddy
3f1960b6f3 recognize OpenBSD 4.9 2011-01-15 01:19:35 +00:00
sthen
e3397f5a31 use kvm_getproc2; ok ajacoutot@ 2010-10-26 09:44:32 +00:00
naddy
30dd457b1e recognize OpenBSD 4.8 2010-07-24 23:01:56 +00:00
okan
d1e0a422ac recognize 4.7; ok jasper@ 2010-01-28 11:30:39 +00:00
sthen
c0eccddbd6 Disable namecache support; this is the minimum needed to unbreak
lsof following fallout from changes made at f2k9.
2009-09-04 01:49:10 +00:00
sthen
02e0a5f795 update to 4.82, and recognise OpenBSD 4.6. from Brad. 2009-06-21 13:24:02 +00:00
sthen
7da86fc3d3 recognize 4.5, from Brad 2009-02-15 23:46:08 +00:00
brad
bfec222465 Allow lsof to recognize 4.4.
ok naddy@
2008-07-02 19:02:19 +00:00
sturm
2366c9d0c0 explicitly include sys/lock.h, fixes build on sparc64
ok naddy
2008-02-23 23:45:23 +00:00
naddy
2deab64ac3 recognize 4.3 2008-02-22 20:56:05 +00:00
pvalchev
c8e12656f7 poke configure to recognise 4.2; reminded by brad 2007-08-04 22:44:43 +00:00
pvalchev
5c7458cf7d recognise 4.1; brad 2007-02-14 01:54:42 +00:00
pedro
758c883eef Pace with inode/dinode changes by updating to version 4.77, fixes crash
reported by some people, okay jolan@ and pval@
2006-05-09 19:13:32 +00:00
pvalchev
a858e1a728 - sync with ext2fs dinode changes in -current so this builds/functions
- do not complain about unknown openbsd version..
2005-12-20 08:13:46 +00:00
pvalchev
e31fd121db update to lsof-4.75 2005-06-05 19:40:54 +00:00
pvalchev
02c0258205 recognise 3.7 2005-03-13 05:02:01 +00:00
pvalchev
57a79f9fab 3.6 2004-08-11 08:14:40 +00:00
sturm
447bfae353 fix build on -current
input from tedu, ok pvalchev (maintainer)
2004-02-07 07:20:16 +00:00
pvalchev
6089eb83e4 update to lsof-4.69 2004-01-11 00:14:31 +00:00
espie
8ba042cc17 yuck 2004-01-04 18:47:34 +00:00
pvalchev
6c4a10fe1e sync with dinode changes; openbsd@rukh.net & drahn 2003-09-02 18:53:29 +00:00
pvalchev
e56cbda414 acknowledge 3.4 2003-08-18 06:32:09 +00:00
pvalchev
c336bbc9ca update to lsof-4.68 2003-06-19 06:30:42 +00:00
pvalchev
f6b98261b3 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-13 04:09:13 +00:00
pvalchev
f98fb61fab - 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 23:48:30 +00:00
pvalchev
4c1b25e71a recognise 3.3 2003-04-01 22:58:38 +00:00
pvalchev
07fbe7f6e1 Update to lsof-4.66.
Thanks to the author Vic Abell for integrating patches and cooperating
all the way!
2002-12-23 01:42:35 +00:00
pvalchev
972bff3d84 lsof-4.65 2002-12-12 08:14:24 +00:00
pvalchev
914dd31960 Recognise OpenBSD 3.2 2002-09-15 19:17:16 +00:00
pvalchev
db49f6f6e7 sync 2002-09-15 19:17:03 +00:00
pvalchev
596d558aed update to lsof-4.63 2002-04-23 21:36:54 +00:00
pvalchev
b0f605dd6c recognize 3.1; reminded by brad 2002-03-24 20:26:36 +00:00
pvalchev
cd454f7e48 Read kernel symbols from /dev/ksyms; this way lsof works with kernels with
any names, compressed or not.  Closes PR 2361
2002-01-29 19:40:51 +00:00
pvalchev
719b98ce8b sync 2002-01-29 19:37:37 +00:00
pvalchev
1bcb65551c Update to lsof-4.61 2002-01-25 00:58:18 +00:00
pvalchev
107cd46a96 Update to lsof-4.61B.n+obsd
Take maintainership, ok angelos
- Fix uvm kernel detection on ELF archs, enable lsof on them.  Replaced
check with a better one.  Understand how nlist() works.
2001-12-23 21:17:50 +00:00
pvalchev
924a66c44e grep for proper kernel symbols for uvm detection, fix ELF-based arches. ok angelos 2001-12-18 03:46:33 +00:00
pvalchev
c637c689bc recognize 3.0, ok naddy 2001-12-16 18:40:11 +00:00
brad
1c00b38148 upgrade to lsof 4.52A.n+obsd 2000-09-02 20:30:54 +00:00
brad
94963db00f upgrade to lsof 4.51 2000-09-02 03:26:56 +00:00
angelos
c55f58604d Forgot to remove this when updated to 4.50 2000-07-01 19:58:04 +00:00
angelos
2de1d288fb Make it compile properly under 2.7 2000-04-22 20:32:13 +00:00
angelos
101b8af363 Update to version 4.46; no changes in the PLIST, patching the
Configure script also not necessary for OpenBSD 2.6 support.
1999-11-01 06:13:35 +00:00
brad
29063d6ead make lsof recognize OpenBSD 2.6 1999-09-28 20:00:35 +00:00
brad
e71e5c6f5f upgrade to lsof 4.43 1999-06-02 15:59:02 +00:00
brad
84ac639e80 upgrade to lsof 4.42 1999-04-18 20:34:28 +00:00