glibc/sysdeps/generic
Ulrich Drepper aff4519d38 Update.
2003-01-11  Jim Meyering  <jim@meyering.net>

	* io/ftw.c [HAVE_CONFIG_H]: Include <config.h>.
	[HAVE_SYS_PARAM_H || _LIBC]: Guard inclusion of <sys/param.h>.
	Include <sys/stat.h>, not <include/sys/stat.h>, if !_LIBC.
	[!_LIBC] (__chdir, __closedir, __fchdir, __getcwd, __opendir): Define.
	[!_LIBC] (__readdir64, __tdestroy, __tfind, __tsearch): Define.
	[!_LIBC] (internal_function, dirent64, MAX): Define.
	(__set_errno): Define if not already defined.
	(open_dir_stream): When FTW_CHDIR is enabled, invoke opendir on
	the basename, not the entire file name.
	(process_entry): When FTW_CHDIR is enabled, invoke XSTAT or LXSTAT on
	the basename, not the entire file name.

2003-01-12  Ulrich Drepper  <drepper@redhat.com>

	* string/tester.c (test_strcpy): Disable last added strcpy until
	it is fixed.

2003-01-11  Philip Blundell  <philb@gnu.org>

	* sysdeps/unix/sysv/linux/arm/socket.S: Add cancellation support.

2003-01-11  Andreas Schwab  <schwab@suse.de>

	* Makerules: Add vpath for %.dynsym and %.so so that the
	implicit rule chaining for check-abi works.

2003-01-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
	Add non-PIC case.

2003-01-11  Jakub Jelinek  <jakub@redhat.com>

	* elf/tls-macros.h [__ia64__] (__TLS_CALL_CLOBBERS): Define.
	[__ia64__] (TLS_LE, TLS_IE): Fix typos.  Add ;; at start of asm if
	gp is used early.
	[__ia64__] (TLS_LD, TLS_GD): Likewise.  Use __TLS_CALL_CLOBBERS.
	* elf/Makefile ($(objpfx)tst-tlsmod5.so, $(objpfx)tst-tlsmod6.so):
	Ensure libc.so in DT_NEEDED.
	* sysdeps/alpha/dl-machine.h (elf_machine_rela): Move
	CHECK_STATIC_TLS before l_tls_offset use.
	* sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
	Likewise.
	* sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
	* sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage) [TLS_DTV_AT_TP]:
	Allocate TLS_PRE_TCB_SIZE bytes below result.
	(_dl_deallocate_tls) [TLS_DTV_AT_TP]: Adjust before freeing.
	* sysdeps/generic/libc-tls.c (__libc_setup_tls): If
	TLS_INIT_TP_EXPENSIVE is not defined, allocate even if no PT_TLS
	segment has been found.  If TLS_DTV_AT_TP, allocate TLS_PRE_TCB_SIZE
	bytes below result and add tcb_offset to memsz.
	* sysdeps/ia64/dl-tls.h (__tls_get_addr): New prototype.
	* sysdeps/ia64/dl-machine.h: Include tls.h.
	(elf_machine_type_class): Return ELF_RTYPE_CLASS_PLT for TLS relocs
	too.
	(elf_machine_rela): Assume if sym_map != NULL sym is non-NULL too.
	Handle R_IA64_DTPMOD*, R_IA64_DTPREL* and R_IA64_TPREL* relocations.
	* sysdeps/ia64/libc-tls.c: New file.

2003-01-10  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/powerpc64/sysdep.h (PSEUDO_RET): Add branch hit.
	* sysdeps/unix/sysv/linux/powerpc/bits/stat.h (STAT_VER_LINUX):
	Fix type.  Move definition out of #if.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/ftruncate64.c: New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Add cancellation
	support.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Remove
	ftruncate64, pread64, pwrite64, truncate64 entries.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
	(INLINE_SYSCALL): New version that supports function call like
	syscalls.  Add __builtin_expect.
	(LOADARGS_n): Add argument size safety checks.
	(INTERNAL_SYSCALL): New Macro.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/truncate64.c: New file.
	* sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [__PPC_ELF_H]: Avoid
	redefinition of elf_fpreg_t and elf_fpregset_t.

