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

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



Author: ps-guest
Date: 2010-02-16 14:59:01 +0000 (Tue, 16 Feb 2010)
New Revision: 4201

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



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2010-02-15 22:11:31 UTC (rev 4200)
+++ glibc-package/trunk/debian/changelog	2010-02-16 14:59:01 UTC (rev 4201)
@@ -18,7 +18,7 @@
   * scripts.in/nsscheck.sh: remove non-breaking space.  Closes: #569701.
 
   [ Petr Salinger]
-  * kfreebsd/local-sysdeps.diff: update to revision 2982 (from glibc-bsd).
+  * kfreebsd/local-sysdeps.diff: update to revision 2986 (from glibc-bsd).
   * Drop kfreebsd/local-ftw.diff, use *at functions as other architectures,
     the 8.0 kernel supports them as native, 
     under previous kernels we have limited emulation.

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2010-02-15 22:11:31 UTC (rev 4200)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2010-02-16 14:59:01 UTC (rev 4201)
@@ -18731,6 +18731,10 @@
 @@ -0,0 +1 @@
 +/* 'pread64' is the same as 'pread', because __off64_t == __off_t.  */
 --- /dev/null
++++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/preadv64.c
+@@ -0,0 +1 @@
++/* 'preadv64' is the same as 'preadv', because __off64_t == __off_t.  */
+--- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/prof-freq.c
 @@ -0,0 +1,47 @@
 +/* Copyright (C) 2002 Free Software Foundation, Inc.
@@ -18963,6 +18967,10 @@
 @@ -0,0 +1 @@
 +/* 'pwrite64' is the same as 'pwrite', because __off64_t == __off_t.  */
 --- /dev/null
++++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwritev64.c
+@@ -0,0 +1 @@
++/* 'pwritev64' is the same as 'pwritev', because __off64_t == __off_t.  */
+--- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir.c
 @@ -0,0 +1,11 @@
 +/* 'readdir64' is the same as 'readdir', because
@@ -23096,7 +23104,7 @@
 +#endif
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls.list
-@@ -0,0 +1,183 @@
+@@ -0,0 +1,185 @@
 +# File name		Caller	Syscall name		# args		Strong name	Weak names
 +sys_access		-	access			i:si		__syscall_access
 +acl_aclcheck_fd		-	acl_aclcheck_fd		i:iip		__acl_aclcheck_fd
@@ -23197,6 +23205,8 @@
 +sys_freebsd6_pread	-	freebsd6_pread		i:ibnii		__syscall_freebsd6_pread
 +sys_pwrite		-	pwrite			i:ibni		__syscall_pwrite
 +sys_freebsd6_pwrite	-	freebsd6_pwrite		i:ibnii		__syscall_freebsd6_pwrite
++preadv			-	preadv			Ci:ipii		__preadv  preadv  __preadv64  preadv64 
++pwritev			-	pwritev			Ci:ipii		__pwritev pwritev __pwritev64 pwritev64 
 +quotactl		-	quotactl		i:siip		quotactl
 +sys_readv		-	readv			i:ipi		__syscall_readv
 +rfork			-	rfork			i:i		__rfork rfork


Reply to: