svn commit: r310494 - head/usr.sbin/syslogd

2016-12-23 Thread Hiroki Sato
Author: hrs Date: Sat Dec 24 07:13:33 2016 New Revision: 310494 URL: https://svnweb.freebsd.org/changeset/base/310494 Log: - Remove unused code. - Use closefrom(). Modified: head/usr.sbin/syslogd/syslogd.c Modified: head/usr.sbin/syslogd/syslogd.c ==

svn commit: r310493 - head/sys/mips/ingenic

2016-12-23 Thread Alexander Kabaev
Author: kan Date: Sat Dec 24 02:31:26 2016 New Revision: 310493 URL: https://svnweb.freebsd.org/changeset/base/310493 Log: Add driver for JZ4780 RTC device. Only support basic timekeeping for now. Added: head/sys/mips/ingenic/jz4780_rtc.c (contents, props changed) Modified: head/sys/

svn commit: r310492 - head/sys/dev/spibus

2016-12-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Dec 24 00:30:29 2016 New Revision: 310492 URL: https://svnweb.freebsd.org/changeset/base/310492 Log: [spigen] Fix spigen attaching as a driver for SPI devices nodes in FDT Return BUS_PROBE_NOWILDCARD in probe method to make sure that spigen attaches only to the dev

svn commit: r310491 - in head/sys/fs: nfs nfsclient

2016-12-23 Thread Rick Macklem
Author: rmacklem Date: Fri Dec 23 23:14:53 2016 New Revision: 310491 URL: https://svnweb.freebsd.org/changeset/base/310491 Log: Fix NFSv4.1 client recovery from NFS4ERR_BAD_SESSION errors. For most NFSv4.1 servers, a NFS4ERR_BAD_SESSION error is a rare failure that indicates that the serv

Re: svn commit: r308789 - head/sys/conf

2016-12-23 Thread Warner Losh
On Fri, Dec 23, 2016 at 11:36 AM, Warner Losh wrote: > On Fri, Dec 23, 2016 at 9:35 AM, Ed Maste wrote: >> On 17 November 2016 at 19:13, Gleb Smirnoff wrote: >>> Author: glebius >>> Date: Fri Nov 18 00:13:30 2016 >>> New Revision: 308789 >>> URL: https://svnweb.freebsd.org/changeset/base/308789

svn commit: r310489 - head/sys/cam/scsi

2016-12-23 Thread Alexander Motin
Author: mav Date: Fri Dec 23 21:56:08 2016 New Revision: 310489 URL: https://svnweb.freebsd.org/changeset/base/310489 Log: Implement printing forwarded sense data. MFC after:2 weeks Modified: head/sys/cam/scsi/scsi_all.c head/sys/cam/scsi/scsi_all.h Modified: head/sys/cam/scsi/scs

Re: svn commit: r310445 - in head/sys/mips: include mips

2016-12-23 Thread Adrian Chadd
That's a ... deeep stack. :( How big is each stackframe? -adrian On 22 December 2016 at 19:49, John Baldwin wrote: > On Friday, December 23, 2016 03:27:11 AM John Baldwin wrote: >> Author: jhb >> Date: Fri Dec 23 03:27:11 2016 >> New Revision: 310445 >> URL: https://svnweb.freebsd.org/changese

svn commit: r310488 - in head/sys/dev/mlx4: mlx4_core mlx4_ib

2016-12-23 Thread Ed Maste
Author: emaste Date: Fri Dec 23 20:14:05 2016 New Revision: 310488 URL: https://svnweb.freebsd.org/changeset/base/310488 Log: mlx(4): remove date from log message Further to r310425, go one step further and just remove the date. Reviewed by: hselasky Differential Revision:ht

svn commit: r310486 - head/sys/mips/ingenic

2016-12-23 Thread Alexander Kabaev
Author: kan Date: Fri Dec 23 19:30:14 2016 New Revision: 310486 URL: https://svnweb.freebsd.org/changeset/base/310486 Log: Pass memattrs to fb device so that user mappings can inherit them Reviewed by: jmcneill Modified: head/sys/mips/ingenic/jz4780_lcd.c Modified: head/sys/mips/ingeni

