CVS commit: src/usr.sbin/makefs
Module Name:src Committed By: wiz Date: Fri Apr 14 07:09:43 UTC 2017 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/usr.sbin/makefs/makefs.8 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/sbin/dhcpcd
Module Name:src Committed By: roy Date: Fri Apr 14 07:55:55 UTC 2017 Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Generate dhcpcd-embedded.c for dependencies too. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile 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: abhinav Date: Fri Apr 14 08:40:30 UTC 2017 Modified Files: src/bin/sh: sh.1 Log Message: Instead of removing markup as I did in the last commit, use markup but properly. Hint taken from FreeBSD man page. ok wiz@ To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 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/bin/sh
Module Name:src Committed By: abhinav Date: Fri Apr 14 08:48:01 UTC 2017 Modified Files: src/bin/sh: sh.1 Log Message: Fix mandoc -Tlint warnings: s/PP/Pp Remove Pp before It To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 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/sys/arch/x86/pci
Module Name:src Committed By: knakahara Date: Fri Apr 14 09:34:46 UTC 2017 Modified Files: src/sys/arch/x86/pci: pci_msi_machdep.c Log Message: disable msi/msix when the system doesn't detect ioapic. This would fix PR kern/52111. Some system does not detect ioapic when "boot -1", disable acpi, and so on. In such cases, msi/msix doesn't work, so disable them. This patch is implemented by nonaka@n.o, I just commit by proxy, thanks. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/pci/pci_msi_machdep.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/nvidia
Module Name:src Committed By: jmcneill Date: Fri Apr 14 09:50:56 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_car.c Log Message: Add GPU gating clock To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/nvidia/tegra124_car.c 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: Fri Apr 14 09:53:07 UTC 2017 Update of /cvsroot/src/external/bsd/dhcpcd/dist In directory ivanova.netbsd.org:/tmp/cvs-serv23241 Log Message: Import dhcpcd-7.0.0-beta3 with the following changes: * restored --logfile support as a few people complained it vanished The new logging code even makes the overall binary size smaller on most platforms. * BPF filter now trims garbage trailing the payload OK, it's not garbage, but userland doesn't know some drivers append FCS to it. * support NetBSD's RO_MSGFILTER socket option to reduce avoid context switching for route(4) messages that don't interest us. * Don't open sockets if just sending signals. * HMAC-MD5 test's now check expectations in code rather than relying on visual confirmation. * added eloop-bench to test performance of eloop with available polling mechanisms. Status: Vendor Tag: roy Release Tags: dhcpcd-7-0-0-beta3 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/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/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/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 C 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/dhcp-common.c 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/dhcpcd-definitions.conf U src/external/bsd/dhcpcd/dist/src/dhcp-common.h U src/external/bsd/dhcpcd/dist/src/dhcp.c 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-embedded.c.in U src/external/bsd/dhcpcd/dist/src/dhcpcd-embedded.h.in C 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 N src/external/bsd/dhcpcd/dist/src/logerr.c N src/external/bsd/dhcpcd/dist/src/logerr.h U src/external/bsd/dhcpcd/dist/src/route.c U src/external/bsd/dhcpcd/dist/
CVS commit: src/external/bsd/dhcpcd/dist
Module Name:src Committed By: roy Date: Fri Apr 14 09:56:32 UTC 2017 Modified Files: src/external/bsd/dhcpcd/dist/src: bpf.c dhcpcd.c if-options.c Removed Files: src/external/bsd/dhcpcd/dist/test: GNUmakefile Makefile test.c test.h test_hmac_md5.c Log Message: Sync To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/dhcpcd/dist/src/bpf.c \ src/external/bsd/dhcpcd/dist/src/dhcpcd.c \ src/external/bsd/dhcpcd/dist/src/if-options.c cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/dhcpcd/dist/test/GNUmakefile \ src/external/bsd/dhcpcd/dist/test/Makefile \ src/external/bsd/dhcpcd/dist/test/test.c \ src/external/bsd/dhcpcd/dist/test/test.h \ src/external/bsd/dhcpcd/dist/test/test_hmac_md5.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/dhcpcd/sbin/dhcpcd
Module Name:src Committed By: roy Date: Fri Apr 14 10:00:06 UTC 2017 Modified Files: src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile Log Message: Build logerr support. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile 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: Fri Apr 14 10:01:48 UTC 2017 Modified Files: src/doc: CHANGES Log Message: Backdate a note about adding RO_MSGFILTER. To generate a diff of this commit: cvs rdiff -u -r1.2272 -r1.2273 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/doc
Module Name:src Committed By: roy Date: Fri Apr 14 10:02:49 UTC 2017 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of dhcpcd-7.0.0-beta3 To generate a diff of this commit: cvs rdiff -u -r1.1431 -r1.1432 src/doc/3RDPARTY cvs rdiff -u -r1.2273 -r1.2274 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/distrib/utils/embedded/files
Module Name:src Committed By: jmcneill Date: Fri Apr 14 13:47:22 UTC 2017 Modified Files: src/distrib/utils/embedded/files: resize_disklabel Log Message: Grow the MBR partition table entry for the BSD partition before growing the disklabel. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/embedded/files/resize_disklabel 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
Module Name:src Committed By: riastradh Date: Fri Apr 14 15:20:40 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: mi Log Message: cvslatest is unconditional, not conditional on cvs. To generate a diff of this commit: cvs rdiff -u -r1.2120 -r1.2121 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.205 -r1.206 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/distrib/sets/lists/debug
Module Name:src Committed By: riastradh Date: Fri Apr 14 15:21:28 UTC 2017 Modified Files: src/distrib/sets/lists/debug: shl.mi Log Message: libdevmapper is conditional on lvm. To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/distrib/sets/lists/debug/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/newfs_msdos
Module Name:src Committed By: christos Date: Fri Apr 14 15:39:29 UTC 2017 Modified Files: src/sbin/newfs_msdos: mkfs_msdos.c Log Message: Use the create_size if given to compute the real size instead of stat'ing the file again, which might have been larger to start with. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sbin/newfs_msdos/mkfs_msdos.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs
Module Name:src Committed By: christos Date: Fri Apr 14 15:40:35 UTC 2017 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: leave the size alone and set the create_size to include the offset. It does not matter anyway, but it makes more sense this way. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/makefs/msdos.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netipsec
Module Name:src Committed By: christos Date: Fri Apr 14 18:06:11 UTC 2017 Modified Files: src/sys/netipsec: xform_ah.c Log Message: change into __func__ To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/netipsec/xform_ah.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-input-ws/dist/src
Module Name:xsrc Committed By: macallan Date: Fri Apr 14 19:19:43 UTC 2017 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: be somewhat smarter with mux devices: - don't trust the device type, if we're on a mux that may not be the whole story - always call ioctl(WSMOUSEIO_GCALIBCOORDS) - check .samplelen to see if we're in raw mode With this touchscreens on mux devices should Just Work(tm) even if they're not the first device on the mux. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 xsrc/external/mit/xf86-input-ws/dist/src/ws.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netipsec
Module Name:src Committed By: christos Date: Fri Apr 14 22:29:17 UTC 2017 Modified Files: src/sys/netipsec: xform_ah.c Log Message: - fix old refactoring which zeroed the wrong part of the buffer. - simplify. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/netipsec/xform_ah.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netipsec
Module Name:src Committed By: christos Date: Fri Apr 14 22:35:05 UTC 2017 Modified Files: src/sys/netipsec: xform_ipip.c Log Message: PR/52161: Ryota Ozaki: Fix AH tunnel ipsec for ipv6. Compute plen right, don't forget to subtract the ipv6 header length. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/netipsec/xform_ipip.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: jmcneill Date: Fri Apr 14 22:55:06 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: EXYNOS TEGRA src/sys/dev/fdt: fdtbus.c files.fdt Removed Files: src/sys/dev/fdt: simplebus.c Log Message: Remove simplebus driver and allow fdtbus to attach directly to itself. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/EXYNOS \ src/sys/arch/evbarm/conf/TEGRA cvs rdiff -u -r1.5 -r1.6 src/sys/dev/fdt/fdtbus.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/fdt/files.fdt cvs rdiff -u -r1.1 -r0 src/sys/dev/fdt/simplebus.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/fdt
Module Name:src Committed By: jmcneill Date: Sat Apr 15 00:34:30 UTC 2017 Modified Files: src/sys/dev/fdt: fdtbus.c Log Message: Change order in which nodes in the devicetree are processed. 1. Attach all known busses. 2. Attach all "early init" devices (by compatible string). 3. Finally, attach all other devices. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/fdtbus.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/nvidia
Module Name:src Committed By: jmcneill Date: Sat Apr 15 00:35:12 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_fdt.c Log Message: Replace early init node name list with a list of compatible strings. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nvidia/tegra_fdt.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: kamil Date: Sat Apr 15 03:33:05 UTC 2017 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Added Files: src/share/man/man9: klua_lock.9 klua_mod_register.9 Log Message: Add new documentation for klua_mod_register(9) and klua_lock(9) Lua kernel bindings. To generate a diff of this commit: cvs rdiff -u -r1.2121 -r1.2122 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.407 -r1.408 src/share/man/man9/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man9/klua_lock.9 \ src/share/man/man9/klua_mod_register.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: wiz Date: Sat Apr 15 04:08:24 UTC 2017 Modified Files: src/share/man/man9: klua_lock.9 Log Message: Improve wording. Use standard section headers. Improve table formatting. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/klua_lock.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: wiz Date: Sat Apr 15 04:07:52 UTC 2017 Modified Files: src/share/man/man9: klua_mod_register.9 Log Message: Improve wording. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/klua_mod_register.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/modules/examples/luareadhappy
Module Name:src Committed By: kamil Date: Sat Apr 15 04:27:30 UTC 2017 Added Files: src/sys/modules/examples/luareadhappy: Makefile happy.lua luareadhappy.c Log Message: Add new example kernel module in Lua luareadhappy This example presents a C module with its device (/dev entry) and its content generator with algorithm defined in Lua state. The Lua state can be changed dynamically from userland, without interruption of read(2) over the device. This is an example how to call Lua code from C. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/modules/examples/luareadhappy/Makefile \ src/sys/modules/examples/luareadhappy/happy.lua \ src/sys/modules/examples/luareadhappy/luareadhappy.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/man9
Module Name:src Committed By: sevan Date: Sat Apr 15 04:44:14 UTC 2017 Modified Files: src/share/man/man9: klua_mod_register.9 Log Message: Improve wording. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/klua_mod_register.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: sevan Date: Sat Apr 15 05:01:59 UTC 2017 Modified Files: src/share/man/man9: klua_lock.9 Log Message: Improve wording. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/klua_lock.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.