From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1904 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 20:40:25 +0100 Message-ID: References: <20120905061905.GQ27715@brightrain.aerifal.cx> <50471B56.8040804@palsenberg.com> <20120905142441.GT27715@brightrain.aerifal.cx> <20120906030406.GY27715@brightrain.aerifal.cx> <20120907045631.GL27715@brightrain.aerifal.cx> <20120909002115.GC27715@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 1347219639 31726 80.91.229.3 (9 Sep 2012 19:40:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2012 19:40:39 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1905-gllmg-musl=m.gmane.org@lists.openwall.com Sun Sep 09 21:40:42 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 1TAnN3-0002TT-MV for gllmg-musl@plane.gmane.org; Sun, 09 Sep 2012 21:40:41 +0200 Original-Received: (qmail 23859 invoked by uid 550); 9 Sep 2012 19:40:37 -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 23850 invoked from network); 9 Sep 2012 19:40:37 -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=gETryRJL9CvrZAVPlRiV7g+BKrxR/1c6AlAvGiaMT+k=; b=BPTxfqhEQ+7haktzN6fQY758zvbGT1W1hUq0tVBvazXCsIFtM/nPXyhZKYLcef6lEN G9yAWiJ2dSI3dFWtQEKr4p5FAsLymTDRzCpMlxKJ3j3CD2J7hABpVNlOtpWCUJt7jAIg B0MboofNOWO2AvIPGPDV62qZQmqrHQVLRC720= 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=gETryRJL9CvrZAVPlRiV7g+BKrxR/1c6AlAvGiaMT+k=; b=Jf8IS65dFuy31nDuycJU4pfA//c4w4umC8hCth0Cri0ZPDJvYr4XYck2QItWuni2p6 2Ob3I3piwPy8YAa9bC75BbBpg+aHfVb+PV+sAzEc/Far5OuOE1kP9Fty+ZoYDKWVpez1 YC6dvkW+8R9xjysJFpcI9UQsNjftNQstjPjRz7BLbscbMV3OOTjsKcgcRZLWnvVO8kcY l7d89eXKBPPVoZWc7pZMR+zEUMxT3ST/JdB40Ch1IKk6SuGEcgtIwBbR89a8b05pAWG4 lnZZ8UOo23kRbB7foZXuldCH3MQEDw2OEhy+JlkFXaCIqnXJI2aVrlSFjBbhynNa857A RIzQ== In-Reply-To: X-Gm-Message-State: ALoCoQk0OLS1ODVr3xqJ7Z4qA8AWBtVCijc1Er2FRBsMrYh8kQ2rOdDfwlJlo6DTdjeTGfCxFQBG Xref: news.gmane.org gmane.linux.lib.musl.general:1904 Archived-At: Here is an updated version of that list. Syscalls not in Musl missing and should definitely be in: ppoll preadv pwritev setdomainname syncfs clock_adjtime remap_file_pages kexec_load mincore some issues, may wait until decide how to resolve recvmmsg sendmmsg useful but perhaps lower priority 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) may implement if someone has a real use io_cancel, io_destroy, io_getevents, io_setup, io_submit (ie native Linux aio not posix aio) obsolete or unimplemented in Linux _sysctl epoll_ctl_old epoll_wait_old eventfd2 fanotify_init fanotify_mark futimesat getpmsg getrlimit putpmsg security setrlimit sysfs tkill tuxcall uselib ustat vserver create_module query_module afs_syscall get_robust_list get_kernel_syms These are in libkeyutils even though they are syscalls, so will not implement now add_key request_key keyctl These are in libnuma, even though they are syscalls, so will not implement now move_pages mbind get_mempolicy set_mempolicy migrate_pages