summaryrefslogtreecommitdiff
path: root/sysutils/lsof/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-12-18Fix lsof to deal with the new ptyfs fake inode number allocationatatat1-4/+8
scheme. This code now does both.
2004-11-30Redo three patches to address build failure on NetBSD <= 1.6ZC, toatatat3-160/+211
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 theatatat8-23/+1353
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.erh1-6/+10
2004-11-07Needs <sys/bufq.h> on 2.99.10kim2-0/+42
2004-07-13Upgrade to lsof version 4.72. Changes related to or affecting NetBSDatatat3-136/+0
(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 newatatat3-10/+134
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 undertron1-0/+12
NetBSD 2.0 and newer.
2004-01-17Upgrade to lsof version 4.70. Changes related to or affecting NetBSDatatat2-243/+0
(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.atatat2-0/+243
This patch will be included in the next lsof release.
2003-11-22Bring back patch-aa -- it's for pkgsrc, not a bugfix.atatat1-0/+31
2003-11-224.69 is out, 4.68 is gone. Approved by agc.christos6-410/+0
2003-10-04Refix build on -current now that procfs and kernfs have churned again.atatat3-29/+69
2003-09-26Make lsof build under -current againatatat2-1/+33
2003-08-13A patch (courtesy of the lsof maintainer) to make lsof build again onatatat5-1/+308
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-06-19Upgrade to lsof version 4.68. Changes related to or affecting NetBSDatatat3-467/+0
(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-03Re-patch lsof with patches from Vic Abell. Building should now workatatat3-31/+449
on all platforms, with ffs2 (and ext2fs) related bugs smoothed out. Bump to PKGREVISION 2.
2003-04-19make this compile again. No UFS2 support.christos1-0/+49
2003-03-27Upgrade to lsof version 4.67. Changes related to or affecting NetBSDatatat4-73/+0
(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 thisatatat4-0/+73
4.66nb1. This patch will be included in the next lsof release.
2002-12-22Upgrade lsof pkg to 4.66. Notable changes are:atatat1-5/+18
... 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:atatat1-36/+0
... 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 olderatatat1-13/+22
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.tron2-24/+42
2002-09-12Fix build problem under NetBSD-current and combine two patches whichtron2-33/+24
modify the same file.
2002-08-19Make lsof 4.64 build under 1.5 again. Once 4.65 comes out, this patchatatat1-0/+18
can be removed.
2001-10-22Upgrade to lsof version 4.59, which obsoletes patch-ab. NetBSDatatat1-19/+0
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-09Add RCS Id to patch.atatat1-0/+4
2001-10-09Update to lsof release 4.58 (no obvious NetBSD related changes) andatatat1-0/+15
add a patch to "detect" uvm after Chuck's recent work.
2001-04-30Add a mk.conf variable LSOF_MORE_SECURE, which, if set to 1, willagc1-0/+18
mean that non-privileged users can only view their own open files. Fixes PR 12741, from Anne Bennett (anne@alcor.concordia.ca)
2000-08-25Update to 4.51 -- integrates patch. Other relevant changes:wiz1-52/+0
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 stuffkim1-8/+23
(vm) rather than the new stuff (uvm).
2000-07-29Make this compile on <vm/vm*.h>-less systems. Should address pkg/10706jlam1-0/+37
by Wolfgang Rupprech <wolfgang@wsrcc.com>.
2000-02-22update to 4.49C. Patch incorporated; other changes include an AIX fix,wiz1-13/+0
better Solaris 7/8 autoconfiguration and minor code cleanup.
2000-02-19Updated to lsof 4.49B pre-release. Changes since 4.46 are mainly bugfixeswiz3-83/+12
and better IPv6-support, as well as 1.4-current support.
1999-07-07Make this package work on Solaris. Again.agc1-0/+15
1999-06-25Update to V4.44. Changes:hubertf2-100/+16
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_Wchristos2-24/+15
1999-05-20Handle factored out cwdinfo.kleink1-3/+67
1999-05-05Update lsof to 4.42_W.bad2-14/+21
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-04-21Fix the LSOF_RANLIB target under Solaris in the generated lib Makefile.agc1-1/+10
1999-03-28Update to lsof_4.41_Wchristos2-23/+59
1999-02-18Add arg.c.patch to PATCHFILES, should fix security hole described infrueauf1-0/+14
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.erh2-17/+2
1998-10-22update for recent UVM change: vm maps are always main mapsdrochner1-0/+15
1998-09-28Update lsof to 4.37.frueauf1-6/+6
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-11Update to lsof-4.33_W.frueauf2-43/+11
1998-04-02Add support for UVM.frueauf2-0/+43