A full source-tour somewhere?

2001-07-22 Thread Julian Elischer

At one stage at whistle we had the kernel fully cross-referenced
using the 'global' program (now in ports) which produced
a website that could be browsed to find
'all the callers of xxx()' etc.

does anyone have such a site online at the moment?

-- 
++   __ _  __
|   __--_|\  Julian Elischer |   \ U \/ / hard at work in 
|  /   \ [EMAIL PROTECTED] +-->x   USA\ a very strange
| (   OZ)\___   ___ | country !
+- X_.---._/presently in San Francisco   \_/   \\
  v

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: A full source-tour somewhere?

2001-07-23 Thread Dima Dorfman

Julian Elischer <[EMAIL PROTECTED]> writes:
> At one stage at whistle we had the kernel fully cross-referenced
> using the 'global' program (now in ports) which produced
> a website that could be browsed to find
> 'all the callers of xxx()' etc.
> 
> does anyone have such a site online at the moment?

On http://www.freebsd.org/search/ there are links to two sites that
might be what you're looking for:

 * The Source Code
 * A cross reference of the FreeBSD kernel

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: A full source-tour somewhere?

2001-07-23 Thread Julian Elischer

Dima Dorfman wrote:
> 
> Julian Elischer <[EMAIL PROTECTED]> writes:
> > At one stage at whistle we had the kernel fully cross-referenced
> > using the 'global' program (now in ports) which produced
> > a website that could be browsed to find
> > 'all the callers of xxx()' etc.
> >
> > does anyone have such a site online at the moment?
> 
> On http://www.freebsd.org/search/ there are links to two sites that
> might be what you're looking for:
> 
>  * The Source Code
>  * A cross reference of the FreeBSD kernel

well I have the source code of course, but the second is what I'm
looking for except that it stopped being updated October 2000.

I'm looking for a current one.

-- 
++   __ _  __
|   __--_|\  Julian Elischer |   \ U \/ / hard at work in 
|  /   \ [EMAIL PROTECTED] +-->x   USA\ a very strange
| (   OZ)\___   ___ | country !
+- X_.---._/presently in San Francisco   \_/   \\
  v

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: A full source-tour somewhere?

2001-07-23 Thread Julian Elischer

Julian Elischer wrote:
> 
> Dima Dorfman wrote:
[...]
> >  * A cross reference of the FreeBSD kernel
> 
> well I have the source code of course, but the second is what I'm
> looking for except that it stopped being updated October 2000.
> 
> I'm looking for a current one.

oh yeah, and that one doesn't work..
try clicking on something you want to cross reference..



-- 
++   __ _  __
|   __--_|\  Julian Elischer |   \ U \/ / hard at work in 
|  /   \ [EMAIL PROTECTED] +-->x   USA\ a very strange
| (   OZ)\___   ___ | country !
+- X_.---._/presently in San Francisco   \_/   \\
  v

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: A full source-tour somewhere?

2001-07-23 Thread Bernd Walter

On Mon, Jul 23, 2001 at 12:56:04AM -0700, Julian Elischer wrote:
> Julian Elischer wrote:
> > 
> > Dima Dorfman wrote:
> [...]
> > >  * A cross reference of the FreeBSD kernel
> > 
> > well I have the source code of course, but the second is what I'm
> > looking for except that it stopped being updated October 2000.
> > 
> > I'm looking for a current one.
> 
> oh yeah, and that one doesn't work..
> try clicking on something you want to cross reference..

I'm not shure what you exactly need.
With global you can simply gtags && htags in a dir and enjoy the html.
You have do do it for every application & kernel on their own because
they share identic named functions like main() and so on.
The result is nice but I wouldn't call it "cross reference"

-- 
B.Walter  COSMO-Project http://www.cosmo-project.de
[EMAIL PROTECTED] Usergroup   [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: A full source-tour somewhere?

2001-07-23 Thread Brian Somers

> On Mon, Jul 23, 2001 at 12:56:04AM -0700, Julian Elischer wrote:
> > Julian Elischer wrote:
> > > 
> > > Dima Dorfman wrote:
> > [...]
> > > >  * A cross reference of the FreeBSD kernel
> > > 
> > > well I have the source code of course, but the second is what I'm
> > > looking for except that it stopped being updated October 2000.
> > > 
> > > I'm looking for a current one.
> > 
> > oh yeah, and that one doesn't work..
> > try clicking on something you want to cross reference..
> 
> I'm not shure what you exactly need.
> With global you can simply gtags && htags in a dir and enjoy the html.
> You have do do it for every application & kernel on their own because
> they share identic named functions like main() and so on.
> The result is nice but I wouldn't call it "cross reference"

I think devel/cscope is reasonably good.

> -- 
> B.Walter  COSMO-Project http://www.cosmo-project.de
> [EMAIL PROTECTED] Usergroup   [EMAIL PROTECTED]

-- 
Brian <[EMAIL PROTECTED]><[EMAIL PROTECTED]>
  http://www.freebsd-services.com/
Don't _EVER_ lose your sense of humour !  



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: A full source-tour somewhere?

2001-07-23 Thread FUJISHIMA Satsuki

I think what you need is

http://current.jp.FreeBSD.org/tour/

-- 
FUJISHIMA Satsuki

At Mon, 23 Jul 2001 00:04:15 -0700,
Julian Elischer wrote:
> 
> At one stage at whistle we had the kernel fully cross-referenced
> using the 'global' program (now in ports) which produced
> a website that could be browsed to find
> 'all the callers of xxx()' etc.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message