| Kernel v2.2.27-pre1 /ChangeLog-2.2.27 |
|---|
 2.2.27-pre1
 ChangeLog-2.2.27
diff -Naurp linux-2.2.26-vanilla/ChangeLog-2.2.27 linux-2.2.27-pre1/ChangeLog-2.2.27
--- linux-2.2.26-vanilla/ChangeLog-2.2.27 1970-01-01 01:00:00.000000000 +0100
+++ linux-2.2.27-pre1/ChangeLog-2.2.27 2004-03-24 20:09:38.000000000 +0100
@@ -0,0 +1,51 @@
+Kernel 2.2.xx Mainline
+----------------------
+Person: Marc-Christian Petersen
+EMail: m.c.p@kernel.linux-systeme.com
+Mailinglist: linux-kernel@vger.kernel.org
+Website: http://www.kernel.org/pub/linux/kernel/people/mcp/
+Status: Maintained
+Employed by: Linux-Systeme GmbH, http://www.linux-systeme.com/
+
+
+ Thanks to Alan Cox 8-)
+
+
+-------------------------------------------------------------------------
+If you need a more secured, more stable, even faster, better SMP support,
+IDE LBA48 support, IPSec support, HTB support, IPVS support etc. enabled
+kernel with many more features and important fixes, please use my
+2.2-secure tree.
+You may find more informations about it at http://www.wolk-project.de/
+-------------------------------------------------------------------------
+
+
+
+2.2.27-pre1
+-----------
+o fixed TCP keepalive bug (Neal Cardwell)
+o fixed tcp seq nr wrapping bug (Ulrik De Bie)
+o added cciss root translation table (Eduard Bloch)
+o VIA KL133/KM133 northbridge: vga console going crazy (Roberto Biancardi)
+o speedup 'make dep' (Benoit Poulot-Cazajous)
+o disabled MCE only on Pentiums by default (2.4 backport) (Herbert Xu)
+ (boot with 'mce' if your MCE works as expected)
+o skb_realloc_headroom() panics when new headroom is (James Morris)
+ smaller than existing headroom
+o invalid nh.raw use after free (Julian Anastasov)
+o fix a local APIC initaliziation ordering bug that (Andrea Arcangeli)
+ triggers on the P4
+o TSC calibration must be dynamic and not a compile (Andrea Arcangeli)
+ time thing because gettimeofday is dynamic and it
+ depends on the TSCs to be in sync
+o fix deadlock on shutdown in 8139too (Herbert Xu)
+o support for ELF executables which use an a.out format (Solar Designer)
+ interpreter (dynamic linker) moved into a separate
+ configuration option and disabled by default
+o fixed sys_utimes perm check according to sys_utim (Al Viro)
+o show us the saved kernel command line (2.4 backport) (me)
+o some whitespace cleanups, some coding style cleanups (me)
+o fixed some gcc warnings (me)
+o add PCI ID for 82820 NIC to eepro100 network driver (me)
+o move 'Network device support' near 'Networking options' (me)
+
|