Re: [kbuild-devel] [PATCH] kbuild: Get rid of warnings in depmod + spl

2002-06-02 Thread Kai Henningsen

[EMAIL PROTECTED] (Sam Ravnborg)  wrote on 31.05.02 in 
<[EMAIL PROTECTED]>:

>   for (i = 0; i < len; i++) {
>   char c = name[i];
> - if (isupper(c)) c = tolower(c);
> + if (isupper((int)c)) c = tolower((int)c);
>   if (c == '_')   c = '/';
>   pc[i] = c;
>   }
[and so on]

This isn't a fix, it's a bug.

Isupper, tolower and friends need to have unsigned char arguments (widened  
as usual, but the compiler already takes care of that - casting chars to  
ints in arguments is just silly). (If you can have EOF, of course, then  
you can't use chars in the first place, but that's not relevant here.)

MfG Kai

___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel



[kbuild-devel] Re: [PATCH] kbuild: Remove 2048 symbol limit in tkparse

2002-06-02 Thread Kai Germaschewski

On Fri, 31 May 2002, Sam Ravnborg wrote:

> tkparse limit the number of symbols to 2048.
> This patch makes the array dynamic avoiding this problem in the future.
> The problem showed up in one of the powerpc tree's.

Thanks, I'll look at this (and the other patches) and submit it to Linus
(assuming I don't find anything wrong with it), if he didn't already merge
it.

--Kai



___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel



[kbuild-devel] Announce: Kernel Build for 2.5, release 3.0 is available

2002-06-02 Thread Keith Owens

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Content-Type: text/plain; charset=us-ascii

Release 3.0 of kernel build for kernel 2.5 (kbuild 2.5) is available.
http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download
release 3.0.

kbuild-2.5-core-15
  Changes from core-14.

Replace mdbm with kbuild specific database engine to increase
performance.

Remove CML2 support, Dominik Brodowski, Keith Owens.

Remove the restriction on symlinked sources and targets.  Aegis
users should be able to use kbuild 2.5 now.

kbuild-2.5-common-2.5.19-1.
  Changes from common-2.5.15-4.

Upgrade to kernel 2.5.19.
   
kbuild-2.5-i386-2.5.19-1.
  Changes from i386-2.5.15-2.

Upgrade to kernel 2.5.19.


Larry McVoy provided the mdbm database engine from BitKeeper for use in
kbuild 2.5 release 2.0-2.4, and was extremely helpful in answering my
questions about mdbm.  Unfortunately some of the processing required by
kbuild 2.5 did not fit well with the mdbm model.  Since an application
specific database will always outperform a generic database, I took
advantage of knowledge about the kbuild data and wrote an application
specific database engine.

This is not a criticism of mdbm - it is a good generic database engine.
I could squeeze a few more seconds out of the build time by using
application specific knowledge.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Exmh version 2.1.1 10/15/1999

iD8DBQE8+tXYi4UHNye0ZOoRAp+5AJ9evi07/7D1+xHRRnxA8xdpeqY3hgCeMcrH
kgNAIKaGHE1Fy8BKByBZqXs=
=EamL
-END PGP SIGNATURE-


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel



[kbuild-devel] Re: Announce: Kernel Build for 2.5, release 3.0 is available

2002-06-02 Thread Keith Owens

On Mon, 03 Jun 2002 12:35:05 +1000, 
Keith Owens <[EMAIL PROTECTED]> wrote:
>Release 3.0 of kernel build for kernel 2.5 (kbuild 2.5) is available.
>http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download
>release 3.0.

Added kbuild-2.5-common-2.5.20-1 and kbuild-2.5-i386-2.5.20-1, upgrade
to 2.5.20.  No core changes.


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel