CVS commit: src/share/man/man4
Module Name:src Committed By: cnst Date: Thu May 9 07:12:38 UTC 2019 Modified Files: src/share/man/man4: bio.4 Log Message: bio(4): .In dev/biovar.h in SYNOPSIS; .Xr envsys 4 et al in both DESCR && SEE ALSO To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/man/man4/bio.4 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: mrg Date: Thu May 9 07:38:44 UTC 2019 Modified Files: src/sys/arch/aarch64/aarch64: cpu.c src/sys/arch/arm/include: cputypes.h src/usr.sbin/cpuctl/arch: aarch64.c Log Message: add cortex A-76 detection. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/aarch64/aarch64/cpu.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/include/cputypes.h cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/cpuctl/arch/aarch64.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/gdbscripts
Module Name:src Committed By: mrg Date: Thu May 9 07:59:49 UTC 2019 Modified Files: src/sys/gdbscripts: devs procs Log Message: document 'devs' and 'procs' commands. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/gdbscripts/devs cvs rdiff -u -r1.3 -r1.4 src/sys/gdbscripts/procs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/vmstat
Module Name:src Committed By: mrg Date: Thu May 9 08:01:07 UTC 2019 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: when dumping a kernhist history replace "%s" with "%p" so that the kernhist in kernel can be a little more usable without making the userland dumping code crash. To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/usr.bin/vmstat/vmstat.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: skrll Date: Thu May 9 08:16:15 UTC 2019 Modified Files: src/sys/kern: subr_pool.c src/sys/sys: pool.h src/sys/uvm: uvm_stat.c Log Message: Avoid KASSERT(!cpu_intr_p()) when breaking into ddb and issuing show uvmexp To generate a diff of this commit: cvs rdiff -u -r1.249 -r1.250 src/sys/kern/subr_pool.c cvs rdiff -u -r1.88 -r1.89 src/sys/sys/pool.h cvs rdiff -u -r1.39 -r1.40 src/sys/uvm/uvm_stat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/libhack
Module Name:src Committed By: roy Date: Thu May 9 08:20:35 UTC 2019 Modified Files: src/distrib/utils/libhack: Makefile.inc Log Message: Fix build with MKYP=no To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/distrib/utils/libhack/Makefile.inc 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 9 09:09:38 UTC 2019 Modified Files: src/lib/libc/sys: getsockopt.2 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/getsockopt.2 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: wiz Date: Thu May 9 09:22:13 UTC 2019 Modified Files: src/share/man/man4: audio.4 Log Message: Fix some typos, improve wording and formatting. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/share/man/man4/audio.4 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: Thu May 9 09:32:26 UTC 2019 Modified Files: src/share/man/man9: audio.9 Log Message: Improve wording, add more formatting. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/share/man/man9/audio.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/audiocfg
Module Name:src Committed By: wiz Date: Thu May 9 09:34:58 UTC 2019 Modified Files: src/usr.bin/audiocfg: audiocfg.1 Log Message: Improve wording, bump date. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.bin/audiocfg/audiocfg.1 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: wiz Date: Thu May 9 09:35:29 UTC 2019 Modified Files: src/share/man/man4: audio.4 Log Message: Bump date. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/share/man/man4/audio.4 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: Thu May 9 09:35:18 UTC 2019 Modified Files: src/share/man/man9: audio.9 Log Message: Bump date. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/share/man/man9/audio.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/audio/ctl
Module Name:src Committed By: wiz Date: Thu May 9 09:37:11 UTC 2019 Modified Files: src/usr.bin/audio/ctl: audioctl.1 Log Message: Sort options (no-argument options before ones demanding arguments). Bump date. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/audio/ctl/audioctl.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc/gen
Module Name:src Committed By: skrll Date: Thu May 9 10:56:24 UTC 2019 Modified Files: src/common/lib/libc/gen: rb.c Log Message: toolify PR/54182: Cross-building on Linux fails in rb.c To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/common/lib/libc/gen/rb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/sys
Module Name:src Committed By: mgorny Date: Thu May 9 13:07:35 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c t_ptrace_x86_wait.h Log Message: Add ptrace() tests for reading mm* and xmm* registers To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/tests/lib/libc/sys/t_ptrace_wait.c cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/t_ptrace_x86_wait.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/usb
Module Name:src Committed By: skrll Date: Thu May 9 14:50:38 UTC 2019 Modified Files: src/sys/dev/usb: uplcom.c Log Message: Fix USB_DEBUG build To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/usb/uplcom.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/ia64
Module Name:src Committed By: scole Date: Thu May 9 15:48:55 UTC 2019 Modified Files: src/sys/arch/ia64/conf: Makefile.ia64 src/sys/arch/ia64/ia64: pmap.c Log Message: Revert -O0 for pmap, avoid RAW dependency compilation warning To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ia64/conf/Makefile.ia64 cvs rdiff -u -r1.37 -r1.38 src/sys/arch/ia64/ia64/pmap.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/sh3/sh3
Module Name:src Committed By: ryo Date: Thu May 9 16:48:31 UTC 2019 Modified Files: src/sys/arch/sh3/sh3: db_trace.c Log Message: fix backtrace. it was broken. - use db_read_bytes() to avoid faults. - quite a few functions do not use frame pointers, therefore always detect stack depth without a frame pointer. however, since the framepointer(=r14) is used as a trapframe, the code to detect the frame pointer is still needed. - dump the contents of trapframe during backtracing. - KNF To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sh3/sh3/db_trace.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
Module Name:src Committed By: bouyer Date: Thu May 9 17:09:51 UTC 2019 Modified Files: src/sys/arch/x86/include: cpufunc.h src/sys/arch/xen/include: xen.h xenfunc.h src/sys/arch/xen/x86: hypervisor_machdep.c xen_intr.c src/sys/arch/xen/xen: evtchn.c Log Message: sti/cli are not allowed on Xen, we have to clear/set a bit in the shared page. Revert x86_disable_intr/x86_enable_intr to plain function calls on XENPV. While there, clean up unused functions and macros, and change cli()/sti() macros to x86_disable_intr/x86_enable_intr. Makes Xen domU boot again (http://www-soc.lip6.fr/~bouyer/NetBSD-tests/xen/HEAD/) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/include/cpufunc.h cvs rdiff -u -r1.43 -r1.44 src/sys/arch/xen/include/xen.h cvs rdiff -u -r1.17 -r1.18 src/sys/arch/xen/include/xenfunc.h cvs rdiff -u -r1.35 -r1.36 src/sys/arch/xen/x86/hypervisor_machdep.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/xen/x86/xen_intr.c cvs rdiff -u -r1.85 -r1.86 src/sys/arch/xen/xen/evtchn.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/x86/x86
Module Name:src Committed By: maxv Date: Thu May 9 18:53:14 UTC 2019 Modified Files: src/sys/arch/x86/x86: cpu_ucode_intel.c Log Message: Invalidate the cache before updating the microcode. Some platforms require this. Seen in Illumos and FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/x86/cpu_ucode_intel.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: kamil Date: Thu May 9 20:50:14 UTC 2019 Modified Files: src/sys/kern: kern_exec.c Log Message: Report TRAP_EXEC (for exec()) to a debugger in the PT_SYSCALL mode Orignally exec() reporting was disabled in the NetBSD version as there was no support for fine-grained reporting. Meanwhile PT_SYSCALL was broken for years and there is no software that depends on this behavior. There is need to catch exec() events in syscall tracers using ptrace(2). Instead of adding workarounds of guessing that exec() happened, report the event directly from the kernel. All ATF ptrace(2) tests pass. To generate a diff of this commit: cvs rdiff -u -r1.464 -r1.465 src/sys/kern/kern_exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: maya Date: Thu May 9 23:34:51 UTC 2019 Modified Files: src/share/mk: bsd.kmodule.mk Log Message: G/C unused code. gcc -combine is no longer a thing, so this entire block isn't usable. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/share/mk/bsd.kmodule.mk 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/ixgbe
Module Name:src Committed By: msaitoh Date: Fri May 10 02:56:08 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix typo. This code is not used yet. To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 src/sys/dev/pci/ixgbe/ixgbe.c 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: msaitoh Date: Fri May 10 05:16:34 UTC 2019 Modified Files: src/sys/net: if.h Log Message: Modify comment to make the data structure clear. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.269 -r1.270 src/sys/net/if.h 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: cnst Date: Fri May 10 05:59:47 UTC 2019 Modified Files: src/share/man/man4: envsys.4 Log Message: envsys(4): mention ioctl(2) commands left over from Nx 1.5/4.0 experimental API To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/share/man/man4/envsys.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: mrg Date: Fri May 10 06:19:54 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: add an entry to find upcoming intel-2014 driver. To generate a diff of this commit: cvs rdiff -u -r1.1132 -r1.1133 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: xsrc/external/mit/xf86-video-intel-2014/dist
Module Name:xsrc Committed By: mrg Date: Fri May 10 06:22:25 UTC 2019 Update of /cvsroot/xsrc/external/mit/xf86-video-intel-2014/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12198 Log Message: import our slightly older intel xf86 driver as "intel-2014". this driver works better on older systems, but doesn't support gen9 as well. Status: Vendor Tag: NetBSD Release Tags: src-current-2019-03-18 N xsrc/external/mit/xf86-video-intel-2014/dist/COPYING N xsrc/external/mit/xf86-video-intel-2014/dist/Makefile.am N xsrc/external/mit/xf86-video-intel-2014/dist/compile N xsrc/external/mit/xf86-video-intel-2014/dist/NEWS N xsrc/external/mit/xf86-video-intel-2014/dist/README N xsrc/external/mit/xf86-video-intel-2014/dist/configure.ac N xsrc/external/mit/xf86-video-intel-2014/dist/aclocal.m4 N xsrc/external/mit/xf86-video-intel-2014/dist/ltmain.sh N xsrc/external/mit/xf86-video-intel-2014/dist/configure N xsrc/external/mit/xf86-video-intel-2014/dist/config.h.in N xsrc/external/mit/xf86-video-intel-2014/dist/AUTHORS N xsrc/external/mit/xf86-video-intel-2014/dist/missing N xsrc/external/mit/xf86-video-intel-2014/dist/config.guess N xsrc/external/mit/xf86-video-intel-2014/dist/ChangeLog N xsrc/external/mit/xf86-video-intel-2014/dist/config.sub N xsrc/external/mit/xf86-video-intel-2014/dist/install-sh N xsrc/external/mit/xf86-video-intel-2014/dist/Makefile.in N xsrc/external/mit/xf86-video-intel-2014/dist/depcomp N xsrc/external/mit/xf86-video-intel-2014/dist/INSTALL N xsrc/external/mit/xf86-video-intel-2014/dist/man/Makefile.am N xsrc/external/mit/xf86-video-intel-2014/dist/man/intel.man N xsrc/external/mit/xf86-video-intel-2014/dist/man/Makefile.in N xsrc/external/mit/xf86-video-intel-2014/dist/src/Makefile.am N xsrc/external/mit/xf86-video-intel-2014/dist/src/backlight.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/backlight.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/fd.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/intel_driver.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/compat-api.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/i915_pciids.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/intel_device.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/intel_module.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/fd.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/intel_options.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/intel_options.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/Makefile.in N xsrc/external/mit/xf86-video-intel-2014/dist/src/intel_list.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/README N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/legacy.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/Makefile.in N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/Makefile.am N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_driver.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/Makefile.am N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_accel.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_common.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_dri.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_reg.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_video.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_cursor.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_dga.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_dri.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_hwmc.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_memory.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_ring.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_wmark.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/i810_xaa.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/Makefile.in N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/I810XvMC.c N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/I810XvMC.h N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/Makefile.am N xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/xvmc/Makefile.in N xsrc/external/mit/xf86-video-intel-2014/dist/src/render_program/Makefile.in N xsrc/external/mit/xf86-video-intel-2014/dist/src/render_program/exa_sf.g4a N xsrc/external/mit/xf86-video-intel-2014/dist/src/render_program/exa_sf.g4b N xsrc/external/mit/xf86-video-intel-2014/dist/src/render_program/exa_sf.g4b.gen5 N xsrc/external/mit/xf86-video-intel-2014/dist/src/render_program/exa_sf.g5a N xsrc/external/mit/xf86-video-intel-2014/dist/src/render_program/exa_sf.g5b N xsrc/external/mit/xf86-video-intel-2014/dist/src/render_program/
CVS commit: src/external/mit/xorg/server/drivers/xf86-video-intel
Module Name:src Committed By: mrg Date: Fri May 10 06:25:58 UTC 2019 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-intel: Makefile Log Message: add new INTEL_DRIVER_DATE variable that defaults to 2019, but can be set to 2014 and the older KMS based driver will be used (which is the last actual release.) this fixes some display issues on older systems. for me, sandy bridge has minor issues with the new drivrer, but kaby lake really likes to have the newer driver. perhaps change default later, but this enables simple testing. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 \ src/external/mit/xorg/server/drivers/xf86-video-intel/Makefile 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: msaitoh Date: Fri May 10 06:33:14 UTC 2019 Modified Files: src/sys/net: if_media.h Log Message: Remove extra parenthesis. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/net/if_media.h 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: msaitoh Date: Fri May 10 06:45:19 UTC 2019 Modified Files: src/sys/net: if.h Log Message: Add missing parentheses for IFQ_CLASSIFY macro's argument. To generate a diff of this commit: cvs rdiff -u -r1.270 -r1.271 src/sys/net/if.h 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: msaitoh Date: Fri May 10 06:53:42 UTC 2019 Modified Files: src/sys/net: if.h Log Message: Remove extra parentheses. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 src/sys/net/if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.