Skip to content
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

Add notbsd process_vm_readv and process_vm_writev system calls #283

Merged
merged 1 commit into from
May 13, 2016

Conversation

jvns
Copy link
Contributor

@jvns jvns commented May 11, 2016

No description provided.

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@jvns
Copy link
Contributor Author

jvns commented May 11, 2016

Didn't work on Android, moving to just Linux.

@alexcrichton
Copy link
Member

@bors: r+ 1931ee4

Thanks!

@bors
Copy link
Contributor

bors commented May 11, 2016

⌛ Testing commit 1931ee4 with merge 2764a53...

bors added a commit that referenced this pull request May 11, 2016
Add notbsd process_vm_readv and process_vm_writev system calls
@bors
Copy link
Contributor

bors commented May 11, 2016

💔 Test failed - status-appveyor

@alexcrichton
Copy link
Member

@bors: retry

On Wed, May 11, 2016 at 10:03 AM, bors notifications@github.com wrote:

[image: 💔] Test failed - status-appveyor
https://ci.appveyor.com/project/alexcrichton/libc/build/1.0.1155


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#283 (comment)

@bors
Copy link
Contributor

bors commented May 11, 2016

⌛ Testing commit 1931ee4 with merge 02a3860...

bors added a commit that referenced this pull request May 11, 2016
Add notbsd process_vm_readv and process_vm_writev system calls
@bors
Copy link
Contributor

bors commented May 11, 2016

💔 Test failed - travis

@alexcrichton
Copy link
Member

@bors: retry

On Wed, May 11, 2016 at 3:14 PM, bors notifications@github.com wrote:

[image: 💔] Test failed - travis
https://travis-ci.org/rust-lang/libc/builds/129550239


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#283 (comment)

@bors
Copy link
Contributor

bors commented May 11, 2016

🔒 Merge conflict

@bors
Copy link
Contributor

bors commented May 11, 2016

☔ The latest upstream changes (presumably #284) made this pull request unmergeable. Please resolve the merge conflicts.

@jvns
Copy link
Contributor Author

jvns commented May 12, 2016

@alexcrichton rebased!

@alexcrichton
Copy link
Member

@bors: r+ c9496fe

@bors
Copy link
Contributor

bors commented May 12, 2016

⌛ Testing commit c9496fe with merge 8e8a251...

bors added a commit that referenced this pull request May 12, 2016
Add notbsd process_vm_readv and process_vm_writev system calls
@bors
Copy link
Contributor

bors commented May 12, 2016

💔 Test failed - travis

@alexcrichton
Copy link
Member

@bors: retry

On Thu, May 12, 2016 at 3:13 PM, bors notifications@github.com wrote:

[image: 💔] Test failed - travis
https://travis-ci.org/rust-lang/libc/builds/129843131


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#283 (comment)

@bors
Copy link
Contributor

bors commented May 12, 2016

⌛ Testing commit c9496fe with merge 81e3af2...

bors added a commit that referenced this pull request May 12, 2016
Add notbsd process_vm_readv and process_vm_writev system calls
@bors
Copy link
Contributor

bors commented May 13, 2016

☀️ Test successful - status-appveyor, travis

@bors bors merged commit c9496fe into rust-lang:master May 13, 2016
Susurrus pushed a commit to Susurrus/libc that referenced this pull request Mar 26, 2017
Bumped bitflags version to 0.4 and removed warning

Bumped bitflags version to 0.4 and removed warning about derive with raw pointer
danielverkamp pushed a commit to danielverkamp/libc that referenced this pull request Apr 28, 2020
This commit updates to the latest nightly's syntax where `#[target_feature =
"+foo"]` is now deprecated in favor of `#[target_feature(enable = "foo")]`.
Additionally `#[target_feature]` can only be applied to `unsafe` functions for
now.

Along the way this removes a few exampels that were just left around and also
disables the `fxsr` modules as that target feature will need to land in upstream
rust-lang/rust first as it's currently unknown to the compiler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants