Module Name: src Committed By: riz Date: Tue Aug 9 16:20:55 UTC 2011
Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: Tickets 1651, 1652. To generate a diff of this commit: cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-5.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.2 diff -u src/doc/CHANGES-5.2:1.1.2.96 src/doc/CHANGES-5.2:1.1.2.97 --- src/doc/CHANGES-5.2:1.1.2.96 Mon Aug 8 19:57:46 2011 +++ src/doc/CHANGES-5.2 Tue Aug 9 16:20:55 2011 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.2,v 1.1.2.96 2011/08/08 19:57:46 riz Exp $ +# $NetBSD: CHANGES-5.2,v 1.1.2.97 2011/08/09 16:20:55 riz Exp $ A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2 release: @@ -5452,3 +5452,15 @@ Call the FUSE init operation before we try to access the file-system. [tron, ticket #1650] +usr.bin/extattr/getextattr.1 1.4 via patch +usr.bin/extattr/getextattr.c 1.8 via patch + + Improve extended attribute commands. + [manu, ticket #1651] + +sys/kern/kern_kthread.c 1.28 via patch +sys/sys/kthread.h 1.9 via patch + + Add support for kthread_join in our kernel thread implementation. + [matt, ticket #1652] +