-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS port #13
base: master
Are you sure you want to change the base?
macOS port #13
Conversation
…d for bind in global namespace.
go upstream
Explicitly return State* in sharedState
update with upstream
go upstream
…er-access Removed assertion with warning on debugger access of unmapped memory
I managed to get remote access to a Mac OS X machine at our faculty and started looking into this in greater detail. Apart from the small compatibility issue with the current code base (e.g. unnamed semaphores, lack of |
Thank you for your effort. IMHO, it would be a benefit to have a macOS port with limited functions as none at all. If tun and can devices will be required, we (or whoever) can follow up. I guess that the tun issue might be solvable. I don't use it. If you have a test/example using this, I could further investigate it. However, it might take a while before I'll find the time. CAN could be some more work to do. AFAIK there is no OS support for BSD or macOS. I don't have a use or test case, too. |
only macOS porting code... hopefully