diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt index bd0fd575b..a1e2d506a 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -5,8 +5,10 @@ in SHA-512. - Pipe will delete empty output queues as soon as they are no longer needed, even if earlier messages still have data unread. - - Avoid reading the SPARC %tick register on OpenBSD, as unlike Linux - and Solaris the kernel will not trap and emulate it for userspace. + - Avoid reading the SPARC %tick register on OpenBSD as unlike Linux + the kernel will not trap and emulate it for us, causing a illegal + instruction crash. + - Improve detection and autoconfiguration for ARM processors * 1.9.14, 2011-03-01 - Add support for bcrypt, OpenBSD's password hashing scheme |