On Tue, Apr 17, 2001 at 08:54:49PM -0400, Eric S. Raymond wrote:
> +Kernel support for JAVA binaries
> +CONFIG_BINFMT_JAVA
> + If you answer Y here, the kernel's program loader will know how to
> + directly execute Java J-code. This option is semi-obsolescent; you
> + should probably use CONF
>+Support for Cobalt Micro Server
>+CONFIG_COBALT_MICRO_SERVER
>+ Support for ARM-based Cobalt boxes (they have been bought by Sun and
>+ are now the "Server Appliance Business Unit") including the 2700 series
Aren't those machines MIPS based?
p.
> >+Support for Cobalt Micro Server
> >+CONFIG_COBALT_MICRO_SERVER
> >+ Support for ARM-based Cobalt boxes (they have been bought by Sun and
> >+ are now the "Server Appliance Business Unit") including the 2700 series
>
> Aren't those machines MIPS based?
They are mips based and support for th
Alan Cox <[EMAIL PROTECTED]>:
> They are mips based and support for them was also removed from the kernel so
> the entry doesnt want to go in. I'd rather have missing than wrong entries
I'll post a 5th patch of corrections shortly.
--
http://www.tuxedo.org/~esr/">Eric S. Raymond
Anton Altaparmakov <[EMAIL PROTECTED]>:
> A few comments on cml2 1.1.5 running on my Pentium 133S (make menuconfig,
> fastmode):
>
> - Instantaneous moving up/down! Excellent!
A consequence of getting the incremental-refresh logic right.
> - Thanks for dark blue! The cyan was barely readable.
Peter Kjellerstedt <[EMAIL PROTECTED]>:
> Would it not be better to teach your URL extractor (as I guess that
> is the reason for this patch) what a URL followed by a period and a
> space looks like. Even though they are legal URLs, I think we can
> safely assume the writer intended the period to
Some minor corrections to my Configure.help patches, as suggested by
lkml regulars. Should be applied on top of my patches 1-4.
--- Configure.help 2001/04/18 05:27:07 1.5
+++ Configure.help 2001/04/18 13:21:24
@@ -96,7 +96,7 @@
Prompt for drivers for obsolete features and hardware
Edward S. Marshall <[EMAIL PROTECTED]>:
> Look at the filename. ;-) They're not being kept around, they just happen
> to be mentioned in the devfs ChangeLog, and esr's overzealous crossref
> tool caught them. *grin*
>
> Perhaps the tool should be modified to exempt comments in code and files
> in
More rambling from a semi-retired kbuild guy ...
The linux kernel has a lot of semi-independent subsystems which are
maintained upstream of Linus. Also there are several parallel trees
(especially the non-x86 arch trees) which are upstream in some ways and
downstream in anothers.
The kernel acc
Michael Elizabeth Chastain <[EMAIL PROTECTED]>:
> The CONFIG_* options definitely have a lot of this cruft. But there are
> also artifacts in there of work that's meaningful in broader contexts.
> In garbage collection terms: some symbols which have no visible references
> probably have reference
> Support for Cobalt Micro Server
> CONFIG_COBALT_MICRO_SERVER
> - Support for ARM-based Cobalt boxes (they have been bought by Sun and
+ Support for MIPS-based Cobalt boxes (they have been bought by Sun and
Cobalt support was removed in the 2.4.4pre4 tree. Its not been maintained
for 2.4 be
On Thu, 19 Apr 2001, Richard Gooch wrote:
> > CONFIG_APM_IGNORE_SUSPEND_BOUNCE: arch/i386/kernel/apm.c
> > CONFIG_DEVFS_TTY_COMPAT: Documentation/filesystems/devfs/ChangeLog
> > CONFIG_DEVFS_BOOT_OPTIONS: Documentation/filesystems/devfs/ChangeLog
> > CONFIG_DEVFS_DISABLE_OLD_NAMES: Documentation/
Alan Cox <[EMAIL PROTECTED]>:
> > Support for Cobalt Micro Server
> > CONFIG_COBALT_MICRO_SERVER
> > - Support for ARM-based Cobalt boxes (they have been bought by Sun and
> + Support for MIPS-based Cobalt boxes (they have been bought by Sun and
>
> Cobalt support was removed in the 2.4.4pre
This patch continues the Configure.help patches 1-5 I issued under the
subject "Supplying missing entries for Configure.help". It
merges two duplicates (CONFIG_A3000_SCSI, CONFIG_FB_PM2) that I
inadvertently introduced while adding help texts. It corrects a minor
error in the entry for code page
On Thu, Apr 19, 2001 at 01:11:07AM -0300, Rik van Riel wrote:
> On Thu, 19 Apr 2001, Richard Gooch wrote:
> > esr wrote:
> > > CONFIG_DEVFS: Documentation/filesystems/devfs/ChangeLog
> >
> > These are options that used to be used,
>
> > These should not be removed
>
> This makes no sens
Eric writes:
> So. I've written a cross-reference analyzer for the configuration symbol
> namespace. It's included with CML 1.2.0, which I just released. The
> main reason I wrote it was to detect broken symbols.
>
> A symbol is non-broken when:
> * It is used in either code or a Makefil
So. I've written a cross-reference analyzer for the configuration symbol
namespace. It's included with CML 1.2.0, which I just released. The
main reason I wrote it was to detect broken symbols.
A symbol is non-broken when:
* It is used in either code or a Makefile
* It is set i
> From: Eric S. Raymond <[EMAIL PROTECTED]>
> To: Alan Cox <[EMAIL PROTECTED]>, [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
> Date: Wed, 18 Apr 2001 01:26:48 -0400
> Subject: Supplying missing entries for Configure.help, part 4
>
> This patch supplies sev
Alan Cox <[EMAIL PROTECTED]>:
> > Have you applied Steven Cole's version of my Configure.help patches
> > 1-5 yet? If not, would you prefer to see further incremental patches
>
> Steven has sent me a nice consolidated patch already..
OK. Expect from me, then, a second patch that (a) cleans up
After implementing logic to strip out comments in .c and .h files, and
to ignore changelog files, the number of broken symbols in 2.4.4pre4
drops from 731 to 699. Most of the cruft is real cruft.
--
http://www.tuxedo.org/~esr/">Eric S. Raymond
In recent years it has been suggest
> Have you applied Steven Cole's version of my Configure.help patches
> 1-5 yet? If not, would you prefer to see further incremental patches
Steven has sent me a nice consolidated patch already..
___
kbuild-devel mailing list
[EMAIL PROTECTED]
http:/
The latest version is always available at http://www.tuxedo.org/~esr/cml2/
Release 1.2.0: Wed Apr 18 22:09:57 EDT 2001
* Synchronized with 2.4.4-pre4.
* First release of kxref.py.
That second little item is more important than it sounds -- kxref.py
is a cross-referencing tool tha
Richard Gooch <[EMAIL PROTECTED]>:
> > Look at the filename. ;-) They're not being kept around, they just
> > happen to be mentioned in the devfs ChangeLog, and esr's overzealous
> > crossref tool caught them. *grin*
I've already fixed that.
> A cleaner solution is to parse the source code, ign
Richard Gooch wrote:
> Exactly. A ChangeLog should pre preserved for all time. It is an
> incredibly useful tool. Many times I've gone back and checked when
> something was done, and in relation to other changes before, after or
> around the same time.
agreed
> Except the CONFIG_APM_IGNORE_SUSPE
24 matches
Mail list logo