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 20:40:25 +0100
From: Justin Cormack <justin@...cialbusservice.com>
To: musl@...ts.openwall.com
Subject: Re: capset() capget() syscalls

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

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.