Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 9 Sep 2012 22:31:28 +0100
From: Justin Cormack <justin@...cialbusservice.com>
To: musl@...ts.openwall.com
Subject: Re: capset() capget() syscalls

Trying again (missed two)


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

some issues, may wait until decide how to resolve
recvmmsg
sendmmsg

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)

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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.