Package: glibc / 2.19-12

Metadata

Package Version Patches format
glibc 2.19-12 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hurd i386/unsubmitted gnumach.defs.diff | (download)

mach/Makefile | 2 1 + 1 - 0 !
sysdeps/mach/configure | 2 1 + 1 - 0 !
sysdeps/mach/configure.ac | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

---
hurd i386/submitted fork_port_leak.diff | (download)

sysdeps/mach/hurd/fork.c | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

---
hurd i386/tg hurdsig boot fix.diff | (download)

hurd/hurdsig.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
hurd i386/tg single select timeout.diff | (download)

hurd/hurdselect.c | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

---
hurd i386/tg setitimer.diff | (download)

sysdeps/mach/hurd/setitimer.c | 20 12 + 8 - 0 !
1 file changed, 12 insertions(+), 8 deletions(-)

---
hurd i386/tg select EINTR.diff | (download)

hurd/hurdselect.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

---
hurd i386/tg pie sbrk.diff | (download)

sysdeps/mach/hurd/brk.c | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 fix sbrk in pie binaries

In PIE mode, the program gets loaded at very low address, and thus _end is very
low, just before libraries, and thus initializing the brk to it does not make
sense, since there is no room left there. Hardcode the brk to 0x8000000 for now
as a workaround.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>


hurd i386/tg ifaddrs_v6.diff | (download)

sysdeps/mach/hurd/ifaddrs.c | 306 306 + 0 - 0 !
1 file changed, 306 insertions(+)

 [patch] workaround to add ipv6 support to getifaddrs

ifreq only contains sockaddr structures, which are not big enough for
IPv6 addresses. This takes another, ugly, approach, by parsing fsysopts
/servers/socket/2 options...

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>


hurd i386/tg remap_getcwd.diff | (download)

sysdeps/mach/hurd/getcwd.c | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 [patch] allow unknown root directory.

To be efficient, the remap translator simply returns ports from the underlying
filesystem, and thus the root directory found through browsing '..' is the
underlying root, not the remap root. This should not be a reason for getcwd to
fail.

* sysdeps/mach/hurd/getcwd.c (_hurd_canonicalize_directory_name_internal): Do
not remove the heading slash if we got an unknown root directory.
(__getcwd): Do not fail with EGRATUITOUS if we got an unknown root directory.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>


hurd i386/tg af_local_strlen.diff | (download)

hurd/hurdsocket.h | 22 22 + 0 - 0 !
sysdeps/mach/hurd/bind.c | 8 3 + 5 - 0 !
sysdeps/mach/hurd/connect.c | 4 3 + 1 - 0 !
sysdeps/mach/hurd/sendmsg.c | 4 3 + 1 - 0 !
sysdeps/mach/hurd/sendto.c | 4 3 + 1 - 0 !
5 files changed, 34 insertions(+), 8 deletions(-)

 [patch] fix connect/sendto/sendmsg into making sure to ignore bytes beyond sockaddr length

2014-03-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>

Thanks Tanaka Akira for the report.

* hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which duplicates
ADDR->sun_path with sockaddr LEN limitation.
* sysdeps/mach/hurd/connect.c: Include <string.h>
(__connect): Give result of _hurd_sun_path_dupa to name lookup.
* sysdeps/mach/hurd/sendmsg.c: Likewise.
* sysdeps/mach/hurd/sendto.c: Likewise.
* sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of implementing it
by hand.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>


hurd i386/tg nice.diff | (download)

hurd/hurd/resource.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] map nice levels 1-to-1 with mach prio levels

* hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE, NICE_TO_MACH_PRIORITY): Align
nice levels on Mach priorities from 5 to 45.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>


hurd i386/tg exec static.diff | (download)

sysdeps/mach/hurd/i386/init-first.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix boot with statically-linked exec server.

* sysdeps/mach/hurd/i386/init-first.c (init): Also find ELF headers by oneself
when the pointer given in D is nul (as set by ext2fs).

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>


hurd i386/tg EIEIO fr.diff | (download)

po/fr.po | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] correction traduction computer bought the farm

* po/fr.po: Fix EIEIO french translation.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>


hurd i386/tg io_select_timeout.diff | (download)

hurd/Makefile | 3 2 + 1 - 0 !
hurd/hurdselect.c | 116 77 + 39 - 0 !
2 files changed, 79 insertions(+), 40 deletions(-)

 fix timeout handling in _hurd_select
    
Rely on servers to implement timeouts, so that very short values (including
0) don't make mach_msg return before valid replies can be received. The
purpose of this scheme is to guarantee a full client-server round-trip,
whatever the timeout value.

This change depends on the new io_select_timeout RPC being implemented by
servers.

* hurd/Makefile (user-interfaces): Add io_reply and io_request.
* hurd/hurdselect.c: Include <sys/time.h>, <hurd/io_request.h> and <limits.h>.
(_hurd_select): Replace the call to __io_select with either __io_select_request
or __io_select_timeout_request, depending on the timeout. Count the number of
ready descriptors (replies for which at least one type bit is set). Implement
the timeout locally when there is no file descriptor.


hurd i386/tg poll_errors_fixes.diff | (download)

hurd/hurdselect.c | 132 91 + 41 - 0 !
1 file changed, 91 insertions(+), 41 deletions(-)

 fix poll and select posix compliancy details about errors
    