2003-01-12  Ulrich Drepper  <drepper@redhat.com>

	* elf/dl-close.c (_dl_close): Add several asserts.  Correct and
	simplify test for unloading.  If loader of a DSO is unloaded do not
	use its scope anymore.  Fall back to own scope and adjust opencounts.
	Fix several comments.
	* elf/dl-deps.c (_dl_map_object_deps): Always allocate memory for
	the l_searchlist, not only for l_initfini.

	* elf/dl-lookup.c (add_dependencies): Avoid creating relocation
	dependencies if objects cannot be removed.  Remove object with the
	definition as not unloadable if necessary.

	* elf/reldep6.c: Create relocation dependency before closing the first
	module.

2003-01-10  Guido Günther  <agx@sigxcpu.org>
	* elf/Makefile: Add rules to build and run reldep9 test.
	* elf/reldep9.c: New file.
	* elf/reldep9mod1.c: New file.
	* elf/reldep9mod2.c: New file.
	* elf/reldep9mod3.c: New file.

2003-01-09  Jakub Jelinek  <jakub@redhat.com>

	* elf/Makefile: Add rules to build and run nodelete2 test.
	* elf/nodelete2.c: New file.
	* elf/nodel2mod1.c: New file.
	* elf/nodel2mod2.c: New file.
	* elf/nodel2mod3.c: New file.

