svn commit: r332752 - in head/sys: amd64/amd64 i386/i386 powerpc/powerpc sys

2018-04-18 Thread Andriy Gapon
Author: avg Date: Thu Apr 19 05:06:56 2018 New Revision: 332752 URL: https://svnweb.freebsd.org/changeset/base/332752 Log: set kdb_why to "trap" when calling kdb_trap from trap_fatal This will allow to hook a ddb script to "kdb.enter.trap" event. Previously there was no specific name for

svn commit: r332751 - in head/stand/efi: boot1 loader

2018-04-18 Thread Kyle Evans
Author: kevans Date: Thu Apr 19 03:31:41 2018 New Revision: 332751 URL: https://svnweb.freebsd.org/changeset/base/332751 Log: efi loader: Address two nits with recent graphics changes - We should be setting a known graphics mode on conout, but we aren't. - We shouldn't be setting gop mode

Re: svn commit: r332751 - in head/stand/efi: boot1 loader

2018-04-18 Thread Kyle Evans
On Wed, Apr 18, 2018 at 10:31 PM, Kyle Evans wrote: > Author: kevans > Date: Thu Apr 19 03:31:41 2018 > New Revision: 332751 > URL: https://svnweb.freebsd.org/changeset/base/332751 > > Log: > efi loader: Address two nits with recent graphics changes > > - We should be setting a known graphics

Re: svn commit: r332559 - head/usr.sbin/mountd

2018-04-18 Thread Julian Elischer
On 19/4/18 5:15 am, Rick Macklem wrote: Julian Elischer wrote: [stuff snipped] our issue is that we make a server that combines CIFS/SMB access (via samba), credential setting from a company wide AD server (windows) via winbindd (samba) via nsswitch.. and NFS. The problem is that when one looks

svn commit: r332742 - head/tools/diag/prtblknos

2018-04-18 Thread Kirk McKusick
Author: mckusick Date: Wed Apr 18 23:08:10 2018 New Revision: 332742 URL: https://svnweb.freebsd.org/changeset/base/332742 Log: In addition to the existing argument format: prtblknos filesystem_device inode ... add an additional argument format: prtblknos file whi

svn commit: r332741 - head/tools/diag/prtblknos

2018-04-18 Thread Kirk McKusick
Author: mckusick Date: Wed Apr 18 22:24:44 2018 New Revision: 332741 URL: https://svnweb.freebsd.org/changeset/base/332741 Log: Check the inode type and only attempt to print block lists for regular files, directories, and symbolic links that require external storage. Correct the handli

svn commit: r332740 - in head: lib/libc/sys sys/compat/freebsd32 sys/kern sys/sys tests/sys/kern

2018-04-18 Thread Konstantin Belousov
Author: kib Date: Wed Apr 18 21:31:13 2018 New Revision: 332740 URL: https://svnweb.freebsd.org/changeset/base/332740 Log: Add PROC_PDEATHSIG_SET to procctl interface. Allow processes to request the delivery of a signal upon death of their parent process. Supposed consumer of the feature

Re: svn commit: r332559 - head/usr.sbin/mountd

2018-04-18 Thread Rick Macklem
Julian Elischer wrote: [stuff snipped] >our issue is that we make a server that combines CIFS/SMB access (via >samba), credential setting from a company wide AD server (windows) >via winbindd (samba) via nsswitch.. and NFS. > >The problem is that when one looks up a user name from the AD server >On

svn commit: r332738 - head/sys/i386/i386

2018-04-18 Thread Konstantin Belousov
Author: kib Date: Wed Apr 18 20:09:26 2018 New Revision: 332738 URL: https://svnweb.freebsd.org/changeset/base/332738 Log: Fix pmap_trm_alloc(M_ZERO). Sponsored by: The FreeBSD Foundation Modified: head/sys/i386/i386/pmap.c Modified: head/sys/i386/i386/pmap.c ===

svn commit: r332737 - head/sys/i386/i386

2018-04-18 Thread Konstantin Belousov
Author: kib Date: Wed Apr 18 20:07:47 2018 New Revision: 332737 URL: https://svnweb.freebsd.org/changeset/base/332737 Log: For fatal traps other than pagefaults, print raw fault error codes. For pagefaults, the error is already decoded and printed. Sponsored by: The FreeBSD Foundation

