- 03 Mar, 2003 5 commits
-
-
James Simmons authored
[ATY128 FBDEV] Gcc compile issue fixes.
-
James Simmons authored
[FBCON] Small scrolling fix.
-
James Simmons authored
-
Steven Cole authored
This patch contains the first fruits of the automatic spell checking and correcting scripts written by Dan Kegel and Matthias Schniedermeyer. Those scripts are available here: http://www.kegel.com/kerspell/ This patch fixes these six words from the first five lines of spell-fix.txt. 280 lines remaining. accesible -> accessible accesing -> accessing accomodate -> accommodate acommodate -> accommodate Acknowlege -> Acknowledge acknoledged -> acknowledged
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 02 Mar, 2003 35 commits
-
-
David S. Miller authored
-
Chas Williams authored
-
Hideaki Yoshifuji authored
-
Joy Latten authored
-
Art Haas authored
-
Harald Welte authored
-
Harald Welte authored
-
Harald Welte authored
-
Harald Welte authored
-
Harald Welte authored
-
Chas Williams authored
-
Chas Williams authored
-
Rusty Russell authored
-
Chas Williams authored
-
Hideaki Yoshifuji authored
-
David S. Miller authored
-
Chas Williams authored
-
Christoph Hellwig authored
-
Bruce Allan authored
-
David S. Miller authored
-
David S. Miller authored
-
Christoph Hellwig authored
-
Pete Zaitcev authored
-
Dominik Brodowski authored
-
Pete Zaitcev authored
-
Pete Zaitcev authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
We had a dummy dependency on include/linux/compile.h, but it really caused more trouble than benefits. It's not actually needed for the module postprocessing, it was only put there to make sure we recognize when gcc changed under us. However, we really can only do so much, and the rest of kbuild won't notice a changed gcc either, so if the user replaces gcc during a build, he just can't rely on the build doing the right thing. The common cases are still covered, anyway. When the command to invoke gcc changes ("CC=gcc32") we notice, and when the path to /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h changes (which luckily contains the "2.96", we'll notice and handle that, too.
-
Sam Ravnborg authored
1) Remove dep from "make help", it is no longer useful 2) replace Generating with GEN when generating version.h
-