|
Changelog for uml-patch-2.4.19-29.bz2
Release Date : Nov 11 2002
Released By : jdike
-
Added /proc/mm support, which allows address spaces to be created,
populated, and destroyed independently of processes.
-
UML now uses the host /proc/mm support. In skas mode, there is now
only one host process running all UML processes.
-
Fixed the segfault caused by asking for the configuration of a device that
hasn't been opened.
-
Fixed the normal mconsole config command, which was broken when the
get_config support was added.
-
An interface's dev->flags is no longer fiddled before calling
dev_close when it gets an error. That had the effect of turning
dev_close into a no-op.
-
Various bits of code cleanup, including moving some more tt code under
arch/um/kernel/tt. Also, task->thread.extern_pid is now tt-specific,
so it has been moved into the tt-specific part of the thread structure.
-
UML now compiles with CONFIG_MODE_SKAS off.
|