<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux-bitkeeper.git/README, branch master</title>
<subtitle>Linux Kernel BitKeeper History</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/atom?h=master</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/'/>
<updated>2004-08-02T03:14:55Z</updated>
<entry>
<title>[PATCH] Canonically reference files in Documentation/ code comments part</title>
<updated>2004-08-02T03:14:55Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@fs.tum.de</email>
</author>
<published>2004-08-02T03:14:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=e0f928add849a0ffcf8762bd6d21c8076b2aa8b3'/>
<id>urn:sha1:e0f928add849a0ffcf8762bd6d21c8076b2aa8b3</id>
<content type='text'>
Below is a patch by Hans Ulrich Niedermann
&lt;linux-kernel@n-dimensional.de&gt; to change all references in comments to 
files in Documentation/ to start with Documentation/

Signed-off-by: Adrian Bunk &lt;bunk@fs.tum.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] linux/README update</title>
<updated>2004-03-01T15:03:56Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2004-03-01T15:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=18f94561205c88887e67aee0be9ecb9a50466f9c'/>
<id>urn:sha1:18f94561205c88887e67aee0be9ecb9a50466f9c</id>
<content type='text'>
From: Zwane Mwaikambo &lt;zwane@linuxpower.ca&gt;

Patch to resolve http://bugzilla.kernel.org/show_bug.cgi?id=1644

The bug reporter pointed out a bit of outdated information in the README
file.

Test booted on a 32x NUMAQ with 10,000 disks
</content>
</entry>
<entry>
<title>[PATCH] ./README typo fix</title>
<updated>2003-12-30T07:43:44Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2003-12-30T07:43:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=992d50d5c1bdb2978834a08a90a75f77c5fec3df'/>
<id>urn:sha1:992d50d5c1bdb2978834a08a90a75f77c5fec3df</id>
<content type='text'>
From: YOSHIFUJI Hideaki &lt;yoshfuji@linux-ipv6.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] More modules.txt removals</title>
<updated>2003-10-05T04:31:50Z</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2003-10-05T04:31:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=f6a7ecb0ab17b82477ddf1f33349a1890ed65732'/>
<id>urn:sha1:f6a7ecb0ab17b82477ddf1f33349a1890ed65732</id>
<content type='text'>
From:  Nicolas Kaiser &lt;nikai@nikai.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Bugzilla bug # 984 - 2.6 readme is still for 2.5</title>
<updated>2003-10-05T04:30:02Z</updated>
<author>
<name>Rusty Russell</name>
<email>trivial@rustcorp.com.au</email>
</author>
<published>2003-10-05T04:30:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=5fc96d42f9a3407f0d956f7d2563fb43964533b6'/>
<id>urn:sha1:5fc96d42f9a3407f0d956f7d2563fb43964533b6</id>
<content type='text'>
From:  Josef Jeff Sipek &lt;jeffpc@optonline.net&gt;
</content>
</entry>
<entry>
<title>kbuild: Separate output directory</title>
<updated>2003-09-11T14:01:32Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@mars.ravnborg.org</email>
</author>
<published>2003-09-11T14:01:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=5a808876e2f204cefdca16040d1d3662f4a503c3'/>
<id>urn:sha1:5a808876e2f204cefdca16040d1d3662f4a503c3</id>
<content type='text'>
Separate output directory support enables the following (at least):
o Building several configurations from the same SRC base, and in parrallel
o Building from a RO media
o More efficient build if files are retreived via NFS (files stored locally)

Usage is simple:
cd /path/to/kernel/src
mkdir ~/build/kernel
make O=~/build/kernel [Make options]
Please note: The O= syntax must be used for ALL invocations of make.

As an alternative you may set KBUILD_OUTPUT to the directory where
to put the output files.

The patch works for me, and I have tried with various configurations,
including allnoconfig and defconfig.

How it works:
If the O= option is used, or KBUILD_OUTPUT is set then a second invocation
of make happens in the output directory.
The second invocation of make uses VPATH to tell make where to locate
the files. Furthermore include options for gcc is modifyied to point
both in the directory where the kernel src is located, and in the
directory where the output files are located. The latter is used for
generated .h files.

When building the kernel the asm symlink is created. To support this
a new 'include2' directory is created. Within include2/ asm is a symlink to
the asm-$(ARCH) directory in the kernel src.
Also when building the kernel the asm-offset.h file is created, and
located in the include/asm-$(ARCH) directory, but included via
&lt;asm/asm-offset.h&gt;.
Therefore within include/ another asm symlink is created pointing to
the asm-$(ARCH) directory located in the output directory.

In Makefile.build the output directory is created if not already present.
This was needed to support xfs, and oprofile.

The patch is loosly based on ideas from Kai G. Roman Zippel
introduced support for this in kconfig long time ago
</content>
</entry>
<entry>
<title>Update CREDITS file and other documentation about my new email address.</title>
<updated>2003-07-09T07:59:50Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@home.osdl.org</email>
</author>
<published>2003-07-09T07:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=69766ad7f5f7e8f58089edc0ad9177ad9c2da96a'/>
<id>urn:sha1:69766ad7f5f7e8f58089edc0ad9177ad9c2da96a</id>
<content type='text'>
Also, switch the snail-mail address to OSDL from Transmeta. I'm sure
they'll enjoy the junk-mail ;)
</content>
</entry>
<entry>
<title>[PATCH] gconf update</title>
<updated>2003-04-04T12:18:05Z</updated>
<author>
<name>Roman Zippel</name>
<email>zippel@linux-m68k.org</email>
</author>
<published>2003-04-04T12:18:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=e7f67eb3c0570aa50c1cc0707b478a6d93bdc255'/>
<id>urn:sha1:e7f67eb3c0570aa50c1cc0707b478a6d93bdc255</id>
<content type='text'>
A gconf update by Romain Liévin &lt;roms@tilp.info&gt;
- fixed bug when double-clicking for changing value.
- expand row when enabling a row with a submenu.
- various bug fixes
</content>
</entry>
<entry>
<title>[PATCH] update README file to current realities.</title>
<updated>2003-02-18T13:51:29Z</updated>
<author>
<name>Petri T. Koistinen</name>
<email>petri.koistinen@iki.fi</email>
</author>
<published>2003-02-18T13:51:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=ffb5450c435e42e0eaa206cb13e6f4731e0f3ba8'/>
<id>urn:sha1:ffb5450c435e42e0eaa206cb13e6f4731e0f3ba8</id>
<content type='text'>
Document "patch -p1" behaviour of modern patches, and remove make dep
phase that isn't needed any more.
</content>
</entry>
<entry>
<title>[PATCH] egcs no longer supported.</title>
<updated>2002-05-31T03:48:35Z</updated>
<author>
<name>Dave Jones</name>
<email>davej@suse.de</email>
</author>
<published>2002-05-31T03:48:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=479c0422a17842164e10ab2bf03c4998b1d2bed2'/>
<id>urn:sha1:479c0422a17842164e10ab2bf03c4998b1d2bed2</id>
<content type='text'>
Andrew Morton found that egcs was miscompiling the per-cpu area code
on x86. This patch updates the check, and documentation accordingly.
</content>
</entry>
</feed>
