CVS commit: [pgoyette-compat] src/sys/net

2019-01-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 11 07:55:53 UTC 2019 Modified Files: src/sys/net [pgoyette-compat]: rtsock.c Log Message: Don't accept OIFLIST operation unless the rtsock_70_hook is loaded, even though the results are otherwise identical to those on

CVS commit: src/sys/dev/mii

2019-01-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 11 07:14:58 UTC 2019 Modified Files: src/sys/dev/mii: brgphy.c Log Message: Remove extra PHY read in brgphy_mii_phy_auto(). To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/dev/mii/brgphy.c

CVS commit: [pgoyette-compat] src/sys

2019-01-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 11 06:27:45 UTC 2019 Modified Files: src/sys/compat/common [pgoyette-compat]: compat_50_mod.c compat_mod.h rtsock_50.c src/sys/kern [pgoyette-compat]: compat_stub.c src/sys/net

CVS commit: [pgoyette-compat] src/sys/sys

2019-01-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jan 11 06:18:17 UTC 2019 Modified Files: src/sys/sys [pgoyette-compat]: module_hook.h Log Message: Separate macro arguments with for readability. To generate a diff of this commit: cvs rdiff -u -r1.1.2.7 -r1.1.2.8

CVS commit: src/lib/libcurses

2019-01-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jan 11 06:14:39 UTC 2019 Modified Files: src/lib/libcurses: curses_clear.3 Log Message: At some point we lost the text that explains the difference between clear() and erase(). Or possibly we never had any. Put some back.

CVS commit: src/sys/dev/pci

2019-01-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 11 05:13:26 UTC 2019 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Set I82579_LPI_CTRL register correctly in wm_set_eee_pchlan(). To generate a diff of this commit: cvs rdiff -u -r1.615 -r1.616

CVS commit: src/sys/net

2019-01-10 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Jan 11 02:57:21 UTC 2019 Modified Files: src/sys/net: if_ppp.c Log Message: Fix missing splx in ppp_inproc(). To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/net/if_ppp.c Please note that diffs

CVS commit: src/sys/net

2019-01-10 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Jan 11 02:55:41 UTC 2019 Modified Files: src/sys/net: if_ppp.c Log Message: Fix missing mutex_exit in ppp_create(). To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/net/if_ppp.c Please note that

CVS commit: src/external/mpl/bind/dist/lib/isc

2019-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 11 02:44:49 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc: rwlock.c Log Message: disable pause, only works on v9 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: xsrc/external/mit/libdrm/dist/amdgpu

2019-01-10 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Fri Jan 11 02:34:53 UTC 2019 Modified Files: xsrc/external/mit/libdrm/dist/amdgpu: amdgpu_bo.c Log Message: fix compilation To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2

CVS commit: src

2019-01-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 10 23:10:23 UTC 2019 Modified Files: src/distrib/sets/lists/xdebug: md.amd64 md.i386 src/distrib/sets/lists/xserver: md.amd64 md.i386 src/external/mit/xorg/server/drivers: Makefile Log Message: Hook vboxvideo

CVS commit: src/sys/dev/ic

2019-01-10 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Jan 10 23:01:57 UTC 2019 Modified Files: src/sys/dev/ic: rtl8169.c Log Message: Fix handling of RTKQ_IM_HW quirk, the check was inverted. Found by t...@useless-ficus.net, thanks. Fixes PR/53858. To generate a diff of this

CVS commit: src/sys/dev/usb

2019-01-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 10 22:13:07 UTC 2019 Modified Files: src/sys/dev/usb: usbdi.c Log Message: Avoid use after free when closing interrupt pipe transfer by calling upm_close before destroying the interupt pipe xfer. Found by kasan on wiz's

CVS commit: src/sys/kern

2019-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 10 22:02:16 UTC 2019 Modified Files: src/sys/kern: sysv_ipc.c Log Message: handle errors from loading the syscalls and bail early. establish sysctl later. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/usr.sbin/sysinst

2019-01-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 10 19:00:17 UTC 2019 Modified Files: src/usr.sbin/sysinst: menus.mi msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl Log Message: PR install/53857: make the pkgsrc menu wider, so the first column fits in

CVS commit: src/lib/libedit

2019-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 10 18:41:56 UTC 2019 Modified Files: src/lib/libedit: readline.c Log Message: PR/53856: F. Aragon: editline/libedit not prompting colors in readline mode To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149

CVS commit: src/external/mpl/bind/dist/lib/isc

2019-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 10 18:09:45 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc: rwlock.c Log Message: no yield for early arm To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/mpl/dhcp

2019-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 10 17:41:48 UTC 2019 Modified Files: src/external/mpl/dhcp: Makefile.inc src/external/mpl/dhcp/dist/common: dns.c src/external/mpl/dhcp/dist/omapip: buffer.c connection.c dispatch.c isclib.c

CVS commit: src/sys/arch/ia64/include

