mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
ab95290c78
2000-06-13 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h: Define __bounded and __unbounded if __BOUNDED_POINTERS__ is not defined. 2000-06-07 Greg McGary <greg@mcgary.org> * sysdeps/generic/bp-sym.h: New file. * sysdeps/generic/bp-start.h: New file. * sysdeps/i386/elf/start.S: Designate BP symbols. * sysdeps/generic/libc-start.c: Wrap bounds around argv & envp and each of their string members. 2000-06-07 Greg McGary <greg@mcgary.org> * sysdeps/unix/make-syscalls.sh: Add comments to output that aid debugging & comprehension. Map simple syscall signatures to number of args. Generate BP syscall thunk definitions. * sysdeps/generic/bp-thunks.h: New file. * sysdeps/unix/syscalls.list: Replace arg-count with simple return+arg signature. * sysdeps/unix/common/syscalls.list: Likewise. * sysdeps/unix/inet/syscalls.list: Likewise. * sysdeps/unix/mman/syscalls.list: Likewise. * sysdeps/unix/sysv/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise. 2000-06-07 Greg McGary <greg@mcgary.org> * Makeconfig (CPPFLAGS-.ob): pass -fbounded-pointers for all files *.[cS]. (CFLAGS-.ob): Don't optimize sibling calls. (bppfx): New variable. * Makerules (elide-bp-thunks): New variable. (elide-routines.*): Elide BP-* files for all but *.ob. (sources): Include bp-thunks. * iconv/gconv_simple.c: Remove unnecessary prototype. * iconv/gconv_trans.c: Pretty print.
18 lines
741 B
Plaintext
18 lines
741 B
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
adjtime - adjtime i:pp __adjtime adjtime
|
|
fchmod - fchmod i:ii __fchmod fchmod
|
|
fchown - fchown i:iii __fchown fchown
|
|
ftruncate - ftruncate i:ii __ftruncate ftruncate
|
|
getpgid - getpgrp i:i __getpgid getpgid
|
|
getrusage - getrusage i:ip __getrusage getrusage
|
|
gettimeofday - gettimeofday i:pp __gettimeofday gettimeofday
|
|
settimeofday - settimeofday i:pp __settimeofday settimeofday
|
|
setpgid - setpgrp i:ii __setpgid setpgid
|
|
setregid - setregid i:ii __setregid setregid
|
|
setreuid - setreuid i:ii __setreuid setreuid
|
|
sigaction - sigaction i:ipp __sigaction sigaction
|
|
sys_lstat lxstat lstat i:sp __syscall_lstat
|
|
truncate - truncate i:si truncate
|
|
vhangup - vhangup i:i vhangup
|