CVS commit: src
Module Name:src Committed By: pgoyette Date: Wed May 2 07:34:44 UTC 2018 Added Files: src: BUILDING Makefile Makefile.inc UPDATING build.sh Log Message: Re-add files that were accidentally deleted in my previous commit. To generate a diff of this commit: cvs rdiff -u -r0 -r1.133 src/BUILDING cvs rdiff -u -r0 -r1.324 src/Makefile cvs rdiff -u -r0 -r1.6 src/Makefile.inc cvs rdiff -u -r0 -r1.295 src/UPDATING cvs rdiff -u -r0 -r1.327 src/build.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/powerpc
Module Name:src Committed By: phx Date: Wed May 2 08:24:40 UTC 2018 Modified Files: src/sys/arch/powerpc/powerpc: trap_subr.S Log Message: Fixed non-critical typo in tlbdsmiss: %r8 -> 8. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/arch/powerpc/powerpc/trap_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: abhinav Date: Wed May 2 08:45:03 UTC 2018 Modified Files: src/lib/libedit: filecomplete.c Log Message: Add '*' and '[' to the list of characters which need escaping during autocompletion To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libedit/filecomplete.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: jmcneill Date: Wed May 2 09:55:22 UTC 2018 Modified Files: src/sys/dev/usb: xhci.c Log Message: "Root Hub" -> "root hub" for consistency with other HC drivers To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/dev/usb/xhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/gpl2/dts/dist
Module Name:src Committed By: jmcneill Date: Wed May 2 10:06:56 UTC 2018 Modified Files: src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner: sun50i-h6-pine-h64.dts sun50i-h6.dtsi Added Files: src/sys/external/gpl2/dts/dist/include/dt-bindings/clock: sun50i-h6-r-ccu.h src/sys/external/gpl2/dts/dist/include/dt-bindings/reset: sun50i-h6-r-ccu.h Log Message: Updated Allwinner H6 dts from https://github.com/Icenowy/linux/tree/h6-init To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts \ src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi cvs rdiff -u -r0 -r1.1 \ src/sys/external/gpl2/dts/dist/include/dt-bindings/clock/sun50i-h6-r-ccu.h cvs rdiff -u -r0 -r1.1 \ src/sys/external/gpl2/dts/dist/include/dt-bindings/reset/sun50i-h6-r-ccu.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/evbarm/conf
Module Name:src Committed By: jmcneill Date: Wed May 2 10:09:16 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: add pcf8563rtc To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/GENERIC64 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/sunxi
Module Name:src Committed By: jmcneill Date: Wed May 2 11:02:21 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: files.sunxi Added Files: src/sys/arch/arm/sunxi: sun50i_h6_r_ccu.c sun50i_h6_r_ccu.h Log Message: Add driver for Allwinner H6 PRCM CCU. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/arch/arm/sunxi/files.sunxi cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/sunxi/sun50i_h6_r_ccu.c \ src/sys/arch/arm/sunxi/sun50i_h6_r_ccu.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/evbarm/conf
Module Name:src Committed By: jmcneill Date: Wed May 2 11:02:42 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 SUNXI Log Message: Add sun50ih6rccu To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/GENERIC64 cvs rdiff -u -r1.66 -r1.67 src/sys/arch/evbarm/conf/SUNXI Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/apache2/mDNSResponder/dist/mDNSShared
Module Name:src Committed By: christos Date: Wed May 2 12:12:13 UTC 2018 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSShared: PlatformCommon.c Log Message: initialize addr to 0. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/external/apache2/mDNSResponder/dist/mDNSShared/PlatformCommon.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/bind/include/isc
Module Name:src Committed By: martin Date: Wed May 2 14:43:59 UTC 2018 Modified Files: src/external/bsd/bind/include/isc: platform.h Log Message: Use crypto code from openssl. Fixes PR bin/53250, suggested by Christos. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/external/bsd/bind/include/isc/platform.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: christos Date: Wed May 2 15:25:13 UTC 2018 Modified Files: src/lib/libc/sys: mremap.2 Log Message: Add EXAMPLE and ERRORS section. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/sys/mremap.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: christos Date: Wed May 2 16:00:20 UTC 2018 Modified Files: src/lib/libc/sys: mmap.2 Log Message: Explain PROT_MPROTECT better, add references to mremap(2), document the unimplemented flags, documented the alignment pre-defined constants. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/sys/mmap.2 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: kamil Date: Wed May 2 18:46:05 UTC 2018 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/c++: Makefile src/tests/usr.bin/cc: Makefile Added Files: src/tests/usr.bin/c++: t_ubsan_int_add_overflow.sh t_ubsan_int_divzero.sh t_ubsan_int_neg_overflow.sh t_ubsan_int_sub_overflow.sh t_ubsan_vla_out_of_bounds.sh src/tests/usr.bin/cc: t_ubsan_int_add_overflow.sh t_ubsan_int_divzero.sh t_ubsan_int_neg_overflow.sh t_ubsan_int_sub_overflow.sh t_ubsan_vla_out_of_bounds.sh Log Message: Add new ATF Undefined Behavior Sanitizer tests Add new cc and c++ tests to check whether UBSan works. These tests are prepared for GCC (in base) and Clang (with external patches). Enable these tests for all ports by default, just verify whether we are using GCC/Clang or a compatible compiler. Add five equivalent C and C++ tests: - Integer addition overflow - Integer divide by zero - Integer negation overflow - Integer subtraction overflow - VLA out of bounds All tests pass on NetBSD/amd64. Patch submitted by Minor cleanup by To generate a diff of this commit: cvs rdiff -u -r1.781 -r1.782 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/c++/Makefile cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/c++/t_ubsan_int_add_overflow.sh \ src/tests/usr.bin/c++/t_ubsan_int_divzero.sh \ src/tests/usr.bin/c++/t_ubsan_int_neg_overflow.sh \ src/tests/usr.bin/c++/t_ubsan_int_sub_overflow.sh \ src/tests/usr.bin/c++/t_ubsan_vla_out_of_bounds.sh cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/cc/Makefile cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/cc/t_ubsan_int_add_overflow.sh \ src/tests/usr.bin/cc/t_ubsan_int_divzero.sh \ src/tests/usr.bin/cc/t_ubsan_int_neg_overflow.sh \ src/tests/usr.bin/cc/t_ubsan_int_sub_overflow.sh \ src/tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh 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/sunxi
Module Name:src Committed By: jmcneill Date: Wed May 2 21:20:20 UTC 2018 Modified Files: src/sys/arch/arm/sunxi: files.sunxi Added Files: src/sys/arch/arm/sunxi: sunxi_nmi.c Log Message: Add driver for Allwinner NMI / R_INTC interrupt controller. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/arm/sunxi/files.sunxi cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/sunxi/sunxi_nmi.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/evbarm/conf
Module Name:src Committed By: jmcneill Date: Wed May 2 21:20:58 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 SUNXI Log Message: Add sunxinmi To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/GENERIC64 cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbarm/conf/SUNXI Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: pgoyette Date: Wed May 2 21:43:38 UTC 2018 Modified Files: src/bin/sh: sh.1 Log Message: Minor grammatical correction (don't end a sentence/phrase with a preposition). To generate a diff of this commit: cvs rdiff -u -r1.203 -r1.204 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: src/external/bsd/dhcpcd/dist
Module Name:src Committed By: roy Date: Wed May 2 22:06:42 UTC 2018 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv11048 Log Message: Import dhcpcd-7.0.4 with the following changes: * Routing: Fix case when cloning route changes but needs to be replaced * DHCP6: Transpose DHCP userclass option into DHCP6 * DHCP6: Fix sending custom vendor class option * Auth: Allow zero value replay detection data * Auth: Allow different tokens for send and receive * ND6: Warn if router lifetime is set to zero * DHCP6: Softwire Address and Port-Mapped Clients, RFC7598 Status: Vendor Tag: roy Release Tags: dhcpcd-7-0-4 U src/external/bsd/dhcpcd/dist/.arcconfig U src/external/bsd/dhcpcd/dist/.gitignore U src/external/bsd/dhcpcd/dist/BUILDING.md U src/external/bsd/dhcpcd/dist/LICENSE U src/external/bsd/dhcpcd/dist/Makefile U src/external/bsd/dhcpcd/dist/Makefile.inc U src/external/bsd/dhcpcd/dist/README.md U src/external/bsd/dhcpcd/dist/config-null.mk U src/external/bsd/dhcpcd/dist/configure U src/external/bsd/dhcpcd/dist/iconfig.mk U src/external/bsd/dhcpcd/dist/compat/_strtoi.h U src/external/bsd/dhcpcd/dist/compat/arc4random.c U src/external/bsd/dhcpcd/dist/compat/arc4random.h U src/external/bsd/dhcpcd/dist/compat/bitops.h U src/external/bsd/dhcpcd/dist/compat/queue.h U src/external/bsd/dhcpcd/dist/compat/arc4random_uniform.c U src/external/bsd/dhcpcd/dist/compat/arc4random_uniform.h U src/external/bsd/dhcpcd/dist/compat/reallocarray.c U src/external/bsd/dhcpcd/dist/compat/dprintf.c U src/external/bsd/dhcpcd/dist/compat/dprintf.h U src/external/bsd/dhcpcd/dist/compat/endian.h U src/external/bsd/dhcpcd/dist/compat/pidfile.c U src/external/bsd/dhcpcd/dist/compat/pidfile.h U src/external/bsd/dhcpcd/dist/compat/reallocarray.h U src/external/bsd/dhcpcd/dist/compat/strlcpy.c U src/external/bsd/dhcpcd/dist/compat/strlcpy.h U src/external/bsd/dhcpcd/dist/compat/strtoi.c U src/external/bsd/dhcpcd/dist/compat/strtoi.h U src/external/bsd/dhcpcd/dist/compat/strtou.c U src/external/bsd/dhcpcd/dist/compat/crypt/hmac.c U src/external/bsd/dhcpcd/dist/compat/crypt/hmac.h U src/external/bsd/dhcpcd/dist/compat/crypt/md5.c U src/external/bsd/dhcpcd/dist/compat/crypt/md5.h U src/external/bsd/dhcpcd/dist/compat/crypt/sha256.c U src/external/bsd/dhcpcd/dist/compat/crypt/sha256.h U src/external/bsd/dhcpcd/dist/src/dhcp.c U src/external/bsd/dhcpcd/dist/src/GNUmakefile U src/external/bsd/dhcpcd/dist/src/Makefile U src/external/bsd/dhcpcd/dist/src/arp.c U src/external/bsd/dhcpcd/dist/src/arp.h U src/external/bsd/dhcpcd/dist/src/auth.c U src/external/bsd/dhcpcd/dist/src/auth.h U src/external/bsd/dhcpcd/dist/src/bpf.c U src/external/bsd/dhcpcd/dist/src/bpf.h U src/external/bsd/dhcpcd/dist/src/common.c U src/external/bsd/dhcpcd/dist/src/common.h U src/external/bsd/dhcpcd/dist/src/control.c U src/external/bsd/dhcpcd/dist/src/control.h U src/external/bsd/dhcpcd/dist/src/defs.h U src/external/bsd/dhcpcd/dist/src/dev.c U src/external/bsd/dhcpcd/dist/src/dev.h U src/external/bsd/dhcpcd/dist/src/dhcp-common.c U src/external/bsd/dhcpcd/dist/src/dhcp-common.h U src/external/bsd/dhcpcd/dist/src/dhcp.h U src/external/bsd/dhcpcd/dist/src/dhcp6.c U src/external/bsd/dhcpcd/dist/src/dhcp6.h U src/external/bsd/dhcpcd/dist/src/dhcpcd.conf.5.in U src/external/bsd/dhcpcd/dist/src/dhcpcd.8.in U src/external/bsd/dhcpcd/dist/src/dhcpcd-definitions-small.conf U src/external/bsd/dhcpcd/dist/src/dhcpcd-definitions.conf U src/external/bsd/dhcpcd/dist/src/dhcpcd-embedded.c.in U src/external/bsd/dhcpcd/dist/src/dhcpcd-embedded.h.in U src/external/bsd/dhcpcd/dist/src/dhcpcd.c U src/external/bsd/dhcpcd/dist/src/dhcpcd.conf U src/external/bsd/dhcpcd/dist/src/genembedc U src/external/bsd/dhcpcd/dist/src/dhcpcd.h U src/external/bsd/dhcpcd/dist/src/duid.c U src/external/bsd/dhcpcd/dist/src/duid.h U src/external/bsd/dhcpcd/dist/src/eloop.c U src/external/bsd/dhcpcd/dist/src/eloop.h U src/external/bsd/dhcpcd/dist/src/if-linux-wext.c U src/external/bsd/dhcpcd/dist/src/genembedh U src/external/bsd/dhcpcd/dist/src/if-bsd.c U src/external/bsd/dhcpcd/dist/src/if-linux.c C src/external/bsd/dhcpcd/dist/src/if-options.c U src/external/bsd/dhcpcd/dist/src/if-options.h U src/external/bsd/dhcpcd/dist/src/if-sun.c U src/external/bsd/dhcpcd/dist/src/if.c U src/external/bsd/dhcpcd/dist/src/if.h U src/external/bsd/dhcpcd/dist/src/ipv4.c U src/external/bsd/dhcpcd/dist/src/ipv4.h U src/external/bsd/dhcpcd/dist/src/ipv4ll.c U src/external/bsd/dhcpcd/dist/src/ipv4ll.h U src/external/bsd/dhcpcd/dist/src/ipv6.c U src/external/bsd/dhcpcd/dist/src/ipv6.h U src/external/bsd/dhcpcd/dist/src/ipv6nd.c U src/external/bsd/dhcpcd/dist/src/ipv6nd.h U src/external/bsd/dhcpcd/dist/src/logerr.c U src/external/bsd/dhcpcd/dist/src/logerr.h U src/external/bsd/dhcpcd/dist/src/route.c U src/external/bsd/dhcpcd/dist/src/route.h U src/external/bsd/dhcpcd/dist/src/sa.c U src/external/bsd/dhcpcd/dist/src/sa.h U src/external/bsd/dhcpc
CVS commit: src/sys/arch/macppc/conf
Module Name:src Committed By: macallan Date: Wed May 2 22:07:37 UTC 2018 Modified Files: src/sys/arch/macppc/conf: files.macppc Log Message: don't pull in pic_u3_ht with uninorth - it's part of ibmcpc To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/arch/macppc/conf/files.macppc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/dhcpcd/dist/src
Module Name:src Committed By: roy Date: Wed May 2 22:08:45 UTC 2018 Modified Files: src/external/bsd/dhcpcd/dist/src: if-options.c Log Message: Sync To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/dhcpcd/dist/src/if-options.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: roy Date: Wed May 2 22:11:49 UTC 2018 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of dhcpcd-7.0.4 To generate a diff of this commit: cvs rdiff -u -r1.1517 -r1.1518 src/doc/3RDPARTY cvs rdiff -u -r1.2384 -r1.2385 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: kre Date: Thu May 3 00:32:11 UTC 2018 Modified Files: src/bin/sh: sh.1 Log Message: Simplify convoluted language, and remove incorrect statement (that I added a while ago) about what is required by POSIX. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools/m68k-elf2aout
Module Name:src Committed By: christos Date: Thu May 3 01:09:05 UTC 2018 Modified Files: src/tools/m68k-elf2aout: Makefile Log Message: need bsd.hostinit.mk before bsd.endian.mk To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tools/m68k-elf2aout/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl2/texinfo/makedoc
Module Name:src Committed By: nonaka Date: Thu May 3 01:12:26 UTC 2018 Modified Files: src/external/gpl2/texinfo/makedoc: Makefile Log Message: Restore MAKEDOC. Fix a build failure on non NetBSD host. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/texinfo/makedoc/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/midiplay
Module Name:src Committed By: mrg Date: Thu May 3 01:12:57 UTC 2018 Modified Files: src/usr.bin/midiplay: midiplay.1 midiplay.c Log Message: if just parsing don't try to read the uninitialised device name, or display the unit number. add a "-s" option that sends an ALL_SOUNDS_OFF midi event. very useful after an interrupted midiplay leaves notes on. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/midiplay/midiplay.1 cvs rdiff -u -r1.30 -r1.31 src/usr.bin/midiplay/midiplay.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/netpgp/bindings/lua
Module Name:src Committed By: christos Date: Thu May 3 01:14:54 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/bindings/lua: Makefile Log Message: don't build for non pic To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/netpgp/bindings/lua/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
Module Name:src Committed By: jmcneill Date: Thu May 3 01:15:49 UTC 2018 Modified Files: src/sys/dev/i2c: axp806.c files.i2c Removed Files: src/sys/dev/i2c: axp806.h Log Message: FDT-ize X-Powers AXP805/806 PMIC driver. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/axp806.c cvs rdiff -u -r1.1 -r0 src/sys/dev/i2c/axp806.h cvs rdiff -u -r1.87 -r1.88 src/sys/dev/i2c/files.i2c 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: jmcneill Date: Thu May 3 01:17:04 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 SUNXI Log Message: Add axp806pmic, axp806reg To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/GENERIC64 cvs rdiff -u -r1.68 -r1.69 src/sys/arch/evbarm/conf/SUNXI Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/elftosb/usr.sbin/elftosb
Module Name:src Committed By: christos Date: Thu May 3 01:32:17 UTC 2018 Modified Files: src/external/bsd/elftosb/usr.sbin/elftosb: Makefile Log Message: Fix the tools build. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/elftosb/usr.sbin/elftosb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
Module Name:src Committed By: jmcneill Date: Thu May 3 02:08:52 UTC 2018 Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: Use IPL_VM for bus lock so we can do i2c xfers from interrupt context To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/gttwsi_core.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
Module Name:src Committed By: jmcneill Date: Thu May 3 02:10:17 UTC 2018 Modified Files: src/sys/dev/i2c: axp806.c files.i2c Log Message: Add support for poweroff and the power on-off key (POK). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/axp806.c cvs rdiff -u -r1.88 -r1.89 src/sys/dev/i2c/files.i2c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: maya Date: Thu May 3 04:21:10 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some broadcom 802.11ac wifi devices To generate a diff of this commit: cvs rdiff -u -r1.1332 -r1.1333 src/sys/dev/pci/pcidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: maya Date: Thu May 3 04:22:18 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1323 -r1.1324 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1322 -r1.1323 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: wiz Date: Thu May 3 05:09:48 UTC 2018 Modified Files: src/lib/libc/sys: mremap.2 Log Message: Sort sections. Sort ERRORS. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/sys/mremap.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: wiz Date: Thu May 3 05:11:43 UTC 2018 Modified Files: src/bin/sh: sh.1 Log Message: Remove Pps without effect. To generate a diff of this commit: cvs rdiff -u -r1.205 -r1.206 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/midiplay
Module Name:src Committed By: wiz Date: Thu May 3 05:13:20 UTC 2018 Modified Files: src/usr.bin/midiplay: midiplay.1 Log Message: Merge options without arguments in synopsis. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/midiplay/midiplay.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/midiplay
Module Name:src Committed By: wiz Date: Thu May 3 05:14:55 UTC 2018 Modified Files: src/usr.bin/midiplay: midiplay.c Log Message: Sync usage with manpage. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/midiplay/midiplay.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: maxv Date: Thu May 3 06:41:30 UTC 2018 Modified Files: src/sys/netinet6: in6_proto.c Removed Files: src/sys/net: net_osdep.h Log Message: Remove net_osdep.h completely. To generate a diff of this commit: cvs rdiff -u -r1.20 -r0 src/sys/net/net_osdep.h cvs rdiff -u -r1.122 -r1.123 src/sys/netinet6/in6_proto.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.