mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +00:00
6dbe283756
* 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.
56 lines
2.3 KiB
Plaintext
56 lines
2.3 KiB
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
adjtimex adjtime adjtimex 1 __adjtimex
|
|
bdflush - bdflush 2 bdflush
|
|
create_module EXTRA create_module 3 create_module
|
|
delete_module EXTRA delete_module 3 delete_module
|
|
fdatasync - fdatasync 1 fdatasync
|
|
flock - flock 2 __flock flock
|
|
fork - fork 0 __fork fork
|
|
get_kernel_syms - get_kernel_syms 1 get_kernel_syms
|
|
getegid - getegid 0 __getegid getegid
|
|
geteuid - geteuid 0 __geteuid geteuid
|
|
getpgid - getpgid 1 __getpgid getpgid
|
|
getpgrp - getpgrp 0 getpgrp
|
|
getppid - getppid 0 __getppid getppid
|
|
getsid - getsid 1 getsid
|
|
init_module EXTRA init_module 5 init_module
|
|
ioperm - ioperm 3 ioperm
|
|
iopl - iopl 1 iopl
|
|
ipc msgget ipc 5 __ipc
|
|
llseek - _llseek 5 llseek
|
|
mlock - mlock 2 __mlock mlock
|
|
mlockall - mlockall 1 __mlockall mlockall
|
|
mount - mount 5 __mount mount
|
|
mremap - mremap 4 __mremap mremap
|
|
munlock - munlock 2 __munlock munlock
|
|
munlockall - munlockall 0 __munlockall munlockall
|
|
nanosleep - nanosleep 2 nanosleep
|
|
personality init-first personality 1 __personality personality
|
|
pipe - pipe 1 __pipe pipe
|
|
s_reboot - reboot 3 __syscall_reboot
|
|
s_getpriority getpriority getpriority 2 __syscall_getpriority
|
|
s_ptrace ptrace ptrace 4 __syscall_ptrace
|
|
s_sigsuspend sigsuspend sigsuspend 3 __syscall_sigsuspend
|
|
sched_setp - sched_setparam 2 __sched_setparam sched_setparam
|
|
sched_getp - sched_getparam 2 __sched_getparam sched_getparam
|
|
sched_sets - sched_setscheduler 3 __sched_setscheduler sched_setscheduler
|
|
sched_gets - sched_getscheduler 1 __sched_getscheduler sched_getscheduler
|
|
sched_yield - sched_yield 0 __sched_yield sched_yield
|
|
sched_primax - sched_get_priority_max 1 __sched_get_priority_max sched_get_priority_max
|
|
sched_primin - sched_get_priority_min 1 __sched_get_priority_min sched_get_priority_min
|
|
sched_rr_gi - sched_rr_get_interval 2 __sched_rr_get_interval sched_rr_get_interval
|
|
select - _newselect 5 __select select
|
|
setfsgid - setfsgid 1 setfsgid
|
|
setfsuid - setfsuid 1 setfsuid
|
|
setpgid - setpgid 2 __setpgid setpgid
|
|
sigpending - sigpending 1 sigpending
|
|
sigprocmask - sigprocmask 3 __sigprocmask sigprocmask
|
|
s_sysctl sysctl _sysctl 1 __syscall__sysctl
|
|
sysinfo - sysinfo 1 sysinfo
|
|
swapon - swapon 2 swapon
|
|
klogctl EXTRA syslog 3 klogctl
|
|
umount - umount 1 __umount umount
|
|
uselib - uselib 1 uselib
|
|
wait4 - wait4 4 __wait4 wait4
|