summaryrefslogtreecommitdiff
path: root/sysutils/lsof
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-12-22Sorry. Botched distinfo file. This one should be fine.atatat1-2/+2
2002-12-22Upgrade lsof pkg to 4.66. Notable changes are:atatat3-12/+26
... Implemented the HASNOSOCKSECURITY compile-time option. When it and HASSECURITY are defined, lsof will be built to list only the user's open files, but will also list anyone else's open socket files, provided the "-i" option selects their listing. Updated the Customize script to ask about setting HASNOSOCKSECURITY. Left it undefined in all dialect machine.h header files. This change was requested by Kenneth Stailey <kstailey@speakeasy.net> for use with ntop. ... Improved lsof help (-h) and version (-v) information reporting. ... In order to the provide a simple pkgsrc hook for the new HASNOSOCKSECURITY option, we provide the LSOF_LESS_SECURE_SOCKETS setting (as a complement to the LSOF_MORE_SECURE option we already have).
2002-10-12Upgrade lsof pkg to 4.65. Notable changes from 00DIST are:atatat3-42/+5
... Enabled compiling of lsof for NetBSD 1.5 with the NULL file system, using a patch from Andrew Brown <atatat@atatdot.net>. ... Applied a patch, supplied by Andrew Brown <atatat@atatdot.net>, that updates lsof for NetBSD version 1.6.6. Corrected handling of the NetBSD nullfs. ... This obsoletes patch-ab. Again. :)
2002-09-13Clean up the fix for the missing bufq_state so that builds on olderatatat2-15/+24
current systems, on 1.6, and on previous releases should all work now.
2002-09-13Restore "patch-aa" which got clobbered during the last commit by mistake.tron3-26/+45
2002-09-12Fix build problem under NetBSD-current and combine two patches whichtron3-36/+26
modify the same file.
2002-08-19Make lsof 4.64 build under 1.5 again. Once 4.65 comes out, this patchatatat2-1/+20
can be removed.
2002-06-26Upgrade lsof pkg to 4.64. Notable changes from 00DIST are:atatat2-7/+7
4.64 June 26, 2002 ... Updated lsof's main() function to: 1) close all open file descriptors above 2 before starting; and 2) to set a non-interfering umask. Moved GET_MAX_FD test from misc.c to proto.h, so that main() could use it. Added multiple-include protection to proto.h. ... At the suggestion of Manuel Bouyer <bouyer@antioche.eu.org> switched NetBSD and OpenBSD lsof from using nlist() to using kvm_nlist(). Made the same change for BSDI, Darwin, and FreeBSD. ... Added nullfs support for FreeBSD, NetBSD, and OpenBSD at the request of Andrew Brown <atatat@atatdot.net>. ... Modified all readmnt() functions to ignore mounted-on directory names that don't begin with '/'. ... Tested on NetBSD 1.6A and OpenBSD 3.1. Also...make myself the maintainer since I keep updating this pkg (hi wiz).
2002-05-29Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-04-24Update lsof to version 4.63. NetBSD relevant excerpts from theatatat2-6/+6
release notes: 4.63 April 23, 2002 ... Corrected bugs in device number, file size, file offset, and raw device number field output generation. ... Built an automated test suite. (See 00TEST and the tests/ sub-directory of the lsof main directory). Bela Lubkin requested it. Dale Talcott, John Hughes, and Larry Rosenman helped me validate it on their systems. During the development of the test suite I discovered the following lsof bugs or missing features, and corrected or supplied them. ... * Corrected the reporting of UNIX domain socket names for Apple Darwin, FreeBSD 4.5 and above, NetBSD 1.4.1 and above, and for OpenBSD 3.0 and above. ... Updated the NetBSD and OpenBSD sources so NetBSD can process DTYPE_PIPE files, as OpenBSD was already able to do. ... Added defense against the standard I/O descriptor attack. Note that the test suite is not enabled for this pkg because it requires root privileges in order to operate.
2002-04-19Size the correct distfile (not updated).wiz1-2/+2
2002-04-15The March 7, 2002 revision (4.62): improves UnixWare >=7.1.1 reporting of ↵christos2-6/+6
UNIX socket NAME field information; updates 00README information on using gcc to compile lsof for AIX; corrects bugs and reporting of non-/dev (or non-device) block device nodes ;makes compilation under BSDI 5.0 possible, but does not substantiate any claim that lsof works there; updates private memfs_mnode.h OpenUNIX header file; enables use of HP-UX bundled C compiler on HP-UX 11.11.
2002-03-03Mark with OSVERSION_SPECIFIC to prevent it from printinv warnings:hubertf1-1/+2
lsof: WARNING: compiled for NetBSD release 1.5.1_ALPHA; this is 1.5.3_ALPHA.
2002-01-23Upgrade to version 4.61. NetBSD related fixes/features from theatatat2-10/+11
release notes are: 4.61 January 22, 2002 Updated field output example Perl scripts in the scripts/ subdirectory to discover the lsof path, starting at .. and proceding through the PATH environment variable's directories. ... In response to a report from Joshua Wright <Joshua.Wright@jwu.edu> modified NetBSD and OpenBSD Configure stanzas and sources so that lsof can be built when there is no system source tree (e.g., /usr/src/sys). ... Corrected a bug in the matching of IPv4 addresses, mapped in IPv6 addresses, to an IPv4 paramter to an -i option.
2001-12-21Upgrade to version 4.60. NetBSD related fixes/features from theatatat2-6/+7
release notes are: 4.60 November 9, 2001 Added special handling to and corrected bugs in the matching of IPv4 in IPv6 addresses to -i6:<...> selectors. ... Made lsof's method of killing its child process more robust, based on a suggestion from Bela Lubkin <belal@caldera.com>. ... Modified all dialect Makefile segments to accept select -v #define's from the environment -- a builder's comment, host, logname, system information and user name. This was done for Bela Lubkin, so he can "tune" the -v output when he packages lsof in the upcoming Caldera OSR 5.0.7 release. The relevant #define from the last note is LSOF_BLDCMT which is currently assigned the value "NetBSD pkgsrc rocks!" :)
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-22Upgrade to lsof version 4.59, which obsoletes patch-ab. NetBSDatatat3-26/+6
releated changes from the release notes for 4.59 include: 4.59 October 20, 2001 ... Added an additional UVM test to the NetBSD Configure stanza. Andrew Brown <atatat@atatdot.net> supplied the test; it recognizes NetBSD 1.5Y UVM changes to the vnode structure recently committed by Chuck Silvers. ... Added an IP version selector to the -i option parameters.
2001-10-09New patch sum for altered patch fileatatat1-2/+2
2001-10-09Add RCS Id to patch.atatat1-0/+4
2001-10-09Update to lsof release 4.58 (no obvious NetBSD related changes) andatatat3-6/+22
add a patch to "detect" uvm after Chuck's recent work.
2001-09-29Use "${STRIPFLAG}" and not "${STRIP}" as argument to "install" in thetron1-2/+2
"do-install" target so that the "lsof" binary really gets stripped. Patch supplied by Eric Gillespie Jr. in PR pkg/14092.
2001-08-21Update to 4.57. Only change that seems it could affect NetBSD:wiz2-7/+6
o Added locale support to lsof's isprint() test, based on a suggestion from Dan Mercer <damercer@mmm.com>. Lsof will use setlocale(), when that function and its supporting <locale.h> header file are available. New version's existence brought to my attention by Lloyd Parkes.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-14Update to 4.56. No obvious NetBSD related changes.atatat2-6/+6
2001-05-04Back out the update. Freeze was in effect and I forgot.atatat2-6/+6
2001-05-04Update to 4.56_Watatat2-6/+6
2001-04-30Add a mk.conf variable LSOF_MORE_SECURE, which, if set to 1, willagc3-2/+24
mean that non-privileged users can only view their own open files. Fixes PR 12741, from Anne Bennett (anne@alcor.concordia.ca)
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-07Make this work in the presence of digest, and the absence of an MD5agc1-2/+2
definition
2001-02-28Honor CFLAGS passed in from environment.jlam1-1/+2
2001-02-28Update to 4.55_Watatat2-5/+5
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-06Update to 4.53. No obvious NetBSD related changes.wiz2-5/+5
2000-12-05lsof is at 4.52 now. There are no changes for NetBSD obviously, it's onlydrochner2-5/+5
that the old distfile isn't available anymore.
2000-08-25Update to 4.51 -- integrates patch. Other relevant changes:wiz4-59/+10
Changes scripts/ to make Perl 5 the standard; corrects a bug in the reporting of a PTX fattach()'d target address; encourages NetBSD and OpenBSD lsof to use /usr/include/uvm when it's available; adds snprintf() support, including a private version for dialects without one; fixes a BSDI, DEC/OSF1, Digital UNIX, FreeBSD, NetBSD, OpenBSD, and Tru64 UNIX repeat-mode memory leak.
2000-08-13When __NetBSD_Version__ is not defined we need to assume the old stuffkim2-10/+25
(vm) rather than the new stuff (uvm).
2000-08-11undo previous, committed by mistake.itojun1-3/+1
2000-08-11regenitojun1-1/+3
2000-07-29Make this compile on <vm/vm*.h>-less systems. Should address pkg/10706jlam2-0/+40
by Wolfgang Rupprech <wolfgang@wsrcc.com>.
2000-06-30Use release version instead of pre-release version. No functional change.wiz2-7/+5
Bump version to 4.50.2.
2000-06-28Update to pre-release 4.50D. Fixes pkg/10461.wiz2-5/+7
BSD-relevant changes: o Updated FreeBSD, NetBSD, NeXTSTEP, OpenBSD, and OpenStep support to report "no PCB" and the values of the SO_CANTSENDMORE and SO_CANTRCVMORE state flags when a socket structure has no inpcb pointer. o Upgraded support for FreeBSD 5.0-CURRENT. Ben Smithurst <ben@scientia.demon.co.uk> supplied patches and did testing. David O'Brien <obrien@NUXI.com> supplied a test system. The update included dropping the Fctty part of file descriptor file system support, conditional on a Configure script test. I propagated those changes to BSDI, NetBSD, and OpenBSD in anticipation of their having the modification in the future. o Added support for 64 bit file sizes and offsets on BSDI, FreeBSD, NetBSD, and OpenBSD, based on a report from Dan Nelson <dnelson@emsphone.com>. Dan supplied a patch and did FreeBSD testing. o Added Configure script recognition of NetBSD 1.5, based on a report from Andrew Brown <atatat@atatdot.net>.
2000-04-06update to the release version lsof-4.49 (we have been using a beta);wiz2-20/+19
no functional change as far as I can tell.
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-03-16chmod -> ${CHMOD}wiz1-2/+2