Module Name: src Committed By: riz Date: Thu Mar 14 22:04:33 UTC 2013
Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Tickets 838, 839, 843. To generate a diff of this commit: cvs rdiff -u -r1.1.2.109 -r1.1.2.110 src/doc/CHANGES-6.1 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-6.1 diff -u src/doc/CHANGES-6.1:1.1.2.109 src/doc/CHANGES-6.1:1.1.2.110 --- src/doc/CHANGES-6.1:1.1.2.109 Thu Mar 14 19:56:24 2013 +++ src/doc/CHANGES-6.1 Thu Mar 14 22:04:32 2013 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1,v 1.1.2.109 2013/03/14 19:56:24 riz Exp $ +# $NetBSD: CHANGES-6.1,v 1.1.2.110 2013/03/14 22:04:32 riz Exp $ A complete list of changes from the 6.0 release until the 6.1 release: @@ -8638,3 +8638,71 @@ distrib/sets/lists/base/mi patch try to predict Ramadan in Morocco as best we can. [apb, ticket #845] +sys/dev/ic/isp.c 1.123 + + Fix FC-AL devices on QLogic ISP2100. PR#47302. + [martin, ticket #838] + +sys/secmodel/extensions/secmodel_extensions.c 1.5 + + Fix a crash which can happen with sysctl security.curtain=1 + set. PR#47598. + [martin, ticket #839] + +lib/libc/rpc/DISCLAIMER 1.3 +lib/libc/rpc/auth_none.c 1.16 +lib/libc/rpc/auth_unix.c 1.25 +lib/libc/rpc/authunix_prot.c 1.16 +lib/libc/rpc/bindresvport.c 1.25 +lib/libc/rpc/clnt_bcast.c 1.26 +lib/libc/rpc/clnt_dg.c 1.28 +lib/libc/rpc/clnt_generic.c 1.30 +lib/libc/rpc/clnt_perror.c 1.30 +lib/libc/rpc/clnt_raw.c 1.32 +lib/libc/rpc/clnt_simple.c 1.32 +lib/libc/rpc/clnt_vc.c 1.21 +lib/libc/rpc/getnetconfig.c 1.21 +lib/libc/rpc/getnetpath.c 1.17 +lib/libc/rpc/getrpcent.c 1.23 +lib/libc/rpc/getrpcport.c 1.18 +lib/libc/rpc/pmap_clnt.c 1.19 +lib/libc/rpc/pmap_getmaps.c 1.18 +lib/libc/rpc/pmap_getport.c 1.19 +lib/libc/rpc/pmap_prot.c 1.12 +lib/libc/rpc/pmap_prot2.c 1.17 +lib/libc/rpc/pmap_rmt.c 1.34 +lib/libc/rpc/rpc_callmsg.c 1.20 +lib/libc/rpc/rpc_commondata.c 1.9 +lib/libc/rpc/rpc_dtablesize.c 1.16 +lib/libc/rpc/rpc_generic.c 1.28 +lib/libc/rpc/rpc_prot.c 1.21 +lib/libc/rpc/rpc_soc.c 1.18 +lib/libc/rpc/rpcb_clnt.c 1.29 +lib/libc/rpc/rpcb_prot.c 1.11 +lib/libc/rpc/rpcb_st_xdr.c 1.10 +lib/libc/rpc/svc.c 1.34 +lib/libc/rpc/svc_auth.c 1.17 +lib/libc/rpc/svc_auth_unix.c 1.21 +lib/libc/rpc/svc_dg.c 1.17 +lib/libc/rpc/svc_dg.h 1.2 +lib/libc/rpc/svc_generic.c 1.15 +lib/libc/rpc/svc_raw.c 1.24 +lib/libc/rpc/svc_run.c 1.22 +lib/libc/rpc/svc_simple.c 1.33 +lib/libc/rpc/svc_vc.c 1.30 +lib/libc/rpc/xdr.c 1.33 +lib/libc/rpc/xdr_array.c 1.19 +lib/libc/rpc/xdr_float.c 1.38 +lib/libc/rpc/xdr_mem.c 1.19 +lib/libc/rpc/xdr_rec.c 1.35 +lib/libc/rpc/xdr_reference.c 1.18 +lib/libc/rpc/xdr_sizeof.c 1.5 +lib/libc/rpc/xdr_stdio.c 1.19 + + Replace previous Sun Microsystems, Inc. license with a standard + BSD 3-clause license granted by Oracle America, Inc.. + This license change was approved by Wim Coekaerts, Senior + Vice President, Linux and Virtualization at Oracle Corporation. + This fixes PR lib/45293 by Pedro Giffuni. + [tron, ticket #843] +