c66452515d
Thu Nov 28 03:11:11 1996 Ulrich Drepper <drepper@cygnus.com> * libio/fileops.c: Update from latest libg++. * sysdeps/unix/sysv/linux/init-first.c: Reformat copyright. * sysdeps/stub/libc-lock.h: Add __libc_lock_init_recursive. * libio/genops.c (_IO_init): Use __libc_lock_init_recursive instead of __libc_lock_init for streams. Reported by a sun <asun@zoology.washington.edu>. * sysdepsunix/sysv/linux/i386/brk.c: Reformat copyright. * sysdeps/generic/errno-loc.c: New file. Generic definition of __errno_location function. * sysdeps/unix/sysv/linux/i386/sysdep.S: Remove definition of __errno_location. * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise. * sysdeps/unix/sysv/linux/Makefile [$(subdir)=csu]: Add errno-loc to sysdep-routines. * sysdeps/unix/sysv/linux/configure: Add test for linuxthreads and crypt add-on and warn if not available. Wed Nov 27 23:09:37 1996 Ulrich Drepper <drepper@cygnus.com> * po/ko.po: Update from Bang Jun-Young <bangjy@nownuri.nowcom.co.kr>. * sysdeps/unix/sysv/linux/syscalls.list: Remove _llseek. * sysdeps/unix/sysv/linux/Makefile [$(subdir)=misc] (routines): Add llseek. * sysdeps/unix/sysv/linux/llseek.c: New file. Uses syscall. * sysdeps/unix/sysv/linux/i386/syscalls.list: Add __sys_llseek. * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add __sys_llseek. Reported by HJ Lu <hjl@gnu.ai.mit.edu>. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add llseek. * sysdeps/unix/sysv/linux/alpha/llseek.S: Remove. Generic syscall is enough. Patch by Richard Henderson <rth@tamu.edu>. * sysdeps/unix/sysv/linux/alpha/sys/io.h: Add prototypes for pciconfig_read and pciconfig_write. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add new syscalls pciconfig_read and pciconfig_write. * login/getutent_r.c: Fix several bugs in last change.
54 lines
1.8 KiB
Plaintext
54 lines
1.8 KiB
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
# used to implement inb()/outb() etc.
|
|
sethae - sethae 1 __sethae
|
|
|
|
msgctl - msgctl 3 __msgctl msgctl
|
|
msgget - msgget 2 __msgget msgget
|
|
msgrcv - msgrcv 5 __msgrcv msgrcv
|
|
msgsnd - msgsnd 4 __msgsnd msgsnd
|
|
shmat - osf_shmat 3 __shmat shmat
|
|
shmctl - shmctl 3 __shmctl shmctl
|
|
shmdt - shmdt 1 __shmdt shmdt
|
|
shmget - shmget 3 __shmget shmget
|
|
semop - semop 3 __semop semop
|
|
semget - semget 3 __semget semget
|
|
semctl - semctl 4 __semctl semctl
|
|
|
|
osf_sigprocmask - osf_sigprocmask 2 __osf_sigprocmask
|
|
|
|
getdents - getdents 3 __getdirentries getdirentries
|
|
getpeername - getpeername 3 __getpeername getpeername
|
|
getpriority - getpriority 2 __getpriority getpriority
|
|
mmap - mmap 6 __mmap mmap
|
|
llseek EXTRA lseek 3 llseek
|
|
|
|
# these are actually common with the x86:
|
|
fstatfs - fstatfs 2 __fstatfs fstatfs
|
|
statfs - statfs 2 __statfs statfs
|
|
|
|
# override select.S in parent directory:
|
|
select - select 5 __select select
|
|
accept - accept 3 __accept accept
|
|
bind - bind 3 __bind bind
|
|
connect - connect 3 __connect connect
|
|
getpeername - getpeername 3 __getpeername getpeername
|
|
getsockname - getsockname 3 __getsockname getsockname
|
|
getsockopt - getsockopt 5 __getsockopt getsockopt
|
|
listen - listen 2 __listen listen
|
|
recv - recv 4 __recv recv
|
|
recvfrom - recvfrom 6 __recvfrom recvfrom
|
|
recvmsg - recvmsg 3 __recvmsg recvmsg
|
|
ptrace - ptrace 4 __ptrace ptrace
|
|
send - send 4 __send send
|
|
sendmsg - sendmsg 3 __sendmsg sendmsg
|
|
sendto - sendto 6 __sendto sendto
|
|
setsockopt - setsockopt 5 __setsockopt setsockopt
|
|
shutdown - shutdown 2 __shutdown shutdown
|
|
socketpair - socketpair 4 __socketpair socketpair
|
|
sysctl - _sysctl 6 sysctl
|
|
|
|
# access pci space protected from machine checks:
|
|
pciconfig_read EXTRA pciconfig_read 5 pciconfig_read
|
|
pciconfig_write EXTRA pciconfig_write 5 pciconfig_write
|