2000-06-13 07:33:12 +00:00
|
|
|
# File name Caller Syscall name Args Strong name Weak names
|
1996-01-19 00:42:21 +00:00
|
|
|
|
2000-06-13 07:33:12 +00:00
|
|
|
adjtimex adjtime adjtimex i:p __adjtimex adjtimex ntp_adjtime
|
|
|
|
bdflush EXTRA bdflush i:ii bdflush
|
2000-06-27 00:14:44 +00:00
|
|
|
capget EXTRA capget i:pp capget
|
|
|
|
capset EXTRA capset i:pp capset
|
Fri Jun 28 02:41:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* nss/Makefile (databases): New variable.
(routines, libnss_files-routines): Use it.
(subdir-dirs): Compute from $(services).
* sysdeps/unix/sysv/linux/syscalls.list (create_module, delete_module,
init_module, klogctl): Use EXTRA in the "caller" column so these get
added to unix-extra-syscalls and thus compiled in misc.
* string/Makefile (routines): Add strndup.
* string/strndup.c: New file.
* string/string.h: Declare strndup.
(strndupa): New macro.
* string/string.h: Declare __strdup.
* string/strdup.c: Deansideclized. Define __ name and weak alias.
* string/string.h: Don't define memccpy as macro for [__OPTIMIZE__].
Thu Jun 27 23:43:22 1996 Richard Henderson <rth@tamu.edu>
* sysdeps/alpha/dl-machine.h (elf_machine_rela): The Alpha's
address-of operation and plt format conspire to require all
dynamic relocs to be resolved to actual symbols not plt entries.
Thu Jun 27 02:49:28 1996 Ulrich Drepper <drepper@cygnus.com>
* catgets/gencat.c: Add casts to avoid signed<->unsigned warnings.
* grp/initgroups.c (initgroups): De-ansi-fy.
Move declaration of NGROUPS and GROUPS outside #if so that
the code compiles for NGROUPS_MAX != 0.
* inet/Makefile (headers): Add netinet/ether.h and netinet/if_ether.h.
(routines): Add ether_aton, ether_aton_r, ether_hton, ether_line,
ether_ntoa, ether_ntoa_r, and ether_ntoh.
* inet/ether_aton.c, inet/ether_aton_r.c, inet/ether_hton.c,
inet/ether_line.c, inet/ether_ntoa.c, inet/ether_ntoa_r.c,
inet/ether_ntoh.c: New files. Implementation of functions to
handle Ethernet address to host mapping.
* inet/netinet/ether.h: New file. Declare ether_* functions.
* netinet/ether.h: Wrapper around inet/netinet/ether.h for glibc
compilation.
* nss/ethers-lookup.c: New file. Lookup function for ethers database.
* nss/Makefile (routines): Add ethers-lookup.
(libnss_files-routines): Add files-ethers.
* nss/getXXent_r.c: Don't define set*ent and end*ent function
with _r suffix.
* nss/nss_files/files-XXX.c (internal_endent): Don't reset
KEEP_STREAM every time called.
(_nss_files_end): Reset KEEP_STREAM here instead.
(internal_getent): If STREAM == NULL try to open instead of
signalling error.
Use cast to prevent warning.
Terminate read line in case the buffer is too small.
* nss/nss_files/files-ethers.c: New file. Implementation of
Ethernet adress<->hostname lookup through files interface.
* stdlib/mbstowcs.c: Define based on mbsrtowcs().
* stdlib/mbtowc.c: Define based on mbrtowc().
* stdlib/wcstombs.c: Define based on wcsrtombs().
* stdlib/wctomb.c: Define based on wcrtomb().
* sunrpc/xdr.c (xdr_u_int): Avoid bogus call to
unexpected_sizes_in_xdr_u_int.
* sysdeps/generic/netinet/if_ether.h: New file. Generic declaration
of `struct ether_addr'.
* sysdeps/unix/sysv/linux/netinet/if_ether.h: New file. Linux specific
declaration of `struct ether_addr'.
* wcsmbs/mbrtowc.c: Handle case where argument PS is NULL.
* wcsmbs/mbsrtowcs.c: Ditto.
* wcsmbs/wcrtomb.c: Ditto.
* wcsmbs/wcsrtombs.c: Ditto.
* wcsmbs/mbsinit.c: Prepare for PS being NULL.
1996-06-28 08:56:59 +00:00
|
|
|
create_module EXTRA create_module 3 create_module
|
|
|
|
delete_module EXTRA delete_module 3 delete_module
|
2000-06-13 07:33:12 +00:00
|
|
|
fdatasync - fdatasync i:i fdatasync
|
|
|
|
flock - flock i:ii __flock flock
|
|
|
|
fork - fork i: __libc_fork __fork fork
|
|
|
|
get_kernel_syms EXTRA get_kernel_syms i:p get_kernel_syms
|
|
|
|
getegid - getegid i: __getegid getegid
|
|
|
|
geteuid - geteuid i: __geteuid geteuid
|
|
|
|
getpgid - getpgid i:i __getpgid getpgid
|
|
|
|
getpgrp - getpgrp i: getpgrp
|
|
|
|
getppid - getppid i: __getppid getppid
|
|
|
|
getsid - getsid i:i getsid
|
Fri Jun 28 02:41:08 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* nss/Makefile (databases): New variable.
(routines, libnss_files-routines): Use it.
(subdir-dirs): Compute from $(services).
* sysdeps/unix/sysv/linux/syscalls.list (create_module, delete_module,
init_module, klogctl): Use EXTRA in the "caller" column so these get
added to unix-extra-syscalls and thus compiled in misc.
* string/Makefile (routines): Add strndup.
* string/strndup.c: New file.
* string/string.h: Declare strndup.
(strndupa): New macro.
* string/string.h: Declare __strdup.
* string/strdup.c: Deansideclized. Define __ name and weak alias.
* string/string.h: Don't define memccpy as macro for [__OPTIMIZE__].
Thu Jun 27 23:43:22 1996 Richard Henderson <rth@tamu.edu>
* sysdeps/alpha/dl-machine.h (elf_machine_rela): The Alpha's
address-of operation and plt format conspire to require all
dynamic relocs to be resolved to actual symbols not plt entries.
Thu Jun 27 02:49:28 1996 Ulrich Drepper <drepper@cygnus.com>
* catgets/gencat.c: Add casts to avoid signed<->unsigned warnings.
* grp/initgroups.c (initgroups): De-ansi-fy.
Move declaration of NGROUPS and GROUPS outside #if so that
the code compiles for NGROUPS_MAX != 0.
* inet/Makefile (headers): Add netinet/ether.h and netinet/if_ether.h.
(routines): Add ether_aton, ether_aton_r, ether_hton, ether_line,
ether_ntoa, ether_ntoa_r, and ether_ntoh.
* inet/ether_aton.c, inet/ether_aton_r.c, inet/ether_hton.c,
inet/ether_line.c, inet/ether_ntoa.c, inet/ether_ntoa_r.c,
inet/ether_ntoh.c: New files. Implementation of functions to
handle Ethernet address to host mapping.
* inet/netinet/ether.h: New file. Declare ether_* functions.
* netinet/ether.h: Wrapper around inet/netinet/ether.h for glibc
compilation.
* nss/ethers-lookup.c: New file. Lookup function for ethers database.
* nss/Makefile (routines): Add ethers-lookup.
(libnss_files-routines): Add files-ethers.
* nss/getXXent_r.c: Don't define set*ent and end*ent function
with _r suffix.
* nss/nss_files/files-XXX.c (internal_endent): Don't reset
KEEP_STREAM every time called.
(_nss_files_end): Reset KEEP_STREAM here instead.
(internal_getent): If STREAM == NULL try to open instead of
signalling error.
Use cast to prevent warning.
Terminate read line in case the buffer is too small.
* nss/nss_files/files-ethers.c: New file. Implementation of
Ethernet adress<->hostname lookup through files interface.
* stdlib/mbstowcs.c: Define based on mbsrtowcs().
* stdlib/mbtowc.c: Define based on mbrtowc().
* stdlib/wcstombs.c: Define based on wcsrtombs().
* stdlib/wctomb.c: Define based on wcrtomb().
* sunrpc/xdr.c (xdr_u_int): Avoid bogus call to
unexpected_sizes_in_xdr_u_int.
* sysdeps/generic/netinet/if_ether.h: New file. Generic declaration
of `struct ether_addr'.
* sysdeps/unix/sysv/linux/netinet/if_ether.h: New file. Linux specific
declaration of `struct ether_addr'.
* wcsmbs/mbrtowc.c: Handle case where argument PS is NULL.
* wcsmbs/mbsrtowcs.c: Ditto.
* wcsmbs/wcrtomb.c: Ditto.
* wcsmbs/wcsrtombs.c: Ditto.
* wcsmbs/mbsinit.c: Prepare for PS being NULL.
1996-06-28 08:56:59 +00:00
|
|
|
init_module EXTRA init_module 5 init_module
|
2000-06-13 07:33:12 +00:00
|
|
|
ioperm - ioperm i:iii ioperm
|
|
|
|
iopl - iopl i:i iopl
|
|
|
|
klogctl EXTRA syslog i:isi klogctl
|
|
|
|
lchown - lchown i:sii __lchown lchown
|
|
|
|
madvise - madvise i:pii posix_madvise madvise
|
2000-09-08 08:41:45 +00:00
|
|
|
mincore - mincore i:anV mincore
|
2001-04-19 23:25:40 +00:00
|
|
|
mlock - mlock i:bn mlock
|
|
|
|
mlockall - mlockall i:i mlockall
|
2000-07-17 22:28:59 +00:00
|
|
|
mmap - mmap b:aniiii __mmap mmap
|
2000-06-13 07:33:12 +00:00
|
|
|
mount EXTRA mount i:sssip __mount mount
|
2000-07-17 22:28:59 +00:00
|
|
|
mremap EXTRA mremap b:aini __mremap mremap
|
2001-04-19 23:25:40 +00:00
|
|
|
munlock - munlock i:ai munlock
|
|
|
|
munlockall - munlockall i: munlockall
|
2000-06-13 07:33:12 +00:00
|
|
|
nanosleep - nanosleep i:pp __libc_nanosleep __nanosleep nanosleep
|
|
|
|
nfsservctl EXTRA nfsservctl i:ipp nfsservctl
|
|
|
|
pause - pause i: __libc_pause pause
|
|
|
|
personality init-first personality i:i __personality personality
|
* sysdeps/generic/bp-checks.h: New file.
* sysdeps/generic/bp-thunks.h: Replace generic thunk definitions
with list of #include files.
* sysdeps/unix/make-syscalls.sh: Handle new arg signature
keyletters a, b, B, f, n, N, P, v, V. Fixup some indentation.
Don't generate BP thunk if `V' appears in signature.
Generate thunks with complete bounds checks.
* sysdeps/unix/syscalls.list: Refine signatures using new keyletters.
* sysdeps/unix/inet/syscalls.list: Likewise.
* sysdeps/unix/mman/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
2000-07-05 Greg McGary <greg@mcgary.org>
* sysdeps/generic/bp-checks.h: New file.
* sysdeps/generic/bp-thunks.h: Replace generic thunk definitions
with list of #include files.
* sysdeps/unix/make-syscalls.sh: Handle new arg signature
keyletters a, b, B, f, n, N, P, v, V. Fixup some indentation.
Don't generate BP thunk if `V' appears in signature.
Generate thunks with complete bounds checks.
* sysdeps/unix/syscalls.list: Refine signatures using new keyletters.
* sysdeps/unix/inet/syscalls.list: Likewise.
* sysdeps/unix/mman/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
2000-07-06 00:48:39 +00:00
|
|
|
pipe - pipe i:f __pipe pipe
|
2000-11-23 07:53:16 +00:00
|
|
|
pivot_root EXTRA pivot_root i:ss pivot_root
|
2000-06-13 07:33:12 +00:00
|
|
|
prctl EXTRA prctl i:iiiii prctl
|
|
|
|
query_module EXTRA query_module i:sipip query_module
|
|
|
|
quotactl EXTRA quotactl i:isip quotactl
|
|
|
|
sched_getp - sched_getparam i:ip __sched_getparam sched_getparam
|
|
|
|
sched_gets - sched_getscheduler i:i __sched_getscheduler sched_getscheduler
|
|
|
|
sched_primax - sched_get_priority_max i:i __sched_get_priority_max sched_get_priority_max
|
|
|
|
sched_primin - sched_get_priority_min i:i __sched_get_priority_min sched_get_priority_min
|
|
|
|
sched_rr_gi - sched_rr_get_interval i:ip __sched_rr_get_interval sched_rr_get_interval
|
|
|
|
sched_setp - sched_setparam i:ip __sched_setparam sched_setparam
|
|
|
|
sched_sets - sched_setscheduler i:iip __sched_setscheduler sched_setscheduler
|
|
|
|
sched_yield - sched_yield i: __sched_yield sched_yield
|
2000-07-17 22:28:59 +00:00
|
|
|
select - _newselect i:iPPPP __select select
|
2000-06-13 07:33:12 +00:00
|
|
|
sendfile EXTRA sendfile i:iipi sendfile
|
|
|
|
setfsgid EXTRA setfsgid i:i setfsgid
|
|
|
|
setfsuid EXTRA setfsuid i:i setfsuid
|
|
|
|
setpgid - setpgid i:ii __setpgid setpgid
|
|
|
|
setresuid EXTRA setresuid i:iii __setresuid setresuid
|
|
|
|
setresgid EXTRA setresgid i:iii __setresgid setresgid
|
2000-07-17 22:28:59 +00:00
|
|
|
sigaltstack - sigaltstack i:PP __sigaltstack sigaltstack
|
2000-06-13 07:33:12 +00:00
|
|
|
sysinfo EXTRA sysinfo i:p sysinfo
|
|
|
|
swapon - swapon i:si __swapon swapon
|
|
|
|
swapoff - swapoff i:s __swapoff swapoff
|
|
|
|
uselib EXTRA uselib i:s uselib
|
2000-07-17 22:28:59 +00:00
|
|
|
wait4 - wait4 i:iWiP __wait4 wait4
|