non port: sysutils/lsof/Makefile |
Number of commits found: 241 (showing only 100 on this page) |
Wednesday, 5 Feb 2025
|
01:36 Larry Rosenman (ler)
sysutils/lsof: update ignore to suggest setting SRC_BASE.
Reported by: emaste
32cf046 |
Tuesday, 14 Jan 2025
|
15:22 Sergey A. Osokin (osa)
sysutils/lsof: pet portlint(1)
Fixes: efbb151650721f0dff7a761e08f7970951954ffa
40724aa |
Monday, 13 Jan 2025
|
23:52 Larry Rosenman (ler)
sysutils/lsof: fix after recent breakage
PR: 284004
Patch By: brd, cy
efbb151 |
05:05 Larry Rosenman (ler)
sysutils/lsof: revert 0654456e061181e74fd0eb06f9b966a4e759769d
- it's wrong.
5c1aca7 |
Saturday, 11 Jan 2025
|
22:08 Sergey A. Osokin (osa)
sysutils/lsof: pet portlint(1)
Fixes: e16a8f7d71053d0074d26ce16593a8c284b22a82
1ec769a |
20:56 Larry Rosenman (ler)
sysutils/lsof: add PR
PR: 284004
e16a8f7 |
20:51 Larry Rosenman (ler)
sysutils/lsof: fix breakage after 3a0cdb2675e6
- put /usr/src first.
0654456 |
Thursday, 21 Nov 2024
|
19:13 Larry Rosenman (ler)
sysutils/lsof: update to 4.99.4
PR: 282897
Reported by: Älven <alster@vinterdalen.se>
4821043 |
Saturday, 23 Mar 2024
|
19:49 Gleb Smirnoff (glebius)
sysutils/lsof: pull in two upstream patches for FreeBSD 15
Approved by: arrowd
03f2657 |
Wednesday, 10 Jan 2024
|
15:29 Baptiste Daroussin (bapt)
MAN?PREFIX: eleminate its usage and move man to share/man
e4610fc |
Sunday, 17 Dec 2023
|
00:38 Larry Rosenman (ler)
sysutils/lsof: update to 4.99.3: fix 00DIST
I forgot that 00DIST is TABS not SPACES. OOPS.
Pointy Hat to: ler
d85c123 |
Saturday, 16 Dec 2023
|
18:15 Larry Rosenman (ler)
sysutils/lsof: update to 4.99.2 to stay in sync with upstream
fix version file
066611f |
18:02 Larry Rosenman (ler)
sysutils/lsof: update to 4.99.1
Fix compilation error when HASIPv6 is not defined. (@chenrui333)
Add configure option --disable-liblsof to disable installation
of liblsof. (@subnut, #300)
[freebsd] fix segfault from fs info (FreeBSD bug 267760)
PR: 267760
Reported by: Ronald Klop
ec96413 |
Tuesday, 5 Dec 2023
|
01:38 Larry Rosenman (ler)
sysutils/lsof: /usr/local -> ${LOCALBASE}
Ooops, I'm out of practice.
Reported by: ashish@
c78f39a |
01:08 Larry Rosenman (ler)
sysutils/lsof: add a build depends on bash for the timebeing.
PR: 275543
Reported by: jakub_lach@mailplus.pl
8d096cb |
Monday, 4 Dec 2023
|
23:23 Larry Rosenman (ler)
sysutils/lsof: update to current upstream.
See https://github.com/lsof-org/lsof for details.
f645ad7 |
Sunday, 13 Aug 2023
|
14:48 Piotr Kubaj (pkubaj)
sysutils/lsof: remove noop powerpc knob
721fdba |
Tuesday, 17 Jan 2023
|
16:02 Larry Rosenman (ler)
sysutils/lsof: Upgrade to 4.97.0
ChangeLog:
[decof/du/tru64] Remove support because the os is no longer updated for more
than 10 years
[openstep/nextstep] Remove support because the os is no longer updated for more
than 20 years
Add experimental build system based on Autotools (#270)
Fixed LTsock testing on darwin (#272)
Remove NEW and OLD folders (#6)
Fix FreeBSD testcases (#271)
Rewrite documentation and publish at https://lsof.readthedocs.io/
1d92426 |
Monday, 26 Dec 2022
|
15:01 Larry Rosenman (ler)
sysutils/lsof: update to 4.96.5
- add <sys/callout.h> include
PR: 268279
Patch From: yasu@freebsd.org
ec41e40 |
Tuesday, 18 Oct 2022
|
16:50 Larry Rosenman (ler)
sysutils/lsof: upgrade to 4.96.4
fix build on 13.
PR: 266441
7a902c8 |
Saturday, 17 Sep 2022
|
01:48 Larry Rosenman (ler)
sysutils/lsof: move to the generic release
upstream was fine with releases not being FreeBSD specific.
same content as 4.96.3-freebsd.
789c270 |
Friday, 16 Sep 2022
|
20:33 Larry Rosenman (ler)
sysutils/lsof: update to 4.96.3
[FreeBSD] Fix kqueue compat for releases < 14
7b1f299 |
19:57 Larry Rosenman (ler)
sysutils/lsof: fix FreeBSD < 14
244ee01 |
19:27 Larry Rosenman (ler)
sysutils/lsof: update to 4.96.1
CHangeLog:
Unconditionally define HASKQUEUE
cdacfe1 |
19:13 Larry Rosenman (ler)
sysutils/lsof: update to 4.96.0-freebsd
ChangeLog:
[FreeBSD] configure: suggest variable to set if FreeBSD
sys not
found
submitted by @emaste
Updated 00FAQ with lookup to open files via mountpoint
Provided by Jacob Chapman in #240
[FreeBSD] modernize API usage and remove legacy FreeBSD
releases
Contributor DamjanJovanovic (#184) Ed Maste (#250, #251,
Warner Losh (#253)
b15b699 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Samorukov <samm@freebsd.org>
* Alex de Kruijff
* Alexander Haderer <alexander.haderer@loescap.de>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander V. Chernikov <melifaro@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andreas Dobloug <andreasd@@ifi.uio.no>
* Andreas Fehlner (fehlner@gmx.de)
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrej Zverev <az@inec.ru>
* Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
* Andrew Khlebutin <andrey@hm.perm.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrew Stevenson <andrew@ugh.net.au>
* Andrew Turner <zombie@i4free.co.nz>
* Andrey A. Chernov <ache@FreeBSD.org>
* Andrey Cherkashin <andoriyu@gmail.com>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Kuzmin <akuz84@gmail.com>
* Andrey Simonenko
* Andrey Zonov <andrey@zonov.org>
* Andris Raugulis <moo@arthepsy.eu>
* Andy Fawcett <andy@athame.co.uk>
* Anes Mukhametov <anes@anes.su>
* Anish Mistry
* Anish Mistry <amistry@am-productions.biz>
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Anton Lysenok <bart@tapolsky.net.ua>
* Anton Statutov <astatutov@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Aragon Gouveia <aragon@phat.za.net>
* Arjan van der Velde <noresult@xs4all.nl>
* Artem Zaytsev <a.arepo@gmail.com>
* Ashish SHUKLA <wahjava@gmail.com>
* Austin Shafer <ashafer@badland.io>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Baptiste Grenier <gwarf@gwarf.org>
* Bartek Rutkowski <robak@FreeBSD.org>
* Ben Kibbey <bjk@arbornet.org>
* Ben Woods <woodsb02@FreeBSD.org>
* Bjoern A. Zeeb <bzeeb+freebsd+ports@zabbadoz.net>
* Blaz Zupan <blaz@amis.net>
* Boris Kochergin <spawk@acm.poly.edu>
* Boris Popov <bp@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* Brad Lanam <bll@gentoo.com>
* Brian Dean <bsd@FreeBSD.org>
* Brian Handy <handy@physics.montana.edu>
* Brian Somers <brian@FreeBSD.org>
* Cameron Katri <me@cameronkatri.com>
* Carlo Strub
* Chad Castleberry AKA ritalin
* Charles Swiger <chuck@pkix.net>
* Charlie Kester <corky1951@comcast.net>
* Chifeng Qu <chifeng@gmail.com>
* Chris Calvey <chris@securityforensics.co.uk>
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Howey <howeyc@gmail.com>
* Christer Edwards <christer.edwards@gmail.com>
* Christopher Boumenot <boumenot@gmail.com>
* Christopher Key <cjk32@cam.ac.uk>
* Colin Booth <colin@heliocat.net>
* Colin Percival
* Conrad Meyer <cem@FreeBSD.org>
* Cosmin Stroe <cstroe1@uic.edu>
* Craig Leres <leres@FreeBSD.org>
* Craig Rodrigues <rodrigc@FreeBSD.org>
* Cy Schubert <cy@FreeBSD.org>
* Cyrille Lefevre <Cyrille.Lefevre@laposte.net>
* Cyrille Lefevre <clefevre@citeweb.net>
* Dale Woolridge <dale.woolridge@gmail.com>
* Dan Langille <dan@langille.org>
* Dan Piponi <wmtop@tanelorn.demon.co.uk>
* Daniel Baker <dbaker@FreeBSD.org>
* Daniel Bond
* Daniel Gerzo <danger@FreeBSD.org>
* Daniel Harris <dannyboy@subdimension.com>
* Daniel Johansson <donnex@donnex.net>
* Daniel Roethlisberger <daniel@roe.ch>
* Daniel Solsona <daniel@ish.com.au>, Guido Falsi <madpilot@FreeBSD.org>
* Daniel Thiele
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* Danny Howard <dannyman@toldme.com>
* Dave Cottlehuber <dch@skunkwerks.at>
* David Gardner
* David Le Brun <david@dyn-ns.net>
* David Naylor <dbn@FreeBSD.org>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@NUXI.com)
* David O'Brien <obrien@FreeBSD.org>
* David O'Brien <obrien@cs.ucdavis.edu>
* David Thiel <lx@redundancy.redundancy.org>
* David W. Chapman Jr. (dwcjr@FreeBSD.org)
* Denis Barov
* Denis Barov <dindin@dindin.ru>
* Denis N. Peplin <info@volginfo.ru>
* Dennis Herrmann <dhn@FreeBSD.org>
* Dereckson <dereckson@gmail.com>
* Derik van Zuetphen <dz@426.ch>
* Devin Teske <dteske@FreeBSD.org>
* Devin Teske <dteske@vicor.com>
* Dikshie
* Dima Panov <fluffy@Fluffy.Khv.RU>
* Dima Sivachenko <dima@chg.ru>
* Dirk Engling <erdgeist@erdgeist.org>
* Dmitri Nikulin <setagllib@optusnet.com.au>
* Dmitry Frolov <frol@nov.net>
* Dmitry N Fomin <fdn@okbire.ru>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Yashin <dmitry@yashin.su>
* Dmitry Yu Okunev dyokunev@ut.mephi.ru
* Dom Mitchell <dom@happygiraffe.net>
* Dom Mitchell <dom@myrddin.demon.co.uk>
* Dominic Fandrey <kamikaze@bsdforen.de>
* Donald Burr <dburr@FreeBSD.org>
* Doug Harple
* Douglas Thrift
* Dryice Liu <dryice@dryice.name>
* Dylan Bridgman
* Ed Schouten <ed@FreeBSD.org>
* Ed Schouten <ed@fxq.nl>
* Ederson de Moura <ederbs@ederbs.org>
* Edson Brandi <ebrandi@fugspbr.org>
* Eduard Martinescu
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Edwin Groothuis <edwin@mavetju.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Emmanuel Vadot <manu@freebsd.org>
* Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
* Eric Freeman <freebsdports@chillibear.com>
* Erik Greenwald <erik@smluc.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Eugene Grosbein <eugen@FreeBSD.org>
* Evan Sarmiento <esarmiento@wayfair.com>
* Evgeny Zhirnov <jirnov@gmail.com>
* Fabian Keil <fk@fabiankeil.de>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Florent Thoumie <flz@xbsd.org>
* Florian Smeets <flo@smeets.im>
* Frank Fenor <frank@fenor.de>
* Frank Wall <fw@moov.de>
* Frederic Culot <culot@FreeBSD.org>
* FreeBSD GNOME Team <gnome@freebsd.org>
* Frerich Raabe <frerich.raabe@gmx.de>
* Fukang Chen <loader@FreeBSD.org>
* Gabor Zahemszky
* Gabriel M. Dutra <0xdutra@gmail.com>
* Ganael LAPLANCHE <ganael.laplanche@martymac.org>
* Ganael Laplanche <ganael.laplanche@martymac.org>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org>
* George Cox <gjvc@gjvc.com>
* George Neville-Neil gnn@freebsd.org
* George Reid <greid@ukug.uk.freebsd.org>
* Gerhard Häring <gh@ghaering.de>
* Gerrit Beine <tux@pinguru.net>
* Gert Doering <gert@space.net>
* Gleb Kurtsou <gleb@FreeBSD.org>
* Gleb Smirnoff <glebius@FreeBSD.org>
* Greg Larkin <glarkin@FreeBSD.org>
* Greg Lewis <glewis@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Hakisho Nukama <nukama@gmail.com>
* Hans Petter Selasky <hselasky@freebsd.org>
* Harshavardhana
* Heiner <h.eichmann@gmx.de>
* Henrik Brix Andersen <brix@FreeBSD.org>
* Hizbulin Ildar <hizel@vyborg.ru>
* Hokan
* Hondareyte <lhondareyte@laposte.net>
* Hung-Yi Chen <gaod@hychen.org>
* Ian Lepore <ian@FreeBSD.org>
* Igor Pokrovsky <ip@unixway.org>
* Ivan Dreckman <ivannashdreckman@fastmail.fm>
* Ivan Lago <ivan.lago@ifom-ieo-campus.it>
* J.R. Oldroyd <fbsd@opal.com>
* James Hunt <james.hunt@ubuntu.com>
* James O'Gorman <james@netinertia.co.uk>
* Jamie Heckford <jamie@jamiesdomain.co.uk>
* Jan Stocker <Jan.Stocker@t-online.de>
* Janne Snabb <snabb@epipe.com>
* Jase Thew <freebsd@beardz.net>
* Jason Evans <jasone@FreeBSD.org>
* Jason Harris <jharris@widomaker.com>
* Jason Helfman <jgh@FreeBSD.org>
* Jean-Yves Lefort <jylefort@FreeBSD.org>
* Jeffrey Goldberg <jeffrey@goldmark.org>
* Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Jeremy Chadwick <freebsd@jdc.parodius.com>
* Jeremy Chadwick <jdc@parodius.com>
* Jeremy Shaffner <jeremy@external.org>
* Jesse
* Jesse Smith
* Jesse Smith <jessefrgsmith@yahoo.ca>
* Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
* Jev Björsell <ports@ecadlabs.com>
* Jim Pirzyk <pirzyk@FreeBSD.org>
* Jim Pirzyk pirzyk@FreeBSD.org
* Jim Riggs <ports@christianserving.org>
* Jim Shewmaker
* Jin-Sih Lin <linpct@gmail.com>
* Jin-Sih, Lin <linpct@gmail.com>
* Joe Barbish
* Joe Barbish <jail-primer1@a1poweruser.com>
* Joe Barbish <qchroot1@a1poweruser.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Joerg Pulz <Joerg.Pulz@frm2.tum.de>
* Johannes Dieterich <jmd@FreeBSD.org>
* John D. "Trix" Farrar <trix@basement.net>
* John Hixson <jhixson@FreeBSD.org>
* John Hixson <jhixson@freebsd.org>
* John Hixson <john@pcbsd.org>
* John Reynolds <johnjen@reynoldsnet.org>
* Jon Wilson <jon@phuq.co.uk>
* Jonathan Liu <Net147@hotmail.com>
* Joris Vandalon
* Jose G. Juanino <jjuanino@gmail.com>
* Josef El-Rayes <josef@FreeBSD.org>
* Joseph Benden <joe@thrallingpenguin.com>
* Jouke Witteveen <j.witteveen@gmail.com>
* Jov <amutu@amutu.com>
* Ju Pengfei <jupengfei@gmail.com>
* Juergen Lock <nox@FreeBSD.org>
* Juergen Lock <nox@jelal.hb.north.de>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Jung-uk Kim <jkim@FreeBSD.org>
* Juraj Lutter <otis@sk.FreeBSD.org>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* KIMURA Takamichi <takamiti@tsden.org>
* Kai Wang <kaiwang27@gmail.com>
* Kamila Souckova <kamila@ksp.sk>
* Kay Lehmann
* Kay Lehmann <kay_lehmann@web.de>
* Kevin Bowling <kbowling@FreeBSD.org>
* Kirill Ponomarev <krion@FreeBSD.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Kirk Strauser <kirk@strauser.com>
* Konstantin Menshikov <kostjnspb@yandex.ru>
* Konstantin Reznichenko <kot@premierbank.dp.ua>
* Koop Mast <kwm@FreeBSD.org>
* Koop Mast<kwm@FreeBSD.org>
* Kris Kennaway <kris@FreeBSD.org>
* Kris Moore <kmoore@FreeBSD.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kueifeng Li <thinker@branda.to>
* Lapo Luchini <lapo@lapo.it>
* Lars Engels <lars.engels@0x20.net>
* Lars Engels <lme@FreeBSD.org>
* Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Len Sassama
* Leo Vandewoestijne <freebsd@dns-lab.com>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* Loren M. Lang
* Luca Pizzamiglio <pizzamig@FreeBSD.org>
* Lucas Holt <luke@foolishgames.com>
* Lukasz Wasikowski <lukasz@wasikowski.net>
* Lupe Christoph <lupe@lupe-christoph.de>
* M. Warner Losh <imp@FreeBSD.org>
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* Mahdi Mokhtari <mokhi64@gmail.com>
* Mahlon E. Smith <mahlon@martini.nu>
* Manuel Rabade Garica <mig@mig-29.net>
* Marc G. Fournier <scrappy@FreeBSD.org>
* Marc Lagrange <rhaamo@gruik.at>
* Marcel Kaiser <mk@nic-nac-project.org>
* Marcin Cieslak <saper@SYSTEM.PL>
* Marcin Simonides <marcin@studio4plus.com>
* Marco Steinbach <coco@executive-computing.de>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Marius Strobl <marius@FreeBSD.org>
* Mark Blackman <tmb_ports@maddog.u-net.com>
* Mark Felder <feld@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Markus Brueffer <markus@FreeBSD.org>
* Markus Dolze
* Martin Matuska <mm@FreeBSD.org>
* Martin Otto
* Martin Pala <martinp@tildeslash.com>
* Martin Tournoij <carpetsmoker@xs4all.nl>
* Martin Tournoij <martin@arp242.net>
* Martin Wilke <miwi@FreeBSD.org>
* Marwan Burelle <marwan.burelle@lri.fr>
* Mateusz Piotrowski <0mp@FreeBSD.org>
* Matt Lancereau <matt@rimasec.net>
* Matt Lancereau <ports@FreeBSD.org>
* Matt Peterson <matt@peterson.org>
* Matteo Cypriani <mcy@lm7.fr>
* Matthew Dillon <dillon@backplane.com>
* Matthew Fuller <fullermd@over-yonder.net>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Max Khon
* Max Khon <fjoe@FreeBSD.org>
* Max Laier <max@love2party.net>
* Maxim Ignatenko <gelraen.ua@gmail.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Melvyn Sopacua <melvyn@magemana.nl>
* Michael Gmelin <freebsd@grem.de>
* Michael Johnson <ahze@FreeBSD.org>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael L. Hostbaek <mich@freebsdcluster.org>
* Michael Moll <kvedulv at kvedulv.de>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Ranner <michael@ranner.eu>
* Michael Reifenberger
* Miguel Mendez <flynn@energyhq.homeip.net>
* Mike Meyer <mwm@mired.org>
* Mike Muir <mmuir@es.co.nz>
* Mikolaj Golub <to.my.trociny@gmail.com>
* Mikolaj Golub <trociny@FreeBSD.org>
* Mohammad S. Babaei <info@babaei.net>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Murray Nesbitt <freebsd@nesbitt.ca>
* Mykola Dzham <i@levsha.me>
* Natacha Porte <natbsd@instinctive.eu>
* Nick Hibma <n_hibma@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nikola Kolev <koue@chaosophia.net>
* Nikolai Lifanov
* Nikolai Lifanov <lifanov@FreeBSD.org>
* Nikolai Lifanov <lifanov@FreeBSD.org> and Ben Woods <woodsb02@FreeBSD.org>
* Nikolay Dachev <jadm@dachev.info>
* Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Nosov Artem <chip-set@mail.ru>
* Oleg A. Mamontov <oleg@mamontov.net>
* Oleg Alexeenkov <proler@gmail.com>
* Oleg Ginzburg
* Oleg Ginzburg <olevole@olevole.ru>
* Oliver Braun <obraun@FreeBSD.org>
* Oliver Eikemeier
* Oliver Lehmann <Kai_Allard_Liao@gmx.de>
* Oliver Lehmann <oliver@FreeBSD.org>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Olivier Duchateau <olivierd@FreeBSD.org>
* Palle Girgensohn <girgen@FreeBSD.org>
* Patrice Clement <monsieurp@gentoo.org
* Patrice Clement <monsieurp@gentoo.org>
* Patrick Li <pat@databits.net>
* Patrick M. Hausen (pmh@hausen.com)
* Patrick Rinke <patrick@rinke-bochum.de>
* Paul Dlug <paul@aps.org>
* Pav Lucistnik <pav@FreeBSD.org>
* Pavel Novikov
* Pavel Timofeev <timp87@gmail.com>
* Pawel Pekala <c0rn@o2.pl>
* Pete Fritchman <petef@databits.net>
* Peter Ankerstal <peter@pean.org>
* Peter Edwards <pmedwards@eircom.net>
* Peter TKATHENKO <peter@flytrace.com>
* Philippe Casidy <pcasidy@casidy.com>
* Pieter Danhieux <opr@bsdaemon.be>
* Piotr Kubaj <pkubaj@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qiang Guo <guoqiang_cn@126.com>
* Radim Kolar
* Ralf van Dooren <r.vdooren@snow.nl>
* Rashid N. Achilov <shelton@granch.ru>
* Remington Lang <MrL0Lz@gmail.com>
* Renaud Chaput <renchap@cocoa-x.com>
* René Ladan <rene@freebsd.org>
* Ricardo A. Reis <ricardo.areis@gmail.com>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rod Person <rodperson@rodperson.com>
* Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
* Rodrigo Graeff <delphus@gmail.com>
* Rodrigo OSORIO <rodrigo@FreeBSD.org>
* Roman Bogorodskiy <novel@FreeBSD.org>
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Jackson <raj@csub.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Sachidananda Urs
* Samir Noir <samir@noir.im>
* Samy Al Bahra <samy@kerneled.com>
* Samy Al Bahra <samy@kerneled.org>
* Sascha Klauder <sklauder@trimind.de>
* Scot Hetzel <swhetzel@gmail.com>
* Seamus Venasse <svenasse@polaris.ca>
* Sean Rees <sean@rees.us>
* Sebastian Yepes F. <esn@x123.info>
* Sergei Kolobov <sergei@kolobov.com>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Kozlov <sergey.kozlov@intel.com>
* Sergey Kozlov <skozlov@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
* Slawomir Wojciech Wojtczak <vermaden@interia.pl>
* Soeren Boll Overgaard <boll@tolkien.dk>
* Sofian Brabez <sbrabez@gmail.com>
* Sofian Brabez <sbz@FreeBSD.org>
* SriSaiGanesh
* Stanislav Sedov <ssedov@mbsd.msk.ru>
* Stefan Esser
* Stefan Jahn <stefan.jahn@nemesis-sektor.de>
* Stefan Rumetshofer
* Steffen Fritz <steffen@fritz.wtf>
* Steffen Vogelreuter
* Stephen J. Roznowski <sjr@home.net>
* Steve Atwell
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Steven Kreuzer <steven@exit2shell.com>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* The Anarcat <anarcat@anarcat.ath.cx>
* Thierry Dussuet <dussuett@wigwam.ethz.ch>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas (<thierry@pompo.net>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Bartelmess <thomas@bartelmess.io>
* Thomas E. Zander <riggs@rrr.de>
* Thomas Hurst <tom@hur.st>
* Thomas Seck <tmseck@netcologne.de>
* Thomas Zander <riggs@FreeBSD.org>
* Thorsten Greiner <thorsten.greiner@web.de>
* Tim Bishop <tdb@FreeBSD.org>
* Tim Bishop <tim@bishnet.net>
* Tim Welch <ports@thepentagon.org>
* Tim van der Hoek <hoek@FreeBSD.org>
* Timothy Redaelli
* Tobias Roth <ports@fsck.ch>
* Tom Judge <tom@tomjudge.com>
* Tom Rhodes <trhodes@FreeBSD.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Tony Narlock <tony@git-pull.com>
* Tony Shadwick <tshadwick@oss-solutions.com>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Uffe Jakobsen <uffe@uffe.org>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Valerio Daelli <valerio.daelli@gmail.com>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Vanilla I. Shu <vanilla@MinJe.com.TW>
* Vasiliy Ch <blttll@gmail.com>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vladimir Kondratyev <wulf@FreeBSD.org>
* Vladimir Laskov <samflanker@gmail.com>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wes Peters <wes@FreeBSD.org>
* William Grzybowski <wg@FreeBSD.org>
* Wu Chin-Hao <wchunhao@cs.nctu.edu.tw>
* Xavier Beaudouin <kiwi@oav.net>
* Xin LI <delphij@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yasuhiro KIMURA <yasu@utahime.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Yonatan <Yonatan@xpert.com>
* Yonatan <onatan@gmail.com>
* Yoshifumi Watanabe <mwatts@edu1.tokyo-med.ac.jp>
* Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Yuan-Chen Cheng <ycheng@sinica.edu.tw>
* Yuichiro NAITO <naito.yuichiro@gmail.com>
* Yuri Victorovich <yuri@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zane C, Bowers <vvelox@vvelox.net>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zeus Panchenko <zeus@gnu.org.ua>
* alepulver
* anarcat
* anders
* arved
* asami
* bjohnson@wedgie.org
* bsdx
* carl@servicefactory.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chuck@pkix.net
* clsung
* cracauer@cons.org "Martin Cracauer"
* cy@FreeBSD.org
* dds
* desmo@bandwidth.org
* dieringe
* eivind
* freebsd@spatula.net
* futatuki
* gahr
* grog
* gtodd@bellanet.org
* gurkan@phys.ethz.ch
* ijliao
* imp
* ismail.yenigul@endersys.com.tr
* jack
* janos.mohacsi@bsd.hu
* jfreund
* jhb
* jim@thehousleys.net
* jkh
* joerg
* jon@witchspace.com
* joseph@randomnetworks.com
* jpaetzel@FreeBSD.org
* jrhett@netconsonance.com
* jwd
* kaz@kobe1995.net (NAKAMURA Kauzushi)
* kiesel
* kiesel@schlund.de
* kmoore@FreeBSD.org
* koma2@lovepeers.org
* kuriyama
* luigi@FreeBSD.org
* lx@redundancy.redundancy.org
* marius@alchemy.franken.de
* mi@aldan.algebra.com
* mich@freebsdcluster.org
* michael@fuckner.net
* mm
* mranner@inode.at
* netch@netch.kiev.ua
* ntarmos@ceid.upatras.gr
* okeeblow <root@cooltrainer.org>
* papowell@lprng.com
* pat
* petef@FreeBSD.org
* peter
* philip@FreeBSD.org
* ports@c0decafe.net
* rantapaa@uswest.net
* rhay
* rhwang@bigpanda.com
* roam@FreeBSD.org
* roam@orbitel.bg
* samm
* samu <freebsd-ports@samu.pl>
* se@freebsd.org
* shige
* stas
* sten@blinkenlights.nl
* sterling
* sumikawa
* takawata@jp.FreeBSD.org
* thierry@pompo.net
* thompsa@FreeBSD.org
* trasz
* trasz <trasz@pin.if.uz.zgora.pl>
* tundra
* uffe@uffe.org
* uri@keves.org
* walt
* will
* wmoran
* wosch
With hat: portmgr
ea71236 |
Sunday, 1 May 2022
|
19:04 Larry Rosenman (ler)
sysutils/lsof: upgrade to 4.95.0
* Remove unnecessary tar:bzip2 from USES. [1]
* Update WWW.
* Pet portclippy.
* Tidy up Makefile with portfmt.
ChangeLog: https://github.com/lsof-org/lsof/releases/tag/4.95.0
PR: 263637
Reported by: diizzy [1], yasu@freebsd.org
2c77770 |
Wednesday, 8 Sep 2021
|
20:53 Bernhard Froehlich (decke)
sysutils/lsof: Add CPE information
Approved by: portmgr (blanket)
d54aad3 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 30 Jan 2021
|
13:12 dim
sysutils/lsof: Update to 4.94
* Update to 4.94.
* Update or remove patches that are included in upstream.
* Fix build with Clang 11 without setting 'CFLAGS+=-fcommon' in Makefile.
* Use new pwddesc structure if applicable.
Change Log: https://github.com/lsof-org/lsof/releases/tag/4.94.0
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
PR: 251096
MFH: 2021Q1
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 11 Nov 2020
|
22:11 leres
sysutils/lsof: Unbreak for 12.2-RELEASE and newer 13.0-CURRENT
The the order of fields in the namecache struct changed in stable/12
(r363891) and head (r367338); this definition is not public so lsof
has it's own copy that needs to be conditionally adjusted accordingly.
PR: 250916
Approved by: ler (maintainer)
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 14 Oct 2020
|
08:17 pkubaj
sysutils/lsof: replace architecture check with compiler check
This issue happens only when GCC is in use, it doesn't happen with clang. Since
the package changes, bump PORTREVISION.
This also fixes build on e.g. mips64 stable/12.
MFH: 2020Q4 (fix build blanket)
![Original commit message Original commit](/images/envelope10.gif) |
07:49 pkubaj
sysutils/lsof: fix build on 12.2-RC2 on powerpc(64)
Link also to libzfs:
/usr/lib/libzpool.so: undefined reference to `get_system_hostid'
MFH: 2020Q4 (fix build blanket)
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 15 Jul 2020
|
14:56 ler
sysutils/lsof: update post r363214.
Submitted by: mjg
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 10 Jul 2020
|
16:26 tobik
sysutils/lsof: Unbreak build with -fno-common
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at dnode.c
>>> dnode.o:(.bss+0x0)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at dnode1.c
>>> dnode1.o:(.bss+0x0)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at dproc.c
>>> dproc.o:(.bss+0x10)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at dsock.c
>>> dsock.o:(.bss+0x0)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at dstore.c
>>> dstore.o:(.bss+0x20)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at arg.c
>>> arg.o:(.bss+0x18)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at main.c
>>> main.o:(.bss+0x18)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at misc.c
>>> misc.o:(.bss+0xA8)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at node.c
>>> node.o:(.bss+0x20)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at print.c
>>> print.o:(.bss+0x158)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at proc.c
>>> proc.o:(.bss+0x10)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at store.c
>>> store.o:(.bss+0x298)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at usage.c
>>> usage.o:(.bss+0x0)
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at ckkv.c
>>> ckkv.o:(.bss+0x0) in archive ./lib/liblsof.a
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at dvch.c
>>> dvch.o:(.bss+0x408) in archive ./lib/liblsof.a
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at fino.c
>>> fino.o:(.bss+0x0) in archive ./lib/liblsof.a
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at isfn.c
>>> isfn.o:(.bss+0x38) in archive ./lib/liblsof.a
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at pdvn.c
>>> pdvn.o:(.bss+0x0) in archive ./lib/liblsof.a
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at lkud.c
>>> lkud.o:(.bss+0x0) in archive ./lib/liblsof.a
ld: error: duplicate symbol: Cfp
>>> defined at dmnt.c
>>> dmnt.o:(Cfp)
>>> defined at prfp.c
>>> prfp.o:(.bss+0x0) in archive ./lib/liblsof.a
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 30 Apr 2020
|
01:13 ler
sysutils/lsof: handle the .so's in the manpage, working around a mandoc bug.
PR: 243205
Submitted by: jamie@catflap.org
Reported by: yasu@utahime.org
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 8 Mar 2020
|
02:55 ler
sysutils/lsof: fix compile on 13-CURRENT
Submitted by: mjg
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 21 Jan 2020
|
15:41 ler
sysutils/lsof: fix build on powerpc, powerpc64, powerpcse
PR: 242758
Submitted by: pkubaj
MFH: 2020Q1
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 10 Jan 2020
|
18:35 ler
sysutils/lsof: add a PPC64 work around for needing -lzpool
PR: 242833
Submitted by: luciano@vespaperitivo.it
![Original commit message Original commit](/images/envelope10.gif) |
00:02 ler
sysutils/lsof: fix after base r356432.
PR: 243172
Submitted by: mjg
Reported by: yasu@utahime.org
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 6 Jan 2020
|
20:42 ler
sysutils/lsof: fix build following base r356337.
I took the patch from 243122 as it was more correct.
PR: 243122, 243083
Submitted by: cy, yasu@utahime.org
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 21 Dec 2019
|
02:01 ler
sysutils/lsof: unbreak after base r354895.
- fix vm_map related breakage
- remove #define/#undef _KERNEL for tmpfs (dougm had the header fixed)
patch courtesy of dougm@
PR: 242620
Reported by: ish@amail.plala.or.jp
Obtained from: dougm
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 28 Oct 2019
|
18:03 wg
sysutils/lsof: fix build on (at least) stable/12
Submitted by: mav
Approved by: ler (maintainer)
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 10 Aug 2019
|
22:44 ler
sysutils/lsof: fix build on -current, fix man page
- fix build post r350531 [0]
- fix manpage. [1]
PR: 239686 [1], 239754 [0]
Submitted by: yasu@utahime.org [0], jamie@catflap.org [1]
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 26 Jul 2019
|
13:59 ler
sysutils/lsof: add <stdbool.h> to support recent -CURRENT.
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 30 Jun 2019
|
19:15 ler
sysutils/lsof: quiet portlint.
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 22 May 2019
|
14:46 ler
sysutils/lsof: shut up warning about unsupported version.
![Original commit message Original commit](/images/envelope10.gif) |
02:34 ler
sysutils/lsof: fix build on -CURRENT.
sys/_lock.h is no longer implicitly included in such a way that the #ifdef
_KERNEL #error in lockmgr.h is bypassed after r347984. Fix lsof to explicitly
include _lock.h with _KERNEL defined on 13.
Submitted by: cem
Reported by: pkg-fallout
Differential Revision: https://reviews.freebsd.org/D20341
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 9 May 2019
|
12:26 ler
sysutils/lsof: update to 4.93.2.
Update the version number embedded in lsof executable.
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 7 May 2019
|
16:37 ler
sysutils/lsof: put the SRC_BASE check back where it actually works in poudriere.
![Original commit message Original commit](/images/envelope10.gif) |
15:12 ler
sysutils/lsof: remove fixup_release stuff.
This will be no longer needed with the move to GitHub.
![Original commit message Original commit](/images/envelope10.gif) |
15:10 ler
sysutils/lsof: move to GitHub, update to 4.93.1
Changes since 4.92:
4.93.0 May 7, 2019
[freebsd] Made FreeBSD 13 adjustment.
[darwin] Fix a typo causing a build error.
Fix a potential memory leak.
[linux] use tirpc for rpc if libc doesn't provide rpc.h.
Fix a typo in man page.
[linux] fix memory leaks detected by valgrind about unix
endpoint information.
Update the description about -fg and -fG options on linux.
4.93.1 May 7, 2019
Fix a broken symbolic link.
The new features developed at lsof-org/lsof-linux repository is not
merged yet.
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 21 Oct 2018
|
14:25 ler
sysutils/lsof: support FreeBSD 13-current
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 6 Jun 2018
|
18:12 ler
sysutils/lsof: update to 4.92B that has the patch included for recent mem*/b*
library changes.
Obtained from: Vic Abell (author)
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 3 Jun 2018
|
13:30 ler
sysutils/lsof: handle recent changes to b*/mem* library calls.
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 6 May 2018
|
19:40 ler
sysutils/lsof: upgrade to 4.92A to support recent -CURRENT
PR: 227997
Reported by: grahamperrin@gmail.com
Approved by: Vic Abell (Author)
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 26 Mar 2018
|
22:14 ler
sysutils/lsof: upgrade to 4.91
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 18 Feb 2018
|
18:35 ler
sysutils/lsof: remove very out of date MASTER_SITES.
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 17 Feb 2018
|
19:39 ler
Correct PORTREVISION spelling.
Reported by: sunpoet
![Original commit message Original commit](/images/envelope10.gif) |
18:51 ler
Add a pkg-message about pre-built binaries and kernels.
PR: 225986
Reviewed by: adamw
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 15 Feb 2018
|
18:35 ler
sysutils/lsof: upgrade to 4.90 full release
Submitted by: Vic Abell
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 3 Oct 2017
|
18:52 ler
sysutils/lsof: official release picking up glebius' fix in r451103..
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 2 Oct 2017
|
23:31 glebius
Fix lsof build after src r324225.
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 10 Sep 2017
|
23:27 ler
sysutils/lsof: upgrade to 4.90P, which fixes the test suite for 64-bit dev_t,
and
the bzero fix.
![Original commit message Original commit](/images/envelope10.gif) |
14:05 ler
sysutils/lsof: unbreak after r323329
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 1 Sep 2017
|
14:36 linimon
Now builds on powerpc64.
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 30 Jul 2017
|
09:01 amdmi3
- Cosmetic fixes
- Update WWW
Approved by: portmgr blanket
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 11 Jun 2017
|
18:43 ler
Update sysutils/lsof to 4.90M.
Handle -CURRENT socket struct elements renaming.
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 24 May 2017
|
23:51 ler
sysutils/lsof: upgrade to 4.90L
Fix a compiler complaint due to ino64.
Still works fine on 11, or any other supported version of FreeBSD>
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 20 May 2017
|
12:02 linimon
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 23 Apr 2017
|
23:08 ler
sysutils/lsof: upgrade to 4.90K, integrate our local patch upstream
Obtained from: Vic Abell <vabell@lsof.comcastbiz.net>
Differential Revision: https://reviews.freebsd.org/D10474
![Original commit message Original commit](/images/envelope10.gif) |
21:28 ler
Remove http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ as it
hasn't been updated since 2012.
Approved by: adamw (mentor), rene (co-mentor)
Differential Revision: https://reviews.freebsd.org/D10473
![Original commit message Original commit](/images/envelope10.gif) |
16:51 ler
sysutils/lsof: upgrade to 4.90J: fix nullfs in FreeBSD 11+
Submitted by: "Jamie Landeg-Jones" <jamie@catflap.org>
Obtained from: Vic Abell <vabell@lsof.comcastbiz.net> (author)
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D10465
![Original commit message Original commit](/images/envelope10.gif) |
Sunday, 15 Jan 2017
|
15:28 ler
Official fix for the arm ARM_NARCH and ARM_NMMUS issue
(r431492)
Approved by: adamw (mentor)
Obtained from: Vic Abell (author)
MFH: 2017Q1 (blanket)
Differential Revision: https://reviews.freebsd.org/D9188
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 14 Jan 2017
|
19:36 ler
Fix sysutils/lsof on arm.
This fixes the case where ARM_NARCH and ARM_NMMUS are 0, since the lsof(1)
sources get hacky
access to kernel structures.
PR: 216065
Submitted by: samm os2 kiev ua
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9176
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 11 Jan 2017
|
18:26 ler
Mirror distfile on MASTER_SITES_LOCAL instead of my server
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9139
![Original commit message Original commit](/images/envelope10.gif) |
10:08 amdmi3
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
![Original commit message Original commit](/images/envelope10.gif) |
00:28 ler
Update MAINTAINER on my ports (and created by line) to my @FreeBSD.org email
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D9125
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 22 Sep 2016
|
21:51 adamw
Update to 4.90G.
Includes:
- Change from using i_dev to using i_ump->um_dev
PR: 212901
Submitted by: Trond Endrestol
Approved by: maintainer (Larry Rosenman)
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 7 Sep 2016
|
15:03 adamw
Update to 4.90F.
PR: 212457
Submitted by: maintainer (Larry Rosenman)
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 20 Jul 2016
|
15:10 adamw
Update to 4.90E.
PR: 211241
Submitted by: maintainer (Larry Rosenman)
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 11 Jul 2016
|
20:44 adamw
upgrade to 4.90C
- support for DTYPE_PTS
- FreeBSD 12.0-CURRENT
PR: 211017
Submitted by: maintainer (Larry Rosenman)
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 9 Jul 2016
|
00:41 cy
Fix build under 12.0-CURRENT.
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 6 Jan 2016
|
06:10 miwi
-Update to 4.90B
PR: 205931
Submitted by: maintainer
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 20 Aug 2015
|
02:18 pi
sysutils/lsof: 4.89E -> 4.90A
- 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)
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 16 Jun 2015
|
20:09 pi
sysutils/lsof: move LICENSE from Makefile to files/LICENSE
PR: 200921
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
![Original commit message Original commit](/images/envelope10.gif) |
17:24 pi
sysutils/lsof: Add LICENSE the fancy way
PR: 200716
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 8 Jun 2015
|
19:55 bofh
[MAINTAINER] sysutils/lsof: Update version 4.89D=>4.89E
- Mark DATADIR safe
- Fix contiguous blank lines in Makefile
PR: 200696
Submitted by: ler@lerctr.org
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 7 Mar 2015
|
16:31 vanilla
Upgrade to 4.89D
PR: 198312
Submitted by: junchoon@dec.sakura.ne.jp
Approved by: maintainer
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 13 Feb 2015
|
19:09 pi
sysutils/lsof: 4.89B -> 4.89C
- 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)
![Original commit message Original commit](/images/envelope10.gif) |
Monday, 5 Jan 2015
|
09:29 riggs
Mark broken on arm OSVERSIONS before a required change in base
PR: 196454
Submitted by: ler@lerctr.org
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 20 Dec 2014
|
16:56 riggs
Fix build on 10-STABLE
PR: 196142
Submitted by: ler@lerctr.org (maintainer)
Reviewed by: sunpoet
![Original commit message Original commit](/images/envelope10.gif) |
Wednesday, 17 Dec 2014
|
18:33 bdrewery
- Update to 4.89A, which should fix head builds.
PR: ports/195679
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 16 Oct 2014
|
19:48 bdrewery
- Update to 4.88
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)
![Original commit message Original commit](/images/envelope10.gif) |
Friday, 20 Jun 2014
|
07:23 adamw
Correct typo... it's tar:bzip2, not tar:bz2.
![Original commit message Original commit](/images/envelope10.gif) |
01:55 adamw
USES=tar:...
![Original commit message Original commit](/images/envelope10.gif) |
Tuesday, 11 Mar 2014
|
18:19 sunpoet
- Update to 4.88G
PR: ports/187448
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
![Original commit message Original commit](/images/envelope10.gif) |
Saturday, 1 Mar 2014
|
07:24 sunpoet
- Update to 4.88F
PR: ports/187157
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
![Original commit message Original commit](/images/envelope10.gif) |
Thursday, 7 Nov 2013
|
19:40 sunpoet
- Fix make package with setgid
- Bump PORTREVISION for package change
PR: ports/183757
Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
![Original commit message Original commit](/images/envelope10.gif) |
Number of commits found: 241 (showing only 100 on this page) |