This directory contains kernel tarballs which are reconstructed from other kernel's tarfiles plus some patches flying around. I've done (so far...) my best to produce "clean" tarfiles, but there are some problems... linux-null: It's a dummy tarball ment to help me with the task of importing all kernel sources to CVS. It actually doesn't contain anything but an empty linux/ directory. linux-r-1.1.16 .. linux-r-1.1.17: In both patches (.15 -> .16 and .16 -> .17) the file linux/drivers/net/d_link.c is removed. I've removed it in 1.1.16. linux-r-1.1.43 .. linux-r-1.1.44: Version 1.1.45 is officially available. Comparing a rebuild version (starting from 1.1.35) with the pure tarball results in some files which can be found in the rebuild version, but not in this clean tarball: linux/boot/bootsect.S linux/boot/head.S linux/boot/setup.S linux/config.in linux/include/asm/bitops.h linux/include/asm/dma.h linux/include/asm/io.h linux/include/asm/irq.h linux/include/asm/segment.h linux/include/asm/string.h linux/include/asm/system.h linux-r-1.1.49 .. linux-r-1.1.51: The file linux/net/inet/ncp.h is (as the patch tells) removed twice, one time in 1.1.48 and once again in 1.1.49. I've removed it 1.1.48. Further more, the final version 1.1.52 doesn't contain linux/kernel/sys_call.S. It *seems* that it was removed somewhere between 1.1.49 and 1.1.51, but I don't know when. So I actually left it in all tarfiles... linux-r-1.1.68 .. linux-r-1.1.69: Somewhere in 1.1.68 or 1.1.69, the files linux/fs/sysv/mmap.c and linux/fs/msdos/mmap.c are removed. I don't know where this happens, but they're gone in pure 1.1.70...