Sun Aug 13 03:30:39 1995  Valentin Hilbig  (root@munster.dg8mgv.ampr.org)

	* I don't remember anything any more. Current kernel is 1.2.13.
	Have to look in the diffs to find out all changes. Too lazy for
	now.

Thu Jun 22 04:36:39 1995  Valentin Hilbig  (root@munster.dg8mgv.ampr.org)

	* linux/mm/swap.c: kmalloc failed on buffer allocation > 4K when
	there accidently was no page of this higher order available. Now
	it tries to get such a higher oder page, too. Fixes a
	keep_free_pages miscalculation, too.

	* linux/drivers/scsi/st.c: dynamic tape buffer allocation and
	minor changes in st.c. Now I can read tapes with blocksize>32 K
	without adding boot time options and wasting memory. However,
	kmalloc does not support a blocksize > 128 KB - 16 Byte .. For
	this the page order must be extended bejond 2^5 (I suggest 2^9 to
	enable a blocksize of 1 MB).

Fri May 19 08:11:07 1995  Valentin Hilbig  (root@munster.dg8mgv.ampr.org)

	* linux/mm/swap.c:
	MANY changes for BDSWAP and the main BDSWAP code.

	* linux/mm/kmalloc.c:
	Want that a warning can show up after bootup or jiffies
	wraparound.

	* linux/kernel/printk.c:
	Need more printk space.

	* linux/include/asm-i386/byteorder.h:
	Just a note what I think about making sources depend on
	LITTLE_ENDIAN instead if BYTEORDER==LITTLE_ENDIAN ..

	* linux/fs/msdos/namei.c:
	I have german filenames in my DOS FS, things like paragraph (which
	is below 32 AKA space). This is perfectly legal under MS-DOS, but
	the DOS-FS under linux does not allow to access such files without
	this patch.

	* linux/fs/ext2/namei.c:
	The ext2fs may fail to mount the root when there was a power fail
	during a directory append operation. This is due to a panic, which
	should be only an error.

	* linux/fs/buffer.c:
	Added crude bdswap hook into bdflush, so that bdswap can use the
	bdfush call interface and does not require an own bdswap kernel
	call.

	* linux/drivers/scsi/sg.c:
	Added a printout which SG device is thich SCSI ID, and iffed out
	one instruction which wiped out the SCSI result.

	* linux/drivers/char/serial.c:
	Added CTSRTS change detection on SERIAL_DEBUG_FLOW, this way I
	detected, that Uniterm on Atari ST does no hardware flow control.

	* linux/drivers/block/ll_rw_blk.c:
	IO idle detection for BDSWAP.

	* linux/arch/i386/kernel/traps.c:
	Beep when an NMI occurs. I had some parity error detection
	problems (mainly the missing parity logic enable in my BIOS).

	* linux/arch/i386/config.in:
	Configuration line for BDSWAP

	* linux/Makefile:
	I install kernels in /boot. My lilo knows about this.

	* OK, started this here. A list of what I patched.

