CVS commit: src
Module Name:src Committed By: skrll Date: Sun Jan 20 10:18:04 UTC 2019 Modified Files: src/distrib/utils/embedded/conf: armv7.conf src/etc/etc.evbarm: Makefile.inc Removed Files: src/sys/arch/arm/amlogic: amlogic_board.c amlogic_canvasreg.h amlogic_com.c amlogic_comreg.h amlogic_comvar.h amlogic_cpufreq.c amlogic_crureg.h amlogic_dwctwo.c amlogic_genfb.c amlogic_gmac.c amlogic_gpio.c amlogic_hdmireg.h amlogic_intr.h amlogic_io.c amlogic_reg.h amlogic_rng.c amlogic_rtc.c amlogic_rtcreg.h amlogic_sdhc.c amlogic_sdhcreg.h amlogic_sdio.c amlogic_sdioreg.h amlogic_var.h amlogic_vpureg.h src/sys/arch/evbarm/amlogic: amlogic_machdep.c platform.h src/sys/arch/evbarm/conf: ODROID-C1 files.amlogic mk.amlogic std.amlogic Log Message: Another kernel bites te dust. Remove ODROID-C1 as it is now replaced by GENERIC. Thanks jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/distrib/utils/embedded/conf/armv7.conf cvs rdiff -u -r1.99 -r1.100 src/etc/etc.evbarm/Makefile.inc cvs rdiff -u -r1.17 -r0 src/sys/arch/arm/amlogic/amlogic_board.c cvs rdiff -u -r1.1 -r0 src/sys/arch/arm/amlogic/amlogic_canvasreg.h \ src/sys/arch/arm/amlogic/amlogic_comvar.h \ src/sys/arch/arm/amlogic/amlogic_hdmireg.h \ src/sys/arch/arm/amlogic/amlogic_rtc.c \ src/sys/arch/arm/amlogic/amlogic_rtcreg.h \ src/sys/arch/arm/amlogic/amlogic_sdhcreg.h \ src/sys/arch/arm/amlogic/amlogic_sdioreg.h cvs rdiff -u -r1.6 -r0 src/sys/arch/arm/amlogic/amlogic_com.c \ src/sys/arch/arm/amlogic/amlogic_cpufreq.c \ src/sys/arch/arm/amlogic/amlogic_dwctwo.c \ src/sys/arch/arm/amlogic/amlogic_intr.h cvs rdiff -u -r1.4 -r0 src/sys/arch/arm/amlogic/amlogic_comreg.h \ src/sys/arch/arm/amlogic/amlogic_rng.c cvs rdiff -u -r1.13 -r0 src/sys/arch/arm/amlogic/amlogic_crureg.h cvs rdiff -u -r1.5 -r0 src/sys/arch/arm/amlogic/amlogic_genfb.c \ src/sys/arch/arm/amlogic/amlogic_sdio.c cvs rdiff -u -r1.2 -r0 src/sys/arch/arm/amlogic/amlogic_gmac.c \ src/sys/arch/arm/amlogic/amlogic_gpio.c cvs rdiff -u -r1.14 -r0 src/sys/arch/arm/amlogic/amlogic_io.c cvs rdiff -u -r1.12 -r0 src/sys/arch/arm/amlogic/amlogic_reg.h \ src/sys/arch/arm/amlogic/amlogic_sdhc.c \ src/sys/arch/arm/amlogic/amlogic_var.h cvs rdiff -u -r1.3 -r0 src/sys/arch/arm/amlogic/amlogic_vpureg.h cvs rdiff -u -r1.27 -r0 src/sys/arch/evbarm/amlogic/amlogic_machdep.c cvs rdiff -u -r1.1 -r0 src/sys/arch/evbarm/amlogic/platform.h cvs rdiff -u -r1.24 -r0 src/sys/arch/evbarm/conf/ODROID-C1 cvs rdiff -u -r1.2 -r0 src/sys/arch/evbarm/conf/files.amlogic \ src/sys/arch/evbarm/conf/mk.amlogic cvs rdiff -u -r1.8 -r0 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
Module Name:src Committed By: skrll Date: Sun Jan 20 10:50:06 UTC 2019 Modified Files: src/etc/etc.evbarm: Makefile.inc Removed Files: src/sys/arch/evbarm/conf: VEXPRESS_A15 Log Message: G/C VEXPRESS_A15 To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/etc/etc.evbarm/Makefile.inc cvs rdiff -u -r1.24 -r0 src/sys/arch/evbarm/conf/VEXPRESS_A15 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: skrll Date: Sun Jan 20 11:09:11 UTC 2019 Removed Files: src/sys/arch/evbarm/conf: files.vexpress mk.vexpress std.vexpress Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.4 -r0 src/sys/arch/evbarm/conf/files.vexpress cvs rdiff -u -r1.7 -r0 src/sys/arch/evbarm/conf/mk.vexpress cvs rdiff -u -r1.11 -r0 src/sys/arch/evbarm/conf/std.vexpress 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/amlogic
Module Name:src Committed By: jmcneill Date: Sun Jan 20 13:07:28 UTC 2019 Removed Files: src/sys/arch/arm/amlogic: files.amlogic Log Message: Remove unused file. To generate a diff of this commit: cvs rdiff -u -r1.14 -r0 src/sys/arch/arm/amlogic/files.amlogic Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/common
Module Name:src Committed By: gson Date: Sun Jan 20 14:50:58 UTC 2019 Modified Files: src/tests/fs/common: fstest_lfs.c Log Message: Call rump_pub_lwproc_newlwp() in the lfs cleaner thread to make its rump system calls all use the same lwp. Hopefully this will fix PR kern/53884. Also call rump_pub_lwproc_releaselwp() at the end. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/fs/common/fstest_lfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys/external/bsd/drm2/pci
Module Name:src Committed By: martin Date: Sun Jan 20 15:35:03 UTC 2019 Modified Files: src/sys/external/bsd/drm2/pci [netbsd-8]: drm_pci.c Log Message: Pull up following revision(s) (requested by dholland in ticket #1165): sys/external/bsd/drm2/pci/drm_pci.c: revision 1.32 Don't try to interpret the second half of a 64-bit BAR as another one. >From msaitoh@. To generate a diff of this commit: cvs rdiff -u -r1.17.2.1 -r1.17.2.2 src/sys/external/bsd/drm2/pci/drm_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Jan 20 15:35:25 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1165 To generate a diff of this commit: cvs rdiff -u -r1.1.2.90 -r1.1.2.91 src/doc/CHANGES-8.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/arm/amlogic
Module Name:src Committed By: jmcneill Date: Sun Jan 20 15:56:40 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson_uart.c Log Message: Only enable RX interrupts if the device is open. Previously interrupts were enabled unconditionally, which caused the interrupt handler to consume input before WSDISPLAY_MULTICONS had a change to poll for data. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogic/meson_uart.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/amlogic
Module Name:src Committed By: jmcneill Date: Sun Jan 20 16:02:33 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson_platform.c Log Message: Re-add support for awge0.mac-address, fb.scale, and fb.depth cmdline options To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogic/meson_platform.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: Sun Jan 20 16:55:21 UTC 2019 Modified Files: src/sys/arch/x86/include: fpu.h src/sys/arch/x86/x86: fpu.c src/sys/dev/nvmm/x86: nvmm_x86_svm.c Log Message: Improvements in NVMM * Handle the FPU differently, limit the states via the given mask rather than via XCR0. Align to 64 bytes. Provide an initial gXCR0, to be sure that XCR0_X87 is set. Reset XSTATE_BV when the state is modified by the virtualizer, to force a reload from memory. * Hide RDTSCP. * Zero-extend RBX/RCX/RDX when handling the NVMM CPUID signature. * Take ECX and not RCX on MSR instructions. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/include/fpu.h cvs rdiff -u -r1.48 -r1.49 src/sys/arch/x86/x86/fpu.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/nvmm/x86/nvmm_x86_svm.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/amlogic
Module Name:src Committed By: jmcneill Date: Sun Jan 20 17:27:30 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson_clk_div.c Log Message: Always honour MESON_CLK_DIV_SET_RATE_PARENT To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogic/meson_clk_div.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/amlogic
Module Name:src Committed By: jmcneill Date: Sun Jan 20 17:28:34 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson8b_clkc.c Log Message: Add support for changing CPU frequency To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogic/meson8b_clkc.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/amlogic
Module Name:src Committed By: jmcneill Date: Sun Jan 20 17:28:00 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson_clk.h Log Message: Add CLK_SET_RATE_PARENT for mux clocks and add MESON_CLK_PLL_RATE which is like MESON_CLK_PLL but accepts a custom set_rate function To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogic/meson_clk.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/dts
Module Name:src Committed By: jmcneill Date: Sun Jan 20 17:29:04 UTC 2019 Modified Files: src/sys/arch/arm/dts: meson8b.dtsi Log Message: Add operating points and clocks for CPUs To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/dts/meson8b.dtsi 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/dts
Module Name:src Committed By: jmcneill Date: Sun Jan 20 17:57:29 UTC 2019 Modified Files: src/sys/arch/arm/dts: meson8b.dtsi Log Message: Add rtc node (non-standard bindings) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/dts/meson8b.dtsi 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/amlogic
Module Name:src Committed By: jmcneill Date: Sun Jan 20 17:58:22 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: files.meson Added Files: src/sys/arch/arm/amlogic: meson_rtc.c meson_rtcreg.h Log Message: Add Amlogic Meson RTC driver (FDT version) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/amlogic/files.meson cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/amlogic/meson_rtc.c \ src/sys/arch/arm/amlogic/meson_rtcreg.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: Sun Jan 20 17:58:37 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Add mesonrtc To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/GENERIC 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/amlogic
Module Name:src Committed By: jmcneill Date: Sun Jan 20 20:22:13 UTC 2019 Modified Files: src/sys/arch/arm/amlogic: meson_rtc.c Log Message: todr_attach -> fdtbus_todr_attach To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/amlogic/meson_rtc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: bad Date: Sun Jan 20 21:26:13 UTC 2019 Modified Files: src/sys/kern: subr_tftproot.c Log Message: tftproot_getfile(): return E2BIG when bootfile is to long. tftproot_getfile() must return something != 0 to indicate error when the bootfile is to long. error just got set to 0 when nfs_boot_setrecvtimo() was called. found during code review. compile tested only. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/kern/subr_tftproot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: src/sys/external/bsd/sljit/dist
Module Name:src Committed By: alnsn Date: Sun Jan 20 22:44:26 UTC 2019 Update of /cvsroot/src/sys/external/bsd/sljit/dist In directory ivanova.netbsd.org:/tmp/cvs-serv663 Log Message: Update sljit to version 0.93 (svn revision r333). Changes since the last import: r333 More x86 fixes and a new stack test. r332 Improve stack allocation on x86. r331 Make sljit_free_unused_memory_exec public, PPC flush takes priority. r330 Reverse the stack utility to top-down. r329 Add sljit_set_current_flags function. r328 Add two more virtual registers to x86/32, ARM-32 refactor. r327 Remove value caching on ARM-32. r326 Remove value caching on ARM-Thumb2. r325 Move with update rework. r324 Arm32 store fixes. r323 Update macros and remove copyright years. r322 Reworking flags, removing keep flags. r321 Quick fix for regexjit. r320 Improve protected executable allocator. Patch insipred by Christian Persch. r319 Fully support dynamic code modifications again. r318 Support protected allocator on all architectures except TILEGX. r317 Rework protected allocator, only x86 linux is supported now. r316 Add protected executable allocator. r315 Remove SLJIT_MEMMOVE. r314 Fix unaligned accesses on x86. Patch by Marc Mutz. Status: Vendor Tag: TNF Release Tags: SLJIT-r333 U src/sys/external/bsd/sljit/dist/API_CHANGES U src/sys/external/bsd/sljit/dist/INTERNAL_CHANGES U src/sys/external/bsd/sljit/dist/Makefile U src/sys/external/bsd/sljit/dist/README C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_32.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_common.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitConfigInternal.h C src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.h C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_64.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitUtils.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_32.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_T2_32.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_64.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_common.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativePPC_common.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeSPARC_common.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitConfig.h C src/sys/external/bsd/sljit/dist/sljit_src/sljitExecAllocator.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_32.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_64.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativePPC_32.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativePPC_64.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeSPARC_32.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeTILEGX-encoder.c C src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeTILEGX_64.c N src/sys/external/bsd/sljit/dist/sljit_src/sljitProtExecAllocator.c U src/sys/external/bsd/sljit/dist/test_src/sljitMain.c C src/sys/external/bsd/sljit/dist/test_src/sljitTest.c U src/sys/external/bsd/sljit/dist/regex_src/regexJIT.c U src/sys/external/bsd/sljit/dist/regex_src/regexMain.c U src/sys/external/bsd/sljit/dist/regex_src/regexJIT.h U src/sys/external/bsd/sljit/dist/doc/overview.txt U src/sys/external/bsd/sljit/dist/doc/tutorial/brainfuck.c U src/sys/external/bsd/sljit/dist/doc/tutorial/func_call.c U src/sys/external/bsd/sljit/dist/doc/tutorial/struct_access.c U src/sys/external/bsd/sljit/dist/doc/tutorial/sljit_tutorial.html U src/sys/external/bsd/sljit/dist/doc/tutorial/99bottles.bf U src/sys/external/bsd/sljit/dist/doc/tutorial/array_access.c U src/sys/external/bsd/sljit/dist/doc/tutorial/first_program.c U src/sys/external/bsd/sljit/dist/doc/tutorial/loop.c U src/sys/external/bsd/sljit/dist/doc/tutorial/README U src/sys/external/bsd/sljit/dist/doc/tutorial/branch.c U src/sys/external/bsd/sljit/dist/doc/tutorial/hello.bf U src/sys/external/bsd/sljit/dist/doc/tutorial/temp_var.c 23 conflicts created by this import. Use the following command to help the merge: cvs checkout -jTNF:yesterday -jTNF src/sys/external/bsd/sljit/dist
CVS commit: src/sys/external/bsd/sljit/dist
Module Name:src Committed By: alnsn Date: Sun Jan 20 23:14:16 UTC 2019 Modified Files: src/sys/external/bsd/sljit/dist/sljit_src: sljitConfig.h sljitConfigInternal.h sljitExecAllocator.c sljitLir.c sljitLir.h sljitNativeARM_32.c sljitNativeARM_64.c sljitNativeARM_T2_32.c sljitNativeMIPS_32.c sljitNativeMIPS_64.c sljitNativeMIPS_common.c sljitNativePPC_32.c sljitNativePPC_64.c sljitNativePPC_common.c sljitNativeSPARC_32.c sljitNativeSPARC_common.c sljitNativeTILEGX-encoder.c sljitNativeTILEGX_64.c sljitNativeX86_32.c sljitNativeX86_64.c sljitNativeX86_common.c sljitUtils.c src/sys/external/bsd/sljit/dist/test_src: sljitTest.c Removed Files: src/sys/external/bsd/sljit/dist: hist Log Message: Resolve conflicts. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 src/sys/external/bsd/sljit/dist/hist cvs rdiff -u -r1.14 -r1.15 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitConfig.h cvs rdiff -u -r1.10 -r1.11 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitConfigInternal.h cvs rdiff -u -r1.5 -r1.6 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitExecAllocator.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_32.c cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.h \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_32.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_64.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_T2_32.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_32.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_64.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_common.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativePPC_32.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativePPC_64.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeSPARC_32.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeSPARC_common.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeTILEGX_64.c \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_64.c cvs rdiff -u -r1.7 -r1.8 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativePPC_common.c cvs rdiff -u -r1.2 -r1.3 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeTILEGX-encoder.c cvs rdiff -u -r1.8 -r1.9 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_common.c cvs rdiff -u -r1.9 -r1.10 \ src/sys/external/bsd/sljit/dist/sljit_src/sljitUtils.c cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/sljit/dist/test_src/sljitTest.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/bsd/sljit
Module Name:src Committed By: alnsn Date: Sun Jan 20 23:23:01 UTC 2019 Modified Files: src/sys/external/bsd/sljit: README.import Log Message: Update sljit revision. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/sljit/README.import 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: alnsn Date: Sun Jan 20 23:36:58 UTC 2019 Modified Files: src/sys/net: bpfjit.c Log Message: Add missing include. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/net/bpfjit.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/bsd/sljit/dist/sljit_src
Module Name:src Committed By: alnsn Date: Mon Jan 21 00:07:11 UTC 2019 Modified Files: src/sys/external/bsd/sljit/dist/sljit_src: sljitLir.c Log Message: Add #ifndef _KERNEL guard around userspace #includes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/modules
Module Name:src Committed By: alnsn Date: Mon Jan 21 00:21:48 UTC 2019 Modified Files: src/sys/modules: Makefile Log Message: Build bpfjit and sljit modules on aarch64. To generate a diff of this commit: cvs rdiff -u -r1.214 -r1.215 src/sys/modules/Makefile 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/modules
Module Name:src Committed By: alnsn Date: Mon Jan 21 00:22:24 UTC 2019 Modified Files: src/distrib/sets/lists/modules: ad.aarch64 Log Message: Add bpfjit and sljit modules. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/sets/lists/modules/ad.aarch64 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/kern/lib/libsljit
Module Name:src Committed By: alnsn Date: Mon Jan 21 00:30:14 UTC 2019 Modified Files: src/sys/rump/kern/lib/libsljit: Makefile Added Files: src/sys/rump/kern/lib/libsljit/arch/aarch64: cpufunc.c sljit_rump.c Log Message: Add sljit rump glue for aarch64. XXX arm_icache_sync_range() and mips_icache_sync_range() call (void)rumpcomp_sync_icache((void *)va, (uint64_t)sz); but linking fails if I do the same on aarch64 (I suspect it also fails on 32bit arm and mips). As a workaround, I call __builtin___clear_cache(). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/kern/lib/libsljit/Makefile cvs rdiff -u -r0 -r1.1 src/sys/rump/kern/lib/libsljit/arch/aarch64/cpufunc.c \ src/sys/rump/kern/lib/libsljit/arch/aarch64/sljit_rump.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: alnsn Date: Mon Jan 21 01:02:50 UTC 2019 Modified Files: src/doc: 3RDPARTY Log Message: Update sljit version. To generate a diff of this commit: cvs rdiff -u -r1.1593 -r1.1594 src/doc/3RDPARTY 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: pgoyette Date: Mon Jan 21 02:28:25 UTC 2019 Modified Files: src/doc: TODO.smpnet Log Message: Note that kernels with NET_MPSAFE won't work with non-NET_MPSAFE modules. XXX The initial merge of the [pgoyette-compat] branch will NOT address XXX this issue. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/doc/TODO.smpnet 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: msaitoh Date: Mon Jan 21 04:15:51 UTC 2019 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.1346 -r1.1347 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1345 -r1.1346 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/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Mon Jan 21 04:15:22 UTC 2019 Modified Files: src/sys/dev/pci: pcidevs Log Message: Marvell 0x4365 is 88E8070. To generate a diff of this commit: cvs rdiff -u -r1.1357 -r1.1358 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/sun
Module Name:src Committed By: macallan Date: Mon Jan 21 06:23:17 UTC 2019 Modified Files: src/sys/dev/sun: bwtwo.c Log Message: apply patches from PR 49639 compile tested only for lack of hardware To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/sun/bwtwo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [pgoyette-compat] src/sys
Module Name:src Committed By: pgoyette Date: Mon Jan 21 06:49:28 UTC 2019 Modified Files: src/sys/arch/amd64/amd64 [pgoyette-compat]: netbsd32_machdep.c src/sys/arch/mips/mips [pgoyette-compat]: netbsd32_machdep.c src/sys/arch/sparc64/sparc64 [pgoyette-compat]: netbsd32_machdep.c src/sys/dev/sysmon [pgoyette-compat]: sysmon_power.c src/sys/fs/puffs [pgoyette-compat]: puffs_msgif.c src/sys/kern [pgoyette-compat]: kern_proc.c src/sys/net [pgoyette-compat]: rtsock.c rtsock_shared.c src/sys/sys [pgoyette-compat]: module_hook.h Log Message: No need to declare the hook_call() function for void hooks. So remove and simplify. To generate a diff of this commit: cvs rdiff -u -r1.115.2.14 -r1.115.2.15 \ src/sys/arch/amd64/amd64/netbsd32_machdep.c cvs rdiff -u -r1.15.2.10 -r1.15.2.11 \ src/sys/arch/mips/mips/netbsd32_machdep.c cvs rdiff -u -r1.110.14.3 -r1.110.14.4 \ src/sys/arch/sparc64/sparc64/netbsd32_machdep.c cvs rdiff -u -r1.58.2.7 -r1.58.2.8 src/sys/dev/sysmon/sysmon_power.c cvs rdiff -u -r1.101.10.9 -r1.101.10.10 src/sys/fs/puffs/puffs_msgif.c cvs rdiff -u -r1.209.2.13 -r1.209.2.14 src/sys/kern/kern_proc.c cvs rdiff -u -r1.238.2.23 -r1.238.2.24 src/sys/net/rtsock.c cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/sys/net/rtsock_shared.c cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/sys/sys/module_hook.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: skrll Date: Mon Jan 21 07:26:14 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: mk.bcm53xx Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/mk.bcm53xx 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: skrll Date: Mon Jan 21 07:29:36 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: std.bcm53xx Log Message: Sort To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/std.bcm53xx Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/file2c
Module Name:othersrc Committed By: agc Date: Mon Jan 21 07:30:48 UTC 2019 Added Files: othersrc/external/bsd/file2c: Makefile file2c.1 file2c.sh Log Message: Add a new utility called file2c(1) to othersrc, which converts its input stream into individual bytes, suitable for inclusion as a C source file. This kind of utility is occasionally useful for embedding data in C-derived libraries and executables. The utility is similar in function, and arguments, to the utility written in C, and included in FreeBSD. This version of the utility just uses awk(1), and so is written as a simple shell script. Example usage: % echo 'Hello world' | file2c -sx 'static const char *text = {\n' '};\n' static const char *text = { 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x20, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0xa }; % To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/file2c/Makefile \ othersrc/external/bsd/file2c/file2c.1 \ othersrc/external/bsd/file2c/file2c.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/file2c
Module Name:othersrc Committed By: agc Date: Mon Jan 21 07:32:09 UTC 2019 Added Files: othersrc/external/bsd/file2c: 1.expected 1.in 2.expected 3.expected Log Message: Add a new utility called file2c(1) to othersrc, which converts its input stream into individual bytes, suitable for inclusion as a C source file. This kind of utility is occasionally useful for embedding data in C-derived libraries and executables. The utility is similar in function, and arguments, to the utility written in C, and included in FreeBSD. This version of the utility just uses awk(1), and so is written as a simple shell script. Example usage: % echo 'Hello world' | file2c -sx 'static const char *text = {\n' '};\n' static const char *text = { 0x48, 0x65, 0x6c, 0x6c, 0x6f, 0x20, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0xa }; % To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/file2c/1.expected \ othersrc/external/bsd/file2c/1.in othersrc/external/bsd/file2c/2.expected \ othersrc/external/bsd/file2c/3.expected Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/file2c
Module Name:othersrc Committed By: agc Date: Mon Jan 21 07:34:04 UTC 2019 Modified Files: othersrc/external/bsd/file2c: 1.expected 1.in 2.expected 3.expected Log Message: Get rid of stray RCS Ids in the test input file Fix up tests to accommodate To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/file2c/1.expected \ othersrc/external/bsd/file2c/1.in othersrc/external/bsd/file2c/2.expected \ othersrc/external/bsd/file2c/3.expected Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/file2c
Module Name:othersrc Committed By: wiz Date: Mon Jan 21 07:33:59 UTC 2019 Modified Files: othersrc/external/bsd/file2c: file2c.1 file2c.sh Log Message: Sort options. Use appropriate section name. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/file2c/file2c.1 \ othersrc/external/bsd/file2c/file2c.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/arm32
Module Name:src Committed By: skrll Date: Mon Jan 21 07:46:20 UTC 2019 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: Wrong long lined comment To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/sys/arch/arm/arm32/arm32_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/evbarm/nitrogen6
Module Name:src Committed By: skrll Date: Mon Jan 21 07:46:40 UTC 2019 Modified Files: src/sys/arch/evbarm/nitrogen6: nitrogen6_machdep.c Log Message: G/C To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/nitrogen6/nitrogen6_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/evbarm/netwalker
Module Name:src Committed By: skrll Date: Mon Jan 21 07:47:30 UTC 2019 Modified Files: src/sys/arch/evbarm/netwalker: netwalker_machdep.c Log Message: Remove redundant pmap_devmap_register(netwalker_devmap) call To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/netwalker/netwalker_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/evbarm/fdt
Module Name:src Committed By: skrll Date: Mon Jan 21 07:49:45 UTC 2019 Modified Files: src/sys/arch/evbarm/fdt: platform.h Log Message: Make more KVA available To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/fdt/platform.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.