This fixes the following:

- On error, poll must not return without polling, including EBADF, and instead
report POLLHUP/POLLERR/POLLNVAL
- Select must report EBADF if some set contains an invalid FD.

The idea is to move error management to after all select calls, in the
poll/select final treatment. The error is instead recorded in a new `error'
field, and a new SELECT_ERROR bit set.

Thanks Svante Signell for the initial version of the patch.

* hurd/hurdselect.c (SELECT_ERROR): New macro.
(_hurd_select):
- Add `error' field to `d' structures array.
- If a poll descriptor is bogus, set EBADF, but continue with a zero timeout.
- Go through the whole fd_set, not only until _hurd_dtablesize. Return EBADF
there is any bit set above _hurd_dtablesize.
- Do not request io_select on bogus descriptors (SELECT_ERROR).
- On io_select request error, record the error.
- On io_select bogus reply, use EIO error code.
- On io_select bogus or error reply, record the error.
- Do not destroy reply port for bogus FDs.
- On error, make poll set POLLHUP in the EPIPE case, POLLNVAL in the EBADF
case, or else POLLERR.
- On error, make select simulated readiness.



hurd i386/unsubmitted clock_t_centiseconds.diff | (download)

sysdeps/mach/hurd/clock.c | 8 4 + 4 - 0 !
sysdeps/mach/hurd/getclktck.c | 5 2 + 3 - 0 !
sysdeps/mach/hurd/setitimer.c | 2 1 + 1 - 0 !
sysdeps/mach/hurd/times.c | 2 1 + 1 - 0 !
4 files changed, 8 insertions(+), 9 deletions(-)

---
hurd i386/submitted startup pid2.diff | (download)

sysdeps/mach/hurd/reboot.c | 13 9 + 4 - 0 !
1 file changed, 9 insertions(+), 4 deletions(-)

 [patch 1/2] hurd: make reboot() send messages to both pid 1 and 2
Date: Thu, 15 Aug 2013 10:43:34 +0200

Previously /hurd/init was run as pid 1 on Hurd systems, however
sysvinit assumes that it is being run as pid 1. To appease sysvinit,
/hurd/init will be run as pid 2 in the near future.

Currently the pid of /hurd/init is hardcoded to 1. This patch makes
reboot() try to send the start_reboot message to pid 1, and if that
fails it will send it to pid 2.

* sysdeps/mach/hurd/reboot.c (reboot): Try to send a startup_reboot
  message to both pid 1 and 2.

hurd i386/submitted path_mounted.diff | (download)

sysdeps/generic/paths.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/2] define _path_mounted as "/etc/mtab"
Date: Thu, 15 Aug 2013 10:43:35 +0200

Change the definition of _PATH_MOUNTED to "/etc/mtab". This is the
value used on Linux.

The change is motivated by the fact that on Debian /etc/mtab is a
symbolic link to /proc/mounts. This patch adjusts the macro for
non-linux systems such as Hurd. Changing this using
sysdeps/mach/hurd/paths.h causes build problems because
/usr/include/hurd/paths.h is shadowed by this file. This change is
proposed in the hope that aligning the non-linux targets with the
glibc for Linux is perceived as a good thing while fixing this problem
on Debian/Hurd along the way.

* sysdeps/generic/paths.h (_PATH_MOUNTED): Change value to "/etc/mtab".

hurd i386/unsubmitted NO_HIDDEN.diff | (download)

sysdeps/generic/symbol-hacks.h | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
hurd i386/tg socket_flags.diff | (download)

sysdeps/mach/hurd/kernel-features.h | 1 1 + 0 - 0 !
sysdeps/mach/hurd/socket.c | 15 14 + 1 - 0 !
2 files changed, 15 insertions(+), 1 deletion(-)

 [patch] socket_flags

2008-12-17  Thomas Schwinge  <tschwinge@gnu.org>

	SOCK_CLOEXEC and SOCK_NONBLOCK for socket on GNU Hurd.
	* sysdeps/mach/hurd/socket.c (__socket): Handle SOCK_CLOEXEC and
	SOCK_NONBLOCK.
	* sysdeps/mach/hurd/kernel-features.h (__ASSUME_SOCK_CLOEXEC): Define.


hurd i386/tg socketpair_flags.diff | (download)

sysdeps/mach/hurd/socketpair.c | 25 22 + 3 - 0 !
1 file changed, 22 insertions(+), 3 deletions(-)

 [patch] socketpair_flags

2008-12-17  Thomas Schwinge  <tschwinge@gnu.org>

	SOCK_CLOEXEC and SOCK_NONBLOCK for socketpair on GNU Hurd.
	* sysdeps/mach/hurd/socketpair.c (__socketpair): Handle SOCK_CLOEXEC
	and SOCK_NONBLOCK.


hurd i386/tg pipe2.diff | (download)

sysdeps/mach/hurd/kernel-features.h | 1 1 + 0 - 0 !
sysdeps/mach/hurd/pipe.c | 21 1 + 20 - 0 !
sysdeps/mach/hurd/pipe2.c | 61 61 + 0 - 0 !
3 files changed, 63 insertions(+), 20 deletions(-)

 [patch] pipe2

