linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Keeping the overview
@ 2003-04-21 14:16 Axel Siebenwirth
  2003-04-21 14:28 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 5+ messages in thread
From: Axel Siebenwirth @ 2003-04-21 14:16 UTC (permalink / raw)
  To: linux-kernel

Hi,

i was just wondering what all you kernel developers do to keep an overview
over this mass of source code.
Are there any special tools or development GUIs for the kernel?

Best regards,
Axel Siebenwirth


P.S. Please cc me. I am not on the list.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Keeping the overview
  2003-04-21 14:16 Keeping the overview Axel Siebenwirth
@ 2003-04-21 14:28 ` Jan-Benedict Glaw
  2003-04-23  7:29   ` Alex Riesen
  2003-05-07 10:01   ` Guido Guenther
  0 siblings, 2 replies; 5+ messages in thread
From: Jan-Benedict Glaw @ 2003-04-21 14:28 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1085 bytes --]

On Mon, 2003-04-21 16:16:43 +0200, Axel Siebenwirth <axel@pearbough.net>
wrote in message <20030421141643.GA1054@neon.pearbough.net>:
> Hi,
> 
> i was just wondering what all you kernel developers do to keep an overview
> over this mass of source code.

Well, not everybody is interested in all code (but only in some
interesting fragment) so one knows that part. Others do need a full
overview over complete sources - these simply know the sources like
their spoken language's vocabulary. See - it's not looking at sources
for some weeks. It's looking at them for five or ten years.

> Are there any special tools or development GUIs for the kernel?

ctags may help, as well as LXR (to grovide a hint for non-expert
googlers: http://lxr.linux.no/ ).

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
      ret = do_actions((curr | FREE_SPEECH) & ~(IRAQ_WAR_2 | DRM | TCPA));

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Keeping the overview
  2003-04-21 14:28 ` Jan-Benedict Glaw
@ 2003-04-23  7:29   ` Alex Riesen
  2003-04-23  7:54     ` Jan-Benedict Glaw
  2003-05-07 10:01   ` Guido Guenther
  1 sibling, 1 reply; 5+ messages in thread
From: Alex Riesen @ 2003-04-23  7:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: Jan-Benedict Glaw, Arne Georg Gleditsch and Per Kristian Gjermshus

Jan-Benedict Glaw, Mon, Apr 21, 2003 16:28:05 +0200:
> 
> > Are there any special tools or development GUIs for the kernel?
> 
> ctags may help, as well as LXR (to grovide a hint for non-expert
> googlers: http://lxr.linux.no/ ).
> 

It's somewhat outdated, though (they're at 2.5.56 still).


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Keeping the overview
  2003-04-23  7:29   ` Alex Riesen
@ 2003-04-23  7:54     ` Jan-Benedict Glaw
  0 siblings, 0 replies; 5+ messages in thread
From: Jan-Benedict Glaw @ 2003-04-23  7:54 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

On Wed, 2003-04-23 09:29:48 +0200, Alex Riesen <alexander.riesen@synopsys.COM>
wrote in message <20030423072948.GD890@riesen-pc.gr05.synopsys.com>:
> Jan-Benedict Glaw, Mon, Apr 21, 2003 16:28:05 +0200:
> > 
> > > Are there any special tools or development GUIs for the kernel?
> > 
> > ctags may help, as well as LXR (to grovide a hint for non-expert
> > googlers: http://lxr.linux.no/ ).
> 
> It's somewhat outdated, though (they're at 2.5.56 still).

You can have your own LXR. Keep that up-to-date;)

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
      ret = do_actions((curr | FREE_SPEECH) & ~(IRAQ_WAR_2 | DRM | TCPA));

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Keeping the overview
  2003-04-21 14:28 ` Jan-Benedict Glaw
  2003-04-23  7:29   ` Alex Riesen
@ 2003-05-07 10:01   ` Guido Guenther
  1 sibling, 0 replies; 5+ messages in thread
From: Guido Guenther @ 2003-05-07 10:01 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 244 bytes --]

On Mon, Apr 21, 2003 at 04:28:05PM +0200, Jan-Benedict Glaw wrote:
> ctags may help, as well as LXR (to grovide a hint for non-expert
> googlers: http://lxr.linux.no/ ).
cscope comes to mind too - especially since vim knows about it.
 -- Guido

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-05-07  9:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-21 14:16 Keeping the overview Axel Siebenwirth
2003-04-21 14:28 ` Jan-Benedict Glaw
2003-04-23  7:29   ` Alex Riesen
2003-04-23  7:54     ` Jan-Benedict Glaw
2003-05-07 10:01   ` Guido Guenther

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).