Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Apr 2003 01:40:34 +0100
From:      John Murphy <jfm@blueyonder.co.uk>
To:        newbies@freebsd.org
Subject:   Re: Navigating cvsweb?
Message-ID:  <p6i19v8jqh568kmdruj4mf5iff2i6s0cim@4ax.com>

next in thread | raw e-mail | index | archive | help
Giorgos Keramidas <keramida@ceid.upatras.gr> wrote:

>On 2003-04-04 00:51, John Murphy <jfm@blueyonder.co.uk> wrote:
>> I never seem to be able to find what I'm looking for when browsing
>> http://www.freebsd.org/cgi/cvsweb.cgi/
>>
>Look at the annotated version of `src/sys/netinet/if_ether.c' around
>line 557:

Thanks, I was looking under =
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/
before and not finding much.

>: 556 1.74  (alfred   06-Jan-01): static int log_arp_wrong_iface =3D 1;
>: 557 1.81  (alfred   03-Sep-01): static int log_arp_movements =3D 1;
>: 558 1.74  (alfred   06-Jan-01):
>
>Then look at the log of revision 1.81 and the diff of 1.80 -> 1.81.

The code is -current though.  I thought it might just fit with -4.8's
if_ether.c but it looks way too different.  Guess I'll wait for MFC.

>IMHO, It's difficult to track things like this by staring at CVS logs
>through cvsweb.  I usually start with something like:
>
>	$ cd /usr/src
>	$ grep -rl arp_move .

wall# uname -a
=46reeBSD wall.my.domain 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Sun Apr  6 =
12:52:12 BST 2003     root@:/usr/src/sys/compile/WALL  i386

wall# cd /usr/src
wall# grep -rl arp_move .
grep: warning: =
./sys/compile/WALL/modules/usr/src/sys/modules/accf_data/@: recursive =
directory loop
grep: warning: =
./sys/compile/WALL/modules/usr/src/sys/modules/accf_http/@: recursive =
directory loop

Many multiples of these occured.  All in modules.

Thanks
John.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p6i19v8jqh568kmdruj4mf5iff2i6s0cim>