Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add locale (LC_CTYPE and LC_ALL) support. | obrien | 2003-03-24 | 1 | -18/+49 |
| | | | | | PR: 49996 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> | ||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Adapt to recent TCPDUMP's output changes and added capabilities. | obrien | 2002-02-22 | 1 | -17/+107 |
| | | | | Submitted by: Tomoyuki Murakami <tomoyuki@pobox.com> | ||||
* | reduce diff | obrien | 2001-03-24 | 1 | -10/+3 |
| | |||||
* | Add $FreeBSD$, which help me in problem reports. | obrien | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | A better version of rev 1.4. | obrien | 2000-08-27 | 1 | -23/+29 |
| | | | | Submitted by: sheldonh | ||||
* | `ether_addr' and `ether_ntohost' are now declared in net/ethernet.h. | obrien | 2000-08-26 | 1 | -19/+27 |
| | | | | Submitted by: Remy Nonnenmacher <remy@boostworks.com> | ||||
* | Use ${MASTER_SITE_LOCAL}. | asami | 2000-06-29 | 1 | -1/+2 |
| | |||||
* | The local-distfiles dir on ftp.freebsd.org was moved under ports/. | obrien | 2000-06-07 | 1 | -1/+1 |
| | |||||
* | Become the guinnie-pig and move all my Freefall ~/public_html distfiles | obrien | 2000-06-07 | 1 | -1/+1 |
| | | | | over to the new ftp.freebsd.org local distfiles site. | ||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 1 | -2/+2 |
| | |||||
* | Mike writes: I needed to be able to see the encapsulated packets in IP | obrien | 2000-03-22 | 1 | -5/+46 |
| | | | | | | | | proto 94 (IPIP). I've been using this patch for a few weeks now for tracking down various "things" involving some IP tunnels between some Cisco 1720/2610 routers and several FreeBSD machines. Submitted by: Mike Nowlin <mike@argos.org> | ||||
* | Quiet compiler warnings. | obrien | 2000-03-22 | 1 | -11/+30 |
| | |||||
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | Style nits in the ports I maintain. | obrien | 2000-02-13 | 1 | -2/+2 |
| | |||||
* | Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, | peter | 2000-02-08 | 1 | -1/+1 |
| | | | | | | as the days of the former are numbered. Reviewed by: asami | ||||
* | I moved files around on freefall. | obrien | 1999-09-22 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-30 | 1 | -1/+1 |
| | |||||
* | Clean up EGCS warnings. | obrien | 1999-07-22 | 1 | -0/+106 |
| | | | | Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> | ||||
* | Commit #3/4 to enforce caps, no period. | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s | ||||
* | manpage was out of date WRT code | obrien | 1998-11-02 | 1 | -0/+38 |
| | |||||
* | This netted the largest set of mis-installed manpages, yet! | hoek | 1998-08-18 | 1 | -1/+0 |
| | |||||
* | Upgrade to 1.74 | obrien | 1998-07-19 | 2 | -5/+6 |
| | | | | Submitted by: Kent Berggren <root@nuts.sr.se> | ||||
* | Doesn't make any difference functionality-wise, but define DISTNAME | asami | 1997-11-10 | 1 | -2/+2 |
| | | | | | instead of PKGNAME. DISTNAME is mentioned to be a "mandatory" variable in a few places. | ||||
* | tcpshow reads a tcpdump(1) savefile and provides a reasonably complete | obrien | 1997-11-05 | 5 | -0/+47 |
decode of Ethernet, IP, ICMP, UDP and TCP headers. Boolean expressions may also be specified for packet selection. tcpshow's output is simular to Sun Solaris's snoop(1M) command for network packet capture and inspection. |