mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Drew DeVault <sir@cmpwn.com>
To: musl@lists.openwall.com
Cc: Drew DeVault <sir@cmpwn.com>
Subject: [PATCH 0/3] Use v2 syscalls when appropriate
Date: Thu, 21 Mar 2019 11:32:37 -0400	[thread overview]
Message-ID: <20190321153240.29328-1-sir@cmpwn.com> (raw)

Some architectures (notably RISC-V) don't support v1 syscalls at all.

Drew DeVault (3):
  mman/mlock: use mlock2 when appropriate
  stdio/rename: use renameat2 when appropriate
  unistd/renameat: use renameat2 when appropriate

 src/mman/mlock.c      | 4 ++++
 src/stdio/rename.c    | 6 ++++--
 src/unistd/renameat.c | 4 ++++
 3 files changed, 12 insertions(+), 2 deletions(-)

-- 
2.21.0



             reply	other threads:[~2019-03-21 15:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-21 15:32 Drew DeVault [this message]
2019-03-21 15:32 ` [PATCH 1/3] mman/mlock: use mlock2 " Drew DeVault
2019-03-21 15:32 ` [PATCH 2/3] stdio/rename: use renameat2 " Drew DeVault
2019-03-21 15:32 ` [PATCH 3/3] unistd/renameat: " Drew DeVault
2019-03-22  1:20 ` [PATCH 0/3] Use v2 syscalls " Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190321153240.29328-1-sir@cmpwn.com \
    --to=sir@cmpwn.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).