summaryrefslogtreecommitdiffstats
path: root/sysutils/tcplist
Commit message (Collapse)AuthorAgeFilesLines
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-091-2/+2
|
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* shrink comment to <70 chars (portlint)mharo2000-03-201-1/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-2/+2
|
* portlintobrien1999-09-051-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Fix tcplist for the version of lsof in the ports tree. It wasn't parsingsheldonh1999-06-281-0/+11
| | | | | | | lsof's output correctly. PR: 9191 Submitted by: Andrew Stevenson <andrew@ugh.net.au>
* #4/4 enforcing Caps, no periodhoek1999-06-261-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* These manpages removed by Tim Vanderhoek.hoek1998-08-191-1/+0
|
* Don't document the -s commandline option twice in the manpage.steve1998-01-111-0/+11
| | | | | PR: 4919 Submitted by: Mikhail A. Sokolov <mishania@demos.net>
* Distfile is no longer gziped.obrien1997-09-042-4/+4
| | | | Submitted by: Bill Fenner <fenner@parc.xerox.com>
* Distfile moved on MASTER_SITE. The two mirrors don't actually have thefenner1997-07-211-4/+2
| | | | | | | file (one has an empty directory, the other has been reorganized and doesn't mirror this site any more) so I removed them both. Found by: distfile checker
* Author applied our 4.4BSD patches and released a new version.obrien1997-04-243-31/+3
| | | | Submitted by: John DiMarco <jdd@cs.toronto.edu>
* Need to use htons() on the port number before calling getservicebyname().obrien1997-04-241-2/+13
| | | | | | (thanks Christopher!) Submitted by: Christopher Masto <chris@chris.netmonger.net>
* Two more dist sites. (thanks Josh!)obrien1997-04-241-2/+4
| | | | Submitted by: Josh Gilliam <soil@quick.net>
* Tcplist makes a list of tcp connections to and from the local machine,obrien1997-04-247-0/+114
displaying the user name associated with the local end, and making use of Ident services if available to determine the "user" at the other end. Tcplist uses LSOF to do its low level work on 4.4BSD machines.
OpenPOWER on IntegriCloud