Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded support for FreeBSD (copy pty_linux.go) #12
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
tianon
commented
Jan 25, 2014
|
+1 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
kr
Jan 25, 2014
Owner
Wow, does this really work? I'd have expected pty_darwin.go
to be closer to what FreeBSD needs.
|
Wow, does this really work? I'd have expected pty_darwin.go |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
tianon
Jan 25, 2014
I can confirm that it compiles correctly, but I don't know whether @bkcsoft tested that it works correctly. :)
tianon
commented
Jan 25, 2014
|
I can confirm that it compiles correctly, but I don't know whether @bkcsoft tested that it works correctly. :) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bkcsoft
Jan 25, 2014
Contributor
I havn't tested it yet, but it compiles, which pty_darwin.go doesn't.
Would the example in the README.md suffice as a test?
|
I havn't tested it yet, but it compiles, which pty_darwin.go doesn't. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
don't merge, didn't work, I'll fix it. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Now it works (tested with the example-code from README.md) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
titanous
commented
Jan 30, 2014
|
This needs a |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
unclejack
commented
Jan 30, 2014
|
+1 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
myes, a ; snuck in there... |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
done @titanous |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
creack
Feb 7, 2014
Collaborator
Works like a charm. Waiting for this to merge freebsd support into docker.
|
Works like a charm. Waiting for this to merge freebsd support into docker. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
vieux
commented
Feb 10, 2014
|
+1 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Ok I merged this in 76284c5. So sorry for taking so long. |
bkcsoft commentedJan 25, 2014
This adds support for FreeBSD