diff options
author | lloyd <[email protected]> | 2011-03-14 12:31:13 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-03-14 12:31:13 +0000 |
commit | f0f1ba9ec5fe467aabbb268e906449cfadfea90b (patch) | |
tree | f53acc290a26003fbcb3aa7f511826993d99f9c0 /doc | |
parent | 39a0072fe3005212035218efed8b39201fa3bc84 (diff) | |
parent | 701deca201286d53290c17d3be8109e4e3d34b09 (diff) |
merge of '1bf20e797477a87c044a8fd74af47d872f630831'
and '51e8d8cc3eb1c29e097bdc77e2773b0fe6d342af'
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 |