aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lsof
Commit message (Collapse)AuthorAgeFilesLines
* -Update to 4.90BMartin Wilke2016-01-062-3/+3
| | | | | | | | PR: 205931 Submitted by: maintainer Notes: svn path=/head/; revision=405327
* sysutils/lsof: 4.89E -> 4.90AKurt Jaeger2015-08-202-3/+3
| | | | | | | | | | | | | - head changed the system to require an opt_random.h header for some of the _KERNEL compiled headers that sysutils/lsof uses. - 4.90A fixes this, it also picks up the changes from the 4.89 FULL RELEASE PR: 202421 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=394821
* sysutils/lsof: move LICENSE from Makefile to files/LICENSEKurt Jaeger2015-06-162-32/+33
| | | | | | | | PR: 200921 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=389860
* sysutils/lsof: Add LICENSE the fancy wayKurt Jaeger2015-06-161-1/+36
| | | | | | | | PR: 200716 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=389855
* [MAINTAINER] sysutils/lsof: Update version 4.89D=>4.89EMuhammad Moinur Rahman2015-06-083-19/+18
| | | | | | | | | | | - Mark DATADIR safe - Fix contiguous blank lines in Makefile PR: 200696 Submitted by: ler@lerctr.org Notes: svn path=/head/; revision=388875
* Upgrade to 4.89DVanilla I. Shu2015-03-072-3/+3
| | | | | | | | | PR: 198312 Submitted by: junchoon@dec.sakura.ne.jp Approved by: maintainer Notes: svn path=/head/; revision=380705
* sysutils/lsof: 4.89B -> 4.89CKurt Jaeger2015-02-133-15/+3
| | | | | | | | | | | | | | | | | | | - Updated for latest version of FreeBSD 11.0-CURRENT. - Compensated for a missing FreeBSD 10.0 typedef of bool on the i386 architecture. Allen Hewes provided a test system. Andrey Chernov provided useful advice. - Improved tests/Add2TestDB script with a patch from Peter Schiffer. Added patches from Peter to eliminate Linux gcc warnings. Updated Lsof.8 with improvements supplied by Bjarni Ingi Gislason. - Changed FreeBSD global CFLAGS extraction per Terry Kennedy Also made sure -DNEEDS_BOOL_TYPEDEF is #define'd when the resulting CFLAGS doesn't contain it. Terry reported that need. PR: 197388 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=378940
* Fix build on systems without /etc/make.confThomas Zander2015-02-011-0/+11
| | | | | | | | | | PR: 197241 Submitted by: riggs Approved by: ler@lerctr.org (maintainer) MFH: 2015Q1 Notes: svn path=/head/; revision=378245
* Mark broken on arm OSVERSIONS before a required change in baseThomas Zander2015-01-051-2/+2
| | | | | | | | PR: 196454 Submitted by: ler@lerctr.org Notes: svn path=/head/; revision=376285
* Fix build on 10-STABLEThomas Zander2014-12-202-3/+5
| | | | | | | | | PR: 196142 Submitted by: ler@lerctr.org (maintainer) Reviewed by: sunpoet Notes: svn path=/head/; revision=375011
* - Update to 4.89A, which should fix head builds.Bryan Drewery2014-12-172-4/+4
| | | | | | | | PR: ports/195679 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=374867
* - Update to 4.88Bryan Drewery2014-10-163-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: ___________________ lsof 4.88 release notes _______________________ 4.88 October 13, 2014 Reduced to 50 the number of open file descriptors lsof attempts to close while trying to protect itself from a file descriptor exec() attack. This limits the overhead lsof incurs on systems that have large file descriptor limits, yet provides sufficient open descriptors for the library functions lsof calls. Updated for changes in FreeBSD 10 with advice from Eygene Ryabinkin <rea@freebsd.org>. Taught Configure to recognize FreeBSD 8.4. Herein am noting that lsof for Solaris 10 or 11 is no longer supported. I no longer have test systems. Some support is Herein am noting that lsof for Solaris 10 or 11 is no longer supported. I no longer have test systems. Some support is still available from Casper Dik <Casper.Dik@oracle.com> and a Solaris 11 patch he provided is included in this revision. Initialized local variables in the Linux process_id() function. Jia He <jiakernel@gmail.com> reported the problem. Added support for FreeBSD 11. Updated FreeBSD ZFS Configure stanza to supply a dummy opt_kdtrace.h when needed. Added tmpfs file system support for FreeBSD. Since a test system is no longer available, dropped the claim of FreeBSD 4.9 support. Added the +|-E options for Linux. -E displays endpoint info; +E displays endpoint info and endpopint files. Masatake YAMATO <yamato@redhat.com> requested this support and suggested code to implement it. Fixed a Linux bug handling processes whose command includes a non-printing character, particularly a NEWLINE character, and clarified printing of single '\\' characters in command and file names. Stephane Chazelas <stephane.chazelas@gmail.com> reported the problem. Added support for Linux RDMA and CRYPTO protocal names and UNIX socket type with code from Masatake YAMATO <yamato@redhat.com>. Fixed field output to insure that the field descriptor field is always selected, since it identifies the file set. The bug was reported by Gary Plewa <gary.m.plewa-1@lowes.com>. PR: 194383 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=371020
* Correct typo... it's tar:bzip2, not tar:bz2.Adam Weinberger2014-06-201-1/+1
| | | | Notes: svn path=/head/; revision=358516
* USES=tar:...Adam Weinberger2014-06-201-2/+1
| | | | Notes: svn path=/head/; revision=358496
* - Update to 4.88GSunpoet Po-Chuan Hsieh2014-03-112-3/+3
| | | | | | | | PR: ports/187448 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=347901
* - Update to 4.88FSunpoet Po-Chuan Hsieh2014-03-012-4/+3
| | | | | | | | PR: ports/187157 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=346597
* - Fix make package with setgidSunpoet Po-Chuan Hsieh2013-11-072-10/+24
| | | | | | | | | | - Bump PORTREVISION for package change PR: ports/183757 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=333148
* requires NEED_ROOTChristian Weisgerber2013-11-051-0/+1
| | | | Notes: svn path=/head/; revision=332864
* - Update to 4.88ESunpoet Po-Chuan Hsieh2013-10-122-12/+14
| | | | | | | | | | | | | | | - While I'm here: - Support STAGEDIR - Use USES=shebangfix Changes: - Support HEAD being FreeBSD 11-CURRENT PR: ports/182924 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=330150
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* - update to version 4.88DOlli Hauer2013-03-272-3/+3
| | | | | | | | | | add support for FreeBSD 8.4 PR: ports/177372 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=315408
* sysutils/lsof: upgrade to 4.88BEygene Ryabinkin2013-03-222-4/+4
| | | | | | | | | | | | | 4.88B is a fixup release that allows lsof to work with FreeBSD that was received changes in 'struct filedesc' (just now it is -HEAD after r247602). PR: ports/177200 Approved by: Larry Rosenman <ler@lerctr.org> (maintainer) QA page: http://codelabs.ru/fbsd/ports/qa/sysutils/lsof/4.88.b,8 Notes: svn path=/head/; revision=314936
* - restore obrien's name in `Created by' fieldRuslan Makhmatkhanov2013-01-021-1/+1
| | | | Notes: svn path=/head/; revision=309839
* - update to 4.87Ruslan Makhmatkhanov2013-01-022-12/+6
| | | | | | | | | | | | - trim Makefile header - remove USE_GCC (builds fine with clang) - bump PORTEPOCH (4.87A is greater than 4.87) PR: 174906 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=309838
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* Fix the build: remove bogus USE_GCC definition.Max Khon2012-09-041-1/+0
| | | | Notes: svn path=/head/; revision=303659
* Mark as broken on ARM.Mark Linimon2012-09-041-0/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=303632
* - Update to 4.87AAlex Kozlov2012-07-252-5/+5
| | | | | | | | | | * add support for oldnfs/newnfs filesystem types PR: ports/170117 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=301508
* Attempt to fix fetch. USE_BZIP2 must be declared before includingMark Linimon2012-05-221-2/+3
| | | | | | | | | bsd.port.pre.mk. Pointy hat to: linimon Notes: svn path=/head/; revision=297160
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-05-211-2/+2
| | | | | | | | | PR: ports/165994 Submitted by: 4721@hushmail.com Approved by: maintainer, ler@lerctr.org Notes: svn path=/head/; revision=297153
* Set IGNORE if no kernel sources presentChris Rees2012-04-151-1/+7
| | | | | | | Approved by: maintainer (Larry Rosenman <ler@lerctr.org>) Notes: svn path=/head/; revision=294862
* - Update to 4.86,7Ryan Steinmetz2012-04-142-11/+5
| | | | | | | | | | - Remove legacy pre-patch target PR: ports/166849 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=294832
* - Update to Update to 4.86B [1]Michael Scheidell2012-02-272-3/+3
| | | | | | | | | | | | | - Support 8.3 [1] [2] - Closes ports/165482 [2] PR: ports/165497 [1] Reported by: Damien Fleuriot <dam@my.gd> [2] Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=292299
* - Update to 4.86AChris Rees2011-10-222-4/+4
| | | | | | | | | | - Unbreak on 10-CURRENT PR: ports/161848 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=284109
* - Update to 4.85Ryan Steinmetz2011-09-302-8/+6
| | | | | | | | | | - Remove temporary mirror PR: ports/161079 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=282664
* Remove OSVERSION test -- irrelevant nowChris Rees2011-08-171-6/+0
| | | | Notes: svn path=/head/; revision=279890
* Update to 4.85D to support latest 9.0-BETA1Chris Rees2011-08-172-3/+9
| | | | | | | | PR: ports/159798 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=279888
* - Bump PORTREVISIONDennis Herrmann2011-03-291-2/+2
| | | | | | | | | | - Pick up ${SRC_BASE} PR: ports/155933 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=271991
* - Update to 4.85CDennis Herrmann2011-03-063-34/+3
| | | | | | | | PR: port/155292 Submitted by: Larry Rosenman <ler@lerctr.org> maintainer Notes: svn path=/head/; revision=270357
* - Update to 4.85ASunpoet Po-Chuan Hsieh2011-01-223-13/+39
| | | | | | | | | | | | | - Pet portlint - Utilize SRC_BASE - Minor cleanups PR: ports/154125 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268119
* - Update to 4.84AMartin Wilke2010-02-222-5/+5
| | | | | | | | | PR: 143961 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250199
* - Update to 4.83Martin Wilke2010-01-213-34/+6
| | | | | | | | PR: 142947 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=248320
* - Fix build on HEADMartin Wilke2010-01-181-0/+28
| | | | Notes: svn path=/head/; revision=248091
* - Update to 4.83CWen Heping2009-11-042-4/+4
| | | | | | | | PR: ports/140183 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=243775
* - Update to 4.83BMartin Wilke2009-09-162-4/+4
| | | | | | | | | PR: 138856 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241502
* - Update to 4.83AMartin Wilke2009-07-162-5/+5
| | | | | | | | PR: 136809 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=237950
* - Update to 4.82 (Release)Martin Wilke2009-04-132-6/+7
| | | | | | | | PR: 133662 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=232311
* - Update to 4.82EMartin Wilke2009-03-222-4/+4
| | | | | | | | PR: 132933 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Notes: svn path=/head/; revision=230671
* - Update to 4.82D (fix build on 8-CURRENT)Rong-En Fan2009-03-222-5/+4
| | | | | | | | PR: ports/132890 Submitted by: Larry Rosenman <ler at lerctr.org> (maintainer) Notes: svn path=/head/; revision=230630