cvs commit: src/lib/libthr/thread thr_condattr.c

2008-08-04 Thread David Xu
davidxu 2008-08-05 01:29:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libthr/threadthr_condattr.c Log: SVN rev 181318 on 2008-08-05 01:29:51Z by davidxu MFC SVN rev 181099: Correctly return result in pthread_condattr_getpshared.

cvs commit: src/lib/libthr/thread thr_condattr.c

2008-08-04 Thread David Xu
davidxu 2008-08-05 01:23:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libthr/threadthr_condattr.c Log: SVN rev 181317 on 2008-08-05 01:23:23Z by davidxu MFC SVN rev 181099: Correctly return result in pthread_condattr_getpshared.

cvs commit: src/lib/libthr/thread thr_condattr.c

2008-07-31 Thread David Xu
davidxu 2008-08-01 01:21:49 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_condattr.c Log: SVN rev 181099 on 2008-08-01 01:21:49Z by davidxu In function pthread_condattr_getpshared, store result correctly. PR: kern/126128 Revision