Patch |
File delta |
Description |
hurd i386/local bootstrap.diff | (download) |
sysdeps/mach/Makefile |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
---
|
hurd i386/local mach_print.diff | (download) |
mach/Versions |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
---
|
hurd i386/submitted hurd abilist.diff | (download) |
sysdeps/generic/libnsl.abilist |
1 1 + 0 - 0 !
sysdeps/generic/libutil.abilist |
1 1 + 0 - 0 !
sysdeps/mach/hurd/libhurduser.abilist |
1 1 + 0 - 0 !
sysdeps/mach/libmachuser.abilist |
1 1 + 0 - 0 !
4 files changed, 4 insertions(+) |
---
|
hurd i386/local versions.diff | (download) |
mach/Versions |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
---
|
hurd i386/cvs check local headers.diff | (download) |
scripts/check-local-headers.sh |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
---
|
hurd i386/tg faccessat.diff | (download) |
hurd/hurd/fd.h |
21 21 + 0 - 0 !
hurd/lookup-at.c |
13 3 + 10 - 0 !
include/unistd.h |
1 1 + 0 - 0 !
sysdeps/mach/hurd/access.c |
120 1 + 119 - 0 !
sysdeps/mach/hurd/euidaccess.c |
31 1 + 30 - 0 !
sysdeps/mach/hurd/faccessat.c |
150 137 + 13 - 0 !
6 files changed, 164 insertions(+), 172 deletions(-) |
[patch] implement faccessat without at_eaccess flag
* hurd/hurd/fd.h: Include <fcntl.h>
(__hurd_at_flags): New function.
* hurd/lookup-at.c (__file_name_lookup_at): Replace flag computation
with call to __hurd_at_flags.
* include/unistd.h (__faccessat): Add declaration.
* sysdeps/mach/hurd/access.c (__access): Move implementation to
__faccessat, and replace it with a call to __faccessat.
* sysdeps/mach/hurd/euidaccess.c (__euidaccess): Replace implementation
with a call to __faccessat.
* sysdeps/mach/hurd/faccessat.c (faccessat): Rename into...
(__faccessat): ... this. Move implementation of __access into it when
AT_FLAGS does not contain AT_EACCESS. Make it call __hurd_at_flags, add
reauthenticate_cwdir_at helper to implement AT mechanism.
(faccessat): Define weak alias.
|
hurd i386/tg extern_inline.diff | (download) |
hurd/hurd.h |
4 4 + 0 - 0 !
hurd/hurd/fd.h |
26 26 + 0 - 0 !
hurd/hurd/port.h |
43 43 + 0 - 0 !
hurd/hurd/signal.h |
16 16 + 0 - 0 !
hurd/hurd/userlink.h |
20 20 + 0 - 0 !
mach/lock-intern.h |
20 20 + 0 - 0 !
mach/mach/mig_support.h |
3 3 + 0 - 0 !
mach/spin-lock.c |
1 1 + 0 - 0 !
sysdeps/generic/machine-lock.h |
12 12 + 0 - 0 !
sysdeps/generic/machine-sp.h |
4 4 + 0 - 0 !
sysdeps/mach/i386/machine-lock.h |
12 12 + 0 - 0 !
11 files changed, 161 insertions(+) |
[patch] hurd: take __use_extern_inlines into account
* hurd/hurd.h (__hurd_fail): Always declare function, and provide inline
version only if __USE_EXTERN_INLINES is defined.
* hurd/hurd/fd.h (_hurd_fd_get, _hurd_fd_error_signal, _hurd_fd_error,
__hurd_dfail, __hurd_sockfail): Likewise.
* mach/lock-intern.h (__spin_lock_init, __spin_lock, __mutex_lock,
__mutex_unlock, __mutex_trylock): Likewise.
* mach/mach/mig_support.h (__mig_strncpy): Likewise.
* sysdeps/generic/machine-lock.h (__spin_unlock, __spin_try_lock,
__spin_lock_locked): Likewise.
* sysdeps/generic/machine-sp.h (__thread_stack_pointer): Likewise.
* sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock,
__spin_lock_locked): Likewise.
* hurd/hurd/port.h (_hurd_port_init, _hurd_port_locked_get,
_hurd_port_get, _hurd_port_free, _hurd_port_locked_set,
_hurd_port_set): Always declare functions, and provide inline version
only if __USE_EXTERN_INLINES is defined and _LIBC is defined and
NOT_IN_libc is not defined.
* hurd/hurd/signal.h (_hurd_self_sigstate, _hurd_critical_section_lock,
_hurd_critical_section_unlock): Likewise.
* hurd/hurd/threadvar.h (__hurd_threadvar_location_from_sp,
* __hurd_threadvar_location): Likewise.
* hurd/hurd/userlink.h (_hurd_userlink_link, _hurd_userlink_unlink,
_hurd_userlink_clear): Likewise.
* mach/spin-lock.c (__USE_EXTERN_INLINES): Define to 1.
|
hurd i386/tg eintr.diff | (download) |
hurd/hurdsock.c |
5 5 + 0 - 0 !
1 file changed, 5 insertions(+) |
---
|
hurd i386/git recvmsg.diff | (download) |
sysdeps/mach/hurd/recvmsg.c |
4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-) |
---
|
hurd i386/tg gsync libc.diff | (download) |
hurd/Makefile |
1 1 + 0 - 0 !
hurd/Versions |
9 9 + 0 - 0 !
hurd/hurdlock.c |
247 247 + 0 - 0 !
hurd/hurdlock.h |
117 117 + 0 - 0 !
hurd/hurdpid.c |
3 3 + 0 - 0 !
hurd/hurdsig.c |
4 2 + 2 - 0 !
hurd/setauth.c |
5 2 + 3 - 0 !
hurd/sysvshm.c |
3 2 + 1 - 0 !
mach/Makefile |
2 1 + 1 - 0 !
mach/lock-intern.h |
74 46 + 28 - 0 !
mach/lowlevellock.h |
80 80 + 0 - 0 !
mach/mutex-init.c |
7 2 + 5 - 0 !
sysdeps/mach/Makefile |
18 18 + 0 - 0 !
sysdeps/mach/hurd/bits/errno.h |
8 7 + 1 - 0 !
sysdeps/mach/hurd/libc-lock.h |
219 0 + 219 - 0 !
sysdeps/mach/hurd/malloc-machine.h |
11 5 + 6 - 0 !
sysdeps/mach/hurd/setpgid.c |
10 2 + 8 - 0 !
sysdeps/mach/hurd/setsid.c |
10 2 + 8 - 0 !
sysdeps/mach/libc-lock.h |
168 129 + 39 - 0 !
19 files changed, 675 insertions(+), 321 deletions(-) |
[patch] use gcc's cleanup attributes
cleanup routines now use gcc's cleanup attribute
|
hurd i386/cvs adjtime NULL.diff | (download) |
sysdeps/mach/hurd/adjtime.c |
4 4 + 0 - 0 !
1 file changed, 4 insertions(+) |
---
|
hurd i386/tg pthread_deps.diff | (download) |
mach/Versions |
9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-) |
[patch] t/pthread_deps
libpthread needs some internal symbols to avoid exposing the plain ones
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
|
hurd i386/cvs mallocfork.diff | (download) |
hurd/hurdmalloc.c |
15 6 + 9 - 0 !
hurd/hurdmalloc.h |
4 4 + 0 - 0 !
sysdeps/mach/hurd/fork.c |
15 9 + 6 - 0 !
3 files changed, 19 insertions(+), 15 deletions(-) |
---
|
hurd i386/tg libpthread gsync spin.diff | (download) |
libpthread/pthread/pt-spin-inlines.c |
5 2 + 3 - 0 !
libpthread/sysdeps/mach/bits/spin-lock-inline.h |
14 6 + 8 - 0 !
libpthread/sysdeps/mach/bits/spin-lock.h |
7 2 + 5 - 0 !
libpthread/sysdeps/mach/i386/bits/spin-lock-inline.h |
98 0 + 98 - 0 !
libpthread/sysdeps/mach/i386/bits/spin-lock.h |
39 0 + 39 - 0 !
libpthread/sysdeps/mach/pt-spin.c |
8 2 + 6 - 0 !
libpthread/sysdeps/posix/pt-spin.c |
3 0 + 3 - 0 !
7 files changed, 12 insertions(+), 162 deletions(-) |
---
|
hurd i386/tg ONSTACK.diff | (download) |
sysdeps/mach/hurd/i386/sigreturn.c |
68 42 + 26 - 0 !
1 file changed, 42 insertions(+), 26 deletions(-) |
[patch] fix ss_onstack support
* sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn2): New function,
unlocks SS and returns to the saved PC.
(__sigreturn): Do not unlock SS, and "return" into __sigreturn2 on the
thread stack instead of the saved PC.
|
hurd i386/tg libpthread gsync mutex.diff | (download) |
libpthread/include/pthread/pthread.h |
17 17 + 0 - 0 !
libpthread/include/pthread/pthreadtypes.h |
6 6 + 0 - 0 !
libpthread/sysdeps/mach/hurd/bits/mutex.h |
64 64 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutex-destroy.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutex-getprioceiling.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutex-init.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutex-lock.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutex-setprioceiling.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutex-timedlock.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutex-transfer-np.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutex-trylock.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutex-unlock.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutex.c |
552 552 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr-destroy.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr-getprioceiling.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr-getprotocol.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr-getpshared.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr-gettype.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr-init.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr-setprioceiling.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr-setprotocol.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr-setpshared.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr-settype.c |
1 1 + 0 - 0 !
libpthread/sysdeps/mach/hurd/pt-mutexattr.c |
1 1 + 0 - 0 !
24 files changed, 659 insertions(+) |
---
|
hurd i386/tg NOFOLLOW.diff | (download) |
hurd/lookup-retry.c |
36 20 + 16 - 0 !
1 file changed, 20 insertions(+), 16 deletions(-) |
[patch] hurd: fix o_nofollow
The error code documented by POSIX for opening a symlink with O_NOFOLLOW
is ELOOP.
Also, if the translator does not expose symlink as a symlink translator but
as a S_IFLNK file, O_NOFOLLOW needs to return ELOOP too.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
|
hurd i386/tg NOFOLLOW DIRECTORY.diff | (download) |
hurd/hurdlookup.c |
2 1 + 1 - 0 !
hurd/lookup-retry.c |
2 2 + 0 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-) |
[patch] hurd: fix o_directory | o_nofollow
Appending / to the path to be looked up makes us always follow a final
symlink, even with O_NOTRANS (since the final resolution is after the
'/'). In the O_DIRECTORY | O_NOFOLLOW case, we thus have to really open
the node and stat it, which we already do anyway, and check for
directory type.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
|
hurd i386/tg libc_rwlock_recursive.diff | (download) |
sysdeps/mach/libc-lock.h |
18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-) |
[patch] xxx: make libc_rwlock recursive
Without making the rwlocks recursive, running fakeroot-tcp gets this:
#0 0x0106e91c in mach_msg_trap () at /usr/src/glibc-2.24/build-tree/hurd-i386-libc/mach/mach_msg_trap.S:2
#1 0x0106f090 in __mach_msg (msg=0x20034a0, option=3, send_size=64, rcv_size=32, rcv_name=421, timeout=0, notify=0) at msg.c:110
#2 0x0125a241 in __gsync_wait (task=1, addr=19101080, val1=2, val2=0, msec=0, flags=0)
at /usr/src/glibc-2.24/build-tree/hurd-i386-libc/mach/RPC_gsync_wait.c:175
#3 0x010b0743 in __dcigettext (domainname=0x8050740 <_libc_intl_domainname@@GLIBC_2.2.6> "libc",
msgid1=0x8051d88 "undefined symbol: acl_get_fd", msgid2=0x0, plural=0, n=0, category=5) at dcigettext.c:527
#4 0x010af776 in __dcgettext (domainname=0x8050740 <_libc_intl_domainname@@GLIBC_2.2.6> "libc",
msgid=0x8051d88 "undefined symbol: acl_get_fd", category=5) at dcgettext.c:47
#5 0x0124e427 in __dlerror () at dlerror.c:94
#6 0x01035ae3 in load_library_symbols () from /usr/lib/i386-gnu/libfakeroot/libfakeroot-tcp.so
#7 0x01035cc3 in tmp___fxstat64 () from /usr/lib/i386-gnu/libfakeroot/libfakeroot-tcp.so
#8 0x01036cd6 in __fxstat64 () from /usr/lib/i386-gnu/libfakeroot/libfakeroot-tcp.so
#9 0x010ad831 in _nl_load_locale_from_archive (category=category@entry=0, namep=namep@entry=0x200399c) at loadarchive.c:211
#10 0x010ac45b in _nl_find_locale (locale_path=0x0, locale_path_len=0, category=category@entry=0, name=0x200399c) at findlocale.c:154
#11 0x010abde7 in setlocale (category=0, locale=0x804c2e4 "") at setlocale.c:417
#12 0x0804947f in main (argc=2, argv=0x2003ad4) at programs/locale.c:191
That's very unfortunate: libfakeroot gets initialized from a section
where __libc_setlocale_lock is already locked, and thus the dlerror()
call hangs inside __dcigettext. It happens that Linux doesn't have
the problem probably because pthread_rwlock_wrlock returns a EDEADLK
error instead of hanging, and then the first unlock unlocks, and the
second unlock probably returns an EINVAL. This is all very unsafe, but
that's fakeroot-tcp's matter (see http://bugs.debian.org/845930 for the
follow-up)...
We only use it when constructing the debian installer for -s -r options
anyway.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
|
hurd i386/cvs hurd_signal.h_c++.diff | (download) |
hurd/hurd.h |
6 3 + 3 - 0 !
hurd/hurd/signal.h |
6 3 + 3 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-) |
---
|
hurd i386/tg magic pid.diff | (download) |
hurd/lookup-retry.c |
78 65 + 13 - 0 !
1 file changed, 65 insertions(+), 13 deletions(-) |
[patch] hurd: handle `pid' magical lookup retry
* hurd/lookup-retry.c: Handle `pid' magical lookup
retry.
|
hurd i386/tg mlockall.diff | (download) |
sysdeps/mach/hurd/mlockall.c |
42 42 + 0 - 0 !
sysdeps/mach/hurd/munlockall.c |
40 40 + 0 - 0 !
2 files changed, 82 insertions(+) |
[patch] add mlockall support
* sysdeps/mach/hurd/mlockall.c: New file
* sysdeps/mach/hurd/munlockall.c: New file
|
hurd i386/cvs truncate64.diff | (download) |
sysdeps/mach/hurd/ftruncate64.c |
34 34 + 0 - 0 !
sysdeps/mach/hurd/truncate64.c |
42 42 + 0 - 0 !
2 files changed, 76 insertions(+) |
---
|
hurd i386/cvs send recv posix.diff | (download) |
sysdeps/mach/hurd/recv.c |
8 6 + 2 - 0 !
sysdeps/mach/hurd/send.c |
4 4 + 0 - 0 !
2 files changed, 10 insertions(+), 2 deletions(-) |
---
|
i386/local biarch.diff | (download) |
sysdeps/unix/sysv/linux/i386/dl-cache.h |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
allow ldconfig to work on i386/x86-64 biarch systems
# DP: Related bugs:
|
i386/local cmov.diff | (download) |
sysdeps/i386/dl-procinfo.h |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
add cmov to hwcap, for via c3 which is i686 class processor,
# DP: but does not have 686 optional instruction CMOV.
|
i386/cvs cpuid level2.diff | (download) |
sysdeps/x86/cacheinfo.c |
4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-) |
---
|
i386/unsubmitted quiet ldconfig.diff | (download) |
sysdeps/unix/sysv/linux/i386/readelflib.c |
7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-) |
---
|
kfreebsd/submitted waitid.diff | (download) |
bits/waitflags.h |
13 13 + 0 - 0 !
posix/sys/wait.h |
11 0 + 11 - 0 !
sysdeps/unix/sysv/linux/bits/waitflags.h |
20 20 + 0 - 0 !
3 files changed, 33 insertions(+), 11 deletions(-) |
---
|
kfreebsd/submitted auxv.diff | (download) |
bits/auxv.h |
76 76 + 0 - 0 !
elf/elf.h |
61 1 + 60 - 0 !
misc/Makefile |
2 1 + 1 - 0 !
misc/getauxval.c |
7 6 + 1 - 0 !
misc/sys/auxv.h |
1 1 + 0 - 0 !
sysdeps/generic/ldsodefs.h |
1 1 + 0 - 0 !
6 files changed, 86 insertions(+), 62 deletions(-) |
---
|
kfreebsd/local config_h_in.patch | (download) |
config.h.in |
3 3 + 0 - 0 !
1 file changed, 3 insertions(+) |
---
|
kfreebsd/local grantpt.diff | (download) |
sysdeps/unix/grantpt.c |
6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-) |
---
|
kfreebsd/local sysdeps.diff | (download) |
sysdeps/unix/bsd/bsd4.4/kfreebsd/Dist |
29 29 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/Implies |
11 11 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/Makefile |
138 138 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/Versions |
129 129 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/_exit.S |
26 26 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/a.out.h |
140 140 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/access.c |
67 67 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/aio_sigqueue.c |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bind.c |
56 56 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/auxv.h |
44 44 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/dirent.h |
55 55 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/errno.h |
195 195 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h |
233 233 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/in.h |
310 310 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctl-types.h |
37 37 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctls.h |
50 50 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ipc.h |
56 56 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/mman.h |
130 130 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/msq.h |
65 65 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/os-unistd.h |
8 8 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/param.h |
189 189 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/poll.h |
62 62 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/posix_opt.h |
92 92 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/resource.h |
220 220 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sched.h |
183 183 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sem.h |
93 93 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/shm.h |
89 89 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigaction.h |
76 76 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h |
282 282 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/signum.h |
84 84 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigset.h |
140 140 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/socket.h |
431 431 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat.h |
219 219 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat16.h |
56 56 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statfs.h |
91 91 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statvfs.h |
97 97 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sys_errlist.h |
33 33 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/syslog-path.h |
31 31 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h |
245 245 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/time.h |
103 103 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/typesizes.h |
91 91 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/uio.h |
55 55 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/utsname.h |
31 31 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/waitflags.h |
82 82 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/waitstatus.h |
102 102 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/brk.c |
49 49 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/check_fds.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/check_native.c |
42 42 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/check_pf.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/clock.c |
44 44 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_getres.c |
43 43 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_gettime.c |
43 43 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_settime.c |
32 32 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/clone.c |
122 122 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/configure |
423 423 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/configure.in |
258 258 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/connect.c |
65 65 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/cpuset-kern.h |
52 52 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/devname.c |
69 69 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-execstack.c |
58 58 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-getcwd.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-openat64.c |
33 33 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-origin.c |
123 123 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-osinfo.h |
94 94 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-support.c |
46 46 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-sysdep.c |
316 316 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-sysdep.h |
26 26 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-writev.h |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/faccessat.c |
64 64 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/Implies |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/Makefile |
62 62 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/Versions |
18 18 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/aio_misc.h |
65 65 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/allocrtsig.c |
55 55 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/initspin.h |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/local_lim.h |
51 51 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/posix_opt.h |
203 203 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/sigthread.h |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/typesizes.h |
91 91 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/clock_getcpuclockid.c |
28 28 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/clock_getres.c |
60 60 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/clock_gettime.c |
43 43 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/clock_nanosleep.c |
99 99 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/clock_settime.c |
54 54 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/fatal-prepare.h |
24 24 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/fork.c |
231 231 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/fork.h |
59 59 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/gai_misc.h |
120 120 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/internaltypes.h |
169 169 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/jmp-unwind.c |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/kernel-posix-timers.h |
138 138 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/libc-lowlevellock.c |
20 20 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/libc_multiple_threads.c |
28 28 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/libc_pthread_init.c |
85 85 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/lowlevellock.c |
129 129 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/lowlevellock.h |
168 168 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/lowlevelrwlock.sym |
16 16 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pt-fork.c |
27 27 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pt-raise.c |
54 54 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_attr_getaffinity.c |
69 69 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_attr_setaffinity.c |
76 76 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_getaffinity.c |
67 67 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_getcpuclockid.c |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_getname.c |
47 47 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_getschedparam.c |
77 77 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_kill.c |
67 67 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_mutex_cond_lock.c |
14 14 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_once.c |
129 129 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_setaffinity.c |
70 70 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_setname.c |
32 32 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_setschedparam.c |
76 76 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_setschedprio.c |
68 68 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_sigmask.c |
20 20 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_yield.c |
29 29 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/raise.c |
73 73 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/register-atfork.c |
142 142 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sem_post.c |
79 79 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sem_timedwait.c |
116 116 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sem_trywait.c |
49 49 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sem_wait.c |
122 122 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sigprocmask.c |
66 66 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sigtimedwait.c |
70 70 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sigwait.c |
76 76 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sigwaitinfo.c |
72 72 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sleep.c |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/smp.h |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/structsem.sym |
12 12 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sysconf.c |
70 70 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_create.c |
165 165 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_delete.c |
70 70 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_getoverr.c |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_gettime.c |
37 37 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_routines.c |
201 201 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_settime.c |
39 39 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/unregister-atfork.c |
120 120 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/unwindbuf.sym |
7 7 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fcntl.c |
69 69 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fdatasync.c |
32 32 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat.c |
40 40 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat64.c |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs.c |
35 35 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs64.c |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs.c |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs64.c |
40 40 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs.c |
40 40 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs64.c |
41 41 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/futimesat.c |
44 44 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat.c |
47 47 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat64.c |
43 43 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstatat.c |
66 66 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstatat64.c |
60 60 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/gai_sigqueue.c |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getcwd.c |
103 103 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents.c |
43 43 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries.c |
100 100 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries64.c |
5 5 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getdomain.c |
50 50 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat.c |
49 49 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat64.c |
49 49 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostid.c |
37 37 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostname.c |
52 52 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getloadavg.c |
53 53 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin.c |
50 50 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin_r.c |
73 73 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo.c |
80 80 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo64.c |
78 78 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getosreldate.c |
74 74 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getosreldate.h |
4 4 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getpagesize.c |
42 42 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getpt.c |
51 51 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getrlimit64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getsysstats.c |
109 109 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/getvfsbyname.c |
69 69 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/glob.c |
3 3 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/glob64.c |
3 3 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/grantpt.c |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/gtty.c |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Implies |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Makefile |
27 27 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Versions |
7 7 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/____longjmp_chk.S |
7 7 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/mcontext.h |
111 111 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/sigcontext.h |
97 97 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/c++-types.data |
67 67 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-machine.h |
80 80 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-procinfo.h |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/exit-thread.h |
49 49 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/Implies |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/pt-vfork.S |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/sysdep-cancel.h |
108 108 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/tls.h |
100 100 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/vfork.S |
40 40 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/get_clockfreq.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/getcontext.S |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ioperm.c |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ldt.c |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ioperm.c |
34 34 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ldt.c |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_vm86.c |
31 31 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i486/linuxthreads/pt-machine.h |
8 8 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i586/linuxthreads/pt-machine.h |
8 8 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i686/fbtl/tls.h |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i686/linuxthreads/pt-machine.h |
8 8 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/iopl.c |
54 54 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ld.abilist |
12 12 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ldconfig.h |
37 37 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libBrokenLocale.abilist |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libanl.abilist |
5 5 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libc.abilist |
2196 2196 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libcrypt.abilist |
8 8 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libdl.abilist |
12 12 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libm.abilist |
416 416 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libnsl.abilist |
122 122 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libpthread.abilist |
227 227 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libresolv.abilist |
94 94 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/librt.abilist |
46 46 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libthread_db.abilist |
42 42 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/libutil.abilist |
7 7 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/localplt.data |
19 19 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/lseek.S |
53 53 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/makecontext.S |
120 120 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/pipe.S |
30 30 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S |
44 44 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/shlib-versions |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sigcontextinfo.h |
35 35 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start.S |
151 151 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S |
207 207 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S |
32 32 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/io.h |
184 184 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/perm.h |
43 43 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/vm86.h |
53 53 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_fork.S |
34 34 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysarch.h |
81 81 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S |
34 34 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscalls-internal.h |
157 157 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.S |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h |
200 200 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ucontext_i.h |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/vfork.S |
73 73 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c |
317 317 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/ifaddrs.c |
382 382 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/ifreq.c |
93 93 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/init-first.c |
139 139 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/init-posix.c |
33 33 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/ipc_priv.h |
53 53 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/kenv.h |
39 39 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-features.h |
93 93 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-posix-cpu-timers.h |
5 5 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/ldsodefs.h |
58 58 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/llseek.c |
6 6 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/lowlevelumtx.h |
131 131 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat.c |
47 47 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat64.c |
43 43 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/____longjmp_chk.c |
7 7 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/dl-machine.h |
97 97 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/entry.h |
7 7 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips32/Makefile |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips32/bits/mcontext.h |
116 116 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips32/bits/sigcontext.h |
92 92 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips32/sysdep.h |
49 49 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips64/bits/mcontext.h |
116 116 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips64/bits/sigcontext.h |
92 92 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/start.S |
121 121 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/start_thread.S |
56 56 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/sys/tas.h |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap.c |
57 57 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/msgctl.c |
104 104 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/munmap.c |
41 41 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/net/ethernet.h |
77 77 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if.h |
444 444 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if_ether.h |
104 104 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/icmp6.h |
561 561 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/if_ether.h |
139 139 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/ip_icmp.h |
296 296 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/tcp.h |
269 269 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/nfs/nfs.h |
3 3 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/not-cancel.h |
91 91 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/open.c |
63 63 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/open64.c |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/openat.c |
70 70 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/openat64.c |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/paths.h |
74 74 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/posix_fadvise.c |
51 51 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/posix_fadvise64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/posix_fallocate.c |
81 81 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/posix_fallocate64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/powerpc/bits/elf.h |
39 39 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/pread64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/preadv64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/prof-freq.c |
47 47 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/ptsname.c |
110 110 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/pwritev64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir.c |
11 11 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64.c |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64_r.c |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir_r.c |
11 11 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/readonly-area.c |
96 96 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/readv.c |
57 57 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/recv.c |
41 41 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/remove.c |
39 39 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/rtld-lowlevel.h |
131 131 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sa_len.c |
47 47 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sbrk.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_getaffinity.c |
65 65 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_getp.c |
45 45 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_setaffinity.c |
57 57 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/seekdir.c |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/semctl.c |
175 175 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/send.c |
47 47 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sendto.c |
69 69 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/setdomain.c |
37 37 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostid.c |
37 37 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostname.c |
37 37 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/setlogin.c |
34 34 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/setrlimit64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/shlib-versions |
5 5 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/shm-directory.c |
102 102 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/shm_open.c |
37 37 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/shmctl.c |
91 91 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sigaction.c |
48 48 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sigreturn.c |
3 3 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sigset-cvt-mask.h |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sigstack.c |
3 3 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sleep.c |
49 49 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/socket/sys/un.h |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/stat16conv.c |
84 84 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs.c |
40 40 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs64.c |
37 37 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/statfsconv.c |
203 203 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs.c |
40 40 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs64.c |
41 41 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/stty.c |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/kd.h |
25 25 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/mount.h |
521 521 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ptrace.h |
127 127 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/reboot.h |
81 81 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/rfork.h |
98 98 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/socketvar.h |
189 189 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/swap.h |
37 37 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/syscall.h |
505 505 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/sysmacros.h |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ttydefaults.h |
97 97 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ucontext.h |
48 48 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/un.h |
50 50 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls-inline.h |
82 82 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls.list |
214 214 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c |
69 69 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sysctlbyname.c |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/sysctlnametomib.c |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/tcdrain.c |
41 41 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/tcflow.c |
4 4 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/telldir.c |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/testrtsig.h |
30 30 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/times.c |
71 71 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/timespec_get.c |
47 47 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate64.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/ttyname.c |
70 70 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/ttyname_r.c |
75 75 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/uname.c |
110 110 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/unlockpt.c |
32 32 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/usleep.c |
50 50 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/ustat.c |
66 66 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/Makefile |
6 6 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/bits/utmp.h |
50 50 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmp.c |
31 31 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmpx.c |
31 31 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxent.c |
46 46 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxid.c |
68 68 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxline.c |
40 40 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/pututxline.c |
50 50 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/updwtmpx.c |
31 31 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp-equal.h |
50 50 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp_file.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmpconv.c |
227 227 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-utmpx/utmp_file.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/wait.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/wait3.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/waitid.c |
108 108 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/waitpid.c |
56 56 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/writev.c |
57 57 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86/Makefile |
9 9 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86/fbtl/bits/pthreadtypes.h |
240 240 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86/fbtl/bits/semaphore.h |
40 40 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86/fbtl/lowlevellock.h |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Implies |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Makefile |
20 20 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Versions |
8 8 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/____longjmp_chk.S |
7 7 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/mcontext.h |
167 167 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/sigcontext.h |
147 147 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/c++-types.data |
67 67 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-cache.h |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-machine.h |
119 119 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.h |
5 5 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/exit-thread.h |
49 49 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/Implies |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/asm/prctl.h |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/cancellation.S |
119 119 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/libc-cancellation.S |
21 21 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/librt-cancellation.S |
21 21 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/pt-vfork.S |
29 29 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/sysdep-cancel.h |
111 111 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/tls.h |
73 73 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/vfork.S |
31 31 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fts.c |
3 3 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fts64.c |
3 3 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/get_clockfreq.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/getcontext.S |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ioperm.c |
32 32 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/iopl.c |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ld.abilist |
11 11 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldconfig.h |
39 39 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldd-rewrite.sed |
3 3 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libBrokenLocale.abilist |
2 2 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libanl.abilist |
5 5 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libc.abilist |
2144 2144 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libcrypt.abilist |
8 8 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libdl.abilist |
12 12 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libm.abilist |
414 414 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libnsl.abilist |
122 122 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libpthread.abilist |
227 227 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libresolv.abilist |
94 94 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/librt.abilist |
46 46 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libthread_db.abilist |
42 42 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/libutil.abilist |
7 7 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/makecontext.S |
146 146 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/pipe.S |
32 32 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c |
62 62 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S |
44 44 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/shlib-versions |
1 1 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sigcontextinfo.h |
35 35 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start.S |
156 156 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start_thread.S |
196 196 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/swapcontext.S |
32 32 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/io.h |
184 184 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/perm.h |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys_fork.S |
36 36 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysarch.h |
72 72 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/syscall.S |
31 31 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/syscalls-internal.h |
129 129 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.S |
40 40 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.h |
204 204 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ucontext_i.h |
38 38 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/vfork.S |
70 70 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/xmknod.c |
48 48 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/xmknodat.c |
59 59 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat.c |
47 47 + 0 - 0 !
sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat64.c |
43 43 + 0 - 0 !
454 files changed, 36381 insertions(+) |
---
|
kfreebsd/local fbtl.diff | (download) |
fbtl/ANNOUNCE |
92 92 + 0 - 0 !
fbtl/Banner |
1 1 + 0 - 0 !
fbtl/ChangeLog |
12903 12903 + 0 - 0 !
fbtl/DESIGN-barrier.txt |
44 44 + 0 - 0 !
fbtl/DESIGN-condvar.txt |
134 134 + 0 - 0 !
fbtl/DESIGN-rwlock.txt |
113 113 + 0 - 0 !
fbtl/DESIGN-sem.txt |
46 46 + 0 - 0 !
fbtl/DESIGN-systemtap-probes.txt |
89 89 + 0 - 0 !
fbtl/Makeconfig |
32 32 + 0 - 0 !
fbtl/Makefile |
642 642 + 0 - 0 !
fbtl/TODO |
31 31 + 0 - 0 !
fbtl/TODO-kernel |
20 20 + 0 - 0 !
fbtl/TODO-testing |
20 20 + 0 - 0 !
fbtl/Versions |
251 251 + 0 - 0 !
fbtl/alloca_cutoff.c |
36 36 + 0 - 0 !
fbtl/allocatestack.c |
1278 1278 + 0 - 0 !
fbtl/cancellation.c |
99 99 + 0 - 0 !
fbtl/cleanup.c |
48 48 + 0 - 0 !
fbtl/cleanup_compat.c |
50 50 + 0 - 0 !
fbtl/cleanup_defer.c |
91 91 + 0 - 0 !
fbtl/cleanup_defer_compat.c |
94 94 + 0 - 0 !
fbtl/cleanup_routine.c |
27 27 + 0 - 0 !
fbtl/cond-perf.c |
103 103 + 0 - 0 !
fbtl/configure |
13 13 + 0 - 0 !
fbtl/descr.h |
406 406 + 0 - 0 !
fbtl/eintr.c |
88 88 + 0 - 0 !
fbtl/errno-loc.c |
1 1 + 0 - 0 !
fbtl/events.c |
33 33 + 0 - 0 !
fbtl/forward.c |
219 219 + 0 - 0 !
fbtl/herrno.c |
34 34 + 0 - 0 !
fbtl/libc-cancellation.c |
24 24 + 0 - 0 !
fbtl/libc-cleanup.c |
27 27 + 0 - 0 !
fbtl/lowlevellock.h |
83 83 + 0 - 0 !
fbtl/nptl-init.c |
493 493 + 0 - 0 !
fbtl/old_pthread_atfork.c |
26 26 + 0 - 0 !
fbtl/old_pthread_cond_broadcast.c |
56 56 + 0 - 0 !
fbtl/old_pthread_cond_destroy.c |
35 35 + 0 - 0 !
fbtl/old_pthread_cond_init.c |
45 45 + 0 - 0 !
fbtl/old_pthread_cond_signal.c |
56 56 + 0 - 0 !
fbtl/old_pthread_cond_timedwait.c |
57 57 + 0 - 0 !
fbtl/old_pthread_cond_wait.c |
56 56 + 0 - 0 !
fbtl/perf.c |
759 759 + 0 - 0 !
fbtl/pt-allocrtsig.c |
50 50 + 0 - 0 !
fbtl/pt-cleanup.c |
62 62 + 0 - 0 !
fbtl/pt-crti.S |
43 43 + 0 - 0 !
fbtl/pt-raise.c |
29 29 + 0 - 0 !
fbtl/pt-system.c |
32 32 + 0 - 0 !
fbtl/pthread-errnos.sym |
13 13 + 0 - 0 !
fbtl/pthreadP.h |
661 661 + 0 - 0 !
fbtl/pthread_atfork.c |
61 61 + 0 - 0 !
fbtl/pthread_attr_destroy.c |
44 44 + 0 - 0 !
fbtl/pthread_attr_getdetachstate.c |
36 36 + 0 - 0 !
fbtl/pthread_attr_getguardsize.c |
34 34 + 0 - 0 !
fbtl/pthread_attr_getinheritsched.c |
37 37 + 0 - 0 !
fbtl/pthread_attr_getschedparam.c |
38 38 + 0 - 0 !
fbtl/pthread_attr_getschedpolicy.c |
36 36 + 0 - 0 !
fbtl/pthread_attr_getscope.c |
37 37 + 0 - 0 !
fbtl/pthread_attr_getstack.c |
38 38 + 0 - 0 !
fbtl/pthread_attr_getstackaddr.c |
42 42 + 0 - 0 !
fbtl/pthread_attr_getstacksize.c |
45 45 + 0 - 0 !
fbtl/pthread_attr_init.c |
85 85 + 0 - 0 !
fbtl/pthread_attr_setdetachstate.c |
45 45 + 0 - 0 !
fbtl/pthread_attr_setguardsize.c |
37 37 + 0 - 0 !
fbtl/pthread_attr_setinheritsched.c |
44 44 + 0 - 0 !
fbtl/pthread_attr_setschedparam.c |
45 45 + 0 - 0 !
fbtl/pthread_attr_setschedpolicy.c |
45 45 + 0 - 0 !
fbtl/pthread_attr_setscope.c |
48 48 + 0 - 0 !
fbtl/pthread_attr_setstack.c |
92 92 + 0 - 0 !
fbtl/pthread_attr_setstackaddr.c |
44 44 + 0 - 0 !
fbtl/pthread_attr_setstacksize.c |
81 81 + 0 - 0 !
fbtl/pthread_barrier_destroy.c |
42 42 + 0 - 0 !
fbtl/pthread_barrier_init.c |
69 69 + 0 - 0 !
fbtl/pthread_barrier_wait.c |
77 77 + 0 - 0 !
fbtl/pthread_barrierattr_destroy.c |
28 28 + 0 - 0 !
fbtl/pthread_barrierattr_getpshared.c |
29 29 + 0 - 0 !
fbtl/pthread_barrierattr_init.c |
28 28 + 0 - 0 !
fbtl/pthread_barrierattr_setpshared.c |
37 37 + 0 - 0 !
fbtl/pthread_cancel.c |
108 108 + 0 - 0 !
fbtl/pthread_clock_gettime.c |
68 68 + 0 - 0 !
fbtl/pthread_clock_settime.c |
55 55 + 0 - 0 !
fbtl/pthread_cond_broadcast.c |
97 97 + 0 - 0 !
fbtl/pthread_cond_destroy.c |
86 86 + 0 - 0 !
fbtl/pthread_cond_init.c |
47 47 + 0 - 0 !
fbtl/pthread_cond_signal.c |
90 90 + 0 - 0 !
fbtl/pthread_cond_timedwait.c |
267 267 + 0 - 0 !
fbtl/pthread_cond_wait.c |
236 236 + 0 - 0 !
fbtl/pthread_condattr_destroy.c |
28 28 + 0 - 0 !
fbtl/pthread_condattr_getclock.c |
28 28 + 0 - 0 !
fbtl/pthread_condattr_getpshared.c |
28 28 + 0 - 0 !
fbtl/pthread_condattr_init.c |
30 30 + 0 - 0 !
fbtl/pthread_condattr_setclock.c |
46 46 + 0 - 0 !
fbtl/pthread_condattr_setpshared.c |
34 34 + 0 - 0 !
fbtl/pthread_create.c |
669 669 + 0 - 0 !
fbtl/pthread_detach.c |
55 55 + 0 - 0 !
fbtl/pthread_equal.c |
27 27 + 0 - 0 !
fbtl/pthread_exit.c |
34 34 + 0 - 0 !
fbtl/pthread_getattr_default_np.c |
37 37 + 0 - 0 !
fbtl/pthread_getattr_np.c |
200 200 + 0 - 0 !
fbtl/pthread_getconcurrency.c |
26 26 + 0 - 0 !
fbtl/pthread_getcpuclockid.c |
54 54 + 0 - 0 !
fbtl/pthread_getschedparam.c |
72 72 + 0 - 0 !
fbtl/pthread_getspecific.c |
67 67 + 0 - 0 !
fbtl/pthread_join.c |
117 117 + 0 - 0 !
fbtl/pthread_key_create.c |
51 51 + 0 - 0 !
fbtl/pthread_key_delete.c |
41 41 + 0 - 0 !
fbtl/pthread_kill_other_threads.c |
36 36 + 0 - 0 !
fbtl/pthread_mutex_consistent.c |
35 35 + 0 - 0 !
fbtl/pthread_mutex_destroy.c |
40 40 + 0 - 0 !
fbtl/pthread_mutex_getprioceiling.c |
35 35 + 0 - 0 !
fbtl/pthread_mutex_init.c |
149 149 + 0 - 0 !
fbtl/pthread_mutex_lock.c |
504 504 + 0 - 0 !
fbtl/pthread_mutex_setprioceiling.c |
116 116 + 0 - 0 !
fbtl/pthread_mutex_timedlock.c |
495 495 + 0 - 0 !
fbtl/pthread_mutex_trylock.c |
380 380 + 0 - 0 !
fbtl/pthread_mutex_unlock.c |
312 312 + 0 - 0 !
fbtl/pthread_mutexattr_destroy.c |
27 27 + 0 - 0 !
fbtl/pthread_mutexattr_getprioceiling.c |
46 46 + 0 - 0 !
fbtl/pthread_mutexattr_getprotocol.c |
34 34 + 0 - 0 !
fbtl/pthread_mutexattr_getpshared.c |
33 33 + 0 - 0 !
fbtl/pthread_mutexattr_getrobust.c |
34 34 + 0 - 0 !
fbtl/pthread_mutexattr_gettype.c |
33 33 + 0 - 0 !
fbtl/pthread_mutexattr_init.c |
36 36 + 0 - 0 !
fbtl/pthread_mutexattr_setprioceiling.c |
44 44 + 0 - 0 !
fbtl/pthread_mutexattr_setprotocol.c |
38 38 + 0 - 0 !
fbtl/pthread_mutexattr_setpshared.c |
40 40 + 0 - 0 !
fbtl/pthread_mutexattr_setrobust.c |
41 41 + 0 - 0 !
fbtl/pthread_mutexattr_settype.c |
38 38 + 0 - 0 !
fbtl/pthread_once.c |
54 54 + 0 - 0 !
fbtl/pthread_rwlock_destroy.c |
31 31 + 0 - 0 !
fbtl/pthread_rwlock_init.c |
72 72 + 0 - 0 !
fbtl/pthread_rwlock_rdlock.c |
99 99 + 0 - 0 !
fbtl/pthread_rwlock_timedrdlock.c |
154 154 + 0 - 0 !
fbtl/pthread_rwlock_timedwrlock.c |
145 145 + 0 - 0 !
fbtl/pthread_rwlock_tryrdlock.c |
48 48 + 0 - 0 !
fbtl/pthread_rwlock_trywrlock.c |
41 41 + 0 - 0 !
fbtl/pthread_rwlock_unlock.c |
61 61 + 0 - 0 !
fbtl/pthread_rwlock_wrlock.c |
91 91 + 0 - 0 !
fbtl/pthread_rwlockattr_destroy.c |
28 28 + 0 - 0 !
fbtl/pthread_rwlockattr_getkind_np.c |
28 28 + 0 - 0 !
fbtl/pthread_rwlockattr_getpshared.c |
28 28 + 0 - 0 !
fbtl/pthread_rwlockattr_init.c |
33 33 + 0 - 0 !
fbtl/pthread_rwlockattr_setkind_np.c |
38 38 + 0 - 0 !
fbtl/pthread_rwlockattr_setpshared.c |
37 37 + 0 - 0 !
fbtl/pthread_self.c |
28 28 + 0 - 0 !
fbtl/pthread_setattr_default_np.c |
116 116 + 0 - 0 !
fbtl/pthread_setcancelstate.c |
71 71 + 0 - 0 !
fbtl/pthread_setcanceltype.c |
73 73 + 0 - 0 !
fbtl/pthread_setconcurrency.c |
39 39 + 0 - 0 !
fbtl/pthread_setegid.c |
3 3 + 0 - 0 !
fbtl/pthread_seteuid.c |
3 3 + 0 - 0 !
fbtl/pthread_setgid.c |
3 3 + 0 - 0 !
fbtl/pthread_setregid.c |
3 3 + 0 - 0 !
fbtl/pthread_setresgid.c |
3 3 + 0 - 0 !
fbtl/pthread_setresuid.c |
3 3 + 0 - 0 !
fbtl/pthread_setreuid.c |
3 3 + 0 - 0 !
fbtl/pthread_setschedparam.c |
71 71 + 0 - 0 !
fbtl/pthread_setschedprio.c |
63 63 + 0 - 0 !
fbtl/pthread_setspecific.c |
93 93 + 0 - 0 !
fbtl/pthread_setuid.c |
3 3 + 0 - 0 !
fbtl/pthread_spin_destroy.c |
27 27 + 0 - 0 !
fbtl/pthread_spin_init.c |
27 27 + 0 - 0 !
fbtl/pthread_spin_lock.c |
69 69 + 0 - 0 !
fbtl/pthread_spin_trylock.c |
27 27 + 0 - 0 !
fbtl/pthread_spin_unlock.c |
29 29 + 0 - 0 !
fbtl/pthread_testcancel.c |
27 27 + 0 - 0 !
fbtl/pthread_timedjoin.c |
104 104 + 0 - 0 !
fbtl/pthread_tryjoin.c |
72 72 + 0 - 0 !
fbtl/res.c |
26 26 + 0 - 0 !
fbtl/sem_close.c |
79 79 + 0 - 0 !
fbtl/sem_destroy.c |
36 36 + 0 - 0 !
fbtl/sem_getvalue.c |
39 39 + 0 - 0 !
fbtl/sem_init.c |
81 81 + 0 - 0 !
fbtl/sem_open.c |
300 300 + 0 - 0 !
fbtl/sem_unlink.c |
38 38 + 0 - 0 !
fbtl/semaphore.h |
78 78 + 0 - 0 !
fbtl/semaphoreP.h |
54 54 + 0 - 0 !
fbtl/shlib-versions |
1 1 + 0 - 0 !
fbtl/sigaction.c |
43 43 + 0 - 0 !
fbtl/sockperf.c |
594 594 + 0 - 0 !
fbtl/sysdeps/i386/Makefile |
26 26 + 0 - 0 !
fbtl/sysdeps/i386/i486/pthread_spin_trylock.S |
46 46 + 0 - 0 !
fbtl/sysdeps/i386/i586/pthread_spin_trylock.S |
19 19 + 0 - 0 !
fbtl/sysdeps/i386/i686/Makefile |
31 31 + 0 - 0 !
fbtl/sysdeps/i386/i686/pthread_spin_trylock.S |
20 20 + 0 - 0 !
fbtl/sysdeps/i386/i686/tls.h |
35 35 + 0 - 0 !
fbtl/sysdeps/i386/pthread_spin_init.c |
19 19 + 0 - 0 !
fbtl/sysdeps/i386/pthread_spin_lock.S |
37 37 + 0 - 0 !
fbtl/sysdeps/i386/pthread_spin_unlock.S |
31 31 + 0 - 0 !
fbtl/sysdeps/i386/pthreaddef.h |
40 40 + 0 - 0 !
fbtl/sysdeps/i386/tcb-offsets.sym |
17 17 + 0 - 0 !
fbtl/sysdeps/i386/tls.h |
459 459 + 0 - 0 !
fbtl/sysdeps/pthread/Makefile |
39 39 + 0 - 0 !
fbtl/sysdeps/pthread/Subdirs |
2 2 + 0 - 0 !
fbtl/sysdeps/pthread/aio_misc.h |
74 74 + 0 - 0 !
fbtl/sysdeps/pthread/allocalim.h |
29 29 + 0 - 0 !
fbtl/sysdeps/pthread/bits/sigthread.h |
43 43 + 0 - 0 !
fbtl/sysdeps/pthread/createthread.c |
298 298 + 0 - 0 !
fbtl/sysdeps/pthread/flockfile.c |
32 32 + 0 - 0 !
fbtl/sysdeps/pthread/ftrylockfile.c |
32 32 + 0 - 0 !
fbtl/sysdeps/pthread/funlockfile.c |
32 32 + 0 - 0 !
fbtl/sysdeps/pthread/gai_misc.h |
121 121 + 0 - 0 !
fbtl/sysdeps/pthread/libc-lock.h |
187 187 + 0 - 0 !
fbtl/sysdeps/pthread/libc-lockP.h |
438 438 + 0 - 0 !
fbtl/sysdeps/pthread/librt-cancellation.c |
24 24 + 0 - 0 !
fbtl/sysdeps/pthread/list.h |
117 117 + 0 - 0 !
fbtl/sysdeps/pthread/malloc-machine.h |
62 62 + 0 - 0 !
fbtl/sysdeps/pthread/posix-timer.h |
196 196 + 0 - 0 !
fbtl/sysdeps/pthread/pt-longjmp.c |
28 28 + 0 - 0 !
fbtl/sysdeps/pthread/pthread-functions.h |
117 117 + 0 - 0 !
fbtl/sysdeps/pthread/pthread.h |
1177 1177 + 0 - 0 !
fbtl/sysdeps/pthread/pthread_sigmask.c |
57 57 + 0 - 0 !
fbtl/sysdeps/pthread/setxid.h |
62 62 + 0 - 0 !
fbtl/sysdeps/pthread/shm-directory.h |
31 31 + 0 - 0 !
fbtl/sysdeps/pthread/sigfillset.c |
20 20 + 0 - 0 !
fbtl/sysdeps/pthread/sigprocmask.c |
19 19 + 0 - 0 !
fbtl/sysdeps/pthread/stdio-lock.h |
110 110 + 0 - 0 !
fbtl/sysdeps/pthread/tcb-offsets.h |
1 1 + 0 - 0 !
fbtl/sysdeps/pthread/timer_create.c |
169 169 + 0 - 0 !
fbtl/sysdeps/pthread/timer_delete.c |
69 69 + 0 - 0 !
fbtl/sysdeps/pthread/timer_getoverr.c |
44 44 + 0 - 0 !
fbtl/sysdeps/pthread/timer_gettime.c |
76 76 + 0 - 0 !
fbtl/sysdeps/pthread/timer_routines.c |
577 577 + 0 - 0 !
fbtl/sysdeps/pthread/timer_settime.c |
136 136 + 0 - 0 !
fbtl/sysdeps/pthread/tst-mqueue8x.c |
1 1 + 0 - 0 !
fbtl/sysdeps/pthread/tst-timer.c |
159 159 + 0 - 0 !
fbtl/sysdeps/pthread/unwind-forcedunwind.c |
151 151 + 0 - 0 !
fbtl/sysdeps/x86_64/Makefile |
27 27 + 0 - 0 !
fbtl/sysdeps/x86_64/pthread_spin_init.c |
1 1 + 0 - 0 !
fbtl/sysdeps/x86_64/pthread_spin_lock.S |
36 36 + 0 - 0 !
fbtl/sysdeps/x86_64/pthread_spin_trylock.S |
39 39 + 0 - 0 !
fbtl/sysdeps/x86_64/pthread_spin_unlock.S |
30 30 + 0 - 0 !
fbtl/sysdeps/x86_64/pthreaddef.h |
44 44 + 0 - 0 !
fbtl/sysdeps/x86_64/tcb-offsets.sym |
27 27 + 0 - 0 !
fbtl/sysdeps/x86_64/tls.h |
379 379 + 0 - 0 !
fbtl/tpp.c |
171 171 + 0 - 0 !
fbtl/tst-_res1.c |
68 68 + 0 - 0 !
fbtl/tst-_res1mod1.c |
22 22 + 0 - 0 !
fbtl/tst-_res1mod2.c |
1 1 + 0 - 0 !
fbtl/tst-abstime.c |
97 97 + 0 - 0 !
fbtl/tst-align.c |
70 70 + 0 - 0 !
fbtl/tst-align2.c |
95 95 + 0 - 0 !
fbtl/tst-align3.c |
56 56 + 0 - 0 !
fbtl/tst-atfork1.c |
120 120 + 0 - 0 !
fbtl/tst-atfork2.c |
158 158 + 0 - 0 !
fbtl/tst-atfork2mod.c |
57 57 + 0 - 0 !
fbtl/tst-attr1.c |
305 305 + 0 - 0 !
fbtl/tst-attr2.c |
316 316 + 0 - 0 !
fbtl/tst-attr3.c |
421 421 + 0 - 0 !
fbtl/tst-backtrace1.c |
85 85 + 0 - 0 !
fbtl/tst-barrier1.c |
70 70 + 0 - 0 !
fbtl/tst-barrier2.c |
184 184 + 0 - 0 !
fbtl/tst-barrier3.c |
153 153 + 0 - 0 !
fbtl/tst-barrier4.c |
121 121 + 0 - 0 !
fbtl/tst-basic1.c |
81 81 + 0 - 0 !
fbtl/tst-basic2.c |
120 120 + 0 - 0 !
fbtl/tst-basic3.c |
86 86 + 0 - 0 !
fbtl/tst-basic4.c |
100 100 + 0 - 0 !
fbtl/tst-basic5.c |
73 73 + 0 - 0 !
fbtl/tst-basic6.c |
131 131 + 0 - 0 !
fbtl/tst-basic7.c |
74 74 + 0 - 0 !
fbtl/tst-cancel-self-cancelstate.c |
65 65 + 0 - 0 !
fbtl/tst-cancel-self-canceltype.c |
53 53 + 0 - 0 !
fbtl/tst-cancel-self-cleanup.c |
23 23 + 0 - 0 !
fbtl/tst-cancel-self-testcancel.c |
48 48 + 0 - 0 !
fbtl/tst-cancel-self.c |
48 48 + 0 - 0 !
fbtl/tst-cancel-wrappers.sh |
92 92 + 0 - 0 !
fbtl/tst-cancel1.c |
162 162 + 0 - 0 !
fbtl/tst-cancel10.c |
125 125 + 0 - 0 !
fbtl/tst-cancel11.c |
122 122 + 0 - 0 !
fbtl/tst-cancel12.c |
126 126 + 0 - 0 !
fbtl/tst-cancel13.c |
128 128 + 0 - 0 !
fbtl/tst-cancel14.c |
136 136 + 0 - 0 !
fbtl/tst-cancel15.c |
141 141 + 0 - 0 !
fbtl/tst-cancel16.c |
230 230 + 0 - 0 !
fbtl/tst-cancel17.c |
340 340 + 0 - 0 !
fbtl/tst-cancel18.c |
173 173 + 0 - 0 !
fbtl/tst-cancel19.c |
286 286 + 0 - 0 !
fbtl/tst-cancel2.c |
95 95 + 0 - 0 !
fbtl/tst-cancel20.c |
263 263 + 0 - 0 !
fbtl/tst-cancel21-static.c |
1 1 + 0 - 0 !
fbtl/tst-cancel21.c |
293 293 + 0 - 0 !
fbtl/tst-cancel22.c |
120 120 + 0 - 0 !
fbtl/tst-cancel23.c |
1 1 + 0 - 0 !
fbtl/tst-cancel24-static.cc |
1 1 + 0 - 0 !
fbtl/tst-cancel24.cc |
113 113 + 0 - 0 !
fbtl/tst-cancel25.c |
171 171 + 0 - 0 !
fbtl/tst-cancel3.c |
97 97 + 0 - 0 !
fbtl/tst-cancel4.c |
2375 2375 + 0 - 0 !
fbtl/tst-cancel5.c |
1 1 + 0 - 0 !
fbtl/tst-cancel6.c |
78 78 + 0 - 0 !
fbtl/tst-cancel7.c |
210 210 + 0 - 0 !
fbtl/tst-cancel8.c |
142 142 + 0 - 0 !
fbtl/tst-cancel9.c |
125 125 + 0 - 0 !
fbtl/tst-cancelx1.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx10.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx11.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx12.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx13.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx14.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx15.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx16.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx17.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx18.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx2.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx20.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx21.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx3.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx4.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx5.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx6.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx7.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx8.c |
1 1 + 0 - 0 !
fbtl/tst-cancelx9.c |
1 1 + 0 - 0 !
fbtl/tst-cleanup0.c |
75 75 + 0 - 0 !
fbtl/tst-cleanup0.expect |
3 3 + 0 - 0 !
fbtl/tst-cleanup1.c |
99 99 + 0 - 0 !
fbtl/tst-cleanup2.c |
62 62 + 0 - 0 !
fbtl/tst-cleanup3.c |
97 97 + 0 - 0 !
fbtl/tst-cleanup4.c |
197 197 + 0 - 0 !
fbtl/tst-cleanup4aux.c |
120 120 + 0 - 0 !
fbtl/tst-cleanupx0.c |
1 1 + 0 - 0 !
fbtl/tst-cleanupx0.expect |
3 3 + 0 - 0 !
fbtl/tst-cleanupx1.c |
1 1 + 0 - 0 !
fbtl/tst-cleanupx2.c |
1 1 + 0 - 0 !
fbtl/tst-cleanupx3.c |
1 1 + 0 - 0 !
fbtl/tst-cleanupx4.c |
1 1 + 0 - 0 !
fbtl/tst-clock1.c |
50 50 + 0 - 0 !
fbtl/tst-clock2.c |
201 201 + 0 - 0 !
fbtl/tst-cond-except.c |
110 110 + 0 - 0 !
fbtl/tst-cond1.c |
93 93 + 0 - 0 !
fbtl/tst-cond10.c |
172 172 + 0 - 0 !
fbtl/tst-cond11.c |
204 204 + 0 - 0 !
fbtl/tst-cond12.c |
195 195 + 0 - 0 !
fbtl/tst-cond13.c |
2 2 + 0 - 0 !
fbtl/tst-cond14.c |
117 117 + 0 - 0 !
fbtl/tst-cond15.c |
159 159 + 0 - 0 !
fbtl/tst-cond16.c |
110 110 + 0 - 0 !
fbtl/tst-cond17.c |
2 2 + 0 - 0 !
fbtl/tst-cond18.c |
122 122 + 0 - 0 !
fbtl/tst-cond19.c |
75 75 + 0 - 0 !
fbtl/tst-cond2.c |
162 162 + 0 - 0 !
fbtl/tst-cond20.c |
169 169 + 0 - 0 !
fbtl/tst-cond21.c |
3 3 + 0 - 0 !
fbtl/tst-cond22.c |
160 160 + 0 - 0 !
fbtl/tst-cond23.c |
183 183 + 0 - 0 !
fbtl/tst-cond24.c |
249 249 + 0 - 0 !
fbtl/tst-cond25.c |
281 281 + 0 - 0 !
fbtl/tst-cond3.c |
112 112 + 0 - 0 !
fbtl/tst-cond4.c |
262 262 + 0 - 0 !
fbtl/tst-cond5.c |
105 105 + 0 - 0 !
fbtl/tst-cond6.c |
232 232 + 0 - 0 !
fbtl/tst-cond7.c |
167 167 + 0 - 0 !
fbtl/tst-cond8-static.c |
1 1 + 0 - 0 !
fbtl/tst-cond8.c |
276 276 + 0 - 0 !
fbtl/tst-cond9.c |
149 149 + 0 - 0 !
fbtl/tst-context1.c |
205 205 + 0 - 0 !
fbtl/tst-default-attr.c |
385 385 + 0 - 0 !
fbtl/tst-detach1.c |
55 55 + 0 - 0 !
fbtl/tst-dlsym1.c |
66 66 + 0 - 0 !
fbtl/tst-eintr1.c |
104 104 + 0 - 0 !
fbtl/tst-eintr2.c |
117 117 + 0 - 0 !
fbtl/tst-eintr3.c |
71 71 + 0 - 0 !
fbtl/tst-eintr4.c |
55 55 + 0 - 0 !
fbtl/tst-eintr5.c |
80 80 + 0 - 0 !
fbtl/tst-exec1.c |
159 159 + 0 - 0 !
fbtl/tst-exec2.c |
154 154 + 0 - 0 !
fbtl/tst-exec3.c |
152 152 + 0 - 0 !
fbtl/tst-exec4.c |
115 115 + 0 - 0 !
fbtl/tst-execstack-mod.c |
1 1 + 0 - 0 !
fbtl/tst-execstack.c |
2 2 + 0 - 0 !
fbtl/tst-exit1.c |
78 78 + 0 - 0 !
fbtl/tst-exit2.c |
40 40 + 0 - 0 !
fbtl/tst-exit3.c |
81 81 + 0 - 0 !
fbtl/tst-fini1.c |
34 34 + 0 - 0 !
fbtl/tst-fini1mod.c |
71 71 + 0 - 0 !
fbtl/tst-flock1.c |
92 92 + 0 - 0 !
fbtl/tst-flock2.c |
259 259 + 0 - 0 !
fbtl/tst-fork1.c |
119 119 + 0 - 0 !
fbtl/tst-fork2.c |
89 89 + 0 - 0 !
fbtl/tst-fork3.c |
106 106 + 0 - 0 !
fbtl/tst-fork4.c |
64 64 + 0 - 0 !
fbtl/tst-getpid1.c |
122 122 + 0 - 0 !
fbtl/tst-getpid2.c |
2 2 + 0 - 0 !
fbtl/tst-getpid3.c |
114 114 + 0 - 0 !
fbtl/tst-initializers1-c89.c |
1 1 + 0 - 0 !
fbtl/tst-initializers1-c99.c |
1 1 + 0 - 0 !
fbtl/tst-initializers1-gnu89.c |
1 1 + 0 - 0 !
fbtl/tst-initializers1-gnu99.c |
1 1 + 0 - 0 !
fbtl/tst-initializers1.c |
57 57 + 0 - 0 !
fbtl/tst-join1.c |
82 82 + 0 - 0 !
fbtl/tst-join2.c |
103 103 + 0 - 0 !
fbtl/tst-join3.c |
122 122 + 0 - 0 !
fbtl/tst-join4.c |
124 124 + 0 - 0 !
fbtl/tst-join5.c |
210 210 + 0 - 0 !
fbtl/tst-join6.c |
2 2 + 0 - 0 !
fbtl/tst-key1.c |
88 88 + 0 - 0 !
fbtl/tst-key2.c |
114 114 + 0 - 0 !
fbtl/tst-key3.c |
155 155 + 0 - 0 !
fbtl/tst-key4.c |
136 136 + 0 - 0 !
fbtl/tst-kill1.c |
99 99 + 0 - 0 !
fbtl/tst-kill2.c |
138 138 + 0 - 0 !
fbtl/tst-kill3.c |
158 158 + 0 - 0 !
fbtl/tst-kill4.c |
90 90 + 0 - 0 !
fbtl/tst-kill5.c |
48 48 + 0 - 0 !
fbtl/tst-kill6.c |
161 161 + 0 - 0 !
fbtl/tst-locale1.c |
18 18 + 0 - 0 !
fbtl/tst-locale2.c |
15 15 + 0 - 0 !
fbtl/tst-mutex1.c |
76 76 + 0 - 0 !
fbtl/tst-mutex2.c |
241 241 + 0 - 0 !
fbtl/tst-mutex3.c |
241 241 + 0 - 0 !
fbtl/tst-mutex4.c |
277 277 + 0 - 0 !
fbtl/tst-mutex5.c |
201 201 + 0 - 0 !
fbtl/tst-mutex5a.c |
2 2 + 0 - 0 !
fbtl/tst-mutex6.c |
75 75 + 0 - 0 !
fbtl/tst-mutex7.c |
164 164 + 0 - 0 !
fbtl/tst-mutex7a.c |
2 2 + 0 - 0 !
fbtl/tst-mutex8-static.c |
1 1 + 0 - 0 !
fbtl/tst-mutex8.c |
380 380 + 0 - 0 !
fbtl/tst-mutex9.c |
202 202 + 0 - 0 !
fbtl/tst-mutexpi1.c |
27 27 + 0 - 0 !
fbtl/tst-mutexpi2.c |
2 2 + 0 - 0 !
fbtl/tst-mutexpi3.c |
2 2 + 0 - 0 !
fbtl/tst-mutexpi4.c |
2 2 + 0 - 0 !
fbtl/tst-mutexpi5.c |
2 2 + 0 - 0 !
fbtl/tst-mutexpi5a.c |
2 2 + 0 - 0 !
fbtl/tst-mutexpi6.c |
29 29 + 0 - 0 !
fbtl/tst-mutexpi7.c |
2 2 + 0 - 0 !
fbtl/tst-mutexpi7a.c |
2 2 + 0 - 0 !
fbtl/tst-mutexpi8-static.c |
1 1 + 0 - 0 !
fbtl/tst-mutexpi8.c |
2 2 + 0 - 0 !
fbtl/tst-mutexpi9.c |
2 2 + 0 - 0 !
fbtl/tst-mutexpp1.c |
45 45 + 0 - 0 !
fbtl/tst-mutexpp10.c |
333 333 + 0 - 0 !
fbtl/tst-mutexpp6.c |
45 45 + 0 - 0 !
fbtl/tst-oddstacklimit.c |
73 73 + 0 - 0 !
fbtl/tst-once1.c |
50 50 + 0 - 0 !
fbtl/tst-once2.c |
103 103 + 0 - 0 !
fbtl/tst-once3.c |
166 166 + 0 - 0 !
fbtl/tst-once4.c |
201 201 + 0 - 0 !
fbtl/tst-oncex3.c |
1 1 + 0 - 0 !
fbtl/tst-oncex4.c |
1 1 + 0 - 0 !
fbtl/tst-popen1.c |
59 59 + 0 - 0 !
fbtl/tst-pthread-attr-affinity.c |
63 63 + 0 - 0 !
fbtl/tst-pthread-getattr.c |
161 161 + 0 - 0 !
fbtl/tst-raise1.c |
61 61 + 0 - 0 !
fbtl/tst-robust1.c |
338 338 + 0 - 0 !
fbtl/tst-robust2.c |
3 3 + 0 - 0 !
fbtl/tst-robust3.c |
20 20 + 0 - 0 !
fbtl/tst-robust4.c |
2 2 + 0 - 0 !
fbtl/tst-robust5.c |
2 2 + 0 - 0 !
fbtl/tst-robust6.c |
2 2 + 0 - 0 !
fbtl/tst-robust7.c |
212 212 + 0 - 0 !
fbtl/tst-robust8.c |
275 275 + 0 - 0 !
fbtl/tst-robust9.c |
94 94 + 0 - 0 !
fbtl/tst-robustpi1.c |
2 2 + 0 - 0 !
fbtl/tst-robustpi2.c |
2 2 + 0 - 0 !
fbtl/tst-robustpi3.c |
2 2 + 0 - 0 !
fbtl/tst-robustpi4.c |
2 2 + 0 - 0 !
fbtl/tst-robustpi5.c |
2 2 + 0 - 0 !
fbtl/tst-robustpi6.c |
2 2 + 0 - 0 !
fbtl/tst-robustpi7.c |
2 2 + 0 - 0 !
fbtl/tst-robustpi8.c |
2 2 + 0 - 0 !
fbtl/tst-robustpi9.c |
2 2 + 0 - 0 !
fbtl/tst-rwlock1.c |
116 116 + 0 - 0 !
fbtl/tst-rwlock10.c |
20 20 + 0 - 0 !
fbtl/tst-rwlock11.c |
20 20 + 0 - 0 !
fbtl/tst-rwlock12.c |
207 207 + 0 - 0 !
fbtl/tst-rwlock13.c |
70 70 + 0 - 0 !
fbtl/tst-rwlock14.c |
168 168 + 0 - 0 !
fbtl/tst-rwlock2.c |
168 168 + 0 - 0 !
fbtl/tst-rwlock2a.c |
2 2 + 0 - 0 !
fbtl/tst-rwlock3.c |
92 92 + 0 - 0 !
fbtl/tst-rwlock4.c |
189 189 + 0 - 0 !
fbtl/tst-rwlock5.c |
86 86 + 0 - 0 !
fbtl/tst-rwlock6.c |
225 225 + 0 - 0 !
fbtl/tst-rwlock7.c |
181 181 + 0 - 0 !
fbtl/tst-rwlock8.c |
163 163 + 0 - 0 !
fbtl/tst-rwlock9.c |
202 202 + 0 - 0 !
fbtl/tst-sched1.c |
97 97 + 0 - 0 !
fbtl/tst-sem1.c |
88 88 + 0 - 0 !
fbtl/tst-sem10.c |
87 87 + 0 - 0 !
fbtl/tst-sem11-static.c |
1 1 + 0 - 0 !
fbtl/tst-sem11.c |
78 78 + 0 - 0 !
fbtl/tst-sem12-static.c |
1 1 + 0 - 0 !
fbtl/tst-sem12.c |
14 14 + 0 - 0 !
fbtl/tst-sem13.c |
65 65 + 0 - 0 !
fbtl/tst-sem14.c |
92 92 + 0 - 0 !
fbtl/tst-sem2.c |
53 53 + 0 - 0 !
fbtl/tst-sem3.c |
141 141 + 0 - 0 !
fbtl/tst-sem4.c |
146 146 + 0 - 0 !
fbtl/tst-sem5.c |
93 93 + 0 - 0 !
fbtl/tst-sem6.c |
80 80 + 0 - 0 !
fbtl/tst-sem7.c |
108 108 + 0 - 0 !
fbtl/tst-sem8.c |
73 73 + 0 - 0 !
fbtl/tst-sem9.c |
80 80 + 0 - 0 !
fbtl/tst-setuid1-static.c |
1 1 + 0 - 0 !
fbtl/tst-setuid1.c |
1084 1084 + 0 - 0 !
fbtl/tst-signal1.c |
188 188 + 0 - 0 !
fbtl/tst-signal2.c |
197 197 + 0 - 0 !
fbtl/tst-signal3.c |
260 260 + 0 - 0 !
fbtl/tst-signal4.c |
59 59 + 0 - 0 !
fbtl/tst-signal5.c |
110 110 + 0 - 0 !
fbtl/tst-signal6.c |
191 191 + 0 - 0 !
fbtl/tst-signal7.c |
58 58 + 0 - 0 !
fbtl/tst-spin1.c |
56 56 + 0 - 0 !
fbtl/tst-spin2.c |
158 158 + 0 - 0 !
fbtl/tst-spin3.c |
54 54 + 0 - 0 !
fbtl/tst-stack1.c |
145 145 + 0 - 0 !
fbtl/tst-stack2.c |
78 78 + 0 - 0 !
fbtl/tst-stack3.c |
100 100 + 0 - 0 !
fbtl/tst-stackguard1-static.c |
1 1 + 0 - 0 !
fbtl/tst-stackguard1.c |
226 226 + 0 - 0 !
fbtl/tst-stdio1.c |
56 56 + 0 - 0 !
fbtl/tst-stdio2.c |
81 81 + 0 - 0 !
fbtl/tst-sysconf.c |
47 47 + 0 - 0 !
fbtl/tst-tls1.c |
111 111 + 0 - 0 !
fbtl/tst-tls2.c |
205 205 + 0 - 0 !
fbtl/tst-tls3.c |
206 206 + 0 - 0 !
fbtl/tst-tls3mod.c |
88 88 + 0 - 0 !
fbtl/tst-tls4.c |
182 182 + 0 - 0 !
fbtl/tst-tls4moda.c |
52 52 + 0 - 0 !
fbtl/tst-tls4modb.c |
61 61 + 0 - 0 !
fbtl/tst-tls5.c |
119 119 + 0 - 0 !
fbtl/tst-tls5.h |
25 25 + 0 - 0 !
fbtl/tst-tls5mod.c |
6 6 + 0 - 0 !
fbtl/tst-tls5moda.c |
6 6 + 0 - 0 !
fbtl/tst-tls5modb.c |
6 6 + 0 - 0 !
fbtl/tst-tls5modc.c |
6 6 + 0 - 0 !
fbtl/tst-tls5modd.c |
6 6 + 0 - 0 !
fbtl/tst-tls5mode.c |
8 8 + 0 - 0 !
fbtl/tst-tls5modf.c |
9 9 + 0 - 0 !
fbtl/tst-tls6.sh |
76 76 + 0 - 0 !
fbtl/tst-tpp.h |
93 93 + 0 - 0 !
fbtl/tst-tsd1.c |
117 117 + 0 - 0 !
fbtl/tst-tsd2.c |
96 96 + 0 - 0 !
fbtl/tst-tsd3.c |
128 128 + 0 - 0 !
fbtl/tst-tsd4.c |
102 102 + 0 - 0 !
fbtl/tst-tsd5.c |
80 80 + 0 - 0 !
fbtl/tst-tsd6.c |
89 89 + 0 - 0 !
fbtl/tst-typesizes.c |
95 95 + 0 - 0 !
fbtl/tst-umask1.c |
136 136 + 0 - 0 !
fbtl/tst-unload.c |
47 47 + 0 - 0 !
fbtl/tst-vfork1.c |
1 1 + 0 - 0 !
fbtl/tst-vfork1x.c |
1 1 + 0 - 0 !
fbtl/tst-vfork2.c |
1 1 + 0 - 0 !
fbtl/tst-vfork2x.c |
1 1 + 0 - 0 !
fbtl/unwind.c |
148 148 + 0 - 0 !
fbtl/vars.c |
43 43 + 0 - 0 !
fbtl/version.c |
42 42 + 0 - 0 !
fbtl_db/ChangeLog |
333 333 + 0 - 0 !
fbtl_db/Makefile |
59 59 + 0 - 0 !
fbtl_db/Versions |
24 24 + 0 - 0 !
fbtl_db/db-symbols.awk |
45 45 + 0 - 0 !
fbtl_db/db-symbols.h |
55 55 + 0 - 0 !
fbtl_db/db_info.c |
105 105 + 0 - 0 !
fbtl_db/fetch-value.c |
284 284 + 0 - 0 !
fbtl_db/proc_service.h |
86 86 + 0 - 0 !
fbtl_db/shlib-versions |
2 2 + 0 - 0 !
fbtl_db/structs.def |
85 85 + 0 - 0 !
fbtl_db/td_init.c |
31 31 + 0 - 0 !
fbtl_db/td_log.c |
31 31 + 0 - 0 !
fbtl_db/td_symbol_list.c |
60 60 + 0 - 0 !
fbtl_db/td_ta_clear_event.c |
77 77 + 0 - 0 !
fbtl_db/td_ta_delete.c |
41 41 + 0 - 0 !
fbtl_db/td_ta_enable_stats.c |
34 34 + 0 - 0 !
fbtl_db/td_ta_event_addr.c |
60 60 + 0 - 0 !
fbtl_db/td_ta_event_getmsg.c |
104 104 + 0 - 0 !
fbtl_db/td_ta_get_nthreads.c |
41 41 + 0 - 0 !
fbtl_db/td_ta_get_ph.c |
35 35 + 0 - 0 !
fbtl_db/td_ta_get_stats.c |
34 34 + 0 - 0 !
fbtl_db/td_ta_map_id2thr.c |
37 37 + 0 - 0 !
fbtl_db/td_ta_map_lwp2thr.c |
208 208 + 0 - 0 !
fbtl_db/td_ta_new.c |
64 64 + 0 - 0 !
fbtl_db/td_ta_reset_stats.c |
34 34 + 0 - 0 !
fbtl_db/td_ta_set_event.c |
77 77 + 0 - 0 !
fbtl_db/td_ta_setconcurrency.c |
34 34 + 0 - 0 !
fbtl_db/td_ta_thr_iter.c |
170 170 + 0 - 0 !
fbtl_db/td_ta_tsd_iter.c |
81 81 + 0 - 0 !
fbtl_db/td_thr_clear_event.c |
75 75 + 0 - 0 !
fbtl_db/td_thr_dbresume.c |
29 29 + 0 - 0 !
fbtl_db/td_thr_dbsuspend.c |
29 29 + 0 - 0 !
fbtl_db/td_thr_event_enable.c |
49 49 + 0 - 0 !
fbtl_db/td_thr_event_getmsg.c |
118 118 + 0 - 0 !
fbtl_db/td_thr_get_info.c |
126 126 + 0 - 0 !
fbtl_db/td_thr_getfpregs.c |
57 57 + 0 - 0 !
fbtl_db/td_thr_getgregs.c |
57 57 + 0 - 0 !
fbtl_db/td_thr_getxregs.c |
29 29 + 0 - 0 !
fbtl_db/td_thr_getxregsize.c |
29 29 + 0 - 0 !
fbtl_db/td_thr_set_event.c |
75 75 + 0 - 0 !
fbtl_db/td_thr_setfpregs.c |
54 54 + 0 - 0 !
fbtl_db/td_thr_setgregs.c |
54 54 + 0 - 0 !
fbtl_db/td_thr_setprio.c |
29 29 + 0 - 0 !
fbtl_db/td_thr_setsigpending.c |
30 30 + 0 - 0 !
fbtl_db/td_thr_setxregs.c |
29 29 + 0 - 0 !
fbtl_db/td_thr_sigsetmask.c |
29 29 + 0 - 0 !
fbtl_db/td_thr_tls_get_addr.c |
42 42 + 0 - 0 !
fbtl_db/td_thr_tlsbase.c |
75 75 + 0 - 0 !
fbtl_db/td_thr_tsd.c |
96 96 + 0 - 0 !
fbtl_db/td_thr_validate.c |
107 107 + 0 - 0 !
fbtl_db/thread_db.h |
458 458 + 0 - 0 !
fbtl_db/thread_dbP.h |
257 257 + 0 - 0 !
601 files changed, 72239 insertions(+) |
---
|
kfreebsd/local fbtl depends.diff | (download) |
nscd/Depend |
1 1 + 0 - 0 !
resolv/Depend |
1 1 + 0 - 0 !
rt/Depend |
1 1 + 0 - 0 !
3 files changed, 3 insertions(+) |
---
|
kfreebsd/local scripts.diff | (download) |
abi-tags |
2 1 + 1 - 0 !
configure |
4 3 + 1 - 0 !
configure.ac |
4 3 + 1 - 0 !
3 files changed, 7 insertions(+), 3 deletions(-) |
---
|
kfreebsd/local getaddrinfo freebsd kernel.diff | (download) |
sysdeps/posix/getaddrinfo.c |
15 14 + 1 - 0 !
1 file changed, 14 insertions(+), 1 deletion(-) |
---
|
kfreebsd/local no execfn.diff | (download) |
elf/rtld.c |
2 2 + 0 - 0 !
1 file changed, 2 insertions(+) |
---
|
m68k/local dwarf2 buildfix.diff | (download) |
sysdeps/m68k/framestate.c |
2 2 + 0 - 0 !
sysdeps/m68k/unwind-pe.c |
6 6 + 0 - 0 !
2 files changed, 8 insertions(+) |
adding empty m68k framestate.c not to build for dwarf2.
# DP: Related bugs:
|
m68k/local reloc.diff | (download) |
sysdeps/m68k/dl-machine.h |
2 2 + 0 - 0 !
1 file changed, 2 insertions(+) |
binutils bug workaround
# DP: Related bugs: #263601: m68k: workaround for binutils problem
|
m68k/submitted gcc34 seccomment.diff | (download) |
include/libc-symbols.h |
6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-) |
make glibc-2.3.5 compile with gcc-3.4/4.0 + binutils 2.16
# on m68k fixed by adding #APP.
# DP: Related bugs:
|
mips/submitted rld_map.diff | (download) |
sysdeps/mips/dl-machine.h |
3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-) |
---
|
powerpc/local powerpc8xx dcbz.diff | (download) |
sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c |
22 20 + 2 - 0 !
sysdeps/unix/sysv/linux/powerpc/libc-start.c |
16 15 + 1 - 0 !
2 files changed, 35 insertions(+), 3 deletions(-) |
---
|
sh4/local fpscr_values.diff | (download) |
sysdeps/unix/sysv/linux/sh/Versions |
1 1 + 0 - 0 !
sysdeps/unix/sysv/linux/sh/libc.abilist |
1 1 + 0 - 0 !
sysdeps/unix/sysv/linux/sh/sysdep.S |
11 11 + 0 - 0 !
3 files changed, 13 insertions(+) |
---
|
sparc/submitted sparc64 socketcall.diff | (download) |
sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list |
3 0 + 3 - 0 !
1 file changed, 3 deletions(-) |
---
|
sparc/cvs test strncmp.diff | (download) |
string/test-strncmp.c |
6 6 + 0 - 0 !
1 file changed, 6 insertions(+) |
---
|
all/local alias et_EE.diff | (download) |
intl/locale.alias |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
---
|
all/local remove manual.diff | (download) |
manual/Makefile |
182 182 + 0 - 0 !
sysdeps/gnu/Makefile |
2 1 + 1 - 0 !
sysdeps/mach/hurd/Makefile |
2 1 + 1 - 0 !
3 files changed, 184 insertions(+), 2 deletions(-) |
---
|
all/local ru_RU.diff | (download) |
intl/locale.alias |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
change default charset for 'russian' locale alias
# DP: Related bugs: #62586
|
all/local ldd.diff | (download) |
elf/ldd.bash.in |
31 10 + 21 - 0 !
1 file changed, 10 insertions(+), 21 deletions(-) |
---
|
all/local nis shadow.diff | (download) |
nis/nss |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
---
|