CVS commit: [netbsd-6] src/sys/arch/powerpc
Module Name:src Committed By: bouyer Date: Thu Nov 19 08:50:05 UTC 2015 Modified Files: src/sys/arch/powerpc/include [netbsd-6]: psl.h userret.h src/sys/arch/powerpc/oea [netbsd-6]: altivec.c oea_machdep.c src/sys/arch/powerpc/powerpc [netbsd-6]: fpu.c Log Message: Revert ticket 1310 (second try): > sys/arch/powerpc/include/psl.h1.20 > sys/arch/powerpc/include/userret.h1.29, 1.30 > sys/arch/powerpc/oea/altivec.c1.30 > sys/arch/powerpc/oea/oea_machdep.c1.72 > sys/arch/powerpc/powerpc/fpu.c1.36 > > powerpc PCU fixes because it breaks the build: http://releng.netbsd.org/builds/netbsd-6/201511152000Z/ To generate a diff of this commit: cvs rdiff -u -r1.18.8.2 -r1.18.8.3 src/sys/arch/powerpc/include/psl.h cvs rdiff -u -r1.22.8.3 -r1.22.8.4 src/sys/arch/powerpc/include/userret.h cvs rdiff -u -r1.25.8.2 -r1.25.8.3 src/sys/arch/powerpc/oea/altivec.c cvs rdiff -u -r1.63.2.2 -r1.63.2.3 src/sys/arch/powerpc/oea/oea_machdep.c cvs rdiff -u -r1.31.8.2 -r1.31.8.3 src/sys/arch/powerpc/powerpc/fpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: pgoyette Date: Thu Nov 19 10:03:26 UTC 2015 Modified Files: src/lib/libc/stdio: printf.3 Log Message: Remove duplicated 'i' from list of numeric formats To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/lib/libc/stdio/printf.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/net
Module Name:src Committed By: ozaki-r Date: Thu Nov 19 10:45:10 UTC 2015 Modified Files: src/tests/net/net: t_ipv6address.sh Log Message: Set timeout of ping6 to reduce execution time To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_ipv6address.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: christos Date: Thu Nov 19 16:23:54 UTC 2015 Modified Files: src/sys/net: if_bridge.c if_ether.h if_ethersubr.c if_vlan.c Log Message: Add handling of VLAN packets in if_bridge where the parent interface supports them (jean-jacques.p...@espci.fr). Factor out the vlan_mtu enabling and disabling code. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/net/if_bridge.c cvs rdiff -u -r1.64 -r1.65 src/sys/net/if_ether.h cvs rdiff -u -r1.214 -r1.215 src/sys/net/if_ethersubr.c cvs rdiff -u -r1.82 -r1.83 src/sys/net/if_vlan.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/xen/xen
Module Name:src Committed By: christos Date: Thu Nov 19 17:01:40 UTC 2015 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c xennetback_xenbus.c Log Message: Enable the VLAN mtu capability and check for the adjusted packet size (Jean-Jacques.Puig at espci.fr). Factor out the packet-size checking function for clarity. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/arch/xen/xen/if_xennet_xenbus.c cvs rdiff -u -r1.52 -r1.53 src/sys/arch/xen/xen/xennetback_xenbus.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: Thu Nov 19 17:04:01 UTC 2015 Modified Files: src/sys/sys: cdefs.h Log Message: long line police To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/sys/sys/cdefs.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/arm/allwinner
Module Name:src Committed By: bouyer Date: Thu Nov 19 18:48:22 UTC 2015 Modified Files: src/sys/arch/arm/allwinner: awin_debe.c awin_hdmi.c awin_hdmiaudio.c awin_tcon.c awin_var.h Log Message: Turn off video output on WSDISPLAYIO_SVIDEO. For LCD/LVDS, just stop the tcon0. For HDMI, turn off tcon and hdmi (so that the monitor goes to sleeo) if the audio output is inactive. For this, add a lock-protected refcount in awin_hdmi, incremented when audio and/or video is active. Tested with an audio-enabled HDMI display. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/allwinner/awin_debe.c \ src/sys/arch/arm/allwinner/awin_hdmi.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/allwinner/awin_hdmiaudio.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/allwinner/awin_tcon.c cvs rdiff -u -r1.38 -r1.39 src/sys/arch/arm/allwinner/awin_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/isapnp
Module Name:src Committed By: christos Date: Thu Nov 19 19:16:10 UTC 2015 Modified Files: src/sys/dev/isapnp: isapnpdevs Log Message: Add another le board. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/isapnp/isapnpdevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/isapnp
Module Name:src Committed By: christos Date: Thu Nov 19 19:16:28 UTC 2015 Modified Files: src/sys/dev/isapnp: isapnpdevs.c isapnpdevs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/isapnp/isapnpdevs.c cvs rdiff -u -r1.66 -r1.67 src/sys/dev/isapnp/isapnpdevs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: reinoud Date: Thu Nov 19 20:34:47 UTC 2015 Modified Files: src/include: ucontext.h Log Message: Fix ANSI-C prototype error To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/include/ucontext.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: reinoud Date: Thu Nov 19 20:57:49 UTC 2015 Modified Files: src/include: ucontext.h Log Message: Revert To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/include/ucontext.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
Module Name:src Committed By: jmcneill Date: Thu Nov 19 22:09:16 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: files.tegra tegra_ehci.c tegra_io.c tegra_pcie.c tegra_reg.h tegra_soc.c tegra_usbphy.c tegra_var.h src/sys/arch/evbarm/conf: JETSONTK1 src/sys/arch/evbarm/tegra: tegra_machdep.c Log Message: Remove HOST1X and AHB_A2 from pmap_devmap To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/nvidia/files.tegra cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/nvidia/tegra_ehci.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/nvidia/tegra_io.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/nvidia/tegra_pcie.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/nvidia/tegra_reg.h cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/nvidia/tegra_soc.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nvidia/tegra_usbphy.c cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/nvidia/tegra_var.h cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/conf/JETSONTK1 cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/tegra/tegra_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: Thu Nov 19 22:26:48 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_car.c Log Message: aprint_verbose_dev -> aprint_debug_dev To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/nvidia/tegra_car.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: pgoyette Date: Fri Nov 20 00:40:18 UTC 2015 Modified Files: src/share/man/man4: filemon.4 Log Message: Minor cleanup in example code - use FD_CLOEXEC instead of magic number To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/filemon.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/filemon
Module Name:src Committed By: pgoyette Date: Fri Nov 20 01:12:38 UTC 2015 Modified Files: src/sys/dev/filemon: filemon.c Log Message: Don't initialize twice. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/filemon/filemon.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/filemon
Module Name:src Committed By: pgoyette Date: Fri Nov 20 01:16:04 UTC 2015 Modified Files: src/sys/dev/filemon: filemon_wrapper.c Log Message: Install wrapper functions only in native emulation. (This also removes the dependency on curproc, which may not be available at the time that built-in kernel modules are initialized.) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/filemon/filemon_wrapper.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/filemon
Module Name:src Committed By: pgoyette Date: Fri Nov 20 01:21:05 UTC 2015 Modified Files: src/sys/dev/filemon: filemon.c Log Message: Don't allow setting the PID-to-trace if the target has a non-native emulation. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/filemon/filemon.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/filemon
Module Name:src Committed By: pgoyette Date: Fri Nov 20 01:33:59 UTC 2015 Modified Files: src/sys/dev/filemon: filemon.c Log Message: Remove extra ')' (bad cut&paste) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/filemon/filemon.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/filemon
Module Name:src Committed By: pgoyette Date: Fri Nov 20 02:58:19 UTC 2015 Modified Files: src/sys/dev/filemon: filemon.c Log Message: Ensure that the PID specified in the FILEMON_SET_PID ioctl() call belongs to the caller or one of its descendants. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/filemon/filemon.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: pgoyette Date: Fri Nov 20 03:13:35 UTC 2015 Modified Files: src/share/man/man4: filemon.4 Log Message: Update for recent filemon(4) changes, and add additional information on invoking filemon. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/filemon.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/if
Module Name:src Committed By: ozaki-r Date: Fri Nov 20 05:05:40 UTC 2015 Modified Files: src/tests/net/if: t_ifconfig.sh Log Message: Set timeout of ping to reduce execution time To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/net/if/t_ifconfig.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc/roadmaps
Module Name:src Committed By: dholland Date: Fri Nov 20 07:20:21 UTC 2015 Modified Files: src/doc/roadmaps: storage Log Message: Update the storage roadmap. Please review/comment... To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/doc/roadmaps/storage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.