|
Changelog for uml-patch-2.4.18-43.bz2
Release Date : Jul 23 2002
Released By : jdike
-
Merged Henrik's config.in restructuring. The block devices, character
devices, and net devices now have separate config.in files.
-
Updated Configure.help to document CONFIG_BLK_DEV_UBD.
-
SCSI is now included in the configuration. There is a config_scsi.in which
is cloned from drivers/scsi/Config.in. The only low-level driver available
is scsi_debug, which operates a device in memory.
All of memory is now in ZONE_DMA rather than ZONE_NORMAL.
-
More Makefile cleanup, including fixing the arch/um/fs Makefile so
hostfs.o is linked into fs.o.
-
Added support for /proc/mconsole, which allows processes inside UML to
send mconsole notifications.
-
Exported enough symbols for harddog to be modularized.
-
Fixed a panic caused by openpty failing for some mysterious reason.
|