summaryrefslogtreecommitdiff
path: root/sysutils/lsof
AgeCommit message (Collapse)AuthorFilesLines
2006-06-04We don't export struct lockf anymore, thus we cannot print lock info.christos2-1/+43
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-09Fix build problem under NetBSD 3.99.11 as suggested by Andrew Browntron2-1/+15
in private e-mail.
2005-09-15Add back what was patch-ac (from kristerw) as patch-ab since it's notatatat2-1/+18
a patch to lsof that the author would be interested in taking back as it only addresses the use of pkgsrc on Darwin: Do not ask the user about the path to the darwin XNU kernel header files in the case they are not found -- report an error instead (since going interactive breaks bulk building...) We are in a "freeze" at the moment, but this ought to fix the build of a leaf package under Darwin.
2005-09-14Make sure to update contents of distinfo to lsof 4.76.taca1-4/+4
2005-09-13lsof 4.75 is gone; use 4.76christos3-21/+3
2005-05-24Do not ask the user about the path to the darwin XNU kernel header fileskristerw2-1/+19
in the case they are not found -- report an error instead (since going interactive breaks bulk building...)
2005-05-17Upgrade to lsof version 4.75, thereby getting rid of most of theatatat4-76/+7
accumulated patches. Changes related to or affecting NetBSD (or pkgsrc) from the 00DIST file: 4.75 May 16, 2005 ... Improved the BSDI, FreeBSD, NetBSD, OpenBSD and Solaris kvm_open() and kvm_openfiles() error messages. Enabled support for NetBSD 2.99.12. Also, add the "uname -r" value to the lsof package version. This means that lintpkgsrc will report the lsof package as being out of date if you update your kernel without updating lsof. It's entirely likely that lsof will continue to work, but it might not (and it will warn you anyway), but it's nice to know that it might be good to rebuild it.
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam1-6/+2
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
2005-05-16Note that gtar is required by the package.jlam1-1/+5
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-26Do not ask the user about the path to the darwin XNU kernel header fileskristerw2-1/+19
in the case they are not found -- report an error instead (since asking the user breaks bulk builds).
2005-03-23Oops, wrong distinfo fileatatat1-2/+2
2005-03-23This should also fix the lsof build on 3.0_BETA. Similar changes willatatat2-10/+34
appear in the next release of lsof. This patch is adapted from a pre-release by the author.
2005-03-19Fix lsof build on NetBSD 3.99.1atatat2-1/+28
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-17Upgrade to lsof version 4.74, thereby getting rid of most of theatatat10-1446/+7
accumulated patches. Changes related to or affecting NetBSD (or pkgsrc) from the 00DIST file: 4.74 January 17, 2005 ... Updated lsof for NetBSD 2.99.10 and tested it on a system provided by Andrew Brown <atatat@atatdot.net>. ... Added BSDI, FreeBSD, NetBSD and OpenBSD support for the *effnlink member of the inode structure. This makes the lsof LTnlink test run faster on all modified dialects and correctly on OpenBSD. Added ptyfs support for NetBSD, using modifications provided by Andrew Brown. Changed the netbsd Configure stanza to look by default for system header files in both /usr/include and /usr/src. (The NETBSD_SYS environment variable can still be used to select an alternate for /usr/src.) ...
2004-12-18Fix lsof to deal with the new ptyfs fake inode number allocationatatat2-6/+10
scheme. This code now does both.
2004-11-30Redo three patches to address build failure on NetBSD <= 1.6ZC, toatatat5-166/+216
change the reported node number for the master side of ptyfs devices, and to deal more cleanly with some header files.
2004-11-28Tweak the sys/bufq.h support (it disappeared again), enhance theatatat10-28/+1365
procfs support a little, incorporate the author's patches to deal with netbsd-current version numbers getting longer, and add ptyfs support. These patches are adapted from an interim release the author made and will appear in the next full release. PKGREVISION bumped to 1 for the ptyfs support.
2004-11-12Check for actual existance of sys/bufq.h instead of just relying on uname.erh2-8/+12
2004-11-07Needs <sys/bufq.h> on 2.99.10kim3-1/+45
2004-11-07Add share/lsof/sort_res.perl5kim1-1/+2
2004-10-21Upgrade to lsof version 4.73. No changes related to or affectingatatat2-6/+6
NetBSD (or pkgsrc) are mentioned in the 00DIST file, but this update conveniently and completely eliminates the problem of the changing tar file from a few days ago.
2004-10-19A minor change (by the author) to the tarball (but without changingatatat2-5/+5
the name) renders the checksum invalid (even though the material contents of the tarball are unchanged). Luckily, we can switch from the .tar.bz2 distribution to the .tar.gz one. It's a little larger, but it get around this problem. We will switch back to the .tar.bz2 one once 4.73 is released, which ought to happen in a few weeks.
2004-07-13Upgrade to lsof version 4.72. Changes related to or affecting NetBSDatatat5-145/+5
(or pkgsrc) from the 00DIST file: 4.72 July 13, 2004 ... Added support for NetBSD 2.0 with patches supplied by Andrew Brown <atatat@atatdot.net>. Andrew also provided two test systems. ...
2004-04-29Fix NetBSD 2.0 check in Configure, and check for and deal with the newatatat5-13/+140
statvfs() sysctl call which replaced statfs() around 2.0D. This pkg will now build on current again (addresses my PR pkg/25372). Bump PKGREVISION to 1. Changes adapted from changes adapted by lsof maintainer based on changes that made things work this morning. That means they'll all be in the next official lsof release. So there.
2004-04-01Use configuration for NetBSD 1.6* under 2.0* to fix build undertron2-1/+14
NetBSD 2.0 and newer.
2004-03-12Upgrade to lsof version 4.71. Changes related to or affecting NetBSDatatat2-5/+5
(or pkgsrc) from the 00DIST file: 4.71 March 11, 2004 ... Added process_kqueue() function prototypes for FreeBSD, NetBSD and OpenBSD. ... Added support for the optional reporting of socket options, socket states and TCP flags for most currently supported dialects. John Smith <lbalbalba@hotmail.com> and Tristan Nefzger <tn@bhtrader.com> requested the information. The dialects and their versions for which this feature has become available include: AIX 4.3.2 and 5.[12] Apple Darwin 7.2 BSDI BSD/OS 4.3.1 Digital UNIX and Tru64 UNIX 4.0 FreeBSD 4.9 and 5.2 HP-UX 11 and 11.11 (aka 11i) NetBSD 1.6ZH OpenBSD 3.4 OPENSTEP 4.2 OpenUNIX 8 Solaris 2.6, 8, 9 and 10 UnixWare 7.1.[134]
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-17Actually, since we can, let's use the .bz2 fileatatat2-4/+5
2004-01-17Upgrade to lsof version 4.70. Changes related to or affecting NetBSDatatat4-251/+5
(or pkgsrc) from the 00DIST file: 4.70 January 16, 2004 ... Added bz2 compression. ... Improved handling of parameters after "-i@". ... With help from Andrew Brown <atatat@atatdot.net> and John Heasley <heas@netbsd.org> added log-structured file system (LFS) support for NetBSD and OpenBSD.
2004-01-13Add LFS support to lsof. Bump PKGREVISION to 1, making this 4.69nb1.atatat4-2/+248
This patch will be included in the next lsof release.
2004-01-05bl3ifyjlam1-1/+5
2003-11-22Bring back patch-aa -- it's for pkgsrc, not a bugfix.atatat2-1/+33
2003-11-224.69 is out, 4.68 is gone. Approved by agc.christos8-422/+5
2003-10-05Bump PKGREVISION for the latest changes from atatat:veego1-2/+2
Refix build on -current now that procfs and kernfs have churned again.
2003-10-04Refix build on -current now that procfs and kernfs have churned again.atatat4-33/+73
2003-09-26Make lsof build under -current againatatat3-3/+36
2003-08-13A patch (courtesy of the lsof maintainer) to make lsof build again onatatat9-8/+320
NetBSD-current, where the structure of the vnode has been altered. This patch will, as usual, be obsoleted by the next lsof release. PKGREVISION bumped accordingly. Install the lsof.8 man page in man8 instead of installing the preformatted copy in man1 (doing so used to slide by, by new groff really doesn't like formatting preformatted man pages, and besides, it was in the wrong place). Since the only thing left untouched was the DESCR file, I also added mention of kqueues as something lsof might note, meaning that this patch touches every file in the pkg.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-19Remove non-existing site "ftp.web.ad.jp" from master site list andtron1-3/+2
correct hostname of mirror in Sweden.
2003-06-19Upgrade to lsof version 4.68. Changes related to or affecting NetBSDatatat5-476/+5
(or pkgsrc) from the 00DIST file: 4.68 June 18, 2003 ... Upgraded EXT2FS and UFS support for NetBSD and OpenBSD to handle new inode information, and the fast UFS1 and UFS2 file systems. With the help of Andrew Brown <atatat@atatdot.net> determined the NetBSD snapshot (1.6F) at which <sys/mount.h> could be included under _KERNEL, thus eliminating the lsof netexport.h hack. The same change applies to OpenBSD versions 3.3 and above. ... The former change obsoletes patches ab, ac, and ad.
2003-05-04delint.salo1-3/+3
2003-05-04Sync with reality. (hi atatat!)salo1-3/+3
2003-05-03Re-patch lsof with patches from Vic Abell. Building should now workatatat5-34/+455
on all platforms, with ffs2 (and ext2fs) related bugs smoothed out. Bump to PKGREVISION 2.
2003-04-19make this compile again. No UFS2 support.christos2-1/+51
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-2/+2
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-03-27Upgrade to lsof version 4.67. Changes related to or affecting NetBSDatatat6-85/+7
(or pkgsrc) from the 00DIST file: 4.67 March 27, 2003 Began the transition of the lsof ftp server host name from vic.cc.purdue.edu to lsof.itap.purdue.edu. That reflects Purdue organizational changes. This first step makes the new name an alias to the old one. The old name, vic.cc.purdue.edu, will remain usable for an extended period. ... At the request of Alek O. Komarnitsky <alek@komar.org> added the "+c <width>" option to enable optional changing of the COMMAND column output maximum width from the default to <width>. The default maximum width remains CMDL, as defined in lsof.h. ... Added kernel event queue file support for FreeBSD, NetBSD and OpenBSD. Andrew Brown <atatat@atatdot.net> supplied the code. ... Augmented a lock ID test on NetBSD to check if the ID is an LWP pointer.
2003-02-03Add kqueue support to lsof. Bump PKGREVISION to 1, making thisatatat6-2/+80
4.66nb1. This patch will be included in the next lsof release.