Hi Maciej, On Wed, 7 May 2008 22:25:08 +0100 (BST), Maciej W. Rozycki wrote:$ find linux-2.6.26-rc1 -name Kconfig | wc -l 455 $ find linux-2.6.26-rc1 -name Makefile | wc -l 1030 $ Not to mention the 102 setup.c, 87 irq.c, 62 time.c... It is very common to have duplicated file names in the kernel tree because it supports so many architectures and platforms. In general, when you work on a given architecture or platform, names become unique again. Taking GDB as an example again, you definitely know what architecture you are debugging, so there should be relatively little ambiguity on what files are involved. (On top of that, I'd argue that we _should_ be able to display relative paths to file names when debugging.) Your point about the "single program namespace" is certainly valid for small to medium-size programs, but in the case of something as big as the kernel, it probably no longer holds. I don't have a strong opinion on this either, it is very unlikely that I'll ever have to deal with this file personally. I'm only telling you what the common practice is in the kernel tree. -- Jean Delvare --
| Andrea Arcangeli | [PATCH 06 of 11] rwsem contended |
| Mikulas Patocka | LFENCE instruction (was: [rfc][patch 3/3] x86: optimise barriers) |
| Rafael J. Wysocki | Re: [Bug 10030] Suspend doesn't work when SD card is inserted |
| Manu Abraham | PCIE |
git: | |
| Sverre Rabbelier | Git vs Monotone |
| Junio C Hamano | [ANNOUNCE] GIT 1.5.4 |
| Bill Lear | Meaning of "fatal: protocol error: bad line length character"? |
| Junio C Hamano | Re: [PATCH] Teach remote machinery about remotes.default config variable |
| Richard Stallman | Real men don't attack straw men |
| Stefan Beke | mail dovecot: pipe() failed: Too many open files |
| Wijnand Wiersma | Almost success: OpenBSD on Xen |
| Didier Wiroth | how can I "find xyz | xargs tar" ... like gtar |
| Greg A. Woods | Re: Fork bomb protection patch |
| Tyler Retzlaff | Re: more summer of code fun |
| Elad Efrat | Re: sysctl knob to let sugid processes dump core (pr 15994) |
| Thor Lancelot Simon | Re: FFS journal |
