|
Changelog for uml-patch-2.4.26-2.bz2
Release Date : Jul 16 2004
Released By : jdike
-
Fixed some humfs bugs and bumped the version number. Modes are now
included in the metadata and directories with subdirectories named
'metadata' now have someplace to put their own metadata.
-
Fixed hostfs to work with the restructured externfs. It is now also
safe against running out of file descriptors.
-
linux is now the default build target, so that 'make ARCH=um' now does
what you'd expect.
-
Fixed some bugs in the malloc and free wrappers.
-
The port chan now sets SO_REUSEEADDR so ports can be immediately reused.
-
Directory opens and pipe creations are now handled in filehandle.c to
protect them against failing because with -EMFILE.
-
The tt mode switch pipe is now filehandles to protect process
creations from failing with -EMFILE.
-
Backed out a bug fix which broke modules.
|