~ubuntu-branches/ubuntu/trusty/eglibc/trusty

« back to all changes in this revision

Viewing changes to sysdeps/unix/sysv/linux/aarch64/syscalls.list

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2013-01-10 18:39:35 UTC
  • mfrom: (1.5.2) (4.4.24 experimental)
  • Revision ID: package-import@ubuntu.com-20130110183935-afsgfxkmg7wk5eaj
Tags: 2.17-0ubuntu1
* Merge with Debian, bringing in a new upstream and many small fixes:
  - patches/any/cvs-malloc-deadlock.diff: Dropped, merged upstream.
  - patches/ubuntu/lddebug-scopes.diff: Rebase for upstream changes.
  - patches/ubuntu/local-CVE-2012-3406.diff: Rebased against upstream.
  - patches/ubuntu/no-asm-mtune-i686.diff: Fixed in recent binutils.
* This upstream merge fixes a nasty hang in pulseaudio (LP: #1085342)
* Bump MIN_KERNEL_SUPPORTED to 2.6.32 on ARM, now that we no longer
  have to support shonky 2.6.31 kernels on imx51 babbage builders.
* Drop patches/ubuntu/local-disable-nscd-host-caching.diff, as these
  issues were apparently resolved upstream a while ago (LP: #613662)
* Fix the compiled-in bug URL to point to launchpad.net, not Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# File name     Caller  Syscall name    # args  Strong name     Weak names
2
 
 
3
 
# Semaphore and shm system calls.
4
 
msgget          -       msgget          i:ii    __msgget        msgget
5
 
msgctl          -       msgctl          i:iip   __msgctl        msgctl
6
 
msgrcv          -       msgrcv          Ci:ibnii __msgrcv       msgrcv
7
 
msgsnd          -       msgsnd          Ci:ibni __msgsnd        msgsnd
8
 
shmctl          -       shmctl          i:iip   __shmctl        shmctl
9
 
shmat           -       shmat           i:ipi   __shmat         shmat
10
 
shmdt           -       shmdt           i:s     __shmdt         shmdt
11
 
shmget          -       shmget          i:iii   __shmget        shmget
12
 
semop           -       semop           i:ipi   __semop         semop
13
 
semtimedop      -       semtimedop      i:ipip  semtimedop
14
 
semget          -       semget          i:iii   __semget        semget
15
 
semctl          -       semctl          i:iiii  __semctl        semctl
16
 
 
17
 
# proper socket implementations:
18
 
accept          -       accept          Ci:iBN  __libc_accept   __accept accept
19
 
bind            -       bind            i:ipi   __bind          bind
20
 
connect         -       connect         Ci:ipi  __libc_connect  __connect_internal __connect connect
21
 
getpeername     -       getpeername     i:ipp   __getpeername   getpeername
22
 
getsockname     -       getsockname     i:ipp   __getsockname   getsockname
23
 
getsockopt      -       getsockopt      i:iiiBN __getsockopt    getsockopt
24
 
listen          -       listen          i:ii    __listen        listen
25
 
recv            -       recv            Ci:ibni __libc_recv     __recv recv
26
 
recvfrom        -       recvfrom        Ci:ibniBN       __libc_recvfrom __recvfrom recvfrom
27
 
recvmsg         -       recvmsg         Ci:ipi  __libc_recvmsg  __recvmsg recvmsg
28
 
send            -       send            Ci:ibni __libc_send     __send send
29
 
sendmsg         -       sendmsg         Ci:ipi  __libc_sendmsg  __sendmsg sendmsg
30
 
sendto          -       sendto          Ci:ibnibn       __libc_sendto   __sendto sendto
31
 
setsockopt      -       setsockopt      i:iiibn __setsockopt    setsockopt
32
 
shutdown        -       shutdown        i:ii    __shutdown      shutdown
33
 
socket          -       socket          i:iii   __socket        socket
34
 
socketpair      -       socketpair      i:iiif  __socketpair    socketpair