diff options
author | 2009-08-19 19:47:51 +0000 | |
---|---|---|
committer | 2009-08-19 19:47:51 +0000 | |
commit | 5261dd8e2aa23fa246a8ca4e274ff5054574d79b (patch) | |
tree | b6ee0aa3645afc012f26b26eb013dcda4534051b /regress/usr.bin/ssh/ssh-com-sftp.sh | |
parent | In ldconfig the dewey field of shlib_list was only partially filled (diff) | |
download | wireguard-openbsd-5261dd8e2aa23fa246a8ca4e274ff5054574d79b.tar.xz wireguard-openbsd-5261dd8e2aa23fa246a8ca4e274ff5054574d79b.zip |
<machine/macros.h> would provide inline version of a few of the functions
traditionnaly found in libkern. However, the memcmp() flavour would behave
as bcmp() with only two possible return values: zero and positive non-zero.
This broke the name cache RB trees which now rely upon proper memcmp()
semantics(negative value, zero, or positive value).
Just give up on these macros and provide the same code as libc, in libkern.
As a side effect, this no longer uses the cmpc3 instruction, which is not
implemented and requires (slow) kernel emulation, on the original uVax.
Diffstat (limited to 'regress/usr.bin/ssh/ssh-com-sftp.sh')
0 files changed, 0 insertions, 0 deletions