Author: ps-guest
Date: 2011-07-19 13:17:18 +0000 (Tue, 19 Jul 2011)
New Revision: 4801

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



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2011-07-19 11:17:16 UTC (rev 
4800)
+++ glibc-package/trunk/debian/changelog        2011-07-19 13:17:18 UTC (rev 
4801)
@@ -6,9 +6,10 @@
     results.  Closes: #632863.
   * Add patches/localedata/locale-os_RU.diff from upstream to add Ossetian
     locale.  Closes: #634508.
-  * kfreebsd/local-sysdeps.diff, update to revision 3616 (from glibc-bsd),
-    fixing LD_PRELOAD with a kfreebsd-9 kernel (closes: #630695) and 
-    tst-atime when build in a noatime filesystem (closes: #634152).
+  * kfreebsd/local-sysdeps.diff, update to revision 3618 (from glibc-bsd).
+    - fixes LD_PRELOAD with a kfreebsd-9 kernel. Closes: #630695.
+    - fixes tst-atime when build in a noatime filesystem.  Closes: #634152.
+    - uses upstream RFTSIGZMB for exit signal selection when available.
 
  -- Aurelien Jarno <[email protected]>  Sun, 10 Jul 2011 22:01:11 +0200
 

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff      
2011-07-19 11:17:16 UTC (rev 4800)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff      
2011-07-19 13:17:18 UTC (rev 4801)
@@ -6402,7 +6402,7 @@
 +# define ST_NOEXEC    ST_NOEXEC
 +  ST_SYNCHRONOUS = 16,                /* Writes are synced at once.  */
 +# define ST_SYNCHRONOUS       ST_SYNCHRONOUS
-+  ST_NOATIME = 1024,          /* Do not update access times.  */
++  ST_NOATIME = 0x10000000     /* Do not update access times.  */
 +# define ST_NOATIME   ST_NOATIME
 +#endif        /* Use GNU.  */
 +};
@@ -7477,7 +7477,7 @@
 +
 +  if ((flags & CSIGNAL) != SIGCHLD)
 +  {
-+    if (__kernel_osreldate() >= 802509)    /* XXX have to be updated after 
upstream merge */
++    if (__kernel_osreldate() >= 802510)
 +                /* we slightly cheat here, */
 +                /* the 9.x snapshot prior to r223966 does not support it too 
*/
 +    {


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to