Re: svn commit: r308789 - head/sys/conf

2016-12-23 Thread Warner Losh
On Fri, Dec 23, 2016 at 9:35 AM, Ed Maste wrote: > On 17 November 2016 at 19:13, Gleb Smirnoff wrote: >> Author: glebius >> Date: Fri Nov 18 00:13:30 2016 >> New Revision: 308789 >> URL: https://svnweb.freebsd.org/changeset/base/308789 >> >> Log: >> If FreeBSD source tree is a subproject of a b

Re: svn commit: r310445 - in head/sys/mips: include mips

2016-12-23 Thread John Baldwin
On Friday, December 23, 2016 03:27:11 AM John Baldwin wrote: > Author: jhb > Date: Fri Dec 23 03:27:11 2016 > New Revision: 310445 > URL: https://svnweb.freebsd.org/changeset/base/310445 > > Log: > Teach DDB how to unwind across a kernel stack overflow. > > Kernel stack overflows in MIPS ca

Re: svn commit: r308789 - head/sys/conf

2016-12-23 Thread Ed Maste
On 17 November 2016 at 19:13, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Nov 18 00:13:30 2016 > New Revision: 308789 > URL: https://svnweb.freebsd.org/changeset/base/308789 > > Log: > If FreeBSD source tree is a subproject of a bigger project, then .git or > .hg may reside above FreeBS

svn commit: r310481 - in head/sys/i386: i386 include

2016-12-23 Thread Jason A. Harmening
Author: jah Date: Fri Dec 23 15:14:56 2016 New Revision: 310481 URL: https://svnweb.freebsd.org/changeset/base/310481 Log: Move the objects used to create temporary mappings for i386 pmap zero and copy operations to the MD PCPU region. Change sysmap initialization to only allocate KVA pages

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

2016-12-23 Thread Alexander Motin
Author: mav Date: Fri Dec 23 14:54:40 2016 New Revision: 310478 URL: https://svnweb.freebsd.org/changeset/base/310478 Log: Add place-holders for TAPE STREAM MIRRORING subcommands of XCOPY. We do not support tapes, so this is only a comments. MFC after:2 weeks Modified: head/sys/

Re: svn commit: r310138 - head/lib/libc/stdio

2016-12-23 Thread David Chisnall
On 22 Dec 2016, at 23:02, Baptiste Daroussin wrote: > > I think it is pretty clear that there are too many people requesting the > revert > for the revert not to be done. Even if this feature is desired, the implementation in the patch is broken and should be reverted until a correct implement

svn commit: r310467 - head/etc

2016-12-23 Thread Ngie Cooper
Author: ngie Date: Fri Dec 23 08:59:23 2016 New Revision: 310467 URL: https://svnweb.freebsd.org/changeset/base/310467 Log: Provide some guidance when dealing with sections and variables contained within them For example, using variables designated for %usm requires uncommenting %usm se

svn commit: r310466 - head/etc

2016-12-23 Thread Ngie Cooper
Author: ngie Date: Fri Dec 23 08:54:44 2016 New Revision: 310466 URL: https://svnweb.freebsd.org/changeset/base/310466 Log: Don't hardcode $(securityModelUSM) (3) in the authPriv example under the %vacm section MFC after:1 week Modified: head/etc/snmpd.config Modified: head/etc/sn

svn commit: r310465 - head/sys/dev/hyperv/utilities

2016-12-23 Thread Sepherosa Ziehau
Author: sephe Date: Fri Dec 23 08:52:10 2016 New Revision: 310465 URL: https://svnweb.freebsd.org/changeset/base/310465 Log: hyperv/ic: Allow applying the samples from hypervisor unconditionally. MFC after:1 week Sponsored by: Microsoft Modified: head/sys/dev/hyperv/utilities/vmbus

svn commit: r310462 - head/sys/dev/hyperv/utilities

2016-12-23 Thread Sepherosa Ziehau
Author: sephe Date: Fri Dec 23 08:41:28 2016 New Revision: 310462 URL: https://svnweb.freebsd.org/changeset/base/310462 Log: hyperv/ic: Fix version4 timesync message format. It is not compat w/ the old timesync message format, which the message type stays the same as the old timesync mess