summaryrefslogtreecommitdiffstats
path: root/sysutils/lsof
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.57.2.obrien2001-09-012-3/+6
| | | | This fixes some nits on 5-CURRENT.
* Update to 4.57.1 which supports 4.4-FreeBSD.obrien2001-08-212-4/+4
|
* Update to version 4.57.obrien2001-07-201-1/+1
|
* Update to 4.56.4.obrien2001-06-162-11/+15
| | | | This fixes the fdescfs support in the latest 5-CURRENT (post FS /sys reorg).
* Fix a typo that breaks the Makefile.obrien2001-06-161-1/+1
|
* LSOF's configure uses `FREEBSD_SYS' as a way to override /usr/src/sys asobrien2001-06-161-5/+7
| | | | | | the path to the kernel sources. Make the port Makefile follow suit. Submitted by: dd
* spell checkobrien2001-06-151-2/+2
|
* Update to 4.56.3.obrien2001-06-152-4/+4
| | | | | | LSOF now *requires* a populated /usr/src if building on a machine using devfs (ie, 5-CURRENT). There is no other currently existing way for it to get the information it needs.
* Update to 4.56.obrien2001-05-032-4/+4
|
* Update to 4.55.2.obrien2001-05-022-3/+3
| | | | This version fixes a minor issue on 5-FreeBSD.
* Update to 4.55.1.obrien2001-04-302-4/+4
| | | | This version recognizes 4.3FreeBSD so the benign warning isn't given.
* Update to 4.55.obrien2001-02-152-2/+2
|
* Update to 4.54.obrien2001-02-052-5/+4
|
* The misc.c_patch got folded into the distfile at the last moment.obrien2000-12-221-3/+0
| | | | So we don't need it anymore.
* Correct the checksum. I was working from a slighly pre-release copy thatobrien2000-12-221-1/+1
| | | | I thought was the one put on the distsite.
* Add patch to fix bug where LSOF lsof will run out of stack space and getobrien2000-12-222-1/+5
| | | | a fault when pointed at an infinite symbolic link.
* Update to 4.53.3.obrien2000-12-222-3/+3
| | | | | LSOF now builds and runs on 5-CURRENT systems after Dr. McKusick's change to kp_proc.
* Update to version 4.53.2obrien2000-12-102-3/+3
|
* Update to 4.53.1.obrien2000-12-102-3/+3
|
* Update to a new version of LSOF that gets around the problems building onobrien2000-11-282-4/+4
| | | | | | newer current and stable machines. Submitted by: Vic Abell
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* Quote "CC" to protect agaist embeded spaces.obrien2000-11-111-1/+1
| | | | | PR: 21243 Submitted by: Bill Trost <trost@cloud.rain.com>
* Update to version 4.52.obrien2000-11-082-4/+4
|
* Update to version 4.51 + FreeBSD specific changes headed into version 4.52.obrien2000-11-062-4/+4
| | | | We call this version 4.51.1.
* Upgrade to version 4.51.obrien2000-08-292-4/+4
| | | | Submitted by: Vic Abell <abe@purdue.edu>
* Make these COMMENT files conform to Handbook standard.will2000-08-111-1/+1
| | | | | PR: 20269 Submitted by: Ports Fury
* Update to support 4.1-RELEASE.obrien2000-07-162-4/+8
| | | | Submitted by: Vic Abell <abe@purdue.edu>
* Update to version 4.50 release.obrien2000-06-302-4/+3
|
* Author has fixed a problem where file size and offsets were casted to aobrien2000-06-252-3/+3
| | | | | | 32-bit size rather than the correct 64-bit size. Submitted by: Vic Abell <abe@purdue.edu>
* Vendor fix for building on the latest 5-CURRENT.obrien2000-06-122-3/+3
|
* Update to vendor fix for 5-CURRENT.obrien2000-05-182-3/+4
| | | | | | (note this breaks LOSF for out of date -CURRENT boxes) Submitted by: abe
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-091-3/+3
|
* Update to version 4.49.obrien2000-04-042-3/+3
| | | | | * adds support for FreeBSD 5.0 * adds IPv6 support for FreeBSD
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* The LSOF author now supports KAME IPv6 on FreeBSD.obrien2000-03-212-3/+3
|
* Vic Able has quickly reacted to 5.0-CURRENT and published a new LSOFobrien2000-03-212-3/+3
| | | | | | version just for us. Submitted by: Vic Abell <abe@purdue.edu> [LSOF author]
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-5/+5
|
* Upgrade to the 4.48 version.obrien2000-01-152-3/+3
| | | | Submitted by: Vic Abell <abe@purdue.edu>
* Update lsof 4.47 to patchlevel C.obrien2000-01-122-3/+3
| | | | Submitted by: Vic Abell <abe@purdue.edu>
* Update version 4.47 to patchlevel B.obrien2000-01-122-3/+3
|
* Update to recognized that the KAME IPv6 is installed and enable supportobrien1999-12-072-7/+3
| | | | | for it. (previously only INRIA's IPv6 was recognized) This support is not fully untested, so YMMV.
* Add a patch that enables the proper handling of an IPv4 address when it isobrien1999-12-062-1/+5
| | | | | | | supplied as a IPv6-mapped address to lsof's -i option -- e.g., as in "-i@[::ffff:1.2.3.4]". Submitted by: Vic Abell <abe@purdue.edu>
* Upgrade to the 4.47 version.obrien1999-11-302-3/+3
| | | | | | | | * Added some more dev_t hacks for Alpha FreeBSD 4.0. * Added support for IPv6 on BSD 4.x. The support hasn't yet been tested, just compiled. Submitted by: Vic Abell <abe@purdue.edu>
* 4.47 pre-release, tries to work around some of the name cache and i_devobrien1999-11-052-3/+3
| | | | issues in 4.0-CURRENT.
* Upgrade to 4.46.obrien1999-10-282-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* sed -> ${SED}mharo1999-08-281-2/+2
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-271-4/+4
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
OpenPOWER on IntegriCloud