aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-03-17 02:47:40 +0000
committerNick Mathewson <nickm@torproject.org>2008-03-17 02:47:40 +0000
commitb29f763ee1d32e8a12867a9338e5b79e0b241950 (patch)
tree9e74ec3845b2a63354413f9a42599a41e54ad519 /ChangeLog
parentdb4fccef84526888c555a8afd42668d8c28709a4 (diff)
downloadtor-b29f763ee1d32e8a12867a9338e5b79e0b241950.tar
tor-b29f763ee1d32e8a12867a9338e5b79e0b241950.tar.gz
r18850@catbus: nickm | 2008-03-16 22:35:38 -0400
Use 8k pages in openbsd malloc code on alpha. Bug and solution found by weasel. Also, when initializing openbsd malloc code, check that compiled page size matches output of getpagesize(). svn:r14056
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1899b666f..d816d28c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,10 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
- Use proper log levels in the testsuite call of get_interface_address6().
- When using a nonstandard malloc, do not use the platform values for
HAVE_MALLOC_GOOD_SIZE or HAVE_MALLOC_USABLE_SIZE.
+ - Make the openbsd malloc code use 8k pages on alpha CPUs. Bugfix on
+ 0.2.0.x.
+ - Detect mismatched page sizes when using --enable-openbsd-malloc.
+ Bugfix on 0.2.0.x.
o Minor features:
- Allow separate log levels to be configured for different logging