|
Changelog for uml-patch-2.4.9-5.bz2
Release Date : Sep 12 2001
Released By : jdike
-
malloc, free, and calloc are now wrapped and redirected to kmalloc/kfree
if they're running, and the normal libc functions if not. This fixes
gprof and gcov crashes when they tried to allocate memory when opening
their output files. It also closes a possible security hole.
-
The block driver now reports IO errors back to the block layer.
-
COW headers now contain absolute pathnames to their backing files.
-
Fixed some smp.h compilation problems.
-
Fixed a couple of profiling timer problems.
|