CVS commit: src/games/fortune/datfiles
Module Name:src Committed By: wiz Date: Sat Feb 7 09:59:47 UTC 2015 Modified Files: src/games/fortune/datfiles: fortunes-o.real Log Message: Fix typo. From kspillner@OpenBSD, forwarded by jmc@OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/fortune/datfiles/fortunes-o.real Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/nilfs
Module Name:src Committed By: maxv Date: Sat Feb 7 10:40:57 UTC 2015 Modified Files: src/sys/fs/nilfs: nilfs_vfsops.c Log Message: Revert previous, it was a false positive. In nilfs_mount_device() there's one branch where the node is not released: when the device is already mounted. Not releasing it was thus intentional, but this is something code scanners can't understand. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/fs/nilfs/nilfs_vfsops.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/kdump
Module Name:src Committed By: martin Date: Sat Feb 7 11:24:55 UTC 2015 Modified Files: src/usr.bin/kdump: Makefile.ioctl-c Log Message: Drop i915, it still causes duplicate case statements (DRM_IOCTL_QXL_UPDATE_AREA == DRM_IOCTL_I915_BATCHBUFFER) To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/kdump/Makefile.ioctl-c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/nfs/common
Module Name:src Committed By: mlelstv Date: Sat Feb 7 12:50:25 UTC 2015 Modified Files: src/sys/fs/nfs/common: krpc_subr.c Log Message: invalidate input mbuf as soon as it is consumed by the mbuf chain to avoid a double free later. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/fs/nfs/common/krpc_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: pooka Date: Sat Feb 7 13:20:00 UTC 2015 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/dev/pci: files.pci Added Files: src/sys/dev/pci: if_iwm.c if_iwmreg.h if_iwmvar.h Log Message: Add a driver for Intel Centrino 7260 and similar wireless cards. Supported devices should more or less match ones supported by the Linux iwlwifi mvm driver. Sponsored by genua mbh for OpenBSD. This is probably the world's first Canadian cross device driver: it was created for OpenBSD by writing and porting a NetBSD driver which was developed in a rump kernel in Linux userspace. Note: I don't have access to the hardware anymore, so this version is not tested and not enabled by default. While I tried to be careful in adding the NetBSD bits back, it's probable that there's a snafu or two. Feel free to send private email in case you have the hardware and there are issues. To generate a diff of this commit: cvs rdiff -u -r1.406 -r1.407 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.372 -r1.373 src/sys/dev/pci/files.pci cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/if_iwm.c src/sys/dev/pci/if_iwmreg.h \ src/sys/dev/pci/if_iwmvar.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/kdump
Module Name:src Committed By: christos Date: Sat Feb 7 14:37:42 UTC 2015 Modified Files: src/usr.bin/kdump: Makefile.ioctl-c Log Message: Add QXL, re-enable I915 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.bin/kdump/Makefile.ioctl-c 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
Module Name:src Committed By: jmcneill Date: Sat Feb 7 17:14:32 UTC 2015 Modified Files: src/sys/arch/arm/conf: files.arm src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: According to the Cortex-A5 TRM, the CBAR register is not implemented and always reads as 0x. Add ARM_CBAR option to set this in kernel config. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/arch/arm/conf/files.arm cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/cortex/a9_mpsubr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: jmcneill Date: Sat Feb 7 17:20:17 UTC 2015 Added Files: src/sys/arch/arm/amlogic: amlogic_board.c amlogic_com.c amlogic_comreg.h amlogic_intr.h amlogic_io.c amlogic_reg.h amlogic_space.c amlogic_var.h files.amlogic src/sys/arch/evbarm/amlogic: amlogic_machdep.c amlogic_start.S genassym.cf platform.h src/sys/arch/evbarm/conf: ODROID-C1 files.amlogic mk.amlogic std.amlogic Log Message: Work-in-progress Odroid-C1 support. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/amlogic/amlogic_board.c \ src/sys/arch/arm/amlogic/amlogic_com.c \ src/sys/arch/arm/amlogic/amlogic_comreg.h \ src/sys/arch/arm/amlogic/amlogic_intr.h \ src/sys/arch/arm/amlogic/amlogic_io.c \ src/sys/arch/arm/amlogic/amlogic_reg.h \ src/sys/arch/arm/amlogic/amlogic_space.c \ src/sys/arch/arm/amlogic/amlogic_var.h \ src/sys/arch/arm/amlogic/files.amlogic cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/amlogic/amlogic_machdep.c \ src/sys/arch/evbarm/amlogic/amlogic_start.S \ src/sys/arch/evbarm/amlogic/genassym.cf \ src/sys/arch/evbarm/amlogic/platform.h cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/ODROID-C1 \ src/sys/arch/evbarm/conf/files.amlogic \ src/sys/arch/evbarm/conf/mk.amlogic src/sys/arch/evbarm/conf/std.amlogic Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/openldap/dist/servers/slapd
Module Name:src Committed By: christos Date: Sat Feb 7 17:57:00 UTC 2015 Modified Files: src/external/bsd/openldap/dist/servers/slapd: filter.c Log Message: Apply: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commit;\ h=2f1a2dd329b91afe561cd06b872d09630d4edb6a Certain search queries including the Matched Values control can trigger a double free in slapd 2.4.40 when freeing operation controls. This is a regression in 2.4.40, no earlier releases are affected. [CVE-1546] XXX: Pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2 \ src/external/bsd/openldap/dist/servers/slapd/filter.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/openldap/dist/servers/slapd/overlays
Module Name:src Committed By: christos Date: Sat Feb 7 17:58:23 UTC 2015 Modified Files: src/external/bsd/openldap/dist/servers/slapd/overlays: deref.c Log Message: Apply: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commit;\ h=c32e74763f77675b9e144126e375977ed6dc562c The deref overlay in slapd 2.4.13 through 2.4.40 dereferences a NULL pointer when a search request includes the Deref control with an empty list of attributes to return (missing input validation). [CVE-2015-1545] XXX: Pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 \ src/external/bsd/openldap/dist/servers/slapd/overlays/deref.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/netstat
Module Name:src Committed By: christos Date: Sat Feb 7 19:36:06 UTC 2015 Modified Files: src/usr.bin/netstat: Makefile inet.c inet6.c Log Message: print the timer flags. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/usr.bin/netstat/Makefile cvs rdiff -u -r1.104 -r1.105 src/usr.bin/netstat/inet.c cvs rdiff -u -r1.66 -r1.67 src/usr.bin/netstat/inet6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: christos Date: Sat Feb 7 19:36:42 UTC 2015 Modified Files: src/sys/sys: callout.h Log Message: Add an FMT macro to snprintb the callout flags. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/sys/callout.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/x86
Module Name:src Committed By: joerg Date: Sat Feb 7 20:01:48 UTC 2015 Modified Files: src/sys/arch/xen/x86: xen_ipi.c Log Message: valid_ipimask is only used under DIAGNOSTIC, so only define it then. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/xen/x86/xen_ipi.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: christos Date: Sat Feb 7 20:30:04 UTC 2015 Modified Files: src/external/cddl/osnet: Makefile.inc src/external/cddl/osnet/dist/cmd/dtrace: dtrace.c src/external/cddl/osnet/dist/common/ctf: ctf_create.c ctf_hash.c ctf_labels.c ctf_lookup.c ctf_open.c ctf_types.c src/external/cddl/osnet/dist/lib/libctf/common: ctf_lib.c src/external/cddl/osnet/dist/lib/libdtrace/common: dt_aggregate.c dt_as.c dt_cc.c dt_cg.c dt_consume.c dt_dis.c dt_dof.c dt_ident.c dt_lex.l dt_link.c dt_list.h dt_module.c dt_open.c dt_options.c dt_parser.c dt_pid.c dt_pragma.c dt_printf.c dt_proc.c dt_program.c dt_subr.c dt_work.c src/external/cddl/osnet/dist/lib/libgen/common: gmatch.c src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c ctfmerge.c ctftools.h dwarf.c st_parse.c stabs.c util.c src/external/cddl/osnet/lib/libdtrace: Makefile src/external/cddl/osnet/sys/sys: sysmacros.h Log Message: check and fix printf formats, negative array indices, uninitialized variables, shadowed variables. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/Makefile.inc cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/dist/cmd/dtrace/dtrace.c cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dist/common/ctf/ctf_create.c \ src/external/cddl/osnet/dist/common/ctf/ctf_open.c cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/cddl/osnet/dist/common/ctf/ctf_hash.c \ src/external/cddl/osnet/dist/common/ctf/ctf_labels.c \ src/external/cddl/osnet/dist/common/ctf/ctf_lookup.c \ src/external/cddl/osnet/dist/common/ctf/ctf_types.c cvs rdiff -u -r1.4 -r1.5 \ src/external/cddl/osnet/dist/lib/libctf/common/ctf_lib.c cvs rdiff -u -r1.3 -r1.4 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_aggregate.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_parser.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_program.c cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_as.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_list.h cvs rdiff -u -r1.2 -r1.3 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_cc.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_cg.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_dis.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_dof.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_ident.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_lex.l \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_pragma.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_work.c cvs rdiff -u -r1.5 -r1.6 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_consume.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_options.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_pid.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_printf.c \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_proc.c cvs rdiff -u -r1.6 -r1.7 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c cvs rdiff -u -r1.7 -r1.8 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_module.c cvs rdiff -u -r1.4 -r1.5 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_open.c cvs rdiff -u -r1.8 -r1.9 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_subr.c cvs rdiff -u -r1.3 -r1.4 \ src/external/cddl/osnet/dist/lib/libgen/common/gmatch.c cvs rdiff -u -r1.7 -r1.8 src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c cvs rdiff -u -r1.9 -r1.10 \ src/external/cddl/osnet/dist/tools/ctf/cvt/ctfmerge.c cvs rdiff -u -r1.3 -r1.4 \ src/external/cddl/osnet/dist/tools/ctf/cvt/ctftools.h cvs rdiff -u -r1.11 -r1.12 src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c cvs rdiff -u -r1.4 -r1.5 \ src/external/cddl/osnet/dist/tools/ctf/cvt/st_parse.c \ src/external/cddl/osnet/dist/tools/ctf/cvt/stabs.c \ src/external/cddl/osnet/dist/tools/ctf/cvt/util.c cvs rdiff -u -r1.9 -r1.10 src/external/cddl/osnet/lib/libdtrace/Makefile cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/sys/sys/sysmacros.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/lib/libdtrace/common
Module Name:src Committed By: christos Date: Sat Feb 7 20:33:22 UTC 2015 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_as.c Log Message: delete error(1) strings. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/cddl/osnet/dist/lib/libdtrace/common/dt_as.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.