svn commit: r332735 - head/sys/x86/x86

2018-04-18 Thread John Baldwin
Author: jhb Date: Wed Apr 18 18:45:34 2018 New Revision: 332735 URL: https://svnweb.freebsd.org/changeset/base/332735 Log: Fix two off-by-one errors when allocating MSI and MSI-X interrupts. x86 enforces an (arbitray) limit on the number of available MSI and MSI-X interrupts to simplify c

svn commit: r332733 - head/sys/dev/acpica

2018-04-18 Thread John Baldwin
Author: jhb Date: Wed Apr 18 18:36:26 2018 New Revision: 332733 URL: https://svnweb.freebsd.org/changeset/base/332733 Log: Workaround fixed I/O port resources encoded as I/O port ranges in _CRS. ACPI I/O port descriptors use _MIN and _MAX fields to specify the set of allowable base (start

svn commit: r332730 - in head/sys: amd64/amd64 i386/i386 powerpc/powerpc

2018-04-18 Thread Andriy Gapon
Author: avg Date: Wed Apr 18 15:44:54 2018 New Revision: 332730 URL: https://svnweb.freebsd.org/changeset/base/332730 Log: don't check for kdb reentry in trap_fatal(), it's impossible trap() checks for it earlier and calls kdb_reentry(). Discussed with: jhb MFC after:12 day

svn commit: r332729 - head/sys/net

2018-04-18 Thread Stephen Hurd
Author: shurd Date: Wed Apr 18 15:34:18 2018 New Revision: 332729 URL: https://svnweb.freebsd.org/changeset/base/332729 Log: iflib: Fix queue distribution when there are no threads Previously, if there are no threads, all queues which targeted cores that share an L2 cache were bound to a

svn commit: r332674 - head/release/arm

2018-04-18 Thread Glen Barber
Author: gjb Date: Wed Apr 18 14:34:33 2018 New Revision: 332674 URL: https://svnweb.freebsd.org/changeset/base/332674 Log: Increase the msdosfs partition size on arm SoC images where the current size may not be sufficiently large for development and/or testing. PR: 227548 Su

svn commit: r332673 - head/tools/tools

2018-04-18 Thread Ed Maste
Author: emaste Date: Wed Apr 18 14:02:37 2018 New Revision: 332673 URL: https://svnweb.freebsd.org/changeset/base/332673 Log: Remove mention of tools/recoverdisk, now in sbin PR: 227570 MFC after:3 days Modified: head/tools/tools/README Modified: head/tools/tools/README

svn commit: r332672 - head/share/mk

2018-04-18 Thread Ruslan Bukin
Author: br Date: Wed Apr 18 13:58:42 2018 New Revision: 332672 URL: https://svnweb.freebsd.org/changeset/base/332672 Log: Set correct float abi (float abi double) for hard-float build, so __riscv_float_abi_double macro will be defined by compiler. The options are: o lp64 __riscv_float_

svn commit: r332671 - head/contrib/top

2018-04-18 Thread Kurt Lidl
Author: lidl Date: Wed Apr 18 13:17:14 2018 New Revision: 332671 URL: https://svnweb.freebsd.org/changeset/base/332671 Log: top: fix warnings from clang/gcc Add includes for and where necessary, and rename a few internal functions to have a "top_" prefix to avoid clashes with standard

svn commit: r332664 - head/share/man/man9

2018-04-18 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Apr 18 11:02:19 2018 New Revision: 332664 URL: https://svnweb.freebsd.org/changeset/base/332664 Log: Add missing argument in the cnv man page. Reported by: MiƂosz Kaniewski MFC after:1 week Sponsored by: Wheel Systems Modified: head/share/man/man9/cnv.

Just a few days left to secure Early Bird ticket for #DevDaysVilnius!

2018-04-18 Thread DevDays Vilnius 2018
Just a few days left to secure Early Bird ticket for #DevDaysVilnius! View this email in your browser (https://mailchi.mp/2a9344fb212f/devdays-vilnius-2018-conference-agenda-is-live-8461?e=8c56308cca) DevDays Vilnius ** 3 days left to secure Early Bird ticket for #DevDaysVilnius! ---