2003-01-09  Jakub Jelinek  <jakub@redhat.com>
2003-01-12 10:11:16 +00:00
..
bits Update. 2002-12-08 03:13:06 +00:00
elf
…
net
…
netinet
…
sys
…
Dist
…
Makefile
…
_G_config.h
…
__longjmp.c
…
_exit.c
…
_strerror.c
…
a.out.h
…
abort-instr.h
…
abort.c
…
accept.c Update. 2002-12-31 20:46:11 +00:00
access.c
…
acct.c
…
add_n.c
…
addmul_1.c
…
adjtime.c
…
aio_cancel.c
…
aio_fsync.c
…
aio_misc.c
…
aio_misc.h
…
aio_notify.c
…
aio_read.c
…
aio_read64.c
…
aio_sigqueue.c
…
aio_suspend.c
…
aio_write.c
…
aio_write64.c
…
alarm.c
…
allocalim.h Update. 2002-10-09 09:42:48 +00:00
allocrtsig.c Update. 2002-12-31 20:46:11 +00:00
alphasort64.c
…
asm-syntax.h
…
atomicity.h
…
backtrace.c
…
backtracesyms.c
…
backtracesymsfd.c
…
bb_init_func.c
…
bcopy.c
…
bind.c
…
bp-checks.h
…
bp-semctl.h Update. 2002-12-17 00:06:01 +00:00
bp-start.h
…
bp-sym.h
…
bp-thunks.h
…
brdinit.c
…
brk.c
…
bsd-_setjmp.c Update. 2002-12-31 09:36:52 +00:00
bsd-setjmp.c
…
bzero.c
…
chdir.c
…
check_fds.c
…
chflags.c
…
chmod.c
…
chown.c
…
chroot.c
…
clock.c
…
clock_getcpuclockid.c
…
clock_getres.c
…
clock_gettime.c
…
clock_nanosleep.c
…
clock_settime.c
…
close.c
…
closedir.c
…
cmp.c
…
configure Regenerated: autoconf sysdeps/generic/configure.in 2002-11-24 17:39:51 +00:00
configure.in 2002-10-18 Jeff Bailey <jbailey@gnu.org> 2002-10-18 19:38:06 +00:00
confstr.h
…
connect.c
…
console.c
…
creat.c Update. 2003-01-07 00:42:43 +00:00
creat64.c
…
ctermid.c
…
cuserid.c
…
dbl2mpn.c
…
det_endian.c
…
device-nrs.h
…
dirfd.c
…
dirstream.h
…
div.c
…
divmod_1.c
…
divrem.c
…
dl-brk.c
…
dl-cache.c Update. 2002-12-28 21:08:38 +00:00
dl-cache.h
…
dl-dtprocnum.h
…
dl-environ.c
…
dl-hash.h
…
dl-iteratephdr-static.c
…
dl-librecon.h
…
dl-lookupcfg.h * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>. 2002-10-11 12:19:55 +00:00
dl-machine.h
…
dl-origin.c
…
dl-osinfo.h
…
dl-procinfo.c
…
dl-procinfo.h
…
dl-sbrk.c
…
dl-sysdep.c Update. 2002-12-20 08:49:27 +00:00
dl-sysdep.h Update. 2002-12-19 23:05:13 +00:00
dl-tls.c Update. 2003-01-12 10:11:16 +00:00
dl-tls.h
…
dup.c
…
dup2.c
…
dwarf2.h
…
e_acoshl.c
…
e_acosl.c
…
e_asinl.c
…
e_atan2l.c
…
e_atanhl.c
…
e_coshl.c
…
e_exp2l.c
…
e_exp10.c
…
e_exp10f.c
…
e_exp10l.c
…
e_expl.c
…
e_fmodl.c
…
e_gammal_r.c
…
e_hypotl.c
…
e_j0l.c
…
e_j1l.c
…
e_jnl.c
…
e_lgammal_r.c
…
e_log2l.c
…
e_log10l.c
…
e_logl.c
…
e_powl.c
…
e_rem_pio2l.c
…
e_scalb.c
…
e_scalbf.c
…
e_scalbl.c
…
e_sinhl.c
…
e_sqrtl.c
…
enbl-secure.c
…
endutxent.c
…
entry.h
…
environ.c
…
errlist.c
…
errno-loc.c Update. 2002-12-31 20:46:11 +00:00
errno.c 2002-11-14 Roland McGrath <roland@redhat.com> 2002-11-15 03:36:52 +00:00
errqueue.h
…
euidaccess.c
…
exc2signal.c
…
execve.c
…
fattach.c
…
fchdir.c
…
fchflags.c
…
fchmod.c
…
fchown.c
…
fclrexcpt.c
…
fcntl.c
…
fd_to_filename.h
…
fdatasync.c
…
fdetach.c
…
fedisblxcpt.c
…
feenablxcpt.c
…
fegetenv.c
…
fegetexcept.c
…
fegetround.c
…
feholdexcpt.c
…
fesetenv.c
…
fesetround.c
…
feupdateenv.c
…
fexecve.c
…
ffs.c
…
ffsll.c
…
fgetexcptflg.c
…
fgetxattr.c
…
flistxattr.c
…
flock.c
…
flockfile.c Update. 2002-12-16 22:17:11 +00:00
fork.c Update. 2002-12-31 11:12:11 +00:00
fork.h
…
fpathconf.c
…
fpu_control.c
…
fpu_control.h
…
fraiseexcpt.c
…
frame.h
…
framestate.c Update. 2003-01-08 06:49:39 +00:00
fremovexattr.c
…
fsetexcptflg.c
…
fsetxattr.c
…
fstatfs.c
…
fstatfs64.c
…
fstatvfs.c
…
fstatvfs64.c
…
fsync.c
…
ftestexcept.c
…
ftime.c
…
ftruncate.c
…
ftruncate64.c
…
ftrylockfile.c Update. 2002-12-16 22:17:11 +00:00
funlockfile.c Update. 2002-12-16 22:17:11 +00:00
futimes.c
…
fxstat.c
…
fxstat64.c
…
gai_sigqueue.c
…
gai_strerror.c
…
gccframe.h
…
get_clockfreq.c
…
getaddrinfo.c
…
getclktck.c
…
getcontext.c
…
getcwd.c
…
getdents.c
…
getdents64.c
…
getdomain.c
…
getdtsz.c
…
getegid.c
…
getenv.c
…
geteuid.c
…
getgid.c
…
getgroups.c
…
gethostid.c
…
gethostname.c
…
getitimer.c
…
getloadavg.c
…
getlogin.c
…
getlogin_r.c
…
getmsg.c
…
getpagesize.c
…
getpeername.c
…
getpgid.c
…
getpgrp.c
…
getpid.c
…
getpmsg.c
…
getppid.c
…
getpriority.c
…
getpt.c
…
getresgid.c * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
getresuid.c * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
getrlimit.c
…
getrlimit64.c
…
getrusage.c
…
getsid.c
…
getsockname.c
…
getsockopt.c
…
getsysstats.c
…
gettimeofday.c
…
getuid.c
…
getutmp.c
…
getutmpx.c
…
getutxent.c
…
getutxid.c
…
getutxline.c
…
getxattr.c
…
glob.c
…
glob64.c
…
gmp-mparam.h
…
grantpt.c
…
group_member.c
…
gtty.c
…
herrno-loc.c Update. 2002-12-31 20:46:11 +00:00
hp-timing.h
…
htonl.c
…
htons.c
…
if_index.c
…
ifaddrs.c
…
ifreq.h * inet/test-ifaddrs.c (main: addr_string): Handle null SA. 2002-11-26 03:29:06 +00:00
init-first.c
…
init-posix.c
…
initfini.c
…
inlines.c
…
intr-msg.h
…
inttypes.h
…
ioctl.c
…
isastream.c
…
isatty.c
…
isfdtype.c
…
jmp-unwind.c
…
k_cosl.c
…
k_rem_pio2l.c
…
k_sincosl.c
…
k_sinl.c
…
k_tanl.c
…
kill.c
…
killpg.c
…
labs.c
…
lchmod.c * configure: Regenerated (using Autoconf 2.54). 2002-10-19 20:07:18 +00:00
lchown.c
…
ldbl2mpn.c
…
ldconfig.h
…
ldiv.c
…
ldsodefs.h Update. 2003-01-03 21:15:43 +00:00
lgetxattr.c
…
libc-start.c Update. 2002-12-28 09:27:26 +00:00
libc-tls.c Update. 2003-01-12 10:11:16 +00:00
libc_fatal.c
…
libm-test-ulps
…
link.c
…
lio_listio.c
…
lio_listio64.c
…
listen.c
…
listxattr.c
…
llabs.c
…
lldiv.c
…
llistxattr.c
…
lockf.c
…
lockf64.c
…
longjmp-ts.c
…
longjmp.c Update. 2002-12-31 09:46:42 +00:00
lremovexattr.c
…
lseek.c Update. 2002-12-31 20:46:11 +00:00
lseek64.c
…
lsetxattr.c
…
lshift.c
…
lutimes.c
…
lxstat.c
…
lxstat64.c
…
machine-gmon.h
…
machine-lock.h
…
machine-sp.h
…
madvise.c
…
makecontext.c
…
math_ldbl.h
…
memccpy.c
…
memchr.c
…
memcmp.c
…
memcopy.h
…
memcpy.c
…
memmem.c
…
memmove.c
…
mempcpy.c
…
memrchr.c
…
memset.c
…
memusage.h
…
mig-reply.c
…
mincore.c
…
mkdir.c
…
mkfifo.c
…
mknod.c
…
mlock.c
…
mlockall.c
…
mmap.c
…
mmap64.c
…
mod_1.c
…
morecore.c
…
mp_clz_tab.c
…
mpn2dbl.c
…
mpn2flt.c
…
mpn2ldbl.c
…
mprotect.c
…
msgctl.c
…
msgget.c
…
msgrcv.c
…
msgsnd.c
…
msync.c
…
mul.c
…
mul_1.c
…
mul_n.c
…
munlock.c
…
munlockall.c
…
munmap.c
…
nanosleep.c Update. 2002-12-31 10:25:10 +00:00
nice.c
…
nscd-types.h
…
open.c
…
open64.c
…
opendir.c
…
opensock.c
…
pagecopy.h
…
pathconf.c
…
paths.h
…
pause.c
…
pipe.c
…
poll.c
…
posix_fadvise.c
…
posix_fadvise64.c
…
posix_fallocate.c
…
posix_fallocate64.c
…
pread.c
…
pread64.c
…
printf_fphex.c * stdio-common/tst-fphex.c: New file. 2002-10-24 01:15:37 +00:00
prof-freq.c
…
profil-counter.h
…
profil.c
…
pselect.c Update. 2002-12-15 10:26:23 +00:00
ptrace.c
…
ptsname.c
…
pty-private.h
…
putenv.c
…
putmsg.c
…
putpmsg.c
…
pututxline.c
…
pwrite.c
…
pwrite64.c
…
raise.c
…
rawmemchr.c
…
read.c
…
readdir.c
…
readdir64.c
…
readdir64_r.c
…
readdir_r.c
…
readelflib.c Update. 2002-12-28 21:08:38 +00:00
readlink.c
…
readv.c Update. 2002-10-09 09:42:48 +00:00
reboot.c
…
recv.c
…
recvfrom.c
…
recvmsg.c
…
register-dump.h
…
remove.c
…
removexattr.c
…
rename.c
…
res-state.c Update. 2002-12-31 20:46:11 +00:00
revoke.c
…
rewinddir.c
…
rmdir.c
…
rshift.c
…
s_asinhl.c
…
s_atanl.c
…
s_cacos.c
…
s_cacosf.c
…
s_cacosh.c
…
s_cacoshf.c
…
s_cacoshl.c
…
s_cacosl.c
…
s_casin.c
…
s_casinf.c
…
s_casinh.c
…
s_casinhf.c
…
s_casinhl.c
…
s_casinl.c
…
s_catan.c
…
s_catanf.c
…
s_catanh.c
…
s_catanhf.c
…
s_catanhl.c
…
s_catanl.c
…
s_cbrtl.c
…
s_ccos.c
…
s_ccosf.c
…
s_ccosh.c
…
s_ccoshf.c
…
s_ccoshl.c
…
s_ccosl.c
…
s_cexp.c
…
s_cexpf.c
…
s_cexpl.c
…
s_clog.c
…
s_clog10.c
…
s_clog10f.c
…
s_clog10l.c
…
s_clogf.c
…
s_clogl.c
…
s_cpow.c
…
s_cpowf.c
…
s_cpowl.c
…
s_cproj.c
…
s_cprojf.c
…
s_cprojl.c
…
s_csin.c
…
s_csinf.c
…
s_csinh.c
…
s_csinhf.c
…
s_csinhl.c
…
s_csinl.c
…
s_csqrt.c
…
s_csqrtf.c
…
s_csqrtl.c
…
s_ctan.c
…
s_ctanf.c
…
s_ctanh.c
…
s_ctanhf.c
…
s_ctanhl.c
…
s_ctanl.c
…
s_erfl.c
…
s_expm1l.c
…
s_fdim.c
…
s_fdimf.c
…
s_fdiml.c
…
s_fma.c
…
s_fmaf.c
…
s_fmal.c
…
s_fmax.c
…
s_fmaxf.c
…
s_fmaxl.c
…
s_fmin.c
…
s_fminf.c
…
s_fminl.c
…
s_ldexp.c
…
s_ldexpf.c
…
s_ldexpl.c
…
s_log1pl.c
…
s_nan.c
…
s_nanf.c
…
s_nanl.c
…
s_nextafter.c
…
s_nexttowardf.c
…
s_nexttowardl.c
…
s_significand.c
…
s_significandf.c
…
s_significandl.c
…
s_tanhl.c
…
sbrk.c
…
scandir64.c
…
sched_getaffinity.c
…
sched_getp.c
…
sched_gets.c
…
sched_primax.c
…
sched_primin.c
…
sched_rr_gi.c
…
sched_setaffinity.c
…
sched_setp.c
…
sched_sets.c
…
sched_yield.c
…
seekdir.c
…
segfault.c (catch_segfault): If HAVE_PROC_SELF is defined write out memory map. 2002-11-03 08:42:11 +00:00
select.c
…
semctl.c
…
semget.c
…
semop.c
…
send.c
…
sendfile.c
…
sendfile64.c
…
sendmsg.c
…
sendto.c
…
setcontext.c
…
setdomain.c
…
setegid.c
…
setenv.c * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn): 2002-11-01 20:44:15 +00:00
seteuid.c
…
setfpucw.c
…
setgid.c
…
setgroups.c
…
sethostid.c
…
sethostname.c
…
setitimer.c
…
setjmp.c
…
setlogin.c
…
setpgid.c
…
setpgrp.c
…
setpriority.c
…
setregid.c
…
setresgid.c * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
setresuid.c * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
setreuid.c
…
setrlimit.c
…
setrlimit64.c
…
setsid.c
…
setsockopt.c
…
settimeofday.c
…
setuid.c
…
setutxent.c
…
setxattr.c
…
shm_open.c
…
shm_unlink.c
…
shmat.c
…
shmctl.c
…
shmdt.c
…
shmget.c
…
shutdown.c
…
sigaction.c
…
sigaltstack.c
…
sigblock.c
…
sigcontextinfo.h
…
sigignore.c
…
sigintr.c
…
sigjmp.c
…
siglist.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
siglist.h
…
signal.c
…
signame.c
…
signame.h
…
sigpause.c Update. 2002-12-11 00:55:49 +00:00
sigpending.c
…
sigprocmask.c
…
sigqueue.c
…
sigreturn.c
…
sigset-cvt-mask.h
…
sigset.c
…
sigsetmask.c
…
sigstack.c
…
sigsuspend.c
…
sigtimedwait.c * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro. 2002-11-24 23:56:47 +00:00
sigvec.c
…
sigwait.c
…
sigwaitinfo.c * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro. 2002-11-24 23:56:47 +00:00
sleep.c
…
sockatmark.c
…
socket.c
…
socketpair.c
…
spawni.c
…
speed.c
…
sprofil.c
…
sstk.c
…
stackinfo.h
…
start.c * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional 2002-10-11 10:52:20 +00:00
statfs.c
…
statfs64.c
…
statvfs.c
…
statvfs64.c
…
stdint.h
…
stime.c
…
stpcpy.c
…
stpncpy.c
…
strcasecmp.c
…
strcasecmp_l.c
…
strcasestr.c
…
strcat.c
…
strchr.c
…
strchrnul.c
…
strcmp.c
…
strcpy.c
…
strcspn.c
…
strlen.c
…
strncase.c
…
strncase_l.c
…
strncat.c
…
strncmp.c
…
strncpy.c
…
strnlen.c
…
strpbrk.c
…
strrchr.c
…
strsep.c
…
strspn.c
…
strstr.c
…
strtoimax.c
…
strtok.c
…
strtok_r.c
…
strtol.c
…
strtol_l.c
…
strtold.c
…
strtoll.c
…
strtoll_l.c
…
strtoul.c
…
strtoul_l.c
…
strtoull.c
…
strtoull_l.c
…
strtoumax.c
…
strtsupp.c
…
stty.c
…
sub_n.c
…
submul_1.c
…
swapcontext.c
…
swapoff.c
…
swapon.c
…
symlink.c
…
sync.c
…
syscall.c
…
sysconf.c
…
sysdep-cancel.h Update. 2003-01-07 00:42:43 +00:00
sysdep.c
…
sysdep.h Update. 2003-01-09 20:30:21 +00:00
system.c
…
sysv_signal.c
…
t_sincosl.c
…
tcdrain.c
…
tcflow.c
…
tcflush.c
…
tcgetattr.c
…
tcgetpgrp.c
…
tcsendbrk.c
…
tcsetattr.c
…
tcsetpgrp.c
…
telldir.c
…
tempname.c
…
testrtsig.h
…
thread_state.h
…
time.c
…
timer_create.c
…
timer_delete.c
…
timer_getoverr.c
…
timer_gettime.c
…
timer_settime.c
…
times.c
…
tls.h
…
tmpfile.c
…
tmpfile64.c
…
trampoline.c
…
truncate.c
…
truncate64.c
…
tst-timer.c
…
ttyname.c
…
ttyname_r.c
…
ualarm.c
…
udiv_qrnnd.c
…
ulimit.c
…
umask.c
…
uname.c
…
unlink.c
…
unlockpt.c
…
unsecvars.h
…
unwind-dw2-fde-glibc.c
…
unwind-dw2-fde.c
…
unwind-dw2-fde.h
…
unwind-dw2.c Update. 2003-01-08 06:49:39 +00:00
unwind-pe.h
…
unwind.h
…
updwtmp.c
…
updwtmpx.c
…
usleep.c
…
ustat.c
…
utime.c
…
utimes.c
…
utmp-equal.h
…
utmp_file.c
…
utmpxname.c
…
versionsort64.c
…
vfork.c Update. 2002-12-31 11:12:11 +00:00
vhangup.c
…
vlimit.c
…
vtimes.c
…
w_acos.c
…
w_acosf.c
…
w_acosh.c
…
w_acoshf.c
…
w_acoshl.c
…
w_acosl.c
…
w_asin.c
…
w_asinf.c
…
w_asinl.c
…
w_atan2.c
…
w_atan2f.c
…
w_atan2l.c
…
w_atanh.c
…
w_atanhf.c
…
w_atanhl.c
…
w_cosh.c
…
w_coshf.c
…
w_coshl.c
…
w_drem.c
…
w_dremf.c
…
w_dreml.c
…
w_exp2.c
…
w_exp2f.c
…
w_exp2l.c
…
w_exp10.c
…
w_exp10f.c
…
w_exp10l.c
…
w_expl.c
…
w_fmod.c
…
w_fmodf.c
…
w_fmodl.c
…
w_hypot.c
…
w_hypotf.c
…
w_hypotl.c
…
w_j0.c
…
w_j0f.c
…
w_j0l.c
…
w_j1.c
…
w_j1f.c
…
w_j1l.c
…
w_jn.c
…
w_jnf.c
…
w_jnl.c
…
w_lgamma.c
…
w_lgamma_r.c
…
w_lgammaf.c
…
w_lgammaf_r.c
…
w_lgammal.c
…
w_lgammal_r.c
…
w_log.c
…
w_log2.c
…
w_log2f.c
…
w_log2l.c
…
w_log10.c
…
w_log10f.c
…
w_log10l.c
…
w_logf.c
…
w_logl.c
…
w_pow.c
…
w_powf.c
…
w_powl.c
…
w_remainder.c
…
w_remainderf.c
…
w_remainderl.c
…
w_scalb.c
…
w_scalbf.c
…
w_scalbl.c
…
w_sinh.c
…
w_sinhf.c
…
w_sinhl.c
…
w_sqrt.c
…
w_sqrtf.c
…
w_sqrtl.c
…
w_tgamma.c
…
w_tgammaf.c
…
w_tgammal.c
…
wait.c
…
wait3.c
…
wait4.c
…
waitid.c Update. 2002-10-09 09:42:48 +00:00
waitpid.c
…
wcstoimax.c
…
wcstol.c
…
wcstol_l.c
…
wcstoll.c
…
wcstoll_l.c
…
wcstoul.c
…
wcstoul_l.c
…
wcstoull.c
…
wcstoull_l.c
…
wcstoumax.c
…
wordcopy.c
…
wordexp.c
…
write.c
…
writev.c Update. 2002-10-09 09:42:48 +00:00
xmknod.c
…
xstat.c
…
xstat64.c
…