svn commit: r312683 - head/usr.bin/mail

2017-01-23 Thread Xin LI
Author: delphij Date: Tue Jan 24 07:48:36 2017 New Revision: 312683 URL: https://svnweb.freebsd.org/changeset/base/312683 Log: Don't reference NULL pointer. MFC after:2 weeks Modified: head/usr.bin/mail/popen.c Modified: head/usr.bin/mail/popen.c

svn commit: r312681 - in head: etc/devd sys/dev/rtwn/usb sys/dev/usb

2017-01-23 Thread Kevin Lo
Author: kevlo Date: Tue Jan 24 03:00:22 2017 New Revision: 312681 URL: https://svnweb.freebsd.org/changeset/base/312681 Log: Sort REALTEK section and remove duplicate entry for RTL8192CU. Modified: head/etc/devd/usb.conf head/sys/dev/rtwn/usb/rtwn_usb_attach.h head/sys/dev/usb/usbdevs Mo

svn commit: r312680 - in head: etc/devd share/man/man4 sys/conf sys/contrib/dev/rtwn sys/dev/rtwn sys/dev/rtwn/rtl8188e/usb sys/dev/rtwn/rtl8192c sys/dev/rtwn/rtl8192c/pci sys/dev/rtwn/rtl8192c/usb...

2017-01-23 Thread Kevin Lo
Author: kevlo Date: Tue Jan 24 02:35:38 2017 New Revision: 312680 URL: https://svnweb.freebsd.org/changeset/base/312680 Log: Add support for the Realtek RTL8192EU chipset. Committed over the D-Link DWA-131 rev E1 on amd64 with WPA. Reviewed by: avos Added: head/sys/contrib/dev/rtwn/rt

svn commit: r312679 - head/sys/arm/freescale/imx

2017-01-23 Thread Ian Lepore
Author: ian Date: Tue Jan 24 02:09:30 2017 New Revision: 312679 URL: https://svnweb.freebsd.org/changeset/base/312679 Log: Handle imx6 erratum ERR004346... to reboot, clear the SRS bit twice within the same cycle of the 32khz clock. I've never actually noticed this error happening, but it

svn commit: r312678 - head/sys/net

2017-01-23 Thread Ravi Pokala
Author: rpokala Date: Tue Jan 24 01:39:40 2017 New Revision: 312678 URL: https://svnweb.freebsd.org/changeset/base/312678 Log: Eliminate misleading comments and dead code in lacp_port_create() Variables "fast" and "active" are both constant in lacp_port_create(), but comments mispleadingl

svn commit: r312672 - head/sys/dev/mrsas

2017-01-23 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 23 21:09:27 2017 New Revision: 312672 URL: https://svnweb.freebsd.org/changeset/base/312672 Log: Fix a typo introduced in r306024. Modified: head/sys/dev/mrsas/mrsas_linux.c Modified: head/sys/dev/mrsas/mrsas_linux.c

svn commit: r312670 - head/sys/boot/fdt/dts/arm

2017-01-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jan 23 19:20:55 2017 New Revision: 312670 URL: https://svnweb.freebsd.org/changeset/base/312670 Log: [am335x] Use upstream tda19988 framer node from upstream DTS Remove custom DTS duplicate of tda19988 node and use upstream-provided one introduced by r295436. This

svn commit: r312669 - head/sys/cam/ctl

2017-01-23 Thread Alexander Motin
Author: mav Date: Mon Jan 23 17:44:33 2017 New Revision: 312669 URL: https://svnweb.freebsd.org/changeset/base/312669 Log: Fix overrun handling issue in r312291. MFC after:1 week Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c

svn commit: r312668 - head/sys/arm64/arm64

2017-01-23 Thread Bjoern A. Zeeb
Author: bz Date: Mon Jan 23 16:40:20 2017 New Revision: 312668 URL: https://svnweb.freebsd.org/changeset/base/312668 Log: Remove a static function declaration for a function not implemented. Makes head code compile on 10.3 and cleanup is never wrong. MFC after:3 days Modified: h

svn commit: r312667 - head/usr.bin/sort

2017-01-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jan 23 15:39:51 2017 New Revision: 312667 URL: https://svnweb.freebsd.org/changeset/base/312667 Log: sort - Don't live-loop threads. Worker threads now use a pthread_cond_t to wait for work instead of burning the cpu up. Obtained from:DragonflyBSD (07774

Re: svn commit: r312426 - head/sys/kern

2017-01-23 Thread Eric van Gyzen
On 01/23/2017 02:30, Andriy Gapon wrote: On 22/01/2017 20:30, Eric van Gyzen wrote: On 01/19/2017 12:46, Andriy Gapon wrote: Author: avg Date: Thu Jan 19 18:46:41 2017 New Revision: 312426 URL: https://svnweb.freebsd.org/changeset/base/312426 Log: fix a thread preemption regression in schedu

Re: svn commit: r312426 - head/sys/kern

2017-01-23 Thread Andriy Gapon
On 22/01/2017 20:30, Eric van Gyzen wrote: > On 01/19/2017 12:46, Andriy Gapon wrote: >> Author: avg >> Date: Thu Jan 19 18:46:41 2017 >> New Revision: 312426 >> URL: https://svnweb.freebsd.org/changeset/base/312426 >> >> Log: >> fix a thread preemption regression in schedulers introduced in r270