|
Changelog for uml-patch-2.4.17-10.bz2
Release Date : Jan 30 2002
Released By : jdike
-
Added MTD to the config.
-
Various changes to make 2.4 UML source line up with 2.5 UML source.
-
Cleaned up the error handling so that error messages are clearer about
what actually went wrong.
-
Reverted the socketpair change until I understand why pts devices work
as the communication channel between the IO thread and UML and sockets
don't.
-
Fixed a stupid bug in hostfs_prepare_write.
-
UML should no longer panic when kernel virtual memory is allocated and
'jail' is in force.
-
Kernel threads no longer get an initial mm or active_mm. This should fix
the fork.c:521 BUG.
-
exitcalls happen before process killing because the blkmtd exitcall
calls schedule.
-
Fixed the initialization of signal contexts by initializing ->prev.
-
Changed the reboot execve to execvp so that path searching happens.
|