Tizen 2.4 SDK Rev6 Release accepted/tizen_2.3.1_mobile accepted/tizen_2.3.1_wearable tizen_2.3.1 accepted/tizen/2.3.1/mobile/20160530.053637 accepted/tizen/2.3.1/wearable/20160530.053639 submit/tizen_2.3.1/20160530.021306
authorJaekyu Park <jk7744.park@samsung.com>
Fri, 27 May 2016 08:11:56 +0000 (17:11 +0900)
committerJaekyu Park <jk7744.park@samsung.com>
Fri, 27 May 2016 08:11:56 +0000 (17:11 +0900)
commiteaa26a34bd3c4099d452f5b86b087241333dcb5d
treed7a358d9f51dae983c8bd4d4e63f5bfe217eaaf4
parent2b9c46081fef42fe181b8488807c19c6af4b970d
Tizen 2.4 SDK Rev6 Release
1098 files changed:
.gitignore
ChangeLog
ChangeLog.eglibc
Makeconfig
Makerules
NEWS
Versions.def
assert/assert.h
bits/in.h
bits/ioctl-types.h
bits/libc-lock.h
bits/sched.h
bits/sigaction.h
bits/stdio-lock.h
catgets/catgets.c
catgets/open_catalog.c
config.make.in
configure
configure.in
csu/libc-start.c
dlfcn/Makefile
eglibc-common.manifest [deleted file]
eglibc.manifest
elf/Makefile
elf/cache.c
elf/dl-altinit.c [new file with mode: 0644]
elf/dl-cache.c
elf/dl-close.c
elf/dl-deps.c
elf/dl-fini.c
elf/dl-fptr.c
elf/dl-load.c
elf/dl-lookup.c
elf/dl-open.c
elf/dl-runtime.c
elf/dl-support.c
elf/dl-sym.c
elf/dl-sysdep.c
elf/dl-tls.c
elf/elf.h
elf/ldconfig.c
elf/ldd.bash.in
elf/rtld.c
elf/stackguard-macros.h
elf/tst-audit4.c
elf/tst-audit6.c
elf/tst-ptrguard1-static.c [new file with mode: 0644]
elf/tst-ptrguard1.c [new file with mode: 0644]
elf/tst-stackguard1.c
elf/tst-tls19.c [new file with mode: 0644]
elf/tst-tls19mod1.c [new file with mode: 0644]
elf/tst-tls19mod2.c [new file with mode: 0644]
elf/tst-tls19mod3.c [new file with mode: 0644]
hurd/Makefile
hurd/Versions
hurd/catch-signal.c
hurd/ctty-input.c
hurd/ctty-output.c
hurd/hurd.h
hurd/hurd/fd.h
hurd/hurd/port.h
hurd/hurd/signal.h
hurd/hurd/threadvar.h
hurd/hurd/userlink.h
hurd/hurdchdir.c
hurd/hurdexec.c
hurd/hurdfault.c
hurd/hurdinit.c
hurd/hurdmsg.c
hurd/hurdselect.c
hurd/hurdsig.c
hurd/hurdsock.c
hurd/intern-fd.c
hurd/lookup-retry.c
hurd/port2fd.c
hurd/sysvshm.c [new file with mode: 0644]
hurd/sysvshm.h [new file with mode: 0644]
hurd/thread-cancel.c
iconv/gconv_trans.c
iconvdata/Makefile
iconvdata/ibm1364.c
iconvdata/ibm930.c
iconvdata/ibm932.c
iconvdata/ibm933.c
iconvdata/ibm935.c
iconvdata/ibm937.c
iconvdata/ibm939.c
iconvdata/ibm943.c
iconvdata/run-iconv-test.sh
include/alloca.h
include/atomic.h
include/errno.h
include/libc-symbols.h
include/string.h
include/stubs-prologue.h
include/unistd.h
intl/locale.alias
io/fcntl.h
libio/fileops.c
libio/stdio.h
libio/wstrops.c
libpthread/.cvsignore [new file with mode: 0644]
libpthread/ChangeLog [new file with mode: 0644]
libpthread/Makeconfig [new file with mode: 0644]
libpthread/Makefile [new file with mode: 0644]
libpthread/Makefile.am [new file with mode: 0644]
libpthread/TODO [new file with mode: 0644]
libpthread/Versions [new file with mode: 0644]
libpthread/configure [new file with mode: 0644]
libpthread/configure.in [new file with mode: 0644]
libpthread/forward.c [new file with mode: 0644]
libpthread/headers.m4 [new file with mode: 0644]
libpthread/include/pthread.h [new file with mode: 0644]
libpthread/include/pthread/pthread.h [new file with mode: 0644]
libpthread/include/pthread/pthreadtypes.h [new file with mode: 0644]
libpthread/include/semaphore.h [new file with mode: 0644]
libpthread/libc_pthread_init.c [new file with mode: 0644]
libpthread/libpthread.a [new file with mode: 0644]
libpthread/libpthread_pic.a [new file with mode: 0644]
libpthread/lockfile.c [new file with mode: 0644]
libpthread/not-in-libc.h [new file with mode: 0644]
libpthread/pthread/Versions [new file with mode: 0644]
libpthread/pthread/cthreads-compat.c [new file with mode: 0644]
libpthread/pthread/pt-alloc.c [new file with mode: 0644]
libpthread/pthread/pt-cancel.c [new file with mode: 0644]
libpthread/pthread/pt-cleanup.c [new file with mode: 0644]
libpthread/pthread/pt-create.c [new file with mode: 0644]
libpthread/pthread/pt-dealloc.c [new file with mode: 0644]
libpthread/pthread/pt-detach.c [new file with mode: 0644]
libpthread/pthread/pt-exit.c [new file with mode: 0644]
libpthread/pthread/pt-getattr.c [new file with mode: 0644]
libpthread/pthread/pt-initialize.c [new file with mode: 0644]
libpthread/pthread/pt-internal.h [new file with mode: 0644]
libpthread/pthread/pt-join.c [new file with mode: 0644]
libpthread/pthread/pt-self.c [new file with mode: 0644]
libpthread/pthread/pt-setcancelstate.c [new file with mode: 0644]
libpthread/pthread/pt-setcanceltype.c [new file with mode: 0644]
libpthread/pthread/pt-sigmask.c [new file with mode: 0644]
libpthread/pthread/pt-spin-inlines.c [new file with mode: 0644]
libpthread/pthread/pt-testcancel.c [new file with mode: 0644]
libpthread/pthread/pt-yield.c [new file with mode: 0644]
libpthread/pthread/pthread-functions.h [new file with mode: 0644]
libpthread/shlib-versions [new file with mode: 0644]
libpthread/sysdeps/generic/bits/barrier-attr.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/barrier.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/cancelation.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/condition-attr.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/condition.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/mutex-attr.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/mutex.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/once.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/pthread-np.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/pthread.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/pthreadtypes.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/rwlock-attr.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/rwlock.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/semaphore.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/thread-attr.h [new file with mode: 0644]
libpthread/sysdeps/generic/bits/thread-specific.h [new file with mode: 0644]
libpthread/sysdeps/generic/killpg.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-atfork.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-destroy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-getdetachstate.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-getguardsize.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-getinheritsched.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-getschedparam.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-getschedpolicy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-getscope.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-getstack.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-getstackaddr.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-getstacksize.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-init.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-setdetachstate.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-setguardsize.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-setinheritsched.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-setschedparam.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-setschedpolicy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-setscope.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-setstack.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-setstackaddr.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr-setstacksize.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-attr.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-barrier-destroy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-barrier-init.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-barrier-wait.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-barrier.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-barrierattr-destroy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-barrierattr-getpshared.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-barrierattr-init.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-barrierattr-setpshared.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-cond-brdcast.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-cond-destroy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-cond-init.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-cond-signal.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-cond-timedwait.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-cond-wait.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-cond.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-condattr-destroy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-condattr-getclock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-condattr-getpshared.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-condattr-init.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-condattr-setclock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-condattr-setpshared.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-destroy-specific.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-equal.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-getconcurrency.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-getcpuclockid.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-getschedparam.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-getspecific.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-init-specific.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-key-create.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-key-delete.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-key.h [new file with mode: 0644]
libpthread/sysdeps/generic/pt-kill.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutex-destroy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutex-getprioceiling.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutex-init.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutex-lock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutex-setprioceiling.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutex-timedlock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutex-transfer-np.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutex-trylock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutex-unlock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr-destroy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr-getprioceiling.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr-getprotocol.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr-getpshared.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr-gettype.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr-init.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr-setprioceiling.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr-setprotocol.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr-setpshared.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr-settype.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-mutexattr.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-once.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlock-attr.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlock-destroy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlock-init.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlock-rdlock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlock-timedrdlock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlock-timedwrlock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlock-tryrdlock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlock-trywrlock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlock-unlock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlock-wrlock.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlockattr-destroy.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlockattr-getpshared.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlockattr-init.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-rwlockattr-setpshared.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-setconcurrency.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-setschedparam.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-setschedprio.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-setspecific.c [new file with mode: 0644]
libpthread/sysdeps/generic/pt-startup.c [new file with mode: 0644]
libpthread/sysdeps/generic/raise.c [new file with mode: 0644]
libpthread/sysdeps/generic/sem-close.c [new file with mode: 0644]
libpthread/sysdeps/generic/sem-destroy.c [new file with mode: 0644]
libpthread/sysdeps/generic/sem-getvalue.c [new file with mode: 0644]
libpthread/sysdeps/generic/sem-init.c [new file with mode: 0644]
libpthread/sysdeps/generic/sem-open.c [new file with mode: 0644]
libpthread/sysdeps/generic/sem-post.c [new file with mode: 0644]
libpthread/sysdeps/generic/sem-timedwait.c [new file with mode: 0644]
libpthread/sysdeps/generic/sem-trywait.c [new file with mode: 0644]
libpthread/sysdeps/generic/sem-unlink.c [new file with mode: 0644]
libpthread/sysdeps/generic/sem-wait.c [new file with mode: 0644]
libpthread/sysdeps/generic/sigaddset.c [new file with mode: 0644]
libpthread/sysdeps/generic/sigdelset.c [new file with mode: 0644]
libpthread/sysdeps/generic/sigemptyset.c [new file with mode: 0644]
libpthread/sysdeps/generic/sigfillset.c [new file with mode: 0644]
libpthread/sysdeps/generic/siginterrupt.c [new file with mode: 0644]
libpthread/sysdeps/generic/sigismember.c [new file with mode: 0644]
libpthread/sysdeps/generic/signal.c [new file with mode: 0644]
libpthread/sysdeps/generic/sigwait.c [new file with mode: 0644]
libpthread/sysdeps/hurd/pt-destroy-specific.c [new file with mode: 0644]
libpthread/sysdeps/hurd/pt-getspecific.c [new file with mode: 0644]
libpthread/sysdeps/hurd/pt-init-specific.c [new file with mode: 0644]
libpthread/sysdeps/hurd/pt-key-create.c [new file with mode: 0644]
libpthread/sysdeps/hurd/pt-key-delete.c [new file with mode: 0644]
libpthread/sysdeps/hurd/pt-key.h [new file with mode: 0644]
libpthread/sysdeps/hurd/pt-kill.c [new file with mode: 0644]
libpthread/sysdeps/hurd/pt-setspecific.c [new file with mode: 0644]
libpthread/sysdeps/i386/Implies [new file with mode: 0644]
libpthread/sysdeps/ia32/bits/memory.h [new file with mode: 0644]
libpthread/sysdeps/ia32/bits/pt-atomic.h [new file with mode: 0644]
libpthread/sysdeps/ia32/bits/spin-lock-inline.h [new file with mode: 0644]
libpthread/sysdeps/ia32/bits/spin-lock.h [new file with mode: 0644]
libpthread/sysdeps/ia32/machine-sp.h [moved from sysdeps/unix/sysv/linux/sparc/fork.S with 67% similarity]
libpthread/sysdeps/ia32/pt-machdep.h [new file with mode: 0644]
libpthread/sysdeps/l4/bits/pthread-np.h [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/bits/pthread-np.h [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/ia32/pt-machdep.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/ia32/pt-setup.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/ia32/signal-dispatch-lowlevel.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/powerpc/pt-machdep.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/powerpc/pt-setup.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-block.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-kill.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-setactivity-np.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-sigstate-destroy.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-sigstate-init.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-sigstate.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-startup.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-sysdep.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-sysdep.h [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-thread-alloc.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-thread-halt.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-thread-start.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/pt-wakeup.c [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/sig-sysdep.h [new file with mode: 0644]
libpthread/sysdeps/l4/hurd/sigprocmask.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-block.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-docancel.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-pool-np.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-spin.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-stack-alloc.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-thread-alloc.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-thread-dealloc.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-thread-halt.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-thread-start.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-timedblock.c [new file with mode: 0644]
libpthread/sysdeps/l4/pt-wakeup.c [new file with mode: 0644]
libpthread/sysdeps/mach/bits/spin-lock-inline.h [new file with mode: 0644]
libpthread/sysdeps/mach/bits/spin-lock.h [moved from sysdeps/mach/hurd/bits/libc-tsd.h with 57% similarity]
libpthread/sysdeps/mach/hurd/Implies [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/bits/pthread-np.h [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/i386/Implies [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/ia32/pt-machdep.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/ia32/pt-setup.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/pt-attr-setstackaddr.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/pt-attr-setstacksize.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/pt-docancel.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/pt-hurd-cond-wait.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/pt-init-specific.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/pt-sigstate-destroy.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/pt-sigstate-init.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/pt-sigstate.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/pt-sysdep.c [new file with mode: 0644]
libpthread/sysdeps/mach/hurd/pt-sysdep.h [new file with mode: 0644]
libpthread/sysdeps/mach/pt-block.c [new file with mode: 0644]
libpthread/sysdeps/mach/pt-spin.c [new file with mode: 0644]
libpthread/sysdeps/mach/pt-stack-alloc.c [new file with mode: 0644]
libpthread/sysdeps/mach/pt-thread-alloc.c [new file with mode: 0644]
libpthread/sysdeps/mach/pt-thread-dealloc.c [new file with mode: 0644]
libpthread/sysdeps/mach/pt-thread-halt.c [new file with mode: 0644]
libpthread/sysdeps/mach/pt-thread-start.c [new file with mode: 0644]
libpthread/sysdeps/mach/pt-timedblock.c [new file with mode: 0644]
libpthread/sysdeps/mach/pt-wakeup.c [new file with mode: 0644]
libpthread/sysdeps/posix/pt-spin.c [new file with mode: 0644]
libpthread/sysdeps/powerpc/bits/machine-lock.h [new file with mode: 0644]
libpthread/sysdeps/powerpc/bits/memory.h [new file with mode: 0644]
libpthread/sysdeps/powerpc/bits/spin-lock.h [new file with mode: 0644]
libpthread/sysdeps/powerpc/machine-sp.h [moved from sysdeps/mach/hurd/dl-cache.c with 66% similarity]
libpthread/sysdeps/powerpc/pt-machdep.h [new file with mode: 0644]
libpthread/tests/.cvsignore [new file with mode: 0644]
libpthread/tests/Makefile [new file with mode: 0644]
libpthread/tests/test-1.c [new file with mode: 0644]
libpthread/tests/test-10.c [new file with mode: 0644]
libpthread/tests/test-11.c [new file with mode: 0644]
libpthread/tests/test-12.c [new file with mode: 0644]
libpthread/tests/test-13.c [new file with mode: 0644]
libpthread/tests/test-14.c [new file with mode: 0644]
libpthread/tests/test-15.c [new file with mode: 0644]
libpthread/tests/test-16.c [new file with mode: 0644]
libpthread/tests/test-17.c [new file with mode: 0644]
libpthread/tests/test-2.c [new file with mode: 0644]
libpthread/tests/test-3.c [new file with mode: 0644]
libpthread/tests/test-4.c [new file with mode: 0644]
libpthread/tests/test-5.c [new file with mode: 0644]
libpthread/tests/test-6.c [new file with mode: 0644]
libpthread/tests/test-7.c [new file with mode: 0644]
libpthread/tests/test-8.c [new file with mode: 0644]
libpthread/tests/test-9.c [new file with mode: 0644]
libpthread/tests/test-__pthread_destroy_specific-skip.c [new file with mode: 0644]
linuxthreads/Makeconfig
linuxthreads/Makefile
linuxthreads/Versions
linuxthreads/condvar.c
linuxthreads/descr.h
linuxthreads/internals.h
linuxthreads/man/pthread_atfork.man
linuxthreads/man/pthread_attr_init.man
linuxthreads/man/pthread_cancel.man
linuxthreads/man/pthread_cleanup_push.man
linuxthreads/man/pthread_cond_init.man
linuxthreads/man/pthread_condattr_init.man
linuxthreads/man/pthread_create.man
linuxthreads/man/pthread_detach.man
linuxthreads/man/pthread_equal.man
linuxthreads/man/pthread_exit.man
linuxthreads/man/pthread_join.man
linuxthreads/man/pthread_key_create.man
linuxthreads/man/pthread_kill_other_threads_np.man
linuxthreads/man/pthread_mutex_init.man
linuxthreads/man/pthread_mutexattr_init.man
linuxthreads/man/pthread_mutexattr_setkind_np.man
linuxthreads/man/pthread_once.man
linuxthreads/man/pthread_self.man
linuxthreads/man/pthread_setschedparam.man
linuxthreads/man/pthread_sigmask.man
linuxthreads/man/sem_init.man
linuxthreads/oldsemaphore.c
linuxthreads/pt-machine.c
linuxthreads/pthread.c
linuxthreads/pthread_condattr_getclock.c [moved from nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S with 77% similarity]
linuxthreads/pthread_condattr_setclock.c [new file with mode: 0644]
linuxthreads/semaphore.h [deleted file]
linuxthreads/signals.c
linuxthreads/spinlock.c
linuxthreads/spinlock.h
linuxthreads/sysdeps/i386/tls.h
linuxthreads/sysdeps/pthread/Makefile
linuxthreads/sysdeps/pthread/bits/initspin.h
linuxthreads/sysdeps/pthread/bits/libc-lock.h
linuxthreads/sysdeps/pthread/bits/pthreadtypes.h
linuxthreads/sysdeps/pthread/pthread.h
linuxthreads/sysdeps/pthread/semaphore.h
linuxthreads/sysdeps/pthread/unwind-resume.c [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/fatal-prepare.h [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/rtld-lowlevel.h [new file with mode: 0644]
linuxthreads/sysdeps/x86_64/tls.h
locale/C-translit.h
locale/C-translit.h.in
locale/findlocale.c
locale/loadarchive.c
locale/nl_langinfo_l.c
locale/programs/3level.h
locale/programs/ld-collate.c
locale/programs/ld-identification.c
locale/programs/locale.c
locale/programs/locarchive.c
locale/setlocale.c
locale/weight.h
locale/weightwc.h
localedata/Makefile
localedata/SUPPORTED
localedata/charmaps/UTF-8
localedata/locales/C [new file with mode: 0644]
localedata/locales/aa_DJ
localedata/locales/aa_ER
localedata/locales/aa_ER@saaho
localedata/locales/aa_ET
localedata/locales/af_ZA
localedata/locales/am_ET
localedata/locales/ar_AE
localedata/locales/ar_BH
localedata/locales/ar_DZ
localedata/locales/ar_EG
localedata/locales/ar_IN
localedata/locales/ar_IQ
localedata/locales/ar_JO
localedata/locales/ar_KW
localedata/locales/ar_LB
localedata/locales/ar_LY
localedata/locales/ar_MA
localedata/locales/ar_OM
localedata/locales/ar_QA
localedata/locales/ar_SA
localedata/locales/ar_SD
localedata/locales/ar_SY
localedata/locales/ar_TN
localedata/locales/ar_YE
localedata/locales/as_IN
localedata/locales/az_AZ
localedata/locales/be_BY
localedata/locales/be_BY@latin
localedata/locales/bem_ZM [new file with mode: 0644]
localedata/locales/bn_IN
localedata/locales/br_FR
localedata/locales/bs_BA
localedata/locales/byn_ER
localedata/locales/ca_ES
localedata/locales/ca_ES@valencia [new file with mode: 0644]
localedata/locales/csb_PL
localedata/locales/cy_GB
localedata/locales/da_DK
localedata/locales/de_AT
localedata/locales/de_BE
localedata/locales/de_LI [new file with mode: 0644]
localedata/locales/de_LU
localedata/locales/dz_BT
localedata/locales/el_GR
localedata/locales/en_AU
localedata/locales/en_CA
localedata/locales/en_DK
localedata/locales/en_GB
localedata/locales/en_HK
localedata/locales/en_IE
localedata/locales/en_IN
localedata/locales/en_NZ
localedata/locales/en_PH
localedata/locales/en_SG
localedata/locales/en_ZA
localedata/locales/en_ZM [new file with mode: 0644]
localedata/locales/eo [new file with mode: 0644]
localedata/locales/es_AR
localedata/locales/es_BO
localedata/locales/es_CL
localedata/locales/es_CO
localedata/locales/es_CR
localedata/locales/es_DO
localedata/locales/es_EC
localedata/locales/es_ES
localedata/locales/es_GT
localedata/locales/es_HN
localedata/locales/es_MX
localedata/locales/es_NI
localedata/locales/es_PA
localedata/locales/es_PE
localedata/locales/es_PR
localedata/locales/es_PY
localedata/locales/es_SV
localedata/locales/es_US
localedata/locales/es_UY
localedata/locales/es_VE
localedata/locales/et_EE
localedata/locales/eu_ES
localedata/locales/eu_FR [new file with mode: 0644]
localedata/locales/eu_FR@euro [new file with mode: 0644]
localedata/locales/ff_SN [new file with mode: 0644]
localedata/locales/fi_FI
localedata/locales/fo_FO
localedata/locales/fr_BE
localedata/locales/fr_CA
localedata/locales/fr_CH
localedata/locales/fr_FR
localedata/locales/fr_LU
localedata/locales/ga_IE
localedata/locales/gd_GB
localedata/locales/gez_ER
localedata/locales/gez_ET
localedata/locales/gl_ES
localedata/locales/gu_IN
localedata/locales/gv_GB
localedata/locales/he_IL
localedata/locales/hi_IN
localedata/locales/hr_HR
localedata/locales/hsb_DE
localedata/locales/hy_AM
localedata/locales/ia [new file with mode: 0644]
localedata/locales/id_ID
localedata/locales/is_IS
localedata/locales/iso14651_t1_common
localedata/locales/it_CH
localedata/locales/it_IT
localedata/locales/ja_JP
localedata/locales/kk_KZ
localedata/locales/km_KH
localedata/locales/kn_IN
localedata/locales/ko_KR
localedata/locales/kok_IN
localedata/locales/ks_IN
localedata/locales/ku_TR
localedata/locales/kw_GB
localedata/locales/lo_LA
localedata/locales/lt_LT
localedata/locales/lv_LV
localedata/locales/ml_IN
localedata/locales/mn_MN
localedata/locales/mr_IN
localedata/locales/ms_MY
localedata/locales/nb_NO
localedata/locales/ne_NP
localedata/locales/nl_BE
localedata/locales/nr_ZA
localedata/locales/nso_ZA
localedata/locales/oc_FR
localedata/locales/om_ET
localedata/locales/or_IN
localedata/locales/os_RU [new file with mode: 0644]
localedata/locales/pa_IN
localedata/locales/pl_PL
localedata/locales/pt_BR
localedata/locales/pt_PT
localedata/locales/ru_UA
localedata/locales/rw_RW
localedata/locales/sa_IN
localedata/locales/sd_IN
localedata/locales/sd_IN@devanagari
localedata/locales/se_NO
localedata/locales/sid_ET
localedata/locales/sl_SI
localedata/locales/so_DJ
localedata/locales/so_ET
localedata/locales/so_KE
localedata/locales/so_SO
localedata/locales/sq_AL
localedata/locales/ss_ZA
localedata/locales/st_ZA
localedata/locales/sv_FI
localedata/locales/sv_SE
localedata/locales/sw_KE [new file with mode: 0644]
localedata/locales/sw_TZ [new file with mode: 0644]
localedata/locales/ta_IN
localedata/locales/te_IN
localedata/locales/th_TH
localedata/locales/ti_ER
localedata/locales/ti_ET
localedata/locales/tig_ER
localedata/locales/tl_PH
localedata/locales/tn_ZA
localedata/locales/tr_TR
localedata/locales/translit_neutral
localedata/locales/ts_ZA
localedata/locales/tt_RU
localedata/locales/uz_UZ
localedata/locales/uz_UZ@cyrillic
localedata/locales/ve_ZA
localedata/locales/vi_VN
localedata/locales/wa_BE
localedata/locales/wal_ET
localedata/locales/xh_ZA
localedata/locales/yi_US
localedata/locales/zh_CN
localedata/locales/zh_HK
localedata/locales/zh_SG
localedata/locales/zh_TW
localedata/locales/zu_ZA
localedata/sort-test.sh
localedata/tst-langinfo-static.c [new file with mode: 0644]
localedata/tst-langinfo.sh
localedata/xfrm-test.c
mach/Makefile
mach/lock-intern.h
mach/mach.h
mach/mach/mig_support.h
mach/setup-thread.c
mach/spin-lock.c
malloc/hooks.c
malloc/malloc.c
manual/Makefile [new file with mode: 0644]
math/Makefile
misc/Makefile
misc/bug18240.c [new file with mode: 0644]
misc/chflags.c
misc/fchflags.c
misc/hsearch_r.c
misc/madvise.c
misc/mktemp.c
misc/mntent_r.c
misc/sys/cdefs.h
nis/nss
nis/nss_nis/nis-alias.c
nis/nss_nis/nis-netgrp.c
nptl/Makefile
nptl/allocatestack.c
nptl/descr.h
nptl/nptl-init.c
nptl/pthreadP.h
nptl/pthread_attr_getstack.c
nptl/pthread_attr_setstack.c
nptl/pthread_barrier_wait.c
nptl/pthread_create.c
nptl/pthread_getattr_np.c
nptl/pthread_mutex_trylock.c
nptl/sysdeps/pthread/Makefile
nptl/sysdeps/pthread/aio_misc.h
nptl/sysdeps/pthread/bits/libc-lock.h
nptl/sysdeps/pthread/gai_misc.h
nptl/sysdeps/pthread/list.h
nptl/sysdeps/pthread/pthread.h
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S [deleted file]
nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c
nptl/sysdeps/unix/sysv/linux/sem_timedwait.c
nptl/sysdeps/unix/sysv/linux/sem_wait.c
nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
nptl/tst-eintr1.c
nptl/tst-stackguard1.c
nptl_db/ChangeLog
nptl_db/thread_dbP.h
nscd.manifest [deleted file]
nscd/Depend
nscd/aicache.c
nscd/connections.c
nscd/nscd.h
nscd/nscd_getserv_r.c
nss/Makefile
nss/digits_dots.c
nss/getXXbyYY_r.c
nss/nss_files/files-XXX.c
nss/nss_files/files-hosts.c
nss/nss_files/files-parse.c
nss/nsswitch.c
nss/test-digits-dots.c [new file with mode: 0644]
packaging/eglibc-2.13-debian.patch.gz [deleted file]
packaging/eglibc.change [deleted file]
packaging/eglibc.spec
packaging/eglibc_2.13-10.diff.gz [deleted file]
packaging/gcc-4.5_4.5.3-3.diff.gz [deleted file]
packaging/glibc-arm-atomics-disable-qemu.patch [deleted file]
packaging/slp-limit-hack.patch [deleted file]
packaging/use_fullpath.patch [deleted file]
ports/ChangeLog.arm
ports/ChangeLog.eglibc
ports/ChangeLog.mips
ports/sysdeps/alpha/Makefile
ports/sysdeps/alpha/Versions
ports/sysdeps/alpha/fpu/feupdateenv.c
ports/sysdeps/alpha/fpu/ftestexcept.c
ports/sysdeps/alpha/libgcc-compat.c [new file with mode: 0644]
ports/sysdeps/alpha/stackinfo.h
ports/sysdeps/alpha/strncmp.S [deleted file]
ports/sysdeps/arm/Makefile [new file with mode: 0644]
ports/sysdeps/arm/Versions [new file with mode: 0644]
ports/sysdeps/arm/dl-tls.h
ports/sysdeps/arm/eabi/__longjmp.S
ports/sysdeps/arm/eabi/bits/fenv.h
ports/sysdeps/arm/eabi/bits/predefs.h
ports/sysdeps/arm/eabi/bits/wchar.h [moved from nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S with 77% similarity]
ports/sysdeps/arm/eabi/fclrexcpt.c
ports/sysdeps/arm/eabi/fedisblxcpt.c
ports/sysdeps/arm/eabi/feenablxcpt.c
ports/sysdeps/arm/eabi/fegetenv.c
ports/sysdeps/arm/eabi/fegetexcept.c
ports/sysdeps/arm/eabi/fegetround.c
ports/sysdeps/arm/eabi/feholdexcpt.c
ports/sysdeps/arm/eabi/fesetenv.c
ports/sysdeps/arm/eabi/fesetround.c
ports/sysdeps/arm/eabi/fpu_control.h
ports/sysdeps/arm/eabi/fraiseexcpt.c
ports/sysdeps/arm/eabi/fsetexcptflg.c
ports/sysdeps/arm/eabi/ftestexcept.c
ports/sysdeps/arm/eabi/setjmp.S
ports/sysdeps/arm/elf/start.S
ports/sysdeps/arm/libgcc-compat.c [new file with mode: 0644]
ports/sysdeps/arm/preconfigure
ports/sysdeps/arm/shlib-versions
ports/sysdeps/arm/sysdep.h
ports/sysdeps/hppa/Makefile
ports/sysdeps/hppa/configure
ports/sysdeps/hppa/dl-fptr.h
ports/sysdeps/hppa/dl-machine.h
ports/sysdeps/hppa/dl-tls.h
ports/sysdeps/hppa/elf/configure
ports/sysdeps/hppa/fpu/fegetenv.c
ports/sysdeps/hppa/fpu/feupdateenv.c
ports/sysdeps/hppa/fpu/ftestexcept.c
ports/sysdeps/hppa/linuxthreads/tls.h
ports/sysdeps/hppa/stackinfo.h
ports/sysdeps/m68k/Deps [new file with mode: 0644]
ports/sysdeps/m68k/Makefile
ports/sysdeps/m68k/Versions
ports/sysdeps/m68k/bits/byteswap.h
ports/sysdeps/m68k/dl-machine.h
ports/sysdeps/m68k/libgcc-compat.c [new file with mode: 0644]
ports/sysdeps/mips/Makefile
ports/sysdeps/mips/backtrace.c [new file with mode: 0644]
ports/sysdeps/mips/bits/atomic.h
ports/sysdeps/mips/dl-machine.h
ports/sysdeps/mips/dl-procinfo.c [new file with mode: 0644]
ports/sysdeps/mips/dl-procinfo.h [new file with mode: 0644]
ports/sysdeps/mips/dl-tls.h
ports/sysdeps/mips/dl-trampoline.c
ports/sysdeps/mips/mips32/Makefile
ports/sysdeps/mips/mips32/Versions [new file with mode: 0644]
ports/sysdeps/mips/mips32/libgcc-compat.c [new file with mode: 0644]
ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fma.c [new file with mode: 0644]
ports/sysdeps/powerpc/powerpc32/e500/fpu/s_fmaf.c [new file with mode: 0644]
ports/sysdeps/unix/alpha/sysdep.h
ports/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S
ports/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
ports/sysdeps/unix/sysv/linux/alpha/bits/resource.h
ports/sysdeps/unix/sysv/linux/alpha/bits/statfs.h
ports/sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]
ports/sysdeps/unix/sysv/linux/alpha/fxstatat.c
ports/sysdeps/unix/sysv/linux/alpha/ioperm.c
ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h
ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
ports/sysdeps/unix/sysv/linux/alpha/sys/epoll.h
ports/sysdeps/unix/sysv/linux/alpha/syscall.S
ports/sysdeps/unix/sysv/linux/alpha/sysconf.c
ports/sysdeps/unix/sysv/linux/am33/bits/fcntl.h
ports/sysdeps/unix/sysv/linux/arm/Makefile
ports/sysdeps/unix/sysv/linux/arm/____longjmp_chk.S
ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
ports/sysdeps/unix/sysv/linux/arm/clone.S
ports/sysdeps/unix/sysv/linux/arm/dl-cache.h [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/arm/eabi/____longjmp_chk.S
ports/sysdeps/unix/sysv/linux/arm/eabi/getcontext.S [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S
ports/sysdeps/unix/sysv/linux/arm/eabi/makecontext.c [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/arm/eabi/setcontext.S [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/arm/eabi/swapcontext.S [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/arm/ioperm.c
ports/sysdeps/unix/sysv/linux/arm/kernel-features.h
ports/sysdeps/unix/sysv/linux/arm/nptl/bits/atomic.h
ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
ports/sysdeps/unix/sysv/linux/arm/readelflib.c [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/arm/sigaction.c
ports/sysdeps/unix/sysv/linux/arm/sys/ucontext.h
ports/sysdeps/unix/sysv/linux/arm/ucontext_i.sym [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/cris/bits/fcntl.h
ports/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.S [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/hppa/bits/fcntl.h
ports/sysdeps/unix/sysv/linux/hppa/kernel-features.h
ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/lowlevellock.h [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/hppa/linuxthreads/sysdep-cancel.h
ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c
ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h
ports/sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h
ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/hppa/sys/eventfd.h [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/hppa/sys/inotify.h [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/hppa/sys/procfs.h
ports/sysdeps/unix/sysv/linux/hppa/sys/signalfd.h [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/hppa/sys/timerfd.h [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/hppa/syscalls.list
ports/sysdeps/unix/sysv/linux/hppa/sysdep.h
ports/sysdeps/unix/sysv/linux/m68k/bits/fcntl.h
ports/sysdeps/unix/sysv/linux/m68k/chown.c
ports/sysdeps/unix/sysv/linux/m68k/kernel-features.h
ports/sysdeps/unix/sysv/linux/m68k/lchown.c
ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
ports/sysdeps/unix/sysv/linux/mips/bits/resource.h
ports/sysdeps/unix/sysv/linux/mips/getrlimit64.c [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/mips/kernel-features.h
ports/sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
ports/sysdeps/unix/sysv/linux/mips/nptl/lowlevellock.h
ports/sysdeps/unix/sysv/linux/mips/setrlimit64.c [new file with mode: 0644]
ports/sysdeps/unix/sysv/linux/mips/sys/user.h
posix/Makefile
posix/bug-regex34.c [new file with mode: 0644]
posix/fnmatch.c
posix/fnmatch_loop.c
posix/gai.conf
posix/glob.c
posix/glob.h
posix/posix_madvise.c
posix/regcomp.c
posix/regex_internal.c
posix/regex_internal.h
posix/regexec.c
posix/spawn_faction_addopen.c
posix/spawn_faction_destroy.c
posix/spawn_int.h
posix/tst-spawn.c
posix/tst-sysconf.c
posix/wordexp-test.c
posix/wordexp.c
resolv/Depend
resolv/nss_dns/dns-host.c
resolv/nss_dns/dns-network.c
resolv/res_debug.c
resolv/res_init.c
resolv/res_libc.c
resolv/res_query.c
resolv/res_send.c
resolv/resolv.h
rt/Depend
rt/bits/mqueue2.h
scripts/config.guess
scripts/config.sub
socket/accept4.c
socket/have_sock_cloexec.c
stdio-common/Makefile
stdio-common/bug23-2.c [new file with mode: 0644]
stdio-common/bug23-3.c [new file with mode: 0644]
stdio-common/bug23-4.c [new file with mode: 0644]
stdio-common/psiginfo.c
stdio-common/tst-sscanf.c
stdio-common/vfprintf.c
stdio-common/vfscanf.c
stdlib/fmtmsg.c
stdlib/strtod_l.c
string/Makefile
string/bits/string2.h
string/memmem.c
string/strcoll_l.c
string/strxfrm_l.c
string/tst-strcoll-overflow.c [new file with mode: 0644]
sunrpc/bindrsvprt.c
sunrpc/clnt_udp.c
sunrpc/svc_tcp.c
sunrpc/svc_udp.c
sunrpc/svc_unix.c
sysdeps/generic/dl-fptr.h
sysdeps/generic/dl-irel.h
sysdeps/generic/ldconfig.h
sysdeps/generic/ldsodefs.h
sysdeps/generic/machine-lock.h
sysdeps/generic/machine-sp.h
sysdeps/generic/paths.h
sysdeps/generic/thread_state.h
sysdeps/gnu/Makefile
sysdeps/i386/Makefile
sysdeps/i386/Versions
sysdeps/i386/dl-irel.h
sysdeps/i386/dl-procinfo.h
sysdeps/i386/dl-tls.h
sysdeps/i386/hp-timing.h [new file with mode: 0644]
sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
sysdeps/i386/i686/multiarch/memcpy-ssse3.S
sysdeps/i386/libgcc-compat.c [new file with mode: 0644]
sysdeps/i386/sysdep.h
sysdeps/ia64/Makefile
sysdeps/ia64/Versions
sysdeps/ia64/dl-machine.h
sysdeps/ia64/dl-tls.h
sysdeps/ia64/fpu/e_fmod.S
sysdeps/ia64/fpu/e_fmodf.S
sysdeps/ia64/fpu/e_fmodl.S
sysdeps/ia64/fpu/libm_error.c
sysdeps/ia64/fpu/libm_error_codes.h
sysdeps/ia64/fpu/s_cos.S
sysdeps/ia64/fpu/s_cosf.S
sysdeps/ia64/fpu/s_cosl.S
sysdeps/ia64/fpu/s_tan.S
sysdeps/ia64/fpu/s_tanf.S
sysdeps/ia64/fpu/s_tanl.S
sysdeps/ia64/ia64libgcc.S [deleted file]
sysdeps/ia64/libgcc-compat.c [new file with mode: 0644]
sysdeps/ieee754/ldbl-128/s_nexttowardf.c
sysdeps/m68k/framestate.c [new file with mode: 0644]
sysdeps/m68k/unwind-pe.c [new file with mode: 0644]
sysdeps/mach/configure
sysdeps/mach/configure.in
sysdeps/mach/hurd/Makefile
sysdeps/mach/hurd/bits/errno.h
sysdeps/mach/hurd/bits/fcntl.h
sysdeps/mach/hurd/bits/ioctls.h
sysdeps/mach/hurd/bits/libc-lock.h
sysdeps/mach/hurd/bits/posix_opt.h
sysdeps/mach/hurd/bits/sigaction.h [new file with mode: 0644]
sysdeps/mach/hurd/bits/stat.h
sysdeps/mach/hurd/brk.c
sysdeps/mach/hurd/check_native.c [new file with mode: 0644]
sysdeps/mach/hurd/chflags.c
sysdeps/mach/hurd/chroot.c
sysdeps/mach/hurd/configure
sysdeps/mach/hurd/configure.in
sysdeps/mach/hurd/dirfd.c
sysdeps/mach/hurd/dl-sysdep.c
sysdeps/mach/hurd/dl-sysdep.h
sysdeps/mach/hurd/dup2.c
sysdeps/mach/hurd/dup3.c [new file with mode: 0644]
sysdeps/mach/hurd/execve.c
sysdeps/mach/hurd/fchflags.c
sysdeps/mach/hurd/fexecve.c
sysdeps/mach/hurd/fork.c
sysdeps/mach/hurd/ftok.c [new file with mode: 0644]
sysdeps/mach/hurd/gai_misc.h [new file with mode: 0644]
sysdeps/mach/hurd/getgroups.c
sysdeps/mach/hurd/getlogin_r.c
sysdeps/mach/hurd/hp-timing.h [new file with mode: 0644]
sysdeps/mach/hurd/i386/Makefile
sysdeps/mach/hurd/i386/____longjmp_chk.S [new file with mode: 0644]
sysdeps/mach/hurd/i386/bits/sigcontext.h
sysdeps/mach/hurd/i386/exc2signal.c
sysdeps/mach/hurd/i386/init-first.c
sysdeps/mach/hurd/i386/signal-defines.sym [new file with mode: 0644]
sysdeps/mach/hurd/i386/sigreturn.c
sysdeps/mach/hurd/i386/tls.h
sysdeps/mach/hurd/i386/tlsdesc.sym [new file with mode: 0644]
sysdeps/mach/hurd/i386/trampoline.c
sysdeps/mach/hurd/ifreq.h [new file with mode: 0644]
sysdeps/mach/hurd/ioctl.c
sysdeps/mach/hurd/kernel-features.h
sysdeps/mach/hurd/kill.c
sysdeps/mach/hurd/ldsodefs.h [new file with mode: 0644]
sysdeps/mach/hurd/mkdir.c
sysdeps/mach/hurd/mkdirat.c
sysdeps/mach/hurd/mlock.c
sysdeps/mach/hurd/mmap.c
sysdeps/mach/hurd/opendir.c
sysdeps/mach/hurd/powerpc/init-first.c
sysdeps/mach/hurd/profil.c
sysdeps/mach/hurd/ptsname.c
sysdeps/mach/hurd/readlinkat.c [new file with mode: 0644]
sysdeps/mach/hurd/recvfrom.c
sysdeps/mach/hurd/recvmsg.c
sysdeps/mach/hurd/sendmsg.c
sysdeps/mach/hurd/sendto.c
sysdeps/mach/hurd/setitimer.c
sysdeps/mach/hurd/setresgid.c
sysdeps/mach/hurd/setresuid.c
sysdeps/mach/hurd/shmat.c [new file with mode: 0644]
sysdeps/mach/hurd/shmctl.c [new file with mode: 0644]
sysdeps/mach/hurd/shmdt.c [new file with mode: 0644]
sysdeps/mach/hurd/shmget.c [new file with mode: 0644]
sysdeps/mach/hurd/sigaction.c
sysdeps/mach/hurd/sigpending.c
sysdeps/mach/hurd/sigprocmask.c
sysdeps/mach/hurd/sigsuspend.c
sysdeps/mach/hurd/sigwait.c
sysdeps/mach/hurd/socket.c
sysdeps/mach/hurd/spawni.c
sysdeps/mach/hurd/symlink.c
sysdeps/mach/hurd/symlinkat.c
sysdeps/mach/hurd/sys/param.h
sysdeps/mach/hurd/tls.h
sysdeps/mach/hurd/ttyname_r.c
sysdeps/mach/hurd/xstatconv.c
sysdeps/mach/i386/machine-lock.h
sysdeps/mach/i386/sysdep.h
sysdeps/mach/i386/thread_state.h
sysdeps/mach/nanosleep.c
sysdeps/mach/powerpc/machine-lock.h
sysdeps/mach/powerpc/machine-sp.h
sysdeps/mach/powerpc/thread_state.h
sysdeps/mach/thread_state.h
sysdeps/posix/getaddrinfo.c
sysdeps/powerpc/dl-tls.h
sysdeps/powerpc/powerpc32/dl-irel.h
sysdeps/powerpc/powerpc32/dl-trampoline.S
sysdeps/powerpc/powerpc64/dl-irel.h
sysdeps/powerpc/powerpc64/power7/Makefile [new file with mode: 0644]
sysdeps/s390/dl-tls.h
sysdeps/s390/fpu/libm-test-ulps
sysdeps/s390/s390-32/Makefile
sysdeps/s390/s390-32/Versions
sysdeps/s390/s390-32/libgcc-compat.c [new file with mode: 0644]
sysdeps/s390/s390-64/utf16-utf32-z9.c
sysdeps/s390/s390-64/utf8-utf16-z9.c
sysdeps/s390/s390-64/utf8-utf32-z9.c
sysdeps/sh/dl-tls.h
sysdeps/sparc/dl-tls.h
sysdeps/sparc/sparc32/Makefile
sysdeps/sparc/sparc32/Versions
sysdeps/sparc/sparc32/dl-irel.h
sysdeps/sparc/sparc32/dl-machine.h
sysdeps/sparc/sparc32/dl-plt.h
sysdeps/sparc/sparc32/hp-timing.h [new file with mode: 0644]
sysdeps/sparc/sparc32/libgcc-compat.c [new file with mode: 0644]
sysdeps/sparc/sparc64/dl-irel.h
sysdeps/sparc/sparc64/dl-machine.h
sysdeps/sparc/sparc64/dl-plt.h
sysdeps/sparc/sparc64/multiarch/memcpy.S
sysdeps/sparc/sparc64/multiarch/memset.S
sysdeps/unix/dirstream.h
sysdeps/unix/opendir.c
sysdeps/unix/readdir_r.c
sysdeps/unix/rewinddir.c
sysdeps/unix/sysv/linux/accept4.c
sysdeps/unix/sysv/linux/bits/resource.h
sysdeps/unix/sysv/linux/check_native.c
sysdeps/unix/sysv/linux/check_pf.c
sysdeps/unix/sysv/linux/clock_settime.c
sysdeps/unix/sysv/linux/dl-osinfo.h
sysdeps/unix/sysv/linux/getpagesize.c
sysdeps/unix/sysv/linux/i386/accept4.S
sysdeps/unix/sysv/linux/i386/bits/fcntl.h
sysdeps/unix/sysv/linux/i386/clone.S
sysdeps/unix/sysv/linux/i386/dl-cache.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/i386/readdir64_r.c
sysdeps/unix/sysv/linux/i386/sysconf.c
sysdeps/unix/sysv/linux/ia64/bits/fcntl.h
sysdeps/unix/sysv/linux/ia64/sys/user.h
sysdeps/unix/sysv/linux/ia64/sysconf.c
sysdeps/unix/sysv/linux/ifaddrs.c
sysdeps/unix/sysv/linux/internal_accept4.S
sysdeps/unix/sysv/linux/internal_recvmmsg.S
sysdeps/unix/sysv/linux/kernel-features.h
sysdeps/unix/sysv/linux/ldsodefs.h
sysdeps/unix/sysv/linux/netinet/if_fddi.h
sysdeps/unix/sysv/linux/paths.h
sysdeps/unix/sysv/linux/posix_fadvise.c
sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
sysdeps/unix/sysv/linux/recvmmsg.c
sysdeps/unix/sysv/linux/s390/bits/fcntl.h
sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
sysdeps/unix/sysv/linux/sh/bits/fcntl.h
sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
sysdeps/unix/sysv/linux/sparc/bits/resource.h
sysdeps/unix/sysv/linux/sys/param.h
sysdeps/unix/sysv/linux/tcsetattr.c
sysdeps/unix/sysv/linux/wordsize-64/creat64.c
sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c
sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h
sysdeps/unix/sysv/linux/x86_64/clone.S
sysdeps/unix/sysv/linux/x86_64/dl-cache.h
sysdeps/unix/sysv/linux/x86_64/getcontext.S
sysdeps/unix/sysv/linux/x86_64/sys/user.h
sysdeps/wordsize-64/Makefile [new file with mode: 0644]
sysdeps/wordsize-64/tst-writev.c [new file with mode: 0644]
sysdeps/x86_64/cacheinfo.c
sysdeps/x86_64/dl-irel.h
sysdeps/x86_64/dl-tls.h
sysdeps/x86_64/dl-trampoline.S
sysdeps/x86_64/dl-trampoline.h
sysdeps/x86_64/fpu/e_powl.S
sysdeps/x86_64/memset.S
sysdeps/x86_64/multiarch/init-arch.c
sysdeps/x86_64/multiarch/init-arch.h
sysdeps/x86_64/multiarch/memcpy-ssse3-back.S
sysdeps/x86_64/multiarch/memcpy-ssse3.S
time/strftime_l.c
time/tst-mktime2.c
time/tst-strftime.c
time/tzfile.c