2008-12-17  Thomas Schwinge  <tschwinge@gnu.org>

	pipe2 for GNU Hurd.
	* sysdeps/mach/hurd/pipe2.c: New file, copy from pipe.c.  Evolve it to
	implement __pipe2.
	* sysdeps/mach/hurd/pipe.c (__pipe): Reimplement using __pipe2.
	* sysdeps/mach/hurd/kernel-features.h (__ASSUME_PIPE2): Define.


hurd i386/tg libc_getspecific.diff | (download)

sysdeps/mach/hurd/cthreads.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
hurd i386/tg futimens.diff | (download)

sysdeps/mach/hurd/futimens.c | 50 50 + 0 - 0 !
1 file changed, 50 insertions(+)

 [patch] add futimens support

* sysdeps/mach/hurd/futimens.c: New file.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>


hurd i386/tg nfds poll.diff | (download)

hurd/hurdselect.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] allow poll() array bigger than fd_setsize

* hurd/hurdselect.c (_hurd_select): In the poll case, do not return EINVAL when
nfds is greater than FD_SETSIZE.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>


hurd i386/tg sigstate_locking.diff | (download)

hurd/hurd/signal.h | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 [patch] hurd: fix sigstate locking

It looks like _hurd_thread_sigstate used to return with the sigstate
lock held long ago, but since that's no longer the case, don't unlock
something that isn't locked.

Note that it's unlikely this change fixes anything in practice since
its current implementation (on i386) makes this call a nop.

* hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
sigstate.


hurd i386/tg sigstate_thread_reference.diff | (download)

hurd/hurd/signal.h | 17 14 + 3 - 0 !
hurd/hurdsig.c | 17 14 + 3 - 0 !
2 files changed, 28 insertions(+), 6 deletions(-)

 [patch] hurd: make sigstates hold a reference on thread ports

This change is required in order to correctly release per-thread
resources. Directly reusing the threading library reference isn't
possible since the sigstate is also used early in the main thread,
before threading is initialized.

* hurd/hurd/signal.h (_hurd_self_sigstate): Drop thread reference after
calling _hurd_thread_sigstate.
(_hurd_critical_section_lock): Likewise.
* hurd/hurdsig.c (_hurd_thread_sigstate): Add a reference on the thread.
(_hurd_sigstate_delete): Drop thread reference.


hurd i386/tg tls_thread_leak.diff | (download)

sysdeps/mach/hurd/i386/tls.h | 35 23 + 12 - 0 !
1 file changed, 23 insertions(+), 12 deletions(-)

 [patch] hurd: fix port leak in tls

Depending on whether the thread is the main thread or not, the threading
library can have trouble determining whether the thread reference in the
TCB is valid. The simple solution is to let the threading library
initialize the TCB, and use a temporary reference when initializing TLS.

* sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Use a temporary thread
reference.


hurd i386/tg mmap_file_prot_none_fix.diff | (download)

sysdeps/mach/hurd/mmap.c | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 [patch] t/mmap_file_prot_none_fix

Allow mmap to handle mapping requests on files despite protection set to
PROT_NONE.


hurd i386/cvs munmap 0.diff | (download)

sysdeps/mach/munmap.c | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

---
hurd i386/cvs libpthread_guardsize.diff | (download)

libpthread/pthread/pt-create.c | 12 8 + 4 - 0 !
libpthread/pthread/pt-getattr.c | 4 3 + 1 - 0 !
libpthread/pthread/pt-internal.h | 6 1 + 5 - 0 !
libpthread/sysdeps/generic/pt-attr-setstacksize.c | 6 0 + 6 - 0 !
libpthread/sysdeps/mach/hurd/i386/pt-setup.c | 4 3 + 1 - 0 !
libpthread/sysdeps/mach/pt-thread-terminate.c | 4 3 + 1 - 0 !
6 files changed, 18 insertions(+), 18 deletions(-)

---
hurd i386/cvs libpthread_std_thread.diff | (download)

libpthread/Versions | 1 1 + 0 - 0 !
libpthread/sysdeps/hurd/pt-key-create.c | 4 3 + 1 - 0 !
2 files changed, 4 insertions(+), 1 deletion(-)

---
hurd i386/cvs bind_umask.diff | (download)

sysdeps/mach/hurd/bind.c | 40 18 + 22 - 0 !
1 file changed, 18 insertions(+), 22 deletions(-)

---
hurd i386/submitted bind_umask2.diff | (download)

sysdeps/mach/hurd/bind.c | 17 11 + 6 - 0 !
1 file changed, 11 insertions(+), 6 deletions(-)

---
hurd i386/cvs fork_ss_hang.diff | (download)

sysdeps/mach/hurd/fork.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [patch] fix hang on fork

If e.g. a signal is being received while we are running fork(), the signal
thread may be having our ss lock when we make the space copy, and thus in the
child we can not take the ss lock any more.

* sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around __proc_dostop() call.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>


hurd i386/local libpthread stacksize.diff | (download)

libpthread/sysdeps/mach/hurd/pt-sysdep.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
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/local cpuid level2.diff | (download)

sysdeps/x86_64/cacheinfo.c | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

---
i386/local i586 ulps.diff | (download)

sysdeps/i386/fpu/libm-test-ulps | 217 201 + 16 - 0 !
1 file changed, 201 insertions(+), 16 deletions(-)

 regen ulps for i586 instead of i686
 This patch represents slightly looser libm-test-ulps results for
 i386 representing the fact that i486 and i586 code generation
 produces slightly sloppier precision than the i686 target that
 the upstream test results were targetted at.
i386/submitted i686 timing.diff | (download)

elf/Makefile | 6 5 + 1 - 0 !
elf/dl-altinit.c | 43 43 + 0 - 0 !
sysdeps/generic/ldsodefs.h | 4 2 + 2 - 0 !
sysdeps/i386/hp-timing.h | 34 34 + 0 - 0 !
4 files changed, 84 insertions(+), 3 deletions(-)

 i386 ld.so gets sigsegv when i686 optimized library is used,
#		   because the structure size of rtld_global and rtld_global_ro 
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)

ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Dist | 29 29 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Implies | 11 11 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Makefile | 138 138 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Versions | 126 126 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/_exit.S | 25 25 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/a.out.h | 140 140 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/access.c | 67 67 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/aio_sigqueue.c | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bind.c | 56 56 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/auxv.h | 44 44 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/dirent.h | 55 55 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/errno.h | 195 195 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h | 226 226 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/in.h | 308 308 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctl-types.h | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctls.h | 50 50 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ipc.h | 56 56 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/local_lim.h | 25 25 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/mman.h | 130 130 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/msq.h | 65 65 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/os-unistd.h | 8 8 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/param.h | 189 189 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/poll.h | 62 62 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/posix_opt.h | 92 92 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/resource.h | 220 220 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sched.h | 183 183 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sem.h | 93 93 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/shm.h | 89 89 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigaction.h | 76 76 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h | 237 237 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/signum.h | 84 84 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigset.h | 140 140 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/socket.h | 421 421 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat.h | 219 219 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat16.h | 56 56 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statfs.h | 91 91 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statvfs.h | 97 97 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sys_errlist.h | 33 33 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/syslog-path.h | 31 31 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h | 253 253 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/time.h | 102 102 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/typesizes.h | 91 91 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/uio.h | 55 55 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/utsname.h | 27 27 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/waitflags.h | 82 82 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/waitstatus.h | 102 102 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/brk.c | 50 50 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_fds.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_native.c | 42 42 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_pf.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock.c | 44 44 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_getres.c | 43 43 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_gettime.c | 43 43 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_settime.c | 32 32 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clone.c | 122 122 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure | 423 423 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure.in | 258 258 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/connect.c | 65 65 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/cpuset-kern.h | 52 52 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/devname.c | 69 69 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-execstack.c | 58 58 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-getcwd.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-openat64.c | 36 36 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-origin.c | 123 123 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-osinfo.h | 94 94 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-support.c | 46 46 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-sysdep.c | 315 315 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-sysdep.h | 26 26 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-writev.h | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/execve.c | 5 5 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/faccessat.c | 68 68 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/Implies | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/Makefile | 67 67 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/Versions | 18 18 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/aio_misc.h | 65 65 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/allocrtsig.c | 55 55 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/initspin.h | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/local_lim.h | 51 51 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/posix_opt.h | 203 203 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/sigthread.h | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/bits/typesizes.h | 91 91 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/clock_getcpuclockid.c | 28 28 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/clock_getres.c | 60 60 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/clock_gettime.c | 43 43 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/clock_nanosleep.c | 99 99 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/clock_settime.c | 54 54 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/fatal-prepare.h | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/fork.c | 231 231 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/fork.h | 59 59 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/gai_misc.h | 120 120 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/internaltypes.h | 169 169 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/jmp-unwind.c | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/kernel-posix-timers.h | 138 138 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/libc-lowlevellock.c | 20 20 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/libc_multiple_threads.c | 28 28 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/libc_pthread_init.c | 86 86 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/lowlevellock.c | 129 129 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/lowlevellock.h | 167 167 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/lowlevelrwlock.sym | 16 16 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pt-fork.c | 27 27 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pt-raise.c | 55 55 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_attr_getaffinity.c | 69 69 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_attr_setaffinity.c | 76 76 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_getaffinity.c | 67 67 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_getcpuclockid.c | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_getname.c | 50 50 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_getschedparam.c | 79 79 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_kill.c | 69 69 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_mutex_cond_lock.c | 14 14 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_once.c | 131 131 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_setaffinity.c | 70 70 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_setname.c | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_setschedparam.c | 78 78 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_setschedprio.c | 70 70 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_sigmask.c | 20 20 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/pthread_yield.c | 29 29 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/raise.c | 74 74 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/register-atfork.c | 145 145 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sem_post.c | 80 80 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sem_timedwait.c | 116 116 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sem_trywait.c | 49 49 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sem_wait.c | 122 122 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sigprocmask.c | 69 69 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sigtimedwait.c | 72 72 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sigwait.c | 73 73 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sigwaitinfo.c | 74 74 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sleep.c | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/smp.h | 36 36 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/structsem.sym | 12 12 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/sysconf.c | 70 70 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_create.c | 168 168 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_delete.c | 71 71 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_getoverr.c | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_gettime.c | 39 39 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_routines.c | 201 201 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/timer_settime.c | 42 42 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/unregister-atfork.c | 121 121 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fbtl/unwindbuf.sym | 7 7 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fcntl.c | 69 69 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fdatasync.c | 32 32 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat.c | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat64.c | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs.c | 35 35 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs64.c | 36 36 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs.c | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs64.c | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs.c | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs64.c | 41 41 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/futimesat.c | 47 47 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat.c | 47 47 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat64.c | 43 43 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstatat.c | 66 66 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstatat64.c | 60 60 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gai_sigqueue.c | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getcwd.c | 103 103 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents.c | 90 90 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries.c | 100 100 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries64.c | 5 5 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdomain.c | 50 50 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat.c | 49 49 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat64.c | 49 49 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostid.c | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostname.c | 52 52 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getloadavg.c | 53 53 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin.c | 50 50 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin_r.c | 70 70 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo.c | 80 80 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo64.c | 78 78 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getosreldate.c | 74 74 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getosreldate.h | 4 4 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpagesize.c | 42 42 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpt.c | 51 51 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getrlimit64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getsysstats.c | 109 109 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getvfsbyname.c | 71 71 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob.c | 3 3 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob64.c | 3 3 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/grantpt.c | 36 36 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gtty.c | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Implies | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Makefile | 27 27 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Versions | 7 7 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/____longjmp_chk.S | 7 7 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/mcontext.h | 111 111 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/sigcontext.h | 97 97 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-machine.h | 145 145 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-procinfo.h | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/Implies | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/exit-thread.S | 33 33 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/pt-vfork.S | 36 36 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/sysdep-cancel.h | 108 108 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/tls.h | 100 100 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/fbtl/vfork.S | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/get_clockfreq.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/getcontext.S | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ioperm.c | 36 36 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ldt.c | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ioperm.c | 34 34 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ldt.c | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_vm86.c | 31 31 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i486/linuxthreads/pt-machine.h | 8 8 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i586/linuxthreads/pt-machine.h | 8 8 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i686/fbtl/tls.h | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i686/linuxthreads/pt-machine.h | 8 8 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/iopl.c | 54 54 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ldconfig.h | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/lseek.S | 53 53 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/makecontext.S | 113 113 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/pipe.S | 30 30 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S | 44 44 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sigcontextinfo.h | 35 35 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start.S | 151 151 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S | 207 207 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S | 32 32 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/io.h | 184 184 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/perm.h | 43 43 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/vm86.h | 53 53 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_fork.S | 34 34 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysarch.h | 81 81 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S | 34 34 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscalls-internal.h | 157 157 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.S | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h | 200 200 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ucontext_i.h | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/vfork.S | 73 73 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c | 311 311 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifaddrs.c | 374 374 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifreq.c | 93 93 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/init-first.c | 139 139 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/init-posix.c | 33 33 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ipc_priv.h | 53 53 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kenv.h | 39 39 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-features.h | 93 93 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-posix-cpu-timers.h | 5 5 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ldsodefs.h | 58 58 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/llseek.c | 6 6 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lowlevelumtx.h | 131 131 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat.c | 47 47 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat64.c | 43 43 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/____longjmp_chk.c | 7 7 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/dl-machine.h | 97 97 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/entry.h | 7 7 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips32/Makefile | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips32/bits/mcontext.h | 116 116 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips32/bits/sigcontext.h | 92 92 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips32/sysdep.h | 49 49 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips64/bits/mcontext.h | 116 116 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/mips64/bits/sigcontext.h | 92 92 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/start.S | 121 121 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/start_thread.S | 56 56 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mips/sys/tas.h | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap.c | 57 57 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/msgctl.c | 104 104 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/munmap.c | 41 41 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/ethernet.h | 77 77 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if.h | 438 438 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if_ether.h | 104 104 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/icmp6.h | 561 561 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/if_ether.h | 139 139 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/ip_icmp.h | 296 296 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/tcp.h | 267 267 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/nfs/nfs.h | 3 3 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/not-cancel.h | 91 91 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open.c | 63 63 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open64.c | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat.c | 73 73 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat64.c | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/paths.h | 74 74 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/posix_fadvise.c | 51 51 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/posix_fadvise64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/posix_fallocate.c | 81 81 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/posix_fallocate64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/powerpc/bits/elf.h | 39 39 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/preadv64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/prof-freq.c | 47 47 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptsname.c | 109 109 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwritev64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir.c | 11 11 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64.c | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64_r.c | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir_r.c | 11 11 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readonly-area.c | 96 96 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readv.c | 56 56 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/recv.c | 41 41 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/remove.c | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/rtld-lowlevel.h | 131 131 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sa_len.c | 47 47 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sbrk.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_getaffinity.c | 65 65 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_getp.c | 45 45 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_setaffinity.c | 57 57 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/seekdir.c | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/semctl.c | 175 175 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/send.c | 47 47 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sendto.c | 69 69 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setdomain.c | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostid.c | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostname.c | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setlogin.c | 34 34 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setrlimit64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/shm_open.c | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/shmctl.c | 91 91 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigaction.c | 51 51 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigreturn.c | 3 3 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigset-cvt-mask.h | 36 36 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigstack.c | 3 3 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sleep.c | 49 49 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/socket/sys/un.h | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/stat16conv.c | 84 84 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs.c | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs64.c | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfsconv.c | 203 203 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs.c | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs64.c | 41 41 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/stty.c | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/kd.h | 25 25 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/mount.h | 521 521 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ptrace.h | 121 121 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/reboot.h | 81 81 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/rfork.h | 98 98 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/socketvar.h | 189 189 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/swap.h | 37 37 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/syscall.h | 502 502 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/sysmacros.h | 36 36 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ttydefaults.h | 97 97 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ucontext.h | 48 48 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/un.h | 50 50 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls-inline.h | 82 82 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls.list | 213 213 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c | 69 69 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysctlbyname.c | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysctlnametomib.c | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcdrain.c | 41 41 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcflow.c | 4 4 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/telldir.c | 2 2 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/testrtsig.h | 30 30 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/times.c | 72 72 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/timespec_get.c | 49 49 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate64.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ttyname.c | 71 71 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ttyname_r.c | 78 78 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/uname.c | 110 110 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/unlockpt.c | 32 32 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/usleep.c | 50 50 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ustat.c | 66 66 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/Makefile | 6 6 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/bits/utmp.h | 50 50 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmp.c | 31 31 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmpx.c | 31 31 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxent.c | 46 46 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxid.c | 68 68 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxline.c | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/pututxline.c | 50 50 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/updwtmpx.c | 31 31 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp-equal.h | 50 50 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp_file.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmpconv.c | 227 227 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-utmpx/utmp_file.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait3.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/waitid.c | 107 107 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/waitpid.c | 56 56 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/writev.c | 56 56 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86/Makefile | 11 11 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86/fbtl/bits/pthreadtypes.h | 240 240 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86/fbtl/bits/semaphore.h | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86/fbtl/lowlevellock.h | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Implies | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Makefile | 20 20 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Versions | 8 8 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/____longjmp_chk.S | 7 7 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/mcontext.h | 167 167 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/sigcontext.h | 147 147 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-cache.h | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-machine.h | 133 133 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.h | 5 5 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/Implies | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/asm/prctl.h | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/cancellation.S | 119 119 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/exit-thread.S | 33 33 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/libc-cancellation.S | 21 21 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/librt-cancellation.S | 21 21 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/pt-vfork.S | 29 29 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/sysdep-cancel.h | 111 111 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/tls.h | 73 73 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/fbtl/vfork.S | 31 31 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/get_clockfreq.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/getcontext.S | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ioperm.c | 32 32 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/iopl.c | 1 1 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldconfig.h | 39 39 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldd-rewrite.sed | 3 3 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/makecontext.S | 146 146 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/pipe.S | 32 32 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c | 62 62 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S | 44 44 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sigcontextinfo.h | 35 35 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start.S | 156 156 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start_thread.S | 196 196 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/swapcontext.S | 32 32 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/io.h | 184 184 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/perm.h | 36 36 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys_fork.S | 36 36 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysarch.h | 72 72 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/syscall.S | 31 31 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/syscalls-internal.h | 129 129 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.S | 40 40 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.h | 207 207 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ucontext_i.h | 38 38 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/vfork.S | 70 70 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xmknod.c | 48 48 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xmknodat.c | 59 59 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat.c | 47 47 + 0 - 0 !
ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat64.c | 43 43 + 0 - 0 !
421 files changed, 29900 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 | 636 636 + 0 - 0 !
fbtl/Makefile.glibc_2.18 | 616 616 + 0 - 0 !
fbtl/TODO | 31 31 + 0 - 0 !
fbtl/TODO-kernel | 20 20 + 0 - 0 !
fbtl/TODO-testing | 20 20 + 0 - 0 !
fbtl/Versions | 250 250 + 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 | 54 54 + 0 - 0 !
fbtl/cleanup_defer.c | 91 91 + 0 - 0 !
fbtl/cleanup_defer_compat.c | 97 97 + 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 | 410 410 + 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 | 218 218 + 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 | 57 57 + 0 - 0 !
fbtl/old_pthread_cond_destroy.c | 36 36 + 0 - 0 !
fbtl/old_pthread_cond_init.c | 46 46 + 0 - 0 !
fbtl/old_pthread_cond_signal.c | 57 57 + 0 - 0 !
fbtl/old_pthread_cond_timedwait.c | 59 59 + 0 - 0 !
fbtl/old_pthread_cond_wait.c | 58 58 + 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 | 30 30 + 0 - 0 !
fbtl/pt-system.c | 32 32 + 0 - 0 !
fbtl/pthread-errnos.sym | 13 13 + 0 - 0 !
fbtl/pthreadP.h | 660 660 + 0 - 0 !
fbtl/pthread_atfork.c | 63 63 + 0 - 0 !
fbtl/pthread_attr_destroy.c | 45 45 + 0 - 0 !
fbtl/pthread_attr_getdetachstate.c | 38 38 + 0 - 0 !
fbtl/pthread_attr_getguardsize.c | 36 36 + 0 - 0 !
fbtl/pthread_attr_getinheritsched.c | 39 39 + 0 - 0 !
fbtl/pthread_attr_getschedparam.c | 39 39 + 0 - 0 !
fbtl/pthread_attr_getschedpolicy.c | 38 38 + 0 - 0 !
fbtl/pthread_attr_getscope.c | 39 39 + 0 - 0 !
fbtl/pthread_attr_getstack.c | 40 40 + 0 - 0 !
fbtl/pthread_attr_getstackaddr.c | 44 44 + 0 - 0 !
fbtl/pthread_attr_getstacksize.c | 47 47 + 0 - 0 !
fbtl/pthread_attr_init.c | 87 87 + 0 - 0 !
fbtl/pthread_attr_setdetachstate.c | 47 47 + 0 - 0 !
fbtl/pthread_attr_setguardsize.c | 39 39 + 0 - 0 !
fbtl/pthread_attr_setinheritsched.c | 46 46 + 0 - 0 !
fbtl/pthread_attr_setschedparam.c | 46 46 + 0 - 0 !
fbtl/pthread_attr_setschedpolicy.c | 47 47 + 0 - 0 !
fbtl/pthread_attr_setscope.c | 50 50 + 0 - 0 !
fbtl/pthread_attr_setstack.c | 94 94 + 0 - 0 !
fbtl/pthread_attr_setstackaddr.c | 46 46 + 0 - 0 !
fbtl/pthread_attr_setstacksize.c | 83 83 + 0 - 0 !
fbtl/pthread_barrier_destroy.c | 43 43 + 0 - 0 !
fbtl/pthread_barrier_init.c | 70 70 + 0 - 0 !
fbtl/pthread_barrier_wait.c | 78 78 + 0 - 0 !
fbtl/pthread_barrierattr_destroy.c | 29 29 + 0 - 0 !
fbtl/pthread_barrierattr_getpshared.c | 30 30 + 0 - 0 !
fbtl/pthread_barrierattr_init.c | 29 29 + 0 - 0 !
fbtl/pthread_barrierattr_setpshared.c | 39 39 + 0 - 0 !
fbtl/pthread_cancel.c | 109 109 + 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 | 98 98 + 0 - 0 !
fbtl/pthread_cond_destroy.c | 87 87 + 0 - 0 !
fbtl/pthread_cond_init.c | 49 49 + 0 - 0 !
fbtl/pthread_cond_signal.c | 91 91 + 0 - 0 !
fbtl/pthread_cond_timedwait.c | 269 269 + 0 - 0 !
fbtl/pthread_cond_wait.c | 238 238 + 0 - 0 !
fbtl/pthread_condattr_destroy.c | 29 29 + 0 - 0 !
fbtl/pthread_condattr_getclock.c | 30 30 + 0 - 0 !
fbtl/pthread_condattr_getpshared.c | 30 30 + 0 - 0 !
fbtl/pthread_condattr_init.c | 31 31 + 0 - 0 !
fbtl/pthread_condattr_setclock.c | 48 48 + 0 - 0 !
fbtl/pthread_condattr_setpshared.c | 36 36 + 0 - 0 !
fbtl/pthread_create.c | 672 672 + 0 - 0 !
fbtl/pthread_detach.c | 56 56 + 0 - 0 !
fbtl/pthread_equal.c | 29 29 + 0 - 0 !
fbtl/pthread_exit.c | 35 35 + 0 - 0 !
fbtl/pthread_getattr_default_np.c | 37 37 + 0 - 0 !
fbtl/pthread_getattr_np.c | 202 202 + 0 - 0 !
fbtl/pthread_getconcurrency.c | 26 26 + 0 - 0 !
fbtl/pthread_getcpuclockid.c | 56 56 + 0 - 0 !
fbtl/pthread_getschedparam.c | 74 74 + 0 - 0 !
fbtl/pthread_getspecific.c | 68 68 + 0 - 0 !
fbtl/pthread_join.c | 119 119 + 0 - 0 !
fbtl/pthread_key_create.c | 53 53 + 0 - 0 !
fbtl/pthread_key_delete.c | 42 42 + 0 - 0 !
fbtl/pthread_kill_other_threads.c | 36 36 + 0 - 0 !
fbtl/pthread_mutex_consistent.c | 36 36 + 0 - 0 !
fbtl/pthread_mutex_destroy.c | 41 41 + 0 - 0 !
fbtl/pthread_mutex_getprioceiling.c | 37 37 + 0 - 0 !
fbtl/pthread_mutex_init.c | 150 150 + 0 - 0 !
fbtl/pthread_mutex_lock.c | 505 505 + 0 - 0 !
fbtl/pthread_mutex_setprioceiling.c | 118 118 + 0 - 0 !
fbtl/pthread_mutex_timedlock.c | 496 496 + 0 - 0 !
fbtl/pthread_mutex_trylock.c | 381 381 + 0 - 0 !
fbtl/pthread_mutex_unlock.c | 304 304 + 0 - 0 !
fbtl/pthread_mutexattr_destroy.c | 28 28 + 0 - 0 !
fbtl/pthread_mutexattr_getprioceiling.c | 47 47 + 0 - 0 !
fbtl/pthread_mutexattr_getprotocol.c | 36 36 + 0 - 0 !
fbtl/pthread_mutexattr_getpshared.c | 35 35 + 0 - 0 !
fbtl/pthread_mutexattr_getrobust.c | 36 36 + 0 - 0 !
fbtl/pthread_mutexattr_gettype.c | 35 35 + 0 - 0 !
fbtl/pthread_mutexattr_init.c | 37 37 + 0 - 0 !
fbtl/pthread_mutexattr_setprioceiling.c | 46 46 + 0 - 0 !
fbtl/pthread_mutexattr_setprotocol.c | 40 40 + 0 - 0 !
fbtl/pthread_mutexattr_setpshared.c | 42 42 + 0 - 0 !
fbtl/pthread_mutexattr_setrobust.c | 43 43 + 0 - 0 !
fbtl/pthread_mutexattr_settype.c | 40 40 + 0 - 0 !
fbtl/pthread_once.c | 54 54 + 0 - 0 !
fbtl/pthread_rwlock_destroy.c | 32 32 + 0 - 0 !
fbtl/pthread_rwlock_init.c | 73 73 + 0 - 0 !
fbtl/pthread_rwlock_rdlock.c | 100 100 + 0 - 0 !
fbtl/pthread_rwlock_timedrdlock.c | 155 155 + 0 - 0 !
fbtl/pthread_rwlock_timedwrlock.c | 146 146 + 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 | 92 92 + 0 - 0 !
fbtl/pthread_rwlockattr_destroy.c | 29 29 + 0 - 0 !
fbtl/pthread_rwlockattr_getkind_np.c | 30 30 + 0 - 0 !
fbtl/pthread_rwlockattr_getpshared.c | 30 30 + 0 - 0 !
fbtl/pthread_rwlockattr_init.c | 34 34 + 0 - 0 !
fbtl/pthread_rwlockattr_setkind_np.c | 40 40 + 0 - 0 !
fbtl/pthread_rwlockattr_setpshared.c | 39 39 + 0 - 0 !
fbtl/pthread_self.c | 28 28 + 0 - 0 !
fbtl/pthread_setattr_default_np.c | 116 116 + 0 - 0 !
fbtl/pthread_setcancelstate.c | 72 72 + 0 - 0 !
fbtl/pthread_setcanceltype.c | 75 75 + 0 - 0 !
fbtl/pthread_setconcurrency.c | 40 40 + 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 | 73 73 + 0 - 0 !
fbtl/pthread_setschedprio.c | 65 65 + 0 - 0 !
fbtl/pthread_setspecific.c | 95 95 + 0 - 0 !
fbtl/pthread_setuid.c | 3 3 + 0 - 0 !
fbtl/pthread_spin_destroy.c | 28 28 + 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 | 106 106 + 0 - 0 !
fbtl/pthread_tryjoin.c | 74 74 + 0 - 0 !
fbtl/res.c | 26 26 + 0 - 0 !
fbtl/sem_close.c | 80 80 + 0 - 0 !
fbtl/sem_destroy.c | 37 37 + 0 - 0 !
fbtl/sem_getvalue.c | 41 41 + 0 - 0 !
fbtl/sem_init.c | 87 87 + 0 - 0 !
fbtl/sem_open.c | 461 461 + 0 - 0 !
fbtl/sem_unlink.c | 66 66 + 0 - 0 !
fbtl/semaphore.h | 78 78 + 0 - 0 !
fbtl/semaphoreP.h | 68 68 + 0 - 0 !
fbtl/shlib-versions | 6 6 + 0 - 0 !
fbtl/sigaction.c | 46 46 + 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 | 53 53 + 0 - 0 !
fbtl/sysdeps/i386/tcb-offsets.sym | 17 17 + 0 - 0 !
fbtl/sysdeps/i386/tls.h | 473 473 + 0 - 0 !
fbtl/sysdeps/pthread/Makefile | 41 41 + 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/libc-lock.h | 192 192 + 0 - 0 !
fbtl/sysdeps/pthread/bits/libc-lockP.h | 429 429 + 0 - 0 !
fbtl/sysdeps/pthread/bits/sigthread.h | 43 43 + 0 - 0 !
fbtl/sysdeps/pthread/bits/stdio-lock.h | 110 110 + 0 - 0 !
fbtl/sysdeps/pthread/configure | 89 89 + 0 - 0 !
fbtl/sysdeps/pthread/configure.in | 49 49 + 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/librt-cancellation.c | 24 24 + 0 - 0 !
fbtl/sysdeps/pthread/list.h | 117 117 + 0 - 0 !
fbtl/sysdeps/pthread/malloc-machine.h | 73 73 + 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/sigfillset.c | 20 20 + 0 - 0 !
fbtl/sysdeps/pthread/sigprocmask.c | 19 19 + 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/configure | 34 34 + 0 - 0 !
fbtl/sysdeps/x86_64/configure.in | 23 23 + 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 | 51 51 + 0 - 0 !
fbtl/sysdeps/x86_64/tcb-offsets.sym | 28 28 + 0 - 0 !
fbtl/sysdeps/x86_64/tls.h | 422 422 + 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 | 182 182 + 0 - 0 !
fbtl/vars.c | 43 43 + 0 - 0 !
fbtl/version.c | 44 44 + 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 | 3 3 + 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 | 79 79 + 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 | 79 79 + 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 | 77 77 + 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 | 51 51 + 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 | 77 77 + 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 !
605 files changed, 73525 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 !
shlib-versions | 3 3 + 0 - 0 !
4 files changed, 10 insertions(+), 3 deletions(-)

---
kfreebsd/local getaddrinfo freebsd kernel.diff | (download)

sysdeps/posix/getaddrinfo.c | 14 13 + 1 - 0 !
1 file changed, 13 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 fpic.diff | (download)

ports/sysdeps/m68k/Makefile | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
m68k/local reloc.diff | (download)

ports/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: