search for: bincompat

Displaying 4 results from an estimated 4 matches for "bincompat".

2017 Jun 14
1
LLD support for mach-o aliases (weak or otherwise)
...s case public symbols exported from libSystem). While the kernel syscall numbers have not changed (though the kernel team reserves the right to do that), the parameter lists and argument marshaling for them certainly has changed. We also do not support static executables on our system. We even had bincompat issues related to this i rolled their during the last major release (macOS 10.12 Sierra): Go implemented its own syscall support, which caused all of their binaries that used gettimeofday since the internal interface changed <https://github.com/golang/go/issues/16606 <https://github.com/golan...
2017 Jun 14
4
LLD support for mach-o aliases (weak or otherwise)
...ols exported from libSystem). While the kernel syscall numbers have not changed (though the kernel team reserves the right to do that), the parameter lists and argument marshaling for them certainly has changed. We also do not support static executables on our system. >> >> We even had bincompat issues related to this i rolled their during the last major release (macOS 10.12 Sierra): Go implemented its own syscall support, which caused all of their binaries that used gettimeofday since the internal interface changed <https://github.com/golang/go/issues/16606 <https://github.com/golan...
2005 Apr 21
2
[Bug 1023] Add support for dhgex-sha512
...e key derivation PRF with SHA512 instead of SHA1. This removes the (largely acedemic) 160-bit bottleneck that prevented ciphers with longer keys from being fully utilised. Note that this patch requires a modified OpenSSL to build (set evp.h's EVP_MAX_MD_SIZE to 64 and rebuild - NB this breaks bincompat). It could be cajoled into working with OpenSSL CVS HEAD with some minor changes. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2017 Jun 06
4
LLD support for mach-o aliases (weak or otherwise)
Hi Folks, I’m working on a port of musl libc to macos (arch triple is “x86_64-xnu-musl”) to solve some irreconcilable issues I’m having with libSystem.dylib. I don’t want to use glibc for various reasons, mainly because I want to static link. I have static PIE + ASLR working which is not actually supported by the Apple toolchain (*1), but I managed to get it to work. I’m sure Apple might say