From: <er...@he...> - 2002-10-23 17:53:49
|
BProc 3.2.2 is up on sourceforge in the usual location: http://sourceforge.net/project/showfiles.php?group_id=24453&release_id=118027 Here are the release notes and change log: 3.2.2 ---------------------------------------------------------------------- This release has a number of important bug fixes. There are also some build time fixes for gcc 3.2. vrfork() robustness has also been improved somewhat. See the change log for details. Changes from 3.2.1 to 3.2.2 * Fixed build problems and warnings with gcc 3.2. * Changed rfork behavior to make BE_SAMENODE never happen. Effectively, this changes rfork() -> fork() when rforking to your current node. Note that the I/O handling isn't done in that case. (that's a bug :) * Reworked rfork slightly to handle placing processes on the current node transparently. * Fixed a procfs race with process ID mapping that could lead to kernel oopses on slave nodes. * Fixed a slave side kernel oops. The symptom was bpslave oopsing in wake_up. The cause was a semaphore was used in a spot where I should have used a completion. * Added a bit of makefile goop to allow building the kernel modules with a different compiler than the rest. (KCC=) |