1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Sheldon Hearn
10d709045e Fix tcplist for the version of lsof in the ports tree. It wasn't parsing
lsof's output correctly.

PR:	9191
Submitted by:	Andrew Stevenson <andrew@ugh.net.au>
1999-06-28 09:53:02 +00:00
Steve Price
fbe79e0d28 Don't document the -s commandline option twice in the manpage.
PR:		4919
Submitted by:	Mikhail A. Sokolov <mishania@demos.net>
1998-01-11 17:52:11 +00:00
David E. O'Brien
defc11dddc Author applied our 4.4BSD patches and released a new version.
Submitted by:	John DiMarco <jdd@cs.toronto.edu>
1997-04-24 19:37:59 +00:00
David E. O'Brien
0658e2e2d2 Need to use htons() on the port number before calling getservicebyname().
(thanks Christopher!)

Submitted by:	Christopher Masto <chris@chris.netmonger.net>
1997-04-24 17:32:25 +00:00
David E. O'Brien
07df187a7a Tcplist makes a list of tcp connections to and from the local machine,
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.
1997-04-24 08:04:53 +00:00