Navigating cvsweb?

John Murphy jfm at blueyonder.co.uk
Sun Apr 6 17:40:37 PDT 2003


Giorgos Keramidas <keramida at ceid.upatras.gr> wrote:

>On 2003-04-04 00:51, John Murphy <jfm at 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 = 1;
>: 557 1.81  (alfred   03-Sep-01): static int log_arp_movements = 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
FreeBSD 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.


More information about the freebsd-newbies mailing list