CVS commit: src/tests/fs/vfs
Module Name:src Committed By: riastradh Date: Thu Apr 9 19:51:13 UTC 2015 Modified Files: src/tests/fs/vfs: t_unpriv.c Log Message: Apparently I fixed t_unpriv:zfs_owner and didn't notice. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/tests/fs/vfs/t_unpriv.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: Thu Apr 9 19:35:56 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: Remove some vestigial #if 0 sections. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 \ 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: src/usr.bin/make
Module Name:src Committed By: sjg Date: Thu Apr 9 18:22:08 UTC 2015 Modified Files: src/usr.bin/make: make.1 Log Message: Forgot to tweak date To generate a diff of this commit: cvs rdiff -u -r1.244 -r1.245 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/debug
Module Name:src Committed By: christos Date: Thu Apr 9 17:56:30 UTC 2015 Modified Files: src/distrib/sets/lists/debug: mi Log Message: add new test To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/distrib/sets/lists/debug/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/omap
Module Name:src Committed By: matt Date: Thu Apr 9 21:33:54 UTC 2015 Modified Files: src/sys/arch/arm/omap: omap4430_intr.h omap5430_intr.h Log Message: Add #define __HAVE_PIC_PENDING_INTRS for the non-GIC PICs. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/omap/omap4430_intr.h \ src/sys/arch/arm/omap/omap5430_intr.h 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: Thu Apr 9 18:21:01 UTC 2015 Modified Files: src/usr.bin/make: job.c make.1 Log Message: jobs mode handles '-' very differently to compat mode, but this is not reflected in make.1 Also fix handling to match the behavior described in the comment of JobPrintCommand (only matters if shell sets hasErrCtl). A better long term solution is needed since the current behavior is sub-optimal wrt '-' and different from all other makes. Reviewed by: christos To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/usr.bin/make/job.c cvs rdiff -u -r1.243 -r1.244 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: riastradh Date: Thu Apr 9 19:47:05 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c src/external/cddl/osnet/dist/uts/common/fs/zfs/sys: zfs_znode.h src/tests/fs/vfs: t_vnops.c Log Message: Advisory locking for zfs. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c cvs rdiff -u -r1.6 -r1.7 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/zfs_znode.h cvs rdiff -u -r1.48 -r1.49 src/tests/fs/vfs/t_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: ginsbach Date: Thu Apr 9 16:47:57 UTC 2015 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/inet: Makefile t_inet_network.c Added Files: src/tests/lib/libc/inet: t_inet_addr.c Log Message: Split inet_addr(3) tests from t_inet_network into stand-alone t_inet_addr, so that t_inet_network only contains tests for inet_network(3). To generate a diff of this commit: cvs rdiff -u -r1.615 -r1.616 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/inet/Makefile cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/inet/t_inet_addr.c cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/inet/t_inet_network.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: Thu Apr 9 20:18:28 UTC 2015 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: Pass NetBSD VA_UTIMES_NULL through to ZFS as Solaris ATTR_UTIME. Makes t_unpriv:zfs_times fail the wrong way instead of silently allowing the change. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 \ 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: src
Module Name:src Committed By: jmcneill Date: Thu Apr 9 10:55:23 UTC 2015 Modified Files: src/etc/etc.evbarm: Makefile.inc Added Files: src/distrib/utils/embedded/conf: armv7.conf Removed Files: src/distrib/utils/embedded/conf: beagleboard.conf Log Message: Rename beagleboard.img to armv7.img. The new image includes the same kernels as beagleboard.img plus support for Raspberry Pi 2, ODROID-C1, Cubieboard2, Cubietruck, Hummingbird A31, and Banana Pi. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/distrib/utils/embedded/conf/armv7.conf cvs rdiff -u -r1.18 -r0 src/distrib/utils/embedded/conf/beagleboard.conf cvs rdiff -u -r1.71 -r1.72 src/etc/etc.evbarm/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.