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: r310490 - in stable: 10/contrib/amd 10/contrib/amd/amd 10/contrib/amd/amq 10/contrib/amd/conf/checkmount 10/contrib/amd/conf/mtab 10/contrib/amd/conf/nfs_prot 10/contrib/amd/conf/transp...

2016-12-23 Thread Cy Schubert
Author: cy Date: Fri Dec 23 22:42:14 2016 New Revision: 310490 URL: https://svnweb.freebsd.org/changeset/base/310490 Log: MFC r308493, r308619: Update amd from am-utils 6.1.5 to 6.2. Used extensively on my network over the past ten weeks. Reviewed by:pfg, brooks Suggested by: p

svn commit: r310490 - in stable: 10/contrib/amd 10/contrib/amd/amd 10/contrib/amd/amq 10/contrib/amd/conf/checkmount 10/contrib/amd/conf/mtab 10/contrib/amd/conf/nfs_prot 10/contrib/amd/conf/transp...

2016-12-23 Thread Cy Schubert
Author: cy Date: Fri Dec 23 22:42:14 2016 New Revision: 310490 URL: https://svnweb.freebsd.org/changeset/base/310490 Log: MFC r308493, r308619: Update amd from am-utils 6.1.5 to 6.2. Used extensively on my network over the past ten weeks. Reviewed by:pfg, brooks Suggested by: p

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: r310487 - in stable: 10/sys/dev/acpica 11/sys/dev/acpica

2016-12-23 Thread John Baldwin
Author: jhb Date: Fri Dec 23 19:42:17 2016 New Revision: 310487 URL: https://svnweb.freebsd.org/changeset/base/310487 Log: MFC 309588: Don't attach to Host-PCI bridges with a bad bus number. If the bus number assigned to a Host-PCI bridge doesn't match the first bus number in the associat

svn commit: r310487 - in stable: 10/sys/dev/acpica 11/sys/dev/acpica

2016-12-23 Thread John Baldwin
Author: jhb Date: Fri Dec 23 19:42:17 2016 New Revision: 310487 URL: https://svnweb.freebsd.org/changeset/base/310487 Log: MFC 309588: Don't attach to Host-PCI bridges with a bad bus number. If the bus number assigned to a Host-PCI bridge doesn't match the first bus number in the associat

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

svn commit: r310485 - in stable: 10/sys/amd64/amd64 10/sys/i386/i386 11/sys/amd64/amd64 11/sys/i386/i386

2016-12-23 Thread John Baldwin
Author: jhb Date: Fri Dec 23 19:28:15 2016 New Revision: 310485 URL: https://svnweb.freebsd.org/changeset/base/310485 Log: MFC 308820,308821: Fixes for fatal page faults on x86. 308820: Report page faults due to reserved bits in PTEs as a separate fault type. Rather than reporting a

svn commit: r310485 - in stable: 10/sys/amd64/amd64 10/sys/i386/i386 11/sys/amd64/amd64 11/sys/i386/i386

2016-12-23 Thread John Baldwin
Author: jhb Date: Fri Dec 23 19:28:15 2016 New Revision: 310485 URL: https://svnweb.freebsd.org/changeset/base/310485 Log: MFC 308820,308821: Fixes for fatal page faults on x86. 308820: Report page faults due to reserved bits in PTEs as a separate fault type. Rather than reporting a

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

svn commit: r310484 - in stable/10: share/man/man4 sys/conf sys/dev/isp

2016-12-23 Thread Kenneth D. Merry
Author: ken Date: Fri Dec 23 18:29:10 2016 New Revision: 310484 URL: https://svnweb.freebsd.org/changeset/base/310484 Log: MFC, r310338: r310338 | ken | 2016-12-20 14:17:07 -0700 (Tue, 20 Dec 2016) | 37 lines

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

svn commit: r310483 - in stable/11: share/man/man4 sys/conf sys/dev/isp

2016-12-23 Thread Kenneth D. Merry
Author: ken Date: Fri Dec 23 18:25:43 2016 New Revision: 310483 URL: https://svnweb.freebsd.org/changeset/base/310483 Log: MFC, r310338: r310338 | ken | 2016-12-20 14:17:07 -0700 (Tue, 20 Dec 2016) | 37 lines

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: r310480 - stable/10/lib/libutil

2016-12-23 Thread Dag-Erling Smørgrav
Author: des Date: Fri Dec 23 15:05:41 2016 New Revision: 310480 URL: https://svnweb.freebsd.org/changeset/base/310480 Log: MFH (r309269): use malloc()ed buffers instead of stack buffers Modified: stable/10/lib/libutil/gr_util.c stable/10/lib/libutil/pw_util.c Directory Properties: stable/

svn commit: r310479 - stable/11/lib/libutil

2016-12-23 Thread Dag-Erling Smørgrav
Author: des Date: Fri Dec 23 15:02:40 2016 New Revision: 310479 URL: https://svnweb.freebsd.org/changeset/base/310479 Log: MFH (r309269): use malloc()ed buffers instead of stack buffers Modified: stable/11/lib/libutil/gr_util.c stable/11/lib/libutil/pw_util.c Directory Properties: stable/

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: r310472 - stable/10/sys/vm

2016-12-23 Thread Konstantin Belousov
Author: kib Date: Fri Dec 23 09:39:50 2016 New Revision: 310472 URL: https://svnweb.freebsd.org/changeset/base/310472 Log: MFC r310182: In swp_pager_meta_free_all(), fix type of the index variable. Style. Modified: stable/10/sys/vm/swap_pager.c Directory Properties: stable/10/ (props c

svn commit: r310471 - stable/10/sys/kern

2016-12-23 Thread Konstantin Belousov
Author: kib Date: Fri Dec 23 09:35:39 2016 New Revision: 310471 URL: https://svnweb.freebsd.org/changeset/base/310471 Log: MFC r310159: Switch from stdatomic.h to atomic.h for kernel. Modified: stable/10/sys/kern/kern_event.c Directory Properties: stable/10/ (props changed) Modified: s

svn commit: r310470 - stable/11/sys/vm

2016-12-23 Thread Konstantin Belousov
Author: kib Date: Fri Dec 23 09:30:34 2016 New Revision: 310470 URL: https://svnweb.freebsd.org/changeset/base/310470 Log: MFC r310182: In swp_pager_meta_free_all(), fix type of the index variable. Style. Modified: stable/11/sys/vm/swap_pager.c Directory Properties: stable/11/ (props c

svn commit: r310469 - stable/11/sys/kern

2016-12-23 Thread Konstantin Belousov
Author: kib Date: Fri Dec 23 09:27:25 2016 New Revision: 310469 URL: https://svnweb.freebsd.org/changeset/base/310469 Log: MFC r310159: Switch from stdatomic.h to atomic.h for kernel. Modified: stable/11/sys/kern/kern_event.c Directory Properties: stable/11/ (props changed) Modified: s

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: r310463 - stable/11/sys/modules/ioat

2016-12-23 Thread Ngie Cooper
Author: ngie Date: Fri Dec 23 08:44:10 2016 New Revision: 310463 URL: https://svnweb.freebsd.org/changeset/base/310463 Log: MFC r309521: Unbreak "make depend" with sys/modules/ioat by adding opt_ddb.h to SRCS Modified: stable/11/sys/modules/ioat/Makefile Directory Properties: stable/11

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