2019-01-10 Thread Sean Cole
Module Name:src Committed By: scole Date: Thu Jan 10 17:05:56 UTC 2019 Modified Files: src/sys/arch/ia64/include: cpu.h lock.h Log Message: consolidate hint@pause in one place. remove mf.a from memory barriers To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: xsrc/external/mit/xorg-server/dist/render

2019-01-10 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Thu Jan 10 16:48:37 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/render: render.c Log Message: Remove duplicate length check (undo diff to upstream) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: xsrc/external/mit/xorg-server/dist/glx

2019-01-10 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Thu Jan 10 16:16:31 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/glx: indirect_program.c indirect_texture_compression.c singlepix.c swap_interval.c Log Message: Undo merge botch, duplicate length checks

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting

2019-01-10 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Thu Jan 10 14:33:11 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting: driver.c Log Message: pEnt isn't initialized at this point, don't free it Undo diff to upstream. There's

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/common

2019-01-10 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Thu Jan 10 14:28:44 UTC 2019 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86pciBus.c Log Message: Undo unnecessary diff to vendor branch. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/lib/libwrap

2019-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 10 13:53:27 UTC 2019 Modified Files: src/lib/libwrap: diag.c Log Message: PR/53851: Andreas Gustafsson: libwrap prints "m" instead of errno Handle %m inline if needed, otherwise vasprintf strips the %m and... To

CVS commit: src/lib/libwrap

2019-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 10 13:53:58 UTC 2019 Modified Files: src/lib/libwrap: diag.c Log Message: delete unused variable To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libwrap/diag.c Please note that diffs are not

CVS commit: [pgoyette-compat] src/tests/lib/libc/net/getaddrinfo

2019-01-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 10 11:15:49 UTC 2019 Modified Files: src/tests/lib/libc/net/getaddrinfo [pgoyette-compat]: t_getaddrinfo.sh Log Message: Import fix from HEAD. Now that the test behaves normally under failure (mismatched actual vs

CVS commit: src/tests/lib/libc/net/getaddrinfo

2019-01-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 10 11:13:50 UTC 2019 Modified Files: src/tests/lib/libc/net/getaddrinfo: t_getaddrinfo.sh Log Message: Remove extraneous && from check_output() With this extra && the test case exits abnormally when the actual and

CVS commit: src/sys/arch/sparc64

2019-01-10 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 10 10:33:50 UTC 2019 Modified Files: src/sys/arch/sparc64/include: pmap.h src/sys/arch/sparc64/sparc64: db_interface.c pmap.c Log Message: - move pmap_ctx() macro into pmap.h instead of duplicating it. - fix

CVS commit: src/external/bsd/acpica/bin/iasl

2019-01-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 10 10:04:43 UTC 2019 Modified Files: src/external/bsd/acpica/bin/iasl: Makefile Log Message: Use the make pid when naming the temporary file to create aslcompilerparse.y, so tow parallel make instances won't step on each

CVS commit: xsrc/external/mit/libdrm/dist/amdgpu

2019-01-10 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Jan 10 09:13:52 UTC 2019 Modified Files: xsrc/external/mit/libdrm/dist/amdgpu: amdgpu_vamgr.c Log Message: don't mark a static function with default visibility. (avoids warnings.) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ic

2019-01-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 10 09:12:47 UTC 2019 Modified Files: src/sys/dev/ic: isp_library.c Log Message: When handles returned by the device do not match our expectations, log more details. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/external/mit/xorg/lib/libdrm_intel

2019-01-10 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 10 09:12:57 UTC 2019 Modified Files: src/external/mit/xorg/lib/libdrm_intel: Makefile Log Message: add new source for libdrm 2.4.96. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/mit/xorg/lib

2019-01-10 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jan 10 09:10:31 UTC 2019 Modified Files: src/external/mit/xorg/lib/libdrm: Makefile.defines src/external/mit/xorg/lib/libdrm_amdgpu: Makefile Log Message: build fixes for libdrm 2.4.96. XXX: may still have build issues,

CVS commit: xsrc/external/mit/libdrm/dist

2019-01-10 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Jan 10 08:59:43 UTC 2019 Modified Files: xsrc/external/mit/libdrm/dist: xf86atomic.h xf86drm.c xf86drmMode.c xsrc/external/mit/libdrm/dist/include/drm: drm.h i915_drm.h xsrc/external/mit/libdrm/dist/intel:

CVS import: xsrc/external/mit/libdrm/dist

2019-01-10 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Thu Jan 10 08:49:56 UTC 2019 Update of /cvsroot/xsrc/external/mit/libdrm/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24250 Log Message: initial import of libdrm-2.4.96 Status: Vendor Tag: xorg Release Tags: libdrm-2-4-96

CVS commit: src/sys/dev/pci

2019-01-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 10 08:27:21 UTC 2019 Modified Files: src/sys/dev/pci: if_bce.c Log Message: Remove extra register read in bce_mii_write(). To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/dev/pci/if_bce.c Please