From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1915 Path: news.gmane.org!not-for-mail From: Justin Cormack Newsgroups: gmane.linux.lib.musl.general Subject: Re: capset() capget() syscalls Date: Sun, 9 Sep 2012 23:14:58 +0100 Message-ID: References: <20120906030406.GY27715@brightrain.aerifal.cx> <20120907045631.GL27715@brightrain.aerifal.cx> <20120909002115.GC27715@brightrain.aerifal.cx> <20120909210211.GH27715@brightrain.aerifal.cx> <20120909215840.GK27715@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1347228911 32323 80.91.229.3 (9 Sep 2012 22:15:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2012 22:15:11 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1916-gllmg-musl=m.gmane.org@lists.openwall.com Mon Sep 10 00:15:14 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TApmc-00059g-5X for gllmg-musl@plane.gmane.org; Mon, 10 Sep 2012 00:15:14 +0200 Original-Received: (qmail 11710 invoked by uid 550); 9 Sep 2012 22:15:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 11702 invoked from network); 9 Sep 2012 22:15:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=specialbusservice.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SWyOdOa1kHUlP6QqO3Jf0PxXPT1wAX3SA6S0It3Sr5M=; b=Zi4Fiy/tpubj6IG5fLUGo84gG0gQcRbs/TkTLIINsEOblJMCGQZGKkGYaGJiPS+o6o dci+8fgsYhj0yNpWPeYXqRZcIpI4amossa4pfH2cupj12JPYdfYv/Wfhl3jhgXeTHrw+ avuamTpy/winwmb+u+TxgxqM8WmK4zUHgOVYA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=SWyOdOa1kHUlP6QqO3Jf0PxXPT1wAX3SA6S0It3Sr5M=; b=RceK2Ut3aNaa/4J5GHqdfUfOx4bPtFN9ABHIHcsit1BS8KAMnVD3WOs/JbhgDTlwkh 1/YI+3404rO+16dX43m9csM2cpfbmyMmFaK7K93qSYCOzhMYyjdohv0knI8S55RjLouD +GwvKfASfLICiWYxHzw48HJBjjbHpIWeIe+/SIjlqOk8V0S3kk2PWDbfj1PfyBKwMYMf 4gKhh8NzkKhoC5y/nv2+OKLEG3Q/GDD0kMT8bXXeuFYzvhS0+F35xae+NAuHhbnVAsrY H215itADA1etN2rN0pIJ6lHD7QjTFiHWyr9x3RYnN5BFjANiG2jU6AaXN8P0itRvpd/0 R3jA== In-Reply-To: <20120909215840.GK27715@brightrain.aerifal.cx> X-Gm-Message-State: ALoCoQluw/oy8tpJVmzN5z2b/ddGahe1tk6Dfba0SOSRJVqhqrVFGv+Ou42ES8A+H4+IYku5tJx6 Xref: news.gmane.org gmane.linux.lib.musl.general:1915 Archived-At: On Sun, Sep 9, 2012 at 10:58 PM, Rich Felker wrote: > On Sun, Sep 09, 2012 at 10:31:28PM +0100, Justin Cormack wrote: >> Trying again (missed two) > > And you added mqgetsetattr; this is just the backend of the > corresponding mq_* functions. > >> Syscalls not in Musl that should be >> >> syncfs >> clock_adjtime >> remap_file_pages >> kexec_load >> futex >> mqgetsetattr >> lookup_dcookie >> modify_ldt >> name_to_handle_at >> nfsservctl >> open_by_handle_at >> perf_event_open >> getcpu >> personality >> quotactl >> sched_setaffinity, sched_getaffinity (note glibc uses different >> interface to syscalls) >> fanotify_init >> fanotify_mark > > Otherwise, this list looks okay. Would you be interested in preparing > a patch, and/or testing the ones I already added? > Ok almost right then. Happy to do patches and test. Justin