-
Notifications
You must be signed in to change notification settings - Fork 293
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
Tap update for modern linux versions #64
base: master
Are you sure you want to change the base?
Conversation
oh, it seems like I am not the only one who did the script fixes. :) well, someone should probably merge this. |
@@ -815,7 +815,7 @@ int main(int argc, char **argv) | |||
|
|||
#if defined(ENABLE_XF86_DGA) && !defined(ENABLE_MON) | |||
// Fork out, so we can return from fullscreen mode when things get ugly | |||
XF86DGAForkApp(DefaultScreen(x_display)); | |||
//XF86DGAForkApp(DefaultScreen(x_display)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems unrelated to the TAP fixes and I don't think should be in this commit.
I left some comments on the change. |
I left some comments on the pull request. On Fri, May 27, 2016 at 8:30 PM, Karel Bílek [email protected]
|
I think this is still quite relevant. I finally understand what this is about after reading it a few times (after seeing how Bochs does it) and I want this patch now, as it means that instead of BasiliskII creating the
I will respond to some of the review comments in more detail and perhaps raise some additional concerns. I suppose that after we've discussed the changes, unless @hfmanson appears, I'll need to submit my own PR to replace this one? |
This pull request re-enables the tap interface for modern linux versions
http://backreference.org/2010/03/26/tuntap-interface-tutorial/ has been extremely useful