CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs
Module Name:src Committed By: riastradh Date: Fri Apr 10 19:59:10 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: Disable mmap on zfs for now. The implementation is not coherent with read/write, and apparently it is is so broken that write(2) on a region mapped from a zfs file will often fail with EINVAL because something passes an offset that is too large to getpages. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/external/gpl3/gcc/dist/gcc/config
Module Name:src Committed By: snj Date: Fri Apr 10 20:15:52 UTC 2015 Modified Files: src/external/gpl3/gcc/dist/gcc/config [netbsd-7]: host-netbsd.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #668): external/gpl3/gcc/dist/gcc/config/host-netbsd.c: revision 1.2 Use the same TRY_EMPTY_VM_SPACE as mips and vax for arm, which also has VM_MAXUSER_ADDRESS set to 2GB. Fixes "fatal error: had to relocate PCH" from g++ building wxGTK28 or wxGTK30. For details see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58379 thanks to Martin Husemann for the hint. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.6.1 \ src/external/gpl3/gcc/dist/gcc/config/host-netbsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/arch/arm/arm32
Module Name:src Committed By: snj Date: Fri Apr 10 20:17:52 UTC 2015 Modified Files: src/sys/arch/arm/arm32 [netbsd-7]: pmap.c Log Message: Pull up following revision(s) (requested by skrll in ticket #669): sys/arch/arm/arm32/pmap.c: revision 1.318 Fix two bugs. pmap_is_cached fix for MULTIPROCESSOR (not just ASID on local cpu -> any valid ASID on any cpu). pmap_deactivate: update curcpu()->ci_pmap_cur_asid to KERNEL_PID too. To generate a diff of this commit: cvs rdiff -u -r1.295.2.3 -r1.295.2.4 src/sys/arch/arm/arm32/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/lib/libc/softfloat
Module Name:src Committed By: snj Date: Fri Apr 10 20:22:42 UTC 2015 Modified Files: src/lib/libc/softfloat [netbsd-7]: Makefile.inc Log Message: Pull up following revision(s) (requested by martin in ticket #670): lib/libc/softfloat/Makefile.inc: revision 1.20 Restrict the arm compiler optimization hack to gcc 4.5 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.19.2.1 src/lib/libc/softfloat/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src
Module Name:src Committed By: snj Date: Fri Apr 10 20:26:47 UTC 2015 Modified Files: src/external/bsd/ipf/dist/lib [netbsd-7]: interror.c src/sys/external/bsd/ipf/netinet [netbsd-7]: fil.c Log Message: Pull up following revision(s) (requested by khorben in ticket #671): external/bsd/ipf/dist/lib/interror.c: revision 1.4 sys/external/bsd/ipf/netinet/fil.c: revision 1.16 Fix for PR kern/48109 (and its duplicate kern/49807) As provided by Takahiro HAYASHI in PR kern/48109. Additional error registration in ipf(8) by myself. Changes tested with GENERIC and XEN3_DOM0. Thanks! To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.6.1 src/external/bsd/ipf/dist/lib/interror.c cvs rdiff -u -r1.15 -r1.15.2.1 src/sys/external/bsd/ipf/netinet/fil.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/sbin/zpool
Module Name:src Committed By: riastradh Date: Fri Apr 10 20:34:16 UTC 2015 Modified Files: src/external/cddl/osnet/sbin/zpool: Makefile Log Message: Use CPPFLAGS, not CFLAGS, so this actually takes effect. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/sbin/zpool/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src
Module Name:src Committed By: snj Date: Fri Apr 10 20:40:19 UTC 2015 Modified Files: src/distrib/sets/lists/xcomp [netbsd-7]: mi src/external/mit/xorg/lib/libXaw [netbsd-7]: Makefile Log Message: Pull up following revision(s) (requested by mrg in ticket #673): distrib/sets/lists/xcomp/mi: revision 1.162 external/mit/xorg/lib/libXaw/Makefile: revision 1.10 don't install X11/Xaw/Print.h and X11/Xaw/PrintSP.h. they haven't been included upstream since libXaw 1.0.5 (released in 2008) and are useless in this Xprint-less world. To generate a diff of this commit: cvs rdiff -u -r1.152.2.5 -r1.152.2.6 src/distrib/sets/lists/xcomp/mi cvs rdiff -u -r1.9 -r1.9.20.1 src/external/mit/xorg/lib/libXaw/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make/unit-tests
Module Name:src Committed By: sjg Date: Fri Apr 10 20:41:59 UTC 2015 Modified Files: src/usr.bin/make/unit-tests: export-all.exp export-all.mk varshell.exp varshell.mk Log Message: export-all.mk should be including export.mk sadly some shells do not grok named signals. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/unit-tests/export-all.exp \ src/usr.bin/make/unit-tests/export-all.mk \ src/usr.bin/make/unit-tests/varshell.exp \ src/usr.bin/make/unit-tests/varshell.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] xsrc/external/mit/libXaw/dist
Module Name:xsrc Committed By: snj Date: Fri Apr 10 20:43:05 UTC 2015 Removed Files: xsrc/external/mit/libXaw/dist [netbsd-7]: xaw.m4 xaw8.pc.in xsrc/external/mit/libXaw/dist/include/X11/Xaw [netbsd-7]: Print.h PrintSP.h xsrc/external/mit/libXaw/dist/src [netbsd-7]: PrintShell.c Log Message: Pull up following revision(s) (requested by mrg in ticket #673): xsrc/external/mit/libXaw/dist/xaw.m4: delete xsrc/external/mit/libXaw/dist/xaw8.pc.in: delete xsrc/external/mit/libXaw/dist/include/X11/Xaw/Print.h: delete xsrc/external/mit/libXaw/dist/include/X11/Xaw/PrintSP.h: delete xsrc/external/mit/libXaw/dist/src/PrintShell.c: delete nuke old files that disappeared upstream in 1.0.5. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/libXaw/dist/xaw.m4 \ xsrc/external/mit/libXaw/dist/xaw8.pc.in cvs rdiff -u -r1.1.1.1 -r0 \ xsrc/external/mit/libXaw/dist/include/X11/Xaw/Print.h \ xsrc/external/mit/libXaw/dist/include/X11/Xaw/PrintSP.h cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/libXaw/dist/src/PrintShell.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: snj Date: Fri Apr 10 20:44:51 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: 668-673 To generate a diff of this commit: cvs rdiff -u -r1.1.2.250 -r1.1.2.251 src/doc/CHANGES-7.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs
Module Name:src Committed By: riastradh Date: Fri Apr 10 20:55:38 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c Log Message: Use dprintf, not printf, for debug messages. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/cmd/zfs
Module Name:src Committed By: riastradh Date: Fri Apr 10 22:28:27 UTC 2015 Modified Files: src/external/cddl/osnet/dist/cmd/zfs: zfs_main.c Log Message: Use 0, not NULL, for zero integer constant. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/dist/cmd/zfs/zfs_main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/common/nvpair
Module Name:src Committed By: riastradh Date: Fri Apr 10 22:29:35 UTC 2015 Modified Files: src/external/cddl/osnet/dist/common/nvpair: nvpair.c Log Message: Initialize variables. Don't bother supporting nv doubles. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dist/common/nvpair/nvpair.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/lib/libzpool
Module Name:src Committed By: riastradh Date: Fri Apr 10 22:36:50 UTC 2015 Modified Files: src/external/cddl/osnet/lib/libzpool: Makefile Log Message: One usually puts .c, not .o, files in SRCS. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/cddl/osnet/lib/libzpool/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/lib/libuutil/common
Module Name:src Committed By: riastradh Date: Fri Apr 10 22:38:30 UTC 2015 Modified Files: src/external/cddl/osnet/dist/lib/libuutil/common: uu_misc.c Log Message: GCC doesn't speak #pragma init, try __attribute__((constructor)). To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/cddl/osnet/dist/lib/libuutil/common/uu_misc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet
Module Name:src Committed By: riastradh Date: Fri Apr 10 22:44:20 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/rpc: types.h xdr.c xdr.h src/external/cddl/osnet/lib/libnvpair: Makefile Log Message: Use the upstream xdr, with a rename dance to avoid clash with libc. The upstream xdr provides some functionality expected by the upstream libnvpair which our libc's xdr does not provide. When modifying, double-check that libnvpair.so defines no xdr_* symbols, only _solaris_xdr_*. (XXX Put this note somewhere...) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/cddl/osnet/dist/uts/common/rpc/types.h cvs rdiff -u -r1.1.1.2 -r1.2 \ src/external/cddl/osnet/dist/uts/common/rpc/xdr.c \ src/external/cddl/osnet/dist/uts/common/rpc/xdr.h cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/lib/libnvpair/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: matt Date: Sat Apr 11 00:11:40 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: options To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/GENERIC.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/sys/kern
Module Name:src Committed By: riastradh Date: Sat Apr 11 00:13:04 UTC 2015 Modified Files: src/external/cddl/osnet/sys/kern: taskq.c Log Message: Make taskq_dispatch fail for now with TQ_NOQUEUE; make caller retry. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/kern/taskq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs
Module Name:src Committed By: riastradh Date: Sat Apr 11 00:23:31 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: dmu.c Log Message: Disable another xuio branch. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/dist/uts/common/fs/zfs/dmu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: ryoon Date: Sat Apr 11 00:30:51 UTC 2015 Modified Files: src/share/man/man4: axen.4 Log Message: Add new device. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/axen.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/sys/sys
Module Name:src Committed By: riastradh Date: Sat Apr 11 01:49:00 UTC 2015 Modified Files: src/external/cddl/osnet/sys/sys: uio.h Log Message: Nuke UIO_XUIO so nothing accidentally misuses it. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/sys/sys/uio.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs
Module Name:src Committed By: riastradh Date: Sat Apr 11 02:33:16 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_rlock.c Log Message: Reduce diff from upstream a little. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_rlock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/uts/common/rpc
Module Name:src Committed By: riastradh Date: Sat Apr 11 03:21:43 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/rpc: xdr_mem.c Log Message: Use a static initializer, not a broken initializer. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/cddl/osnet/dist/uts/common/rpc/xdr_mem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/sys/rpc
Module Name:src Committed By: riastradh Date: Sat Apr 11 03:22:36 UTC 2015 Removed Files: src/external/cddl/osnet/sys/rpc: xdr.h Log Message: Remove broken shim for xdr_control. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/external/cddl/osnet/sys/rpc/xdr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/uts/common/rpc
Module Name:src Committed By: riastradh Date: Sat Apr 11 03:23:37 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/rpc: xdr.h Log Message: Skip Solaris ILP32 ABI compatibility shenanigans from upstream. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dist/uts/common/rpc/xdr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs
Module Name:src Committed By: riastradh Date: Sat Apr 11 04:35:39 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_rlock.c Log Message: Make sure rl_t::r_zp is always initialized. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_rlock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: sjg Date: Sat Apr 11 05:24:30 UTC 2015 Modified Files: src/usr.bin/make: meta.c Log Message: Use separate vars to track cwd and last dir a process read. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.bin/make/meta.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/share/mk
Module Name:src Committed By: snj Date: Sat Apr 11 05:36:13 UTC 2015 Modified Files: src/share/mk [netbsd-7]: bsd.own.mk Log Message: Pull up following revision(s) (requested by mrg in ticket #674): share/mk/bsd.own.mk: revision 1.845 remove support to look for GCC 4.5 in gcc.old. To generate a diff of this commit: cvs rdiff -u -r1.829.2.5 -r1.829.2.6 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: snj Date: Sat Apr 11 05:47:34 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: 674 To generate a diff of this commit: cvs rdiff -u -r1.1.2.251 -r1.1.2.252 src/doc/CHANGES-7.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.