summaryrefslogtreecommitdiff
path: root/sysutils/lsof
AgeCommit message (Collapse)AuthorFilesLines
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
2000-02-22update to 4.49C. Patch incorporated; other changes include an AIX fix,wiz4-21/+5
better Solaris 7/8 autoconfiguration and minor code cleanup.
2000-02-19Updated to lsof 4.49B pre-release. Changes since 4.46 are mainly bugfixeswiz7-107/+34
and better IPv6-support, as well as 1.4-current support.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-14Update lsof to 4.46.frueauf2-5/+5
4.46 October 23, 1999 Corrected /proc-based Linux lsof to detect that an IPv6 address is a mapped IPv4 address. The problem was reported and analyzed by Arkadiusz Miskiewicz <misiek@misiek.eu.org>, who also tested the fix. Added a libc5 library /dev/kmem-based Linux lsof circumvention, supplied by Jason Lingohr <lingman@lucid.net.au>. Corrected a bug in -t (terse) AIX output, reported by Wendy Lin <af5@taiyang.cc.purdue.edu>. I introduced the bug at revision 4.43 when adding FILE_FLAG reporting. This was offered as a patch to 4.45. Added a work-around for a problem in the OpenBSD 2.3 <sys/pipe.h> header file. Volker Borchert <bt@teknon.de> provided and tested it. Improved description of cross-building lsof for a 64 bit Solaris 7 system on a 32 bit system with suggestions from Phillip Edwards <Philip.Edwards@sn.wpafb.af.mil>. Fixed a gawk POSIX-mode pattern error in the Linux /dev/kmem-based Mksrc script, based on a tip from Ambrose C. Li <acli@mingpaoxpress.com>. Fixed a bug in the Tru64 UNIX IPv6 handling, courtesy of a report from Casper Dik <casper@holland.sun.com>. Enabled support for OpenBSD 2.6. Enabled support for BSDI 4.1, based on a report from Jeffrey C Honig <jch@bsdi.com> that only a Configure script change is necessary. Enabled Configure script to use gcc for building lsof for a 64 bit Solaris 7 and 8 kernels, if the gcc version is 2.95 or above. Improved -i option handling for systems with IPv6 support so that it will search for a host name in both IPv4 and IPv6 families, when that is possible. As a companion modification, changed -V processing to report a single error when a multiple host name match is requested. Casper Dik <casper@holland.Sun.COM> helped test. Fixed a DEC OSF/1, Digital UNIX, Tru64 UNIX repeat mode bug, reported by Mayer Ilovitz <mayer@cooper.edu>. Mayer helped test the fix. The fix was offered as a patch to 4.45. Changed Solaris socket file recognition scheme, so it is (nearly) the same through Solaris 8, where the previous clone device scheme no longer works. With significant assistance from Casper Dik, added support for Solaris 8 Beta and Beta refresh. The IPv6 support in Solaris 8 is still in some flux, so there are temporary compensations for the differences between Beta IPv6 support and Beta refresh IPv6 support. Casper and I hope those differences disappear by FCS. Improved the delivery of information on Solaris 2.5.1, 2.6, 7, and 8 door files. Fixed a repeat mode bug that surfaces when /etc/passwd changes between cycles. The bug report and diagnostic help were supplied by Igor Schein <igor@txc.com>. The fix was offered as a patch to 4.45. Added support for INRIA IPv6 to NetBSD. Jean-Luc Richier <Jean-Luc.Richier@imag.fr> provided patches and a test system on which to verify them. Added support for AIX 4.3.3. Jeff W. Stewart <jws@anaconda.cc.purdue.edu> provided a test system. Made adjustments for FreeBSD 4.0-current. Improved reporting of information for AIX sockets that lack protocol control blocks.
1999-07-30Update "lsof" package to version 4.45. Fixes PR pkg/8123 bytron2-5/+5
Wolfgang Rupprecht.
1999-07-09Add package patch checksum files.agc1-0/+5
1999-07-08Revert to previous configuration:agc1-5/+2
LOWER_OPSYS for Solaris is solaris. Remove the ugly hacks which had been introduced to workaround previous misunderstanding.
1999-07-07Make this package work on Solaris. Again.agc2-4/+22
1999-06-25Update to V4.44. Changes:hubertf4-105/+21
Corrects SunOS 4.1.x HSFS and segmentation fault problems; improves handling of UNIX PCB addresses in the /proc-based Linux lsof; corrects PPID and PGRP output ordering conflict; enhanced some library modules so more dialect versions could use them; adds raw socket support for /proc-based Linux lsof; adds support for UnixWare 7.1; made NetBSD 1.4C updates; makes minor adjustment for latest Tru64 UNIX 5.0 Beta release.
1999-06-02Update to 4.43_Wchristos4-29/+20
1999-05-20Handle factored out cwdinfo.kleink1-3/+67
1999-05-05Update lsof to 4.42_W.bad4-19/+26
Relevant changes in this version: improved file system search name reporting; updates Solaris 2.6 VxFS support; support for the latest NetBSD with default UVM support.
1999-05-05From ks@ub.uni-mainz.de: recognise 1.4ish systems.bad1-5/+24
1999-05-05Switch to ftp0.sunet.se per directions during login on that server.bad1-2/+2
1999-04-21Fix the LSOF_RANLIB target under Solaris in the generated lib Makefile.agc1-1/+10
1999-04-21Correct a few typos, and make this safe for Solaris.agc1-8/+14
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-2/+6
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-03-28Remove entries from lsof_4.40_W, just keep the current one.frueauf1-3/+1
1999-03-28Update to lsof_4.41_Wchristos4-32/+64
1999-02-18Add arg.c.patch to PATCHFILES, should fix security hole described infrueauf3-4/+20
http://www.hert.org/advisories/HERT-02.asc. Add patch to dialects/n+obsd/dlsof.h to define _KERNEL when including <sys/socket.h> to get the sockprot definition. Needed to compile on current.
1999-02-17Update lsof to 4.40.erh4-22/+7
1999-01-01Update lsof to 4.39.frueauf3-12/+9
The November 25, 1998 revision (4.38): adds FreeBSD 3.0 support; has idrlogin.perl* scripts updated to recognize sshd processes; adds support for Digital UNIX 5.0-BETA; adds support for OpenBSD 2.4; adds support for SCO OSR 5.0.5; changes Solaris 2.7 support to Solaris 7 support; adds support for NEXTSTEP 3.3; adds support for OpenStep 4.x; adds support for UnixWare 2.1.3; adds support for Linux 2.0.36; updated NetBSD sources for UVM header file change; corrects a bug in Sun format kernel name cache processing. The December 29 1998 revision (4.39): fixes a device number handling bug for Solaris 7; improves FreeBSD configuration; adds +f[cfn] option for listing file structure values; makes minor tweaks for additional Linux glibc evasion; supports AIX 4.3.2; fixes a -c option processing bug.
1998-11-18fis Homepages URL, per PR 6454 by Geoff C. Wing <gcw@pobox.com>hubertf1-2/+2
1998-10-22update for recent UVM change: vm maps are always main mapsdrochner1-0/+15
1998-09-28Update lsof to 4.37.frueauf3-16/+12
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.