From c8c0e4d40911472619c622abc85443549349e272be9b863faf429a88692c6b53 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 10 Dec 2012 14:20:57 +0000 Subject: [PATCH] - pthread-cond-timedwait-i486.patch: Extend i486 pthread_cond_timedwait to use futex syscall with absolute - nscd-short-write.patch: Properly check for short writes when sending the response in nscd OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=247 --- glibc.changes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/glibc.changes b/glibc.changes index 56f230e..454f007 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,9 +1,11 @@ ------------------------------------------------------------------- Mon Dec 10 13:08:01 UTC 2012 - schwab@suse.de -- Extend i486 pthread_cond_timedwait to use futex syscall with absolute +- pthread-cond-timedwait-i486.patch: + Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeout -- Properly check for short writes when sending the response in nscd +- nscd-short-write.patch: + Properly check for short writes when sending the response in nscd ------------------------------------------------------------------- Sat Dec 8 18:55:53 UTC 2012 - aj@suse.de