[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3019 - in glibc-package/trunk/debian: . patches/kfreebsd



Author: ps-guest
Date: 2008-07-28 20:29:39 +0000 (Mon, 28 Jul 2008)
New Revision: 3019

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
* kfreebsd/local-sysdeps.diff: update to revision 2265 (from glibc-bsd).



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2008-07-28 13:10:07 UTC (rev 3018)
+++ glibc-package/trunk/debian/changelog	2008-07-28 20:29:39 UTC (rev 3019)
@@ -16,7 +16,7 @@
   [ Petr Salinger]
   * debian/sysdeps/kfreebsd.mk: also use the bsm/ directory from kernel
     headers.
-  * kfreebsd/local-sysdeps.diff: update to revision 2209 (from glibc-bsd).
+  * kfreebsd/local-sysdeps.diff: update to revision 2265 (from glibc-bsd).
   * Disable call to "GL(dl_wait_lookup_done)" in linuxthreads builds. Proper 
     solution still have to be created. Stop crashes in mean time. See #489066.
 

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2008-07-28 13:10:07 UTC (rev 3018)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2008-07-28 20:29:39 UTC (rev 3019)
@@ -1,6 +1,6 @@
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/Dist ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Dist
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/Dist	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Dist	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Dist	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,30 @@
 +bits/mcontext.h
 +bits/stat16.h
@@ -34,7 +34,7 @@
 +ucontext_i.h
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/Implies ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Implies
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/Implies	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Implies	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Implies	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,11 @@
 +# The kernel include files come from the 'kernel-include' add-on.
 +# This is actually added by configure.in.
@@ -49,7 +49,7 @@
 +gnu
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/Makefile ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Makefile
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/Makefile	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Makefile	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Makefile	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,124 @@
 +# Use bash, not /bin/sh, for executing scripts, because the native
 +# FreeBSD /bin/sh does not interpret the  IFS="<tab>" read ...  command
@@ -177,7 +177,7 @@
 +endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/Versions ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Versions
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/Versions	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Versions	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Versions	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,101 @@
 +libc {
 +  # The comment lines with "#errlist-compat" are magic; see errlist-compat.awk.
@@ -282,7 +282,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/_G_config.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/_G_config.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/_G_config.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/_G_config.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/_G_config.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,102 @@
 +/* This file is needed by libio to define various configuration parameters.
 +   These are always the same in the GNU C library.  */
@@ -388,7 +388,7 @@
 +#endif	/* _G_config.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/Makefile ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/Makefile
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/Makefile	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/Makefile	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/Makefile	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,28 @@
 +# Additional header files to be installed in $prefix/include:
 +
@@ -420,7 +420,7 @@
 +endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/README ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/README
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/README	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/README	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/README	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,11 @@
 +Note that even on 64-bit platforms, because __ino64_t != __ino_t, we have
 +stat64 != stat, fstat64 != fstat, lstat64 != lstat, fhstat64 != fhstat,
@@ -435,7 +435,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/adjtime.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/adjtime.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/adjtime.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/adjtime.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/adjtime.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,51 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -490,7 +490,7 @@
 +weak_alias (__adjtime, adjtime)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/kernel_time_t.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/kernel_time_t.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/kernel_time_t.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/kernel_time_t.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/kernel_time_t.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,143 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -637,7 +637,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/mcontext.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/mcontext.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/mcontext.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/mcontext.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/mcontext.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,52 @@
 +/* Machine-dependent processor state structure for FreeBSD.  alpha version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -693,7 +693,7 @@
 +  } mcontext_t;
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/sigcontext.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/sigcontext.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/sigcontext.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/sigcontext.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/sigcontext.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,84 @@
 +/* Machine-dependent signal context structure for FreeBSD.  alpha version.
 +   Copyright (C) 1991-1992,1994,1997,2001-2002 Free Software Foundation, Inc.
@@ -781,7 +781,7 @@
 +#endif /* _BITS_SIGCONTEXT_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat16.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat16.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat16.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat16.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat16.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,53 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -838,7 +838,7 @@
 +  };
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat32.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat32.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat32.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat32.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat32.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,52 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -894,7 +894,7 @@
 +  };
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/time.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/time.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/time.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/time.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/time.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,89 @@
 +/* System-dependent timing definitions.  FreeBSD version.
 +   Copyright (C) 1996-1997, 1999, 2000, 2002 Free Software Foundation, Inc.
@@ -987,7 +987,7 @@
 +#endif	/* need timeval */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/brk.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/brk.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/brk.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/brk.S	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/brk.S	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,73 @@
 +/* Copyright (C) 1993, 1995-1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1064,12 +1064,12 @@
 +weak_alias (__brk, brk)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-brk.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-brk.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-brk.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-brk.S	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-brk.S	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1 @@
 +#include <brk.S>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-machine.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-machine.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-machine.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-machine.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-machine.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,34 @@
 +/* Dynamic linker magic for glibc on FreeBSD.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -1107,13 +1107,13 @@
 +#include_next <dl-machine.h>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fhstatfs64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fhstatfs64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fhstatfs64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fhstatfs64.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fhstatfs64.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* 'fhstatfs64' is the same as 'fhstatfs', because
 +   __fsblkcnt64_t == __fsblkcnt_t and __fsfilcnt64_t == __fsfilcnt_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fork.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fork.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fork.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fork.S	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fork.S	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,30 @@
 +/* Copyright (C) 1993, 1995, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1147,7 +1147,7 @@
 +weak_alias (__fork, fork)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fpu.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fpu.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fpu.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fpu.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fpu.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,128 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1279,13 +1279,13 @@
 +#endif /* _FPU_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fstatfs64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fstatfs64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fstatfs64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fstatfs64.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fstatfs64.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* 'fstatfs64' is the same as 'fstatfs', because
 +   __fsblkcnt64_t == __fsblkcnt_t and __fsfilcnt64_t == __fsfilcnt_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/futimes.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/futimes.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/futimes.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/futimes.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/futimes.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,43 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1332,13 +1332,13 @@
 +weak_alias (__futimes, futimes)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getfsstat64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getfsstat64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getfsstat64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getfsstat64.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getfsstat64.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* 'getfsstat64' is the same as 'getfsstat', because
 +   __fsblkcnt64_t == __fsblkcnt_t and __fsfilcnt64_t == __fsfilcnt_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getitimer.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getitimer.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getitimer.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getitimer.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getitimer.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,49 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1391,7 +1391,7 @@
 +weak_alias (__getitimer, getitimer)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,8 @@
 +/* 'getmntinfo64' is the same as 'getmntinfo', because
 +   __fsblkcnt64_t == __fsblkcnt_t and __fsfilcnt64_t == __fsfilcnt_t.  */
@@ -1403,13 +1403,13 @@
 +weak_alias (__getmntinfo, getmntinfo64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo64.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo64.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* 'getmntinfo64' is the same as 'getmntinfo', because
 +   __fsblkcnt64_t == __fsblkcnt_t and __fsfilcnt64_t == __fsfilcnt_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getrusage.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getrusage.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getrusage.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getrusage.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getrusage.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,63 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1476,7 +1476,7 @@
 +weak_alias (__getrusage, getrusage)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/gettimeofday.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/gettimeofday.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/gettimeofday.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/gettimeofday.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/gettimeofday.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,52 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1532,7 +1532,7 @@
 +weak_alias (__gettimeofday, gettimeofday)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_get_fp_control.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_get_fp_control.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_get_fp_control.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_get_fp_control.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_get_fp_control.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,35 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1571,7 +1571,7 @@
 +weak_alias (__ieee_get_fp_control, ieee_get_fp_control)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_set_fp_control.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_set_fp_control.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_set_fp_control.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_set_fp_control.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_set_fp_control.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,33 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1608,7 +1608,7 @@
 +weak_alias (__ieee_set_fp_control, ieee_set_fp_control)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/lutimes.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/lutimes.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/lutimes.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/lutimes.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/lutimes.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1656,7 +1656,7 @@
 +weak_alias (__lutimes, lutimes)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/machine/pal.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/machine/pal.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/machine/pal.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/machine/pal.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/machine/pal.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,57 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1717,7 +1717,7 @@
 +#define GEN_SUBRNG7	-25
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/msgctl.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/msgctl.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/msgctl.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/msgctl.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/msgctl.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,62 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1783,7 +1783,7 @@
 +weak_alias (__msgctl, msgctl)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/nanosleep.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/nanosleep.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/nanosleep.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/nanosleep.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/nanosleep.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,54 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1841,7 +1841,7 @@
 +weak_alias (__libc_nanosleep, nanosleep)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/poll.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/poll.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/poll.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/poll.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/poll.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,46 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1891,7 +1891,7 @@
 +weak_alias (__poll, poll)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/regdef.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/regdef.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/regdef.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/regdef.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/regdef.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,62 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1957,7 +1957,7 @@
 +#endif /* _REGDEF_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/rfork.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/rfork.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/rfork.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/rfork.S	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/rfork.S	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,29 @@
 +/* Copyright (C) 1993, 1995, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -1990,7 +1990,7 @@
 +weak_alias (__rfork, rfork)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sched_rr_gi.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sched_rr_gi.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sched_rr_gi.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sched_rr_gi.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sched_rr_gi.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,50 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2044,7 +2044,7 @@
 +weak_alias (__sched_rr_get_interval, sched_rr_get_interval)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/select.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/select.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/select.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/select.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/select.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,53 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2101,7 +2101,7 @@
 +weak_alias (__select, select)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/semctl.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/semctl.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/semctl.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/semctl.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/semctl.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,87 @@
 +/* Copyright (C) 1995,1997,1998,2000,2003,2004 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2192,7 +2192,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setfpucw.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setfpucw.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setfpucw.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setfpucw.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setfpucw.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,88 @@
 +/* Set FP exception mask and rounding mode.
 +   Copyright (C) 1996, 1997, 1998, 2002 Free Software Foundation, Inc.
@@ -2284,7 +2284,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setitimer.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setitimer.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setitimer.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setitimer.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setitimer.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,63 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2351,7 +2351,7 @@
 +weak_alias (__setitimer, setitimer)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/settimeofday.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/settimeofday.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/settimeofday.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/settimeofday.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/settimeofday.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,43 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2398,7 +2398,7 @@
 +weak_alias (__settimeofday, settimeofday)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/shmctl.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/shmctl.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/shmctl.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/shmctl.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/shmctl.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,58 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2460,7 +2460,7 @@
 +weak_alias (__shmctl, shmctl)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sigcontextinfo.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sigcontextinfo.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sigcontextinfo.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sigcontextinfo.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sigcontextinfo.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,25 @@
 +/* Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2489,7 +2489,7 @@
 +  (handler)((signo), SIGCONTEXT_EXTRA_ARGS (ctx))
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/start_thread.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/start_thread.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/start_thread.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/start_thread.S	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/start_thread.S	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,172 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2665,13 +2665,13 @@
 +PSEUDO_END (__start_thread)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/statfs64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/statfs64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/statfs64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/statfs64.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/statfs64.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* 'statfs64' is the same as 'statfs', because
 +   __fsblkcnt64_t == __fsblkcnt_t and __fsfilcnt64_t == __fsfilcnt_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysarch.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysarch.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysarch.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysarch.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysarch.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,53 @@
 +/* Parameters for the architecture specific system call.  alpha version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -2728,12 +2728,12 @@
 +#endif /* _SYSARCH_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscall.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscall.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscall.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscall.S	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscall.S	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/alpha/syscall.S>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscalls.list ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscalls.list
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscalls.list	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscalls.list	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscalls.list	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,21 @@
 +# File name	Caller	Syscall name	# args	Strong name	Weak names
 +
@@ -2758,7 +2758,7 @@
 +sys_utimes	-	utimes			i:sp	__syscall_utimes
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysdep.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysdep.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysdep.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysdep.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysdep.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,34 @@
 +/* Copyright (C) 1993, 1995, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2796,7 +2796,7 @@
 +#endif /* freebsd/alpha/sysdep.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/utimes.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/utimes.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/utimes.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/utimes.c	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/utimes.c	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2844,7 +2844,7 @@
 +weak_alias (__utimes, utimes)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/vfork.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/vfork.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/vfork.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/vfork.S	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/vfork.S	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,29 @@
 +/* Copyright (C) 1993, 1995, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2877,7 +2877,7 @@
 +weak_alias (__vfork, vfork)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bind.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bind.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bind.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bind.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bind.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,60 @@
 +/* Copyright (C) 2005 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -2941,7 +2941,7 @@
 +weak_alias (__bind, bind)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/dirent.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/dirent.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/dirent.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/dirent.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/dirent.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,52 @@
 +/* Directory entry structure `struct dirent'.  FreeBSD version.
 +   Copyright (C) 1996-1998,2001-2002 Free Software Foundation, Inc.
@@ -2997,7 +2997,7 @@
 +#define _DIRENT_HAVE_D_TYPE 1
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/errno.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/errno.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/errno.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/errno.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/errno.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,182 @@
 +/*-
 + * Copyright (c) 1982, 1986, 1989, 1993
@@ -3183,7 +3183,7 @@
 +      
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,145 @@
 +/* O_*, F_*, FD_* bit values for FreeBSD.
 +   Copyright (C) 1991-1992, 1997, 2002 Free Software Foundation, Inc.
@@ -3332,7 +3332,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/in.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/in.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/in.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/in.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/in.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,249 @@
 +/* Copyright (C) 1997, 2000, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -3585,7 +3585,7 @@
 +#define IPV6CTL_MAXID		46
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctl-types.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctl-types.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctl-types.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctl-types.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctl-types.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,57 @@
 +/* Structure types for pre-termios terminal ioctls.  FreeBSD version.
 +   Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc.
@@ -3646,7 +3646,7 @@
 +#define	_IOT_ttysize	_IOT_winsize
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctls.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctls.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctls.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctls.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctls.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,67 @@
 +/*-
 + * Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -3717,7 +3717,7 @@
 +#endif /* !_IOCTLS_H_ */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ipc.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ipc.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ipc.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ipc.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ipc.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,56 @@
 +/* Copyright (C) 1995-1997, 1999, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -3777,12 +3777,12 @@
 +  };
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/local_lim.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/local_lim.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/local_lim.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/local_lim.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/local_lim.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sys/syslimits.h>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/mman.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/mman.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/mman.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/mman.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/mman.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,130 @@
 +/* Definitions for POSIX memory map interface.  FreeBSD version.
 +   Copyright (C) 1994-1998, 2000-2002 Free Software Foundation, Inc.
@@ -3916,7 +3916,7 @@
 +#endif /* Use BSD */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/msq.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/msq.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/msq.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/msq.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/msq.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,73 @@
 +/* Copyright (C) 1995, 1997, 2000, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -3993,7 +3993,7 @@
 +#endif /* __USE_MISC */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/poll.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/poll.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/poll.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/poll.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/poll.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,51 @@
 +/* Copyright (C) 1997, 2001-2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -4048,7 +4048,7 @@
 +#define POLLNVAL	0x0020		/* Invalid polling request.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/posix_opt.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/posix_opt.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/posix_opt.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/posix_opt.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/posix_opt.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,90 @@
 +/* Define POSIX options for FreeBSD.
 +   Copyright (C) 1996-1997, 1999, 2000, 2002 Free Software Foundation, Inc.
@@ -4142,7 +4142,7 @@
 +#endif /* bits/posix_opt.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/resource.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/resource.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/resource.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/resource.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/resource.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,200 @@
 +/* Bit values & structures for resource limits.  FreeBSD version.
 +   Copyright (C) 1994, 1996-1998, 2002 Free Software Foundation, Inc.
@@ -4346,7 +4346,7 @@
 +};
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sched.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sched.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sched.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sched.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sched.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,177 @@
 +/* Definitions of constants and data structure for POSIX 1003.1b-1993
 +   scheduling interface.
@@ -4527,7 +4527,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sem.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sem.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sem.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sem.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sem.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,91 @@
 +/* Copyright (C) 1995-1998, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -4622,7 +4622,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/shm.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/shm.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/shm.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/shm.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/shm.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,74 @@
 +/* Copyright (C) 1995-1997, 2000, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -4700,7 +4700,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigaction.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigaction.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigaction.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigaction.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigaction.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,76 @@
 +/* Copyright (C) 1991-1992,1996-1998,2001-2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -4780,8 +4780,8 @@
 +#define	SIG_SETMASK	3	/* Set the set of blocked signals.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h	2008-07-06 16:54:21.000000000 +0200
-@@ -0,0 +1,225 @@
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h	2008-07-28 23:45:42.000000000 +0200
+@@ -0,0 +1,213 @@
 +/* siginfo_t, sigevent and constants.  FreeBSD version.
 +   Copyright (C) 1997-1998, 2000-2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -4857,14 +4857,12 @@
 +# define SI_UNDEFINED	SI_UNDEFINED
 +};
 +
-+#if 0 /* XXX These need verification.  See <bits/sigcontext.h>.  */
-+
 +/* `si_code' values for SIGILL signal.  */
 +enum
 +{
 +  ILL_ILLOPC = 1,		/* Illegal opcode.  */
 +# define ILL_ILLOPC	ILL_ILLOPC
-+  ILL_ILL_OPN,			/* Illegal operand.  */
++  ILL_ILLOPN,			/* Illegal operand.  */
 +# define ILL_ILLOPN	ILL_ILLOPN
 +  ILL_ILLADR,			/* Illegal addressing mode.  */
 +# define ILL_ILLADR	ILL_ILLADR
@@ -4880,8 +4878,6 @@
 +# define ILL_BADSTK	ILL_BADSTK
 +};
 +
-+#endif
-+
 +/* `si_code' values for SIGFPE signal.  */
 +enum
 +{
@@ -4903,7 +4899,6 @@
 +# define FPE_FLTSUB	FPE_FLTSUB
 +};
 +
-+#if 0 /* XXX These need verification.  See <bits/sigcontext.h>.  */
 +/* `si_code' values for SIGSEGV signal.  */
 +enum
 +{
@@ -4933,8 +4928,6 @@
 +# define TRAP_TRACE	TRAP_TRACE
 +};
 +
-+#endif
-+
 +/* `si_code' values for SIGCHLD signal.  */
 +/* XXX These are only used by the waitid() function, not by the kernel.  */
 +enum
@@ -4953,8 +4946,6 @@
 +# define CLD_CONTINUED	CLD_CONTINUED
 +};
 +
-+#if 0 /* XXX These need verification.  See <bits/sigcontext.h>.  */
-+
 +/* `si_code' values for SIGPOLL signal.  */
 +enum
 +{
@@ -4966,14 +4957,11 @@
 +# define POLL_MSG	POLL_MSG
 +  POLL_ERR,			/* I/O error.  */
 +# define POLL_ERR	POLL_ERR
-+  POLL_PRI,			/* High priority input available.  */
++# define POLL_HUP	POLL_ERR /* Device disconnected.  */
++  POLL_PRI			/* High priority input available.  */
 +# define POLL_PRI	POLL_PRI
-+  POLL_HUP			/* Device disconnected.  */
-+# define POLL_HUP	POLL_HUP
 +};
 +
-+#endif
-+
 +# undef __need_siginfo_t
 +#endif	/* !have siginfo_t && (have _SIGNAL_H || need siginfo_t).  */
 +
@@ -5009,7 +4997,7 @@
 +#endif	/* have _SIGNAL_H.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/signum.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/signum.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/signum.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/signum.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/signum.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,71 @@
 +/* Signal number definitions.  FreeBSD version.
 +   Copyright (C) 1991-1993, 1996, 1998, 2002 Free Software Foundation, Inc.
@@ -5084,7 +5072,7 @@
 +#define	_NSIG		129	/* Biggest signal number + 1.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigset.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigset.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigset.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigset.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigset.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,140 @@
 +/* __sig_atomic_t, __sigset_t, and related definitions.  FreeBSD version.
 +   Copyright (C) 1994-1996, 2002 Free Software Foundation, Inc.
@@ -5228,7 +5216,7 @@
 +#endif /* ! _SIGSET_H_fns.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/socket.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/socket.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/socket.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/socket.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/socket.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,386 @@
 +/* System-specific socket constants and types.  FreeBSD version.
 +   Copyright (C) 1991-1992,1994-1999,2000-2002 Free Software Foundation, Inc.
@@ -5618,7 +5606,7 @@
 +#endif	/* bits/socket.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,199 @@
 +/* Copyright (C) 1992, 1996-1997, 2000, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -5821,7 +5809,7 @@
 +#endif /* __USE_BSD */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat16.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat16.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat16.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat16.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat16.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,56 @@
 +/* Copyright (C) 2002, 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -5881,7 +5869,7 @@
 +  };
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statfs.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statfs.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statfs.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statfs.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statfs.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,91 @@
 +/* Definition of `struct statfs', information about a filesystem.
 +   Copyright (C) 1996-1997, 2002 Free Software Foundation, Inc.
@@ -5976,7 +5964,7 @@
 +#endif /* _BITS_STATFS_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statvfs.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statvfs.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statvfs.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statvfs.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statvfs.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,95 @@
 +/* Definition of `struct statvfs', information about a filesystem.
 +   Copyright (C) 1998, 2000-2002 Free Software Foundation, Inc.
@@ -6075,7 +6063,7 @@
 +};
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sys_errlist.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sys_errlist.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sys_errlist.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sys_errlist.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sys_errlist.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,33 @@
 +/* Declare sys_errlist and sys_nerr, or don't.  Compatibility (do) version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -6112,7 +6100,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/syslog-path.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/syslog-path.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/syslog-path.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/syslog-path.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/syslog-path.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,31 @@
 +/* <bits/syslog-path.h> -- _PATH_LOG definition
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -6147,7 +6135,7 @@
 +#endif /* bits/syslog-path.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,259 @@
 +/* termios type and macro definitions.  FreeBSD version.
 +   Copyright (C) 1993-1994,1996-1997,1999,2001-2002 Free Software Foundation, Inc.
@@ -6410,7 +6398,7 @@
 +#define	TCION	4		/* Send a START character.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/typesizes.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/typesizes.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/typesizes.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/typesizes.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/typesizes.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,66 @@
 +/* bits/typesizes.h -- underlying types for *_t.  kFreeBSD version.
 +   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
@@ -6480,7 +6468,7 @@
 +#endif /* bits/typesizes.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/uio.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/uio.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/uio.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/uio.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/uio.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,49 @@
 +/* Copyright (C) 1996-1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -6533,7 +6521,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/utsname.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/utsname.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/utsname.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/utsname.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/utsname.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,27 @@
 +/* Copyright (C) 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -6564,7 +6552,7 @@
 +#define _UTSNAME_VERSION_LENGTH 256
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/waitflags.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/waitflags.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/waitflags.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/waitflags.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/waitflags.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,36 @@
 +/* Definitions of flag bits for `waitpid' et al.
 +   Copyright (C) 1992, 1996-1997, 2000, 2002 Free Software Foundation, Inc.
@@ -6604,7 +6592,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/brk.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/brk.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/brk.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/brk.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/brk.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,53 @@
 +/* Copyright (C) 2004 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -6661,17 +6649,17 @@
 +weak_alias (__brk, brk)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_fds.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_fds.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_fds.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_fds.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_fds.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +void __libc_check_standard_fds (void) {;}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_pf.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_pf.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_pf.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_pf.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_pf.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +#include <inet/check_pf.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_getres.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_getres.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_getres.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_getres.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_getres.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,33 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -6708,7 +6696,7 @@
 +#include <sysdeps/posix/clock_getres.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_gettime.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_gettime.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_gettime.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_gettime.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_gettime.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,33 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -6745,7 +6733,7 @@
 +#include <sysdeps/unix/clock_gettime.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_settime.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_settime.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_settime.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_settime.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_settime.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,32 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -6781,7 +6769,7 @@
 +#include <sysdeps/unix/clock_settime.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/clone.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clone.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/clone.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clone.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clone.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,105 @@
 +/* Create a thread.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -6890,7 +6878,7 @@
 +weak_alias (__clone, clone)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,342 @@
 +# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
 + # Local configure fragment for sysdeps/unix/bsd/bsd4.4/kfreebsd.
@@ -7236,7 +7224,7 @@
 +fi
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure.in ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure.in
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure.in	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure.in	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure.in	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,268 @@
 +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 +# Local configure fragment for sysdeps/unix/bsd/bsd4.4/kfreebsd.
@@ -7508,7 +7496,7 @@
 +fi
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/connect.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/connect.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/connect.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/connect.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/connect.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,69 @@
 +/* Copyright (C) 2005 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -7581,7 +7569,7 @@
 +weak_alias (__libc_connect, connect)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-execstack.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-execstack.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-execstack.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-execstack.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-execstack.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,58 @@
 +/* Stack executability handling for GNU dynamic linker.  Linux version.
 +   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
@@ -7643,7 +7631,7 @@
 +rtld_hidden_def (_dl_make_stack_executable)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-machine.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-machine.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-machine.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-machine.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-machine.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,31 @@
 +/* Dynamic linker magic for glibc on FreeBSD kernel.
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -7678,7 +7666,7 @@
 +#include_next <dl-machine.h>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-osinfo.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-osinfo.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-osinfo.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-osinfo.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-osinfo.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,120 @@
 +/* Operating system specific code  for generic dynamic loader functions.
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -7802,12 +7790,12 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fcntl.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fcntl.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fcntl.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fcntl.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fcntl.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/fcntl.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,40 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -7851,7 +7839,7 @@
 +weak_alias (__fhstat, fhstat)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,38 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -7893,7 +7881,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,35 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -7932,7 +7920,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,36 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -7972,7 +7960,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,38 @@
 +/* Return information about the filesystem on which FD resides.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -8014,7 +8002,7 @@
 +weak_alias (__fstatfs, fstatfs)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,40 @@
 +/* Return information about the filesystem on which FD resides.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -8058,7 +8046,7 @@
 +weak_alias (__fstatfs64, fstatfs64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,40 @@
 +/* Return information about the filesystem on which FD resides.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -8102,7 +8090,7 @@
 +libc_hidden_def (fstatvfs)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,41 @@
 +/* Return information about the filesystem on which FD resides.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -8147,7 +8135,7 @@
 +weak_alias (__fstatvfs64, fstatvfs64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,41 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -8192,12 +8180,12 @@
 +weak_alias (__ftruncate64, ftruncate64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +/* 'ftruncate64' is the same as 'ftruncate', because __off64_t == __off_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,48 @@
 +/* fxstat using FreeBSD fstat, nfstat system calls.
 +   Copyright (C) 1991,1995-1997,2000,2002 Free Software Foundation, Inc.
@@ -8249,7 +8237,7 @@
 +weak_alias (__fxstat, _fxstat)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* fxstat using FreeBSD fstat, nfstat system calls.
 +   Copyright (C) 1991,1995-1997,2000,2002 Free Software Foundation, Inc.
@@ -8297,7 +8285,7 @@
 +hidden_def (__fxstat64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getcwd.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getcwd.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getcwd.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getcwd.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getcwd.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,91 @@
 +/* Determine current working directory.  FreeBSD version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -8392,7 +8380,7 @@
 +#include <sysdeps/posix/getcwd.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,90 @@
 +/* Read directory entries, 3 argument function.  FreeBSD version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -8486,12 +8474,12 @@
 +strong_alias (__getdents, __getdents64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +/* We have the function getdirentries64 in file getdirentries64.c.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,100 @@
 +/* Read directory entries, 4 argument function.  FreeBSD version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -8595,7 +8583,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,5 @@
 +/* Since 'struct dirent64' == 'struct dirent', the functions 'getdirentries64'
 +   and 'getdirentries' differ only in the type of the BASEP argument.  */
@@ -8604,7 +8592,7 @@
 +#include <getdirentries.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,49 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -8657,7 +8645,7 @@
 +weak_alias (__getfsstat, getfsstat)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,49 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -8710,7 +8698,7 @@
 +weak_alias (__getfsstat64, getfsstat64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostid.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostid.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostid.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostid.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostid.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,37 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -8751,7 +8739,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostname.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostname.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostname.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostname.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostname.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,52 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -8807,7 +8795,7 @@
 +weak_alias (__gethostname, gethostname)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getloadavg.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getloadavg.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getloadavg.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getloadavg.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getloadavg.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,53 @@
 +/* Get system load averages.  FreeBSD version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -8864,7 +8852,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,50 @@
 +/* Non-reentrant function to return the current login name.  FreeBSD version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -8918,7 +8906,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin_r.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin_r.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin_r.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin_r.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin_r.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,70 @@
 +/* Reentrant function to return the current login name.  FreeBSD version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -8992,7 +8980,7 @@
 +libc_hidden_def (getlogin_r)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,80 @@
 +/* Return list of mounted filesystems.  FreeBSD version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -9076,7 +9064,7 @@
 +weak_alias (__getmntinfo, getmntinfo)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,78 @@
 +/* Return list of mounted filesystems.  FreeBSD version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -9158,7 +9146,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpagesize.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpagesize.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpagesize.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpagesize.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpagesize.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,42 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -9204,7 +9192,7 @@
 +weak_alias (__getpagesize, getpagesize)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpt.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpt.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpt.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpt.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpt.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,92 @@
 +/* Copyright (C) 1998-1999, 2000-2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -9300,12 +9288,12 @@
 +weak_alias (__getpt, getpt)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getrlimit64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getrlimit64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getrlimit64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getrlimit64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getrlimit64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +/* 'getrlimit64' is the same as 'getrlimit', because __rlim64_t == __rlim_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getsysstats.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getsysstats.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/getsysstats.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getsysstats.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getsysstats.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,108 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -9417,28 +9405,28 @@
 +weak_alias (__get_avphys_pages, get_avphys_pages)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,3 @@
 +/* 'glob64' is different from 'glob', because
 +   'struct stat64' != 'struct stat'.  */
 +#include <posix/glob.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,3 @@
 +/* 'glob64' is different from 'glob', because
 +   'struct stat64' != 'struct stat'.  */
 +#include <sysdeps/gnu/glob64.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/gtty.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gtty.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/gtty.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gtty.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gtty.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,3 @@
 +/* just use internal functions */
 +#define ioctl __ioctl
 +#include <sysdeps/unix/bsd/gtty.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Makefile ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Makefile
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Makefile	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Makefile	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Makefile	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,19 @@
 +# Additional header files to be installed in $prefix/include:
 +
@@ -9461,7 +9449,7 @@
 +endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Versions ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Versions
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Versions	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Versions	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Versions	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,7 @@
 +libc {
 +  GLIBC_2.2.6 {
@@ -9472,7 +9460,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/mcontext.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/mcontext.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/mcontext.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/mcontext.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/mcontext.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,111 @@
 +/* Machine-dependent processor state structure for FreeBSD.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -9587,7 +9575,7 @@
 +#define mc_eflags	mc_efl
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/sigcontext.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/sigcontext.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/sigcontext.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/sigcontext.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/sigcontext.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,97 @@
 +/* Machine-dependent signal context structure for FreeBSD.  i386 version.
 +   Copyright (C) 1991-1992,1994,1997,2001-2002 Free Software Foundation, Inc.
@@ -9688,7 +9676,7 @@
 +#endif /* _BITS_SIGCONTEXT_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/time.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/time.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/time.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/time.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/time.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,89 @@
 +/* System-dependent timing definitions.  FreeBSD version.
 +   Copyright (C) 1996-1997, 1999, 2000, 2002 Free Software Foundation, Inc.
@@ -9781,7 +9769,7 @@
 +#endif	/* need timeval */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-machine.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-machine.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-machine.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-machine.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-machine.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,124 @@
 +/* Machine-dependent ELF dynamic relocation inline functions. 
 +   FreeBSD i386 specific version of dl_platform_init()
@@ -9909,17 +9897,17 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-procinfo.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-procinfo.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-procinfo.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-procinfo.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-procinfo.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/i386/dl-procinfo.h>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/get_clockfreq.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/get_clockfreq.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/get_clockfreq.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/get_clockfreq.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/get_clockfreq.c	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/i386/get_clockfreq.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/getcontext.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/getcontext.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/getcontext.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/getcontext.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/getcontext.S	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,38 @@
 +/* Save current context.
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -9961,7 +9949,7 @@
 +weak_alias(__getcontext, getcontext)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ioperm.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ioperm.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ioperm.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ioperm.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ioperm.c	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,36 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10001,7 +9989,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ldt.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ldt.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ldt.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ldt.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ldt.c	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,38 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10043,7 +10031,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ioperm.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ioperm.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ioperm.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ioperm.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ioperm.c	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,34 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10081,7 +10069,7 @@
 +strong_alias (i386_set_ioperm, ioperm)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ldt.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ldt.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ldt.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ldt.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ldt.c	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,38 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10123,7 +10111,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_vm86.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_vm86.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_vm86.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_vm86.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_vm86.c	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,31 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10158,7 +10146,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i486/linuxthreads/pt-machine.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i486/linuxthreads/pt-machine.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i486/linuxthreads/pt-machine.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i486/linuxthreads/pt-machine.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i486/linuxthreads/pt-machine.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,8 @@
 +
 +/* i486+ is almost same as plain i386 version */
@@ -10170,7 +10158,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i586/linuxthreads/pt-machine.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i586/linuxthreads/pt-machine.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i586/linuxthreads/pt-machine.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i586/linuxthreads/pt-machine.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i586/linuxthreads/pt-machine.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,8 @@
 +
 +/* i486+ is almost same as plain i386 version */
@@ -10182,7 +10170,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i686/linuxthreads/pt-machine.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i686/linuxthreads/pt-machine.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i686/linuxthreads/pt-machine.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i686/linuxthreads/pt-machine.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i686/linuxthreads/pt-machine.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,8 @@
 +
 +/* i486+ is almost same as plain i386 version */
@@ -10194,7 +10182,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/iopl.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/iopl.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/iopl.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/iopl.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/iopl.c	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,54 @@
 +/* Copyright (C) 2004 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10252,7 +10240,7 @@
 +  }
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ldconfig.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ldconfig.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ldconfig.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ldconfig.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ldconfig.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,37 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10293,7 +10281,7 @@
 +  { "libm.so.8", FLAG_ELF_LIBC5 },
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/pt-machine.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/pt-machine.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/pt-machine.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/pt-machine.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/pt-machine.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,76 @@
 +/* Machine-dependent pthreads configuration and inline functions.
 +   ix86 version for FreeBSD.
@@ -10373,7 +10361,7 @@
 +#endif /* _FREEBSD_PT_MACHINE_H  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/sysdep-cancel.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/sysdep-cancel.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/sysdep-cancel.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/sysdep-cancel.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/sysdep-cancel.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,166 @@
 +/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10543,7 +10531,7 @@
 +                                     
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/tls.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/tls.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/tls.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/tls.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/tls.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,93 @@
 +/* Definition for thread-local data handling.  linuxthreads/i386 version.
 +   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
@@ -10640,7 +10628,7 @@
 +#endif	/* _FREEBSD_TLS_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/makecontext.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/makecontext.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/makecontext.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/makecontext.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/makecontext.S	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,113 @@
 +/* Create new context.
 +   Copyright (C) 2001,02 Free Software Foundation, Inc.
@@ -10757,7 +10745,7 @@
 +weak_alias(__makecontext, makecontext)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* Copyright (C) 1991-1992, 1994-1995, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10805,7 +10793,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sigcontextinfo.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sigcontextinfo.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sigcontextinfo.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sigcontextinfo.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sigcontextinfo.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,35 @@
 +/* Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -10844,7 +10832,7 @@
 +  (handler)((signo), SIGCONTEXT_EXTRA_ARGS (ctx))
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,207 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11055,7 +11043,7 @@
 +PSEUDO_END (__start_thread)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,32 @@
 +/* swap current context.
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -11091,7 +11079,7 @@
 +weak_alias(__swapcontext, swapcontext)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/io.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/io.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/io.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/io.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/io.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,180 @@
 +/* Copyright (C) 1996, 2000, 2002, 2004 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11275,7 +11263,7 @@
 +#endif /* _SYS_IO_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/perm.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/perm.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/perm.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/perm.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/perm.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,43 @@
 +/* Copyright (C) 1996, 1999, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11322,7 +11310,7 @@
 +#endif	/* _SYS_PERM_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/vm86.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/vm86.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/vm86.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/vm86.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/vm86.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,53 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11379,7 +11367,7 @@
 +#endif	/* _SYS_VM86_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_fork.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_fork.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_fork.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_fork.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_fork.S	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,34 @@
 +/* Copyright (C) 1991-1992, 1994-1995, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11417,7 +11405,7 @@
 +libc_hidden_def (__syscall_fork)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_lseek.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_lseek.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_lseek.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_lseek.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_lseek.S	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,32 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11453,7 +11441,7 @@
 +libc_hidden_def (__syscall_freebsd6_lseek)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysarch.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysarch.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysarch.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysarch.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysarch.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,81 @@
 +/* Parameters for the architecture specific system call.  i386 version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -11538,7 +11526,7 @@
 +#endif /* _SYSARCH_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,34 @@
 +/* Copyright (C) 1993, 1995-1998, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11576,7 +11564,7 @@
 +weak_alias (__syscall, syscall)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.S	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,38 @@
 +/* Copyright (C) 1995-1998, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11618,7 +11606,7 @@
 +#endif	/* !PIC */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,235 @@
 +/* Copyright (C) 1992,1993,1995-2000,2002,2003,2004
 +   Free Software Foundation, Inc.
@@ -11857,7 +11845,7 @@
 +#endif /* _FREEBSD_I386_SYSDEP_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ucontext_i.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ucontext_i.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ucontext_i.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ucontext_i.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ucontext_i.h	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,38 @@
 +/* Offsets and other constants needed in the *context() function
 +   implementation.
@@ -11899,7 +11887,7 @@
 +#define oSS_SIZE	664
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/vfork.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/vfork.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/vfork.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/vfork.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/vfork.S	2008-07-11 08:06:06.000000000 +0200
 @@ -0,0 +1,58 @@
 +/* Copyright (C) 1999, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -11961,7 +11949,7 @@
 +weak_alias (__vfork, vfork)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,303 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -12268,7 +12256,7 @@
 +libc_hidden_def (if_freenameindex)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifaddrs.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifaddrs.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifaddrs.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifaddrs.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifaddrs.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,362 @@
 +/*	$KAME: getifaddrs.c,v 1.9 2001/08/20 02:31:20 itojun Exp $	*/
 +
@@ -12634,7 +12622,7 @@
 +libc_hidden_def (freeifaddrs)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifreq.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifreq.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifreq.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifreq.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifreq.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,93 @@
 +/* Copyright (C) 1999, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -12731,7 +12719,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/init-first.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/init-first.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/init-first.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/init-first.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/init-first.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,128 @@
 +/* Initialization code run first thing by the ELF startup code.  Linux version.
 +   Copyright (C) 1995-1999,2000,01,02,03,2004 Free Software Foundation, Inc.
@@ -12863,7 +12851,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-features.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-features.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-features.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-features.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-features.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,43 @@
 +/* Set flags signalling availability of kernel features based on given
 +   kernel version number.
@@ -12910,7 +12898,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-posix-cpu-timers.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-posix-cpu-timers.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-posix-cpu-timers.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-posix-cpu-timers.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-posix-cpu-timers.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,5 @@
 +/* Parameters for the FreeBSD kernel ABI for CPU clocks.  */
 +
@@ -12919,7 +12907,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ldsodefs.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ldsodefs.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ldsodefs.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ldsodefs.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ldsodefs.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,39 @@
 +/* Run-time dynamic linker data structures for loaded ELF shared objects.
 +   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
@@ -12962,19 +12950,19 @@
 +#endif /* ldsodefs.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Implies ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Implies
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Implies	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Implies	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Implies	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1 @@
 +pthread
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Makefile ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Makefile
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Makefile	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Makefile	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Makefile	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,3 @@
 +ifeq ($(subdir),linuxthreads)
 +sysdep_routines += register-atfork unregister-atfork
 +endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Versions ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Versions
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Versions	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Versions	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Versions	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,5 @@
 +libc {
 +  GLIBC_2.3.2 {
@@ -12983,7 +12971,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/allocrtsig.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/allocrtsig.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/allocrtsig.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/allocrtsig.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/allocrtsig.c	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,14 @@
 +#if 1
 +
@@ -13001,7 +12989,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/local_lim.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/local_lim.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/local_lim.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/local_lim.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/local_lim.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,48 @@
 +/* Minimum guaranteed maximum values for system limits.  FreeBSD version.
 +   Copyright (C) 1993-1998, 2000, 2002 Free Software Foundation, Inc.
@@ -13053,7 +13041,7 @@
 +#define DELAYTIMER_MAX	2147483647
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/posix_opt.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/posix_opt.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/posix_opt.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/posix_opt.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/posix_opt.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,190 @@
 +/* Define POSIX options for FreeBSD.
 +   Copyright (C) 1996-1997, 1999, 2000, 2002 Free Software Foundation, Inc.
@@ -13247,7 +13235,7 @@
 +#endif /* bits/posix_opt.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/sigthread.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/sigthread.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/sigthread.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/sigthread.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/sigthread.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,38 @@
 +/* Signal handling function for threaded programs.
 +   Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
@@ -13289,7 +13277,7 @@
 +#endif	/* bits/sigthread.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/typesizes.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/typesizes.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/typesizes.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/typesizes.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/typesizes.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,66 @@
 +/* bits/typesizes.h -- underlying types for *_t.  kFreeBSD version.
 +   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
@@ -13359,13 +13347,13 @@
 +#endif /* bits/typesizes.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/execve.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/execve.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/execve.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/execve.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/execve.c	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,2 @@
 +#include <linuxthreads/sysdeps/unix/sysv/linux/execve.c>
 +libc_hidden_proto (__syscall_execve )
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fatal-prepare.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fatal-prepare.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fatal-prepare.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fatal-prepare.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fatal-prepare.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,39 @@
 +/* Copyright (C) 2003, 2007 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -13408,22 +13396,22 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.c	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1 @@
 +#include <linuxthreads/sysdeps/unix/sysv/linux/fork.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1 @@
 +#include <linuxthreads/sysdeps/unix/sysv/linux/fork.h>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/jmp-unwind.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/jmp-unwind.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/jmp-unwind.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/jmp-unwind.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/jmp-unwind.c	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1 @@
 +#include <linuxthreads/sysdeps/unix/sysv/linux/jmp-unwind.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/lowlevellock.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/lowlevellock.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/lowlevellock.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/lowlevellock.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/lowlevellock.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,47 @@
 +/* Copyright (C) 2007 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -13474,7 +13462,7 @@
 +#endif	/* lowlevellock.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/pt-sigsuspend.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/pt-sigsuspend.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/pt-sigsuspend.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/pt-sigsuspend.S	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/pt-sigsuspend.S	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,29 @@
 +/* Internal sigsuspend system call for LinuxThreads. FreeBSD version.
 +   Copyright (C) 2003 Free Software Foundation, Inc.
@@ -13507,17 +13495,17 @@
 +PSEUDO_END(__syscall_sigsuspend)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/raise.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/raise.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/raise.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/raise.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/raise.c	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1 @@
 +#include <linuxthreads/sysdeps/unix/sysv/linux/raise.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/register-atfork.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/register-atfork.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/register-atfork.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/register-atfork.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/register-atfork.c	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1 @@
 +#include <linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/smp.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/smp.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/smp.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/smp.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/smp.h	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1,36 @@
 +/* Determine whether the host has multiple processors.  FreeBSD version.
 +   Copyright (C) 1996, 2002 Free Software Foundation, Inc.
@@ -13557,12 +13545,12 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/unregister-atfork.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/unregister-atfork.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/unregister-atfork.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/unregister-atfork.c	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/unregister-atfork.c	2008-07-11 08:06:08.000000000 +0200
 @@ -0,0 +1 @@
 +#include <linuxthreads/sysdeps/unix/sysv/linux/unregister-atfork.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/llseek.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/llseek.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/llseek.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/llseek.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/llseek.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,6 @@
 +/* We don't need a definition since the lseek64 function is what we need.  */
 +/* llseek doesn't have a prototype.  Since the second parameter is a
@@ -13572,7 +13560,7 @@
 +the `llseek' function may be dangerous; use `lseek64' instead.")
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,86 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -13662,12 +13650,12 @@
 +weak_alias (__llseek, llseek)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +/* 'lseek64' is the same as 'lseek', because __off64_t == __off_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,49 @@
 +/* lxstat using FreeBSD lstat, nlstat system calls.
 +   Copyright (C) 1991,1995-1997,2000,2002 Free Software Foundation, Inc.
@@ -13720,7 +13708,7 @@
 +weak_alias (__lxstat, _lxstat)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* lxstat using FreeBSD lstat, nlstat system calls.
 +   Copyright (C) 1991,1995-1997,2000,2002 Free Software Foundation, Inc.
@@ -13768,7 +13756,7 @@
 +hidden_def (__lxstat64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,84 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -13856,12 +13844,12 @@
 +weak_alias (__mmap64, mmap64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +/* 'mmap64' is the same as 'mmap', because __off64_t == __off_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/munmap.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/munmap.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/munmap.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/munmap.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/munmap.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,41 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -13906,7 +13894,7 @@
 +weak_alias (__munmap, munmap)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/ethernet.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/ethernet.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/ethernet.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/ethernet.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/ethernet.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,76 @@
 +/* Copyright (C) 1997, 1999, 2001, 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -13986,7 +13974,7 @@
 +#endif	/* net/ethernet.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,424 @@
 +/*-
 + * Copyright (c) 1982, 1986, 1989, 1993
@@ -14414,7 +14402,7 @@
 +#endif /* !_NET_IF_H_ */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if_ether.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if_ether.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if_ether.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if_ether.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if_ether.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,104 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -14522,7 +14510,7 @@
 +#endif	/* net/if_ether.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/if_ether.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/if_ether.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/if_ether.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/if_ether.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/if_ether.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,138 @@
 +/* Copyright (C) 1996, 1997, 1999, 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -14664,7 +14652,7 @@
 +#endif /* netinet/if_ether.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/ip_icmp.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/ip_icmp.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/ip_icmp.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/ip_icmp.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/ip_icmp.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,296 @@
 +/* Copyright (C) 1991-1993, 1995-1997, 1999, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -14964,7 +14952,7 @@
 +#endif /* netinet/ip_icmp.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/tcp.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/tcp.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/tcp.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/tcp.h	2008-07-06 16:54:20.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/tcp.h	2008-07-11 08:06:05.000000000 +0200
 @@ -0,0 +1,258 @@
 +/* netinet/tcp.h
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -15226,14 +15214,14 @@
 +#endif /* netinet/tcp.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/nfs/nfs.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/nfs/nfs.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/nfs/nfs.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/nfs/nfs.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/nfs/nfs.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,3 @@
 +#include <stdint.h>
 +#include <sys/mount.h>
 +#include <nfs/nfsproto.h>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/not-cancel.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/not-cancel.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/not-cancel.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/not-cancel.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/not-cancel.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,88 @@
 +/* Uncancelable versions of cancelable interfaces.  kFreeBSD version.
 +   Copyright (C) 2003, 2006 Free Software Foundation, Inc.
@@ -15325,7 +15313,7 @@
 +  INLINE_SYSCALL (sigsuspend, 1, set)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ntp_gettime.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ntp_gettime.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ntp_gettime.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ntp_gettime.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ntp_gettime.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,62 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -15391,7 +15379,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/open.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/open.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,89 @@
 +/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -15484,19 +15472,19 @@
 +weak_alias (__libc_open64, open64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/open64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/open64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* 'open64' is the same as 'open', because __off64_t == __off_t and
 +   O_LARGEFILE == 0.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/open_2.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open_2.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/open_2.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open_2.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open_2.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,2 @@
 +#include <sysdeps/unix/sysv/linux/open_2.c>
 +strong_alias (__open_2, __open64_2)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,110 @@
 +/* Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -15610,13 +15598,13 @@
 +stub_warning (__openat64_2)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* 'openat64' is the same as 'open', because __off64_t == __off_t and
 +   O_LARGEFILE == 0.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/paths.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/paths.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/paths.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/paths.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/paths.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,74 @@
 +/*
 + * Copyright (c) 1989, 1993
@@ -15694,7 +15682,7 @@
 +#endif /* !_PATHS_H_ */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,50 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -15748,12 +15736,12 @@
 +weak_alias (__libc_pread64, pread64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +/* 'pread64' is the same as 'pread', because __off64_t == __off_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/prof-freq.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/prof-freq.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/prof-freq.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/prof-freq.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/prof-freq.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,47 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -15804,7 +15792,7 @@
 +libc_hidden_def (__profile_frequency)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptrace.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptrace.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptrace.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptrace.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptrace.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,68 @@
 +/* Copyright (C) 1995-1998, 2000, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -15876,7 +15864,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptsname.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptsname.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptsname.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptsname.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptsname.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,104 @@
 +/* Copyright (C) 1998, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -15984,7 +15972,7 @@
 +weak_alias (__ptsname_r, ptsname_r)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,50 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16038,12 +16026,12 @@
 +weak_alias (__libc_pwrite64, pwrite64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +/* 'pwrite64' is the same as 'pwrite', because __off64_t == __off_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,11 @@
 +/* 'readdir64' is the same as 'readdir', because
 +   struct dirent64 == struct dirent.  */
@@ -16058,19 +16046,19 @@
 +weak_alias (__readdir64, readdir64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* 'readdir64' is the same as 'readdir', because
 +   struct dirent64 == struct dirent.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64_r.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64_r.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64_r.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64_r.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64_r.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* 'readdir64_r' is the same as 'readdir_r', because
 +   struct dirent64 == struct dirent.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir_r.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir_r.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir_r.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir_r.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir_r.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,11 @@
 +/* 'readdir64_r' is the same as 'readdir_r', because
 +   struct dirent64 == struct dirent.  */
@@ -16085,7 +16073,7 @@
 +weak_alias (__readdir64_r, readdir64_r)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/readv.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readv.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/readv.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readv.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readv.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,57 @@
 +/* readv for FreeBSD.
 +   Copyright (C) 1997-1998, 2000, 2002 Free Software Foundation, Inc.
@@ -16146,7 +16134,7 @@
 +#include <sysdeps/posix/readv.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/recv.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/recv.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/recv.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/recv.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/recv.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,41 @@
 +/* Copyright (C) 2001-2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16191,7 +16179,7 @@
 +LIBC_CANCEL_HANDLED (); /* in __libc_recvfrom */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/rtld-lowlevel.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/rtld-lowlevel.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/rtld-lowlevel.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/rtld-lowlevel.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/rtld-lowlevel.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,131 @@
 +/* Definitions for lowlevel handling in ld.so, FreeBSD variant
 +   Copyright (C) 2006-2007 Free Software Foundation, Inc.
@@ -16326,7 +16314,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sa_len.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sa_len.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sa_len.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sa_len.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sa_len.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16374,12 +16362,12 @@
 +INTDEF(__libc_sa_len)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sbrk.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sbrk.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sbrk.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sbrk.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sbrk.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +#include <misc/sbrk.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_getp.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_getp.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_getp.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_getp.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_getp.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,45 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16428,13 +16416,13 @@
 +weak_alias (__sched_getparam, sched_getparam)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/seekdir.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/seekdir.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/seekdir.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/seekdir.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/seekdir.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* Avoid <sysdeps/unix/bsd/telldir.c>, which doesn't pass the testsuite.  */
 +#include <sysdeps/unix/seekdir.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/semctl.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/semctl.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/semctl.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/semctl.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/semctl.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,87 @@
 +/* Copyright (C) 2004 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16525,7 +16513,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/send.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/send.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/send.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/send.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/send.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,47 @@
 +/* Copyright (C) 2001-2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16576,7 +16564,7 @@
 +weak_alias (__send, send)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sendto.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sendto.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sendto.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sendto.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sendto.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,70 @@
 +/* Copyright (C) 2005 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16650,7 +16638,7 @@
 +weak_alias (__libc_sendto, sendto)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostid.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostid.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostid.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostid.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostid.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,37 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16691,7 +16679,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostname.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostname.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostname.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostname.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostname.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,37 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16732,7 +16720,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/setlogin.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setlogin.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/setlogin.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setlogin.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setlogin.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,34 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16770,12 +16758,12 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/setrlimit64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setrlimit64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/setrlimit64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setrlimit64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setrlimit64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +/* 'setrlimit64' is the same as 'setrlimit', because __rlim64_t == __rlim_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigaction.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigaction.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigaction.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigaction.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigaction.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,47 @@
 +/* Copyright (C) 1991,1995,1996,1997,2002,2004 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -16826,14 +16814,14 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigreturn.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigreturn.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigreturn.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigreturn.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigreturn.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,3 @@
 +/* The sigreturn syscall cannot be explicitly called on FreeBSD, only
 +   implicitly by returning from a signal handler.  */
 +#include <signal/sigreturn.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigset-cvt-mask.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigset-cvt-mask.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigset-cvt-mask.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigset-cvt-mask.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigset-cvt-mask.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,36 @@
 +/* Convert between lowlevel sigmask and libc representation of sigset_t.
 +   FreeBSD version.
@@ -16873,14 +16861,14 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigstack.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigstack.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigstack.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigstack.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigstack.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,3 @@
 +/* We can reuse the Linux implementation with some tricks.  */
 +#define __NR_sigaltstack 1
 +#include <sysdeps/unix/sysv/linux/sigstack.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sleep.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sleep.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sleep.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sleep.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sleep.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* Implementation of the POSIX sleep function using nanosleep.
 +   Copyright (C) 1996-1999, 2002 Free Software Foundation, Inc.
@@ -16928,7 +16916,7 @@
 +weak_alias (__sleep, sleep)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/stat16conv.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/stat16conv.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/stat16conv.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/stat16conv.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/stat16conv.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,80 @@
 +/* Convert between different 'struct stat' formats.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -17012,7 +17000,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statconv.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statconv.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statconv.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statconv.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statconv.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,46 @@
 +/* Convert between different 'struct stat' formats.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -17062,7 +17050,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,40 @@
 +/* Return information about the filesystem on which FILE resides.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -17106,7 +17094,7 @@
 +weak_alias (__statfs, statfs)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,37 @@
 +/* Return information about the filesystem on which FILE resides.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -17147,7 +17135,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfsconv.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfsconv.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfsconv.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfsconv.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfsconv.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,203 @@
 +/* Convert between different 'struct statfs' and 'struct statvfs' formats.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -17354,7 +17342,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,40 @@
 +/* Return information about the filesystem on which FILE resides.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -17398,7 +17386,7 @@
 +libc_hidden_weak (statvfs)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,41 @@
 +/* Return information about the filesystem on which FILE resides.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -17443,14 +17431,14 @@
 +weak_alias (__statvfs64, statvfs64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/stty.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/stty.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/stty.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/stty.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/stty.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,3 @@
 +/* just use internal functions */
 +#define ioctl __ioctl
 +#include <sysdeps/unix/bsd/stty.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/kd.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/kd.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/kd.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/kd.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/kd.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,25 @@
 +/* Copyright (C) 2005 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -17479,7 +17467,7 @@
 +#endif	/* sys/kd.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/mount.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/mount.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/mount.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/mount.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/mount.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,437 @@
 +/* Header file for handling mounted filesystems.  FreeBSD version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -17920,7 +17908,7 @@
 +#endif /* _SYS_MOUNT_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/param.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/param.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/param.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/param.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/param.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,237 @@
 +/* Copyright (C) 1995,1996,1997,2000,2001,2003 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -18161,7 +18149,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ptrace.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ptrace.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ptrace.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ptrace.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ptrace.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,132 @@
 +/* `ptrace' debugger support interface.  FreeBSD version.
 +   Copyright (C) 1996-1999, 2000, 2002 Free Software Foundation, Inc.
@@ -18297,7 +18285,7 @@
 +#endif /* _SYS_PTRACE_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/rfork.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/rfork.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/rfork.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/rfork.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/rfork.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,91 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -18392,7 +18380,7 @@
 +#endif /* _SYS_RFORK_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/swap.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/swap.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/swap.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/swap.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/swap.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,34 @@
 +/* Calls to enable swapping on specified locations.  FreeBSD version.
 +   Copyright (C) 1996-1997, 2000, 2002 Free Software Foundation, Inc.
@@ -18430,7 +18418,7 @@
 +#endif /* sys/swap.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/syscall.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/syscall.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/syscall.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/syscall.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/syscall.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,419 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -18853,7 +18841,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/sysmacros.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/sysmacros.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/sysmacros.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/sysmacros.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/sysmacros.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,36 @@
 +/* Definitions of macros to access `dev_t' values.  FreeBSD version.
 +   Copyright (C) 1996-1997, 1999, 2002 Free Software Foundation, Inc.
@@ -18893,7 +18881,7 @@
 +#endif /* sys/sysmacros.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ttydefaults.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ttydefaults.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ttydefaults.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ttydefaults.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ttydefaults.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,96 @@
 +/*-
 + * Copyright (c) 1982, 1986, 1993
@@ -18993,7 +18981,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ucontext.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ucontext.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ucontext.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ucontext.h	2008-07-06 16:54:21.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ucontext.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,48 @@
 +/* Data structures for user-level context switching.  Generic version.
 +   Copyright (C) 1997-1999, 2001-2002 Free Software Foundation, Inc.
@@ -19045,7 +19033,7 @@
 +#endif /* sys/ucontext.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls-inline.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls-inline.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls-inline.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls-inline.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls-inline.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,54 @@
 +/* prototypes of generally used "inline syscalls"
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -19103,7 +19091,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls.list ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls.list
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls.list	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls.list	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls.list	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,157 @@
 +# File name	Caller	Syscall name		# args	Strong name	Weak names
 +
@@ -19264,7 +19252,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,50 @@
 +/* Get file-specific information about a file.
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -19318,7 +19306,7 @@
 +#include <sysdeps/posix/sysconf.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysctlbyname.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysctlbyname.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysctlbyname.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysctlbyname.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysctlbyname.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -19366,7 +19354,7 @@
 +weak_alias (__sysctlbyname, sysctlbyname)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcdrain.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcdrain.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcdrain.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcdrain.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcdrain.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,41 @@
 +/* Copyright (C) 1995, 1996, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -19411,7 +19399,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcflow.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcflow.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcflow.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcflow.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcflow.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,4 @@
 +/* just use internal functions */
 +#define tcgetattr __tcgetattr
@@ -19419,13 +19407,13 @@
 +#include <sysdeps/unix/bsd/tcflow.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/telldir.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/telldir.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/telldir.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/telldir.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/telldir.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,2 @@
 +/* Avoid <sysdeps/unix/bsd/telldir.c>, which doesn't pass the testsuite.  */
 +#include <sysdeps/unix/telldir.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/testrtsig.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/testrtsig.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/testrtsig.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/testrtsig.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/testrtsig.h	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* Test whether RT signals are really available.
 +   Copyright (C) 2008 Free Software Foundation, Inc.
@@ -19473,7 +19461,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,41 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -19518,12 +19506,12 @@
 +weak_alias (__truncate64, truncate64)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +/* 'truncate64' is the same as 'truncate', because __off64_t == __off_t.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ulimit.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ulimit.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ulimit.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ulimit.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ulimit.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,5 @@
 +/* just use internal functions */
 +#define getrlimit __getrlimit
@@ -19532,7 +19520,7 @@
 +#include <sysdeps/unix/bsd/ulimit.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/uname.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/uname.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/uname.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/uname.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/uname.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,110 @@
 +/* Copyright (C) 2002, 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -19646,7 +19634,7 @@
 +libc_hidden_def (uname)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/unlockpt.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/unlockpt.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/unlockpt.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/unlockpt.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/unlockpt.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,45 @@
 +/* Copyright (C) 2007 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -19695,7 +19683,7 @@
 +weak_alias (__unlockpt, unlockpt)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/usleep.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/usleep.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/usleep.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/usleep.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/usleep.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,50 @@
 +/* Implementation of the BSD usleep function using nanosleep.
 +   Copyright (C) 1996-1997, 1999, 2001-2002 Free Software Foundation, Inc.
@@ -19749,7 +19737,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ustat.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ustat.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/ustat.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ustat.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ustat.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,66 @@
 +/* Return info on filesystem.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -19819,7 +19807,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/Makefile ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/Makefile
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/Makefile	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/Makefile	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/Makefile	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,6 @@
 +# Additional functions:
 +
@@ -19829,7 +19817,7 @@
 +endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/bits/utmp.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/bits/utmp.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/bits/utmp.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/bits/utmp.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/bits/utmp.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,50 @@
 +/* The `struct utmp' type, describing entries in the utmp file.  For FreeBSD.
 +   Copyright (C) 1993, 1996-1997, 2002 Free Software Foundation, Inc.
@@ -19883,7 +19871,7 @@
 +#define _HAVE_UT_HOST 1		/* We have the ut_host field.  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmp.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmp.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmp.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmp.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmp.c	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,31 @@
 +/* Copyright (C) 1999, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -19918,7 +19906,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmpx.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmpx.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmpx.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmpx.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmpx.c	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,31 @@
 +/* Copyright (C) 1999, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -19953,7 +19941,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxent.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxent.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxent.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxent.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxent.c	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,46 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -20003,7 +19991,7 @@
 +weak_alias (__getutxent, getutxent)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxid.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxid.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxid.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxid.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxid.c	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,68 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -20075,7 +20063,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxline.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxline.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxline.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxline.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxline.c	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,40 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -20119,7 +20107,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/pututxline.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/pututxline.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/pututxline.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/pututxline.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/pututxline.c	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,50 @@
 +/* Copyright (C) 1998, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -20173,7 +20161,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/updwtmpx.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/updwtmpx.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/updwtmpx.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/updwtmpx.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/updwtmpx.c	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,31 @@
 +/* Copyright (C) 1998, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -20208,7 +20196,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp-equal.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp-equal.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp-equal.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp-equal.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp-equal.h	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,50 @@
 +/* Copyright (C) 1996-1999,2000-2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -20262,12 +20250,12 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp_file.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp_file.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp_file.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp_file.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp_file.c	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1 @@
 +#include <login/utmp_file.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmpconv.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmpconv.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmpconv.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmpconv.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmpconv.c	2008-07-11 08:06:09.000000000 +0200
 @@ -0,0 +1,227 @@
 +/* Convert between 'struct utmp' and 'struct utmx'.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -20498,22 +20486,22 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-utmpx/utmp_file.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-utmpx/utmp_file.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-utmpx/utmp_file.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-utmpx/utmp_file.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-utmpx/utmp_file.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/utmp_file.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/wait.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait3.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait3.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait3.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait3.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait3.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/wait3.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/waitpid.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/waitpid.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/waitpid.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/waitpid.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/waitpid.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,56 @@
 +/* Copyright (C) 1991,95,96,97,2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -20573,7 +20561,7 @@
 +weak_alias (__libc_waitpid, waitpid)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/writev.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/writev.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/writev.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/writev.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/writev.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,57 @@
 +/* writev for FreeBSD.
 +   Copyright (C) 1997-1998, 2000, 2002 Free Software Foundation, Inc.
@@ -20634,7 +20622,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Makefile ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Makefile
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Makefile	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Makefile	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Makefile	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,17 @@
 +32bit-predefine = __i386__
 +64bit-predefine = __x86_64__
@@ -20655,7 +20643,7 @@
 +endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Versions ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Versions
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Versions	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Versions	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Versions	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,5 @@
 +libc {
 +  GLIBC_2.3.4 {
@@ -20664,7 +20652,7 @@
 +}
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/mcontext.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/mcontext.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/mcontext.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/mcontext.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/mcontext.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,167 @@
 +/* Machine-dependent processor state structure for FreeBSD.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -20835,7 +20823,7 @@
 +#define mc_eflags	mc_efl
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/sigcontext.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/sigcontext.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/sigcontext.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/sigcontext.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/sigcontext.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,147 @@
 +/* Machine-dependent signal context structure for FreeBSD.  i386 version.
 +   Copyright (C) 1991-1992,1994,1997,2001-2002 Free Software Foundation, Inc.
@@ -20986,7 +20974,7 @@
 +#endif /* _BITS_SIGCONTEXT_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/time.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/time.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/time.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/time.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/time.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,89 @@
 +/* System-dependent timing definitions.  FreeBSD version.
 +   Copyright (C) 1996-1997, 1999, 2000, 2002 Free Software Foundation, Inc.
@@ -21079,12 +21067,12 @@
 +#endif	/* need timeval */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-cache.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-cache.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-cache.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-cache.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-cache.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/x86_64/dl-cache.h>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-machine.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-machine.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-machine.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-machine.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-machine.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,80 @@
 +/* Machine-dependent ELF dynamic relocation inline functions.  FreeBSD/amd64 version.
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -21168,17 +21156,17 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.c	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h>
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/elf/start.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/elf/start.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/elf/start.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/elf/start.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/elf/start.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,143 @@
 +/* Startup code for FreeBSD/amd64 ABI.
 +   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
@@ -21325,12 +21313,12 @@
 +	data_start = __data_start
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/get_clockfreq.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/get_clockfreq.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/get_clockfreq.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/get_clockfreq.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/get_clockfreq.c	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1 @@
 +#include "../i386/get_clockfreq.c"
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/getcontext.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/getcontext.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/getcontext.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/getcontext.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/getcontext.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,38 @@
 +/* Save current context.
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -21372,12 +21360,12 @@
 +weak_alias(__getcontext, getcontext)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/iopl.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/iopl.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/iopl.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/iopl.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/iopl.c	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1 @@
 +#include "../i386/iopl.c"
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldconfig.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldconfig.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldconfig.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldconfig.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldconfig.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,39 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -21420,14 +21408,14 @@
 +  { "libm.so.8", FLAG_ELF_LIBC5 },
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldd-rewrite.sed ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldd-rewrite.sed
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldd-rewrite.sed	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldd-rewrite.sed	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldd-rewrite.sed	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,3 @@
 +/LD_TRACE_LOADED_OBJECTS=1/a\
 +add_env="$add_env LD_LIBRARY_VERSION=\\$verify_out"
 +s_^\(RTLDLIST=\)\(.*lib\)\(\|64\)\(/[^/]*\)\(-kfreebsd-x86-64\)\(\.so\.[0-9.]*\)[ 	]*$_\1"\2\4\6 \264\4\5\6"_
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/Makefile ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/Makefile
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/Makefile	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/Makefile	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/Makefile	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,4 @@
 +ifeq ($(subdir),linuxthreads)
 +CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions \
@@ -21435,12 +21423,12 @@
 +endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/asm/prctl.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/asm/prctl.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/asm/prctl.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/asm/prctl.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/asm/prctl.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1 @@
 +/* placeholder to make linuxthreads/sysdeps/x86_64/pt-machine.h happy */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/pt-machine.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/pt-machine.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/pt-machine.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/pt-machine.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/pt-machine.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,51 @@
 +/* Machine-dependent pthreads configuration and inline functions.
 +   x86-64 FreeBSD version.
@@ -21495,7 +21483,7 @@
 +#endif /* pt-machine.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/sysdep-cancel.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/sysdep-cancel.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/sysdep-cancel.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/sysdep-cancel.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/sysdep-cancel.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,145 @@
 +/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -21644,7 +21632,7 @@
 +#endif
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/tls.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/tls.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/tls.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/tls.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/tls.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,62 @@
 +/* Definitions for thread-local data handling.  linuxthreads/x86-64 version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -21710,7 +21698,7 @@
 +#endif	/* tls.h */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/makecontext.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/makecontext.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/makecontext.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/makecontext.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/makecontext.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,146 @@
 +/* makecontext() for FreeBSD/amd64. 
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -21860,7 +21848,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/pipe.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/pipe.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/pipe.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/pipe.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/pipe.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,32 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -21896,7 +21884,7 @@
 +weak_alias (__pipe, pipe)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,62 @@
 +/* Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -21962,7 +21950,7 @@
 +#include "elf/readelflib.c"
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* Copyright (C) 1991-1992, 1994-1995, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -22010,7 +21998,7 @@
 +
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sigcontextinfo.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sigcontextinfo.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sigcontextinfo.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sigcontextinfo.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sigcontextinfo.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,35 @@
 +/* Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -22049,7 +22037,7 @@
 +  (handler)((signo), SIGCONTEXT_EXTRA_ARGS (ctx))
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start_thread.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start_thread.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start_thread.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start_thread.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start_thread.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,196 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -22249,7 +22237,7 @@
 +PSEUDO_END (__start_thread)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/swapcontext.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/swapcontext.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/swapcontext.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/swapcontext.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/swapcontext.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,32 @@
 +/* swap current context.
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -22285,7 +22273,7 @@
 +weak_alias(__swapcontext, swapcontext)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/io.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/io.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/io.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/io.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/io.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,171 @@
 +/* Copyright (C) 1996, 2000, 2002, 2004 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -22460,7 +22448,7 @@
 +#endif /* _SYS_IO_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/perm.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/perm.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/perm.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/perm.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/perm.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,31 @@
 +/* Copyright (C) 1996, 1999, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -22495,7 +22483,7 @@
 +#endif	/* _SYS_PERM_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys_fork.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys_fork.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys_fork.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys_fork.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys_fork.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,36 @@
 +/* Copyright (C) 1991-1992, 1994-1995, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -22535,7 +22523,7 @@
 +libc_hidden_def (__syscall_fork)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysarch.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysarch.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysarch.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysarch.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysarch.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,48 @@
 +/* Parameters for the architecture specific system call.  amd64 version.
 +   Copyright (C) 2002 Free Software Foundation, Inc.
@@ -22587,7 +22575,7 @@
 +#endif /* _SYSARCH_H */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/syscall.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/syscall.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/syscall.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/syscall.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/syscall.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,31 @@
 +/* Copyright (C) 2006 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -22622,7 +22610,7 @@
 +weak_alias (__syscall, syscall)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,40 @@
 +/* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -22666,7 +22654,7 @@
 +#endif	/* !PIC */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,233 @@
 +/* Copyright (C) 2001,02,03,04 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -22903,7 +22891,7 @@
 +#endif /* _KFREEBSD_X86_64_SYSDEP_H  */
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ucontext_i.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ucontext_i.h
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ucontext_i.h	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ucontext_i.h	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ucontext_i.h	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,38 @@
 +/* Offsets  needed in the makecontext() function implementation.
 +   Copyright (C) 2006 Free Software Foundation, Inc.
@@ -22945,7 +22933,7 @@
 +#define oSS_SIZE	832
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/vfork.S ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/vfork.S
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/vfork.S	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/vfork.S	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/vfork.S	2008-07-11 08:06:10.000000000 +0200
 @@ -0,0 +1,58 @@
 +/* Copyright (C) 1999, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -23007,7 +22995,7 @@
 +weak_alias (__vfork, vfork)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/xmknod.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xmknod.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/xmknod.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xmknod.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xmknod.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,48 @@
 +/* xmknod call using old-style Unix mknod and mkfifo system calls.
 +   Copyright (C) 1991, 1993, 1995-1997, 2002 Free Software Foundation, Inc.
@@ -23059,7 +23047,7 @@
 +weak_alias (__xmknod, _xmknod)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,49 @@
 +/* xstat using FreeBSD stat, nstat system calls.
 +   Copyright (C) 1991,1995-1997,2000,2002 Free Software Foundation, Inc.
@@ -23112,7 +23100,7 @@
 +weak_alias (__xstat, _xstat)
 diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat64.c ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat64.c
 --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat64.c	1970-01-01 01:00:00.000000000 +0100
-+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat64.c	2008-07-06 16:54:22.000000000 +0200
++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat64.c	2008-07-11 08:06:11.000000000 +0200
 @@ -0,0 +1,44 @@
 +/* xstat using FreeBSD stat, nstat system calls.
 +   Copyright (C) 1991,1995-1997,2000,2002 Free Software Foundation, Inc.


Reply to: