summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2003-12-29[PATCH] ./README typo fixAndrew Morton
From: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
2003-10-04[PATCH] More modules.txt removalsRusty Russell
From: Nicolas Kaiser <nikai@nikai.net>
2003-10-04[PATCH] Bugzilla bug # 984 - 2.6 readme is still for 2.5Rusty Russell
From: Josef Jeff Sipek <jeffpc@optonline.net>
2003-09-11kbuild: Separate output directorySam Ravnborg
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 <asm/asm-offset.h>. 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
2003-07-09Update CREDITS file and other documentation about my new email address.Linus Torvalds
Also, switch the snail-mail address to OSDL from Transmeta. I'm sure they'll enjoy the junk-mail ;)
2003-04-04[PATCH] gconf updateRoman Zippel
A gconf update by Romain LiƩvin <roms@tilp.info> - fixed bug when double-clicking for changing value. - expand row when enabling a row with a submenu. - various bug fixes
2003-02-18[PATCH] update README file to current realities.Petri T. Koistinen
Document "patch -p1" behaviour of modern patches, and remove make dep phase that isn't needed any more.
2002-05-30[PATCH] egcs no longer supported.Dave Jones
Andrew Morton found that egcs was miscompiling the per-cpu area code on x86. This patch updates the check, and documentation accordingly.
2002-02-04v2.5.0.4 -> v2.5.0.5Linus Torvalds
- Patrick Mochel: driver model infrastructure, part 1 - Jens Axboe: more bio fixes, cleanups - Andrew Morton: release locking fixes - Al Viro: superblock/mount handling - Kai Germaschewski: AVM Fritz!Card ISDN driver - Christoph Hellwig: make cramfs SMP-safe.
2002-02-04v2.5.0 -> v2.5.0.1Linus Torvalds
- me: README references to 2.4.x -> 2.5.x - Alexander Viro: fix unmount inode breakage, show_vfsmnt cleanup - Jeff Garzik: fix 8139too initialization
2002-02-04v2.4.10.4 -> v2.4.10.5Linus Torvalds
- Keith Owens: module exporting error checking - Greg KH: USB update - Paul Mackerras: clean up wait_init_idle(), ppc prefetch macros - Jan Kara: quota fixes - Abraham vd Merwe: agpgart support for Intel 830M - Jakub Jelinek: ELF loader cleanups - Al Viro: more cleanups - David Miller: sparc64 fix, netfilter fixes - me: tweak resurrected oom handling
2002-02-04v2.4.2.7 -> v2.4.2.8Linus Torvalds
- Paul Mackerras: PPC update for thread-safe page table handling - Ingo Molnar: x86 PAE update for thread-safe page table handling - Jeff Garzik: network driver updates, i810 rng driver, and "alloc_etherdev()" network driver insert race condition fix. - David Miller: UltraSparcIII update, network locking fixes - Al Viro: fix fs counts on mount failure
2002-02-04Import changesetLinus Torvalds