svn commit: r335884 - head/sys/conf

2018-07-02 Thread Matt Macy
Author: mmacy Date: Tue Jul 3 05:56:23 2018 New Revision: 335884 URL: https://svnweb.freebsd.org/changeset/base/335884 Log: ensure that offset.inc is generated before ia32_genassym.c is compiled Modified: head/sys/conf/files.amd64 Modified: head/sys/conf/files.amd64

svn commit: r335883 - head/stand/common

2018-07-02 Thread Allan Jude
Author: allanjude Date: Tue Jul 3 05:53:27 2018 New Revision: 335883 URL: https://svnweb.freebsd.org/changeset/base/335883 Log: stand/common/disk.c: dev->d_offset still needs to be set to 0 With r335868, I thought this was no longer necessary. I was wrong. Reported by: ian Sponsore

Re: svn commit: r335879 - in head/sys: conf kern sys [ broke ci.freebsd.org's FreeBSD-head-amd64-build ]

2018-07-02 Thread Mark Millard via svn-src-head
-r335879 broke ci.freebsd.org's FreeBSD-head-amd64-build : https://ci.freebsd.org/job/FreeBSD-head-amd64-build/ shows: --- ia32_genassym.o --- In file included from /usr/src/sys/compat/ia32/ia32_genassym.c:6: In file included from /usr/src/sys/sys/systm.h:113: /usr/src/sys/sys/kpilite.h:33:10: f

Re: svn commit: r335833 - in head: share/man/man4 sys/net sys/netpfil/pf

2018-07-02 Thread Antoine Brodin
On Sun, Jul 1, 2018 at 3:16 AM, Will Andrews wrote: > Author: will > Date: Sun Jul 1 01:16:03 2018 > New Revision: 335833 > URL: https://svnweb.freebsd.org/changeset/base/335833 > > Log: > pf: remove unused ioctls. > > Several ioctls are unused in pf, in the sense that no base utility > ref

svn commit: r335882 - head/sys/sys

2018-07-02 Thread Matt Macy
Author: mmacy Date: Tue Jul 3 04:02:40 2018 New Revision: 335882 URL: https://svnweb.freebsd.org/changeset/base/335882 Log: expose sched_{pin,unpin}_lite to tied modules Modified: head/sys/sys/kpilite.h Modified: head/sys/sys/kpilite.h ===

svn commit: r335881 - head/usr.bin/top

2018-07-02 Thread Cy Schubert
Author: cy Date: Tue Jul 3 02:54:32 2018 New Revision: 335881 URL: https://svnweb.freebsd.org/changeset/base/335881 Log: When toggling the display using the "m" command to toggle from 'cpu' mode to 'io' mode, an artifact remains because the buffer is not "finished" with a NULL terminator us

svn commit: r335880 - in head/sys: conf kern

2018-07-02 Thread Matt Macy
Author: mmacy Date: Tue Jul 3 02:50:07 2018 New Revision: 335880 URL: https://svnweb.freebsd.org/changeset/base/335880 Log: expose thread_lite definition to tied modules Modified: head/sys/conf/kmod.mk head/sys/kern/genoffset.sh Modified: head/sys/conf/kmod.mk

svn commit: r335879 - in head/sys: conf kern sys

2018-07-02 Thread Matt Macy
Author: mmacy Date: Tue Jul 3 01:55:09 2018 New Revision: 335879 URL: https://svnweb.freebsd.org/changeset/base/335879 Log: make critical_{enter, exit} inline Avoid pulling in all of the dependencies by automatically generating a stripped down thread_lite exporting only the fields of

svn commit: r335878 - head/tools/boot

2018-07-02 Thread Ian Lepore
Author: ian Date: Mon Jul 2 22:59:29 2018 New Revision: 335878 URL: https://svnweb.freebsd.org/changeset/base/335878 Log: Doh! Commit the proper default values, not my local tweaks. Modified: head/tools/boot/rootgen.sh Modified: head/tools/boot/rootgen.sh ==

svn commit: r335877 - head/tools/boot

2018-07-02 Thread Ian Lepore
Author: ian Date: Mon Jul 2 22:58:04 2018 New Revision: 335877 URL: https://svnweb.freebsd.org/changeset/base/335877 Log: Move the passphrase and iteration count into variables. This is purely to make it easier to tweak them locally; the machine I have for testing takes forever to do 50,

svn commit: r335876 - head/tools/boot

2018-07-02 Thread Ian Lepore
Author: ian Date: Mon Jul 2 22:51:48 2018 New Revision: 335876 URL: https://svnweb.freebsd.org/changeset/base/335876 Log: Allow making just one flavor of boot-test image based on cmdline args. Modified: head/tools/boot/rootgen.sh Modified: head/tools/boot/rootgen.sh

svn commit: r335874 - head/stand/zfs

2018-07-02 Thread Alexander Motin
Author: mav Date: Mon Jul 2 20:56:17 2018 New Revision: 335874 URL: https://svnweb.freebsd.org/changeset/base/335874 Log: Cut currdev dev and path fields for ZFS on the last colon. Previously the code cut those fields on second colon, that prevented boot from boot environments with colon

svn commit: r335873 - in head: . sys/amd64/amd64 sys/amd64/include sys/conf sys/i386/i386 sys/i386/include sys/sys sys/vm

2018-07-02 Thread Matt Macy
the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20180702: + On i386 and amd64 atomics are now inlined. Out of tree modules using + atomics will need to be rebuilt. + 20180701: The '%I' form

svn commit: r335872 - head/usr.sbin/nfsd

2018-07-02 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 2 19:33:26 2018 New Revision: 335872 URL: https://svnweb.freebsd.org/changeset/base/335872 Log: Document the "#mds_path" suffix for the "-p" command line option. r335871 added support for an optional suffix of "#mds_path" that can be applied to each entry i

svn commit: r335871 - head/usr.sbin/nfsd

2018-07-02 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 2 19:26:31 2018 New Revision: 335871 URL: https://svnweb.freebsd.org/changeset/base/335871 Log: Add an optional feature to the pNFS server. Without this patch, the pNFS server distributes the data storage files across all of the specified DSs. A tester no

svn commit: r335870 - in head/sys/fs: nfs nfsserver

2018-07-02 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 2 19:21:33 2018 New Revision: 335870 URL: https://svnweb.freebsd.org/changeset/base/335870 Log: Add an optional feature to the pNFS server. Without this patch, the pNFS server distributes the data storage files across all of the specified DSs. A tester no

Re: svn commit: r335836 - head/usr.bin/top

2018-07-02 Thread Warner Losh
Sato-san Sorry for the top post, but your message would make an excellent intro to i18n in one of our developer guides. Warner On Mon, Jul 2, 2018, 11:13 AM Hiroki Sato wrote: > 後藤大地 wrote > in <459bd898-8072-426e-a968-96c1382ac...@icloud.com>: > > da> > da> > da> > 2018/07/02 15:55、Hiroki

svn commit: r335869 - head/stand/uboot/common

2018-07-02 Thread Emmanuel Vadot
Author: manu Date: Mon Jul 2 18:23:43 2018 New Revision: 335869 URL: https://svnweb.freebsd.org/changeset/base/335869 Log: stand: uboot: Do not panic if we can't find a boot device It is really anoying to panic when there is no boot device as you cannot see the availables ones. Modified

svn commit: r335868 - head/stand/common

2018-07-02 Thread Allan Jude
Author: allanjude Date: Mon Jul 2 18:19:08 2018 New Revision: 335868 URL: https://svnweb.freebsd.org/changeset/base/335868 Log: stand/common/disk.c: Read partition table relative to the start of the disk If a disk is of an oddball size, like the 200mb + 512b used in rootgen.sh, when disk

svn commit: r335866 - head/sys/rpc

2018-07-02 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 2 17:50:46 2018 New Revision: 335866 URL: https://svnweb.freebsd.org/changeset/base/335866 Log: Fix the server side krpc so that the kernel nfsd threads terminate. Occationally the kernel nfsd threads would not terminate when a SIGKILL was posted for the ke

svn commit: r335865 - head/sys/vm

2018-07-02 Thread Alan Cox
Author: alc Date: Mon Jul 2 17:18:46 2018 New Revision: 335865 URL: https://svnweb.freebsd.org/changeset/base/335865 Log: Introduce vm_phys_enq_range(), and call it in vm_phys_alloc_npages() and vm_phys_alloc_seg_contig() instead of vm_phys_free_contig(). In short, vm_phys_enq_range() is s

Re: svn commit: r335836 - head/usr.bin/top

2018-07-02 Thread Hiroki Sato
後藤大地 wrote in <459bd898-8072-426e-a968-96c1382ac...@icloud.com>: da> da> da> > 2018/07/02 15:55、Hiroki Sato のメール: da> > da> > Eitan Adler wrote da> > in : da> > da> > li> On 1 July 2018 at 10:08, Conrad Meyer wrote: da> > li> > Hi Daichi, da> > li> > da> > li> > da> > li> > da> > li> > I don

Re: svn commit: r335856 - in head/sys: netinet sys

2018-07-02 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Mon, Jul 2, 2018 at 10:44 AM Steven Hartland < > steven.hartl...@multiplay.co.uk> wrote: > > > > You have M_WAITOK and a null check in this change > > And, that's the same as the way it was before his commits. So, he did > exactly what he said he w

Re: svn commit: r335856 - in head/sys: netinet sys

2018-07-02 Thread Cy Schubert
In message , "Jonathan T. Looney" writes: > On Mon, Jul 2, 2018 at 10:44 AM Steven Hartland < > steven.hartl...@multiplay.co.uk> wrote: > > > > You have M_WAITOK and a null check in this change > > And, that's the same as the way it was before his commits. So, he did > exactly what he said he was

Re: svn commit: r335856 - in head/sys: netinet sys

2018-07-02 Thread Jonathan T. Looney
On Mon, Jul 2, 2018 at 10:44 AM Steven Hartland < steven.hartl...@multiplay.co.uk> wrote: > > You have M_WAITOK and a null check in this change And, that's the same as the way it was before his commits. So, he did exactly what he said he was doing and reverted his commits. I don't think it is good

Re: svn commit: r335856 - in head/sys: netinet sys

2018-07-02 Thread Steven Hartland
You have M_WAITOK and a null check in this change On Mon, 2 Jul 2018 at 06:20, Matt Macy wrote: > Author: mmacy > Date: Mon Jul 2 05:19:44 2018 > New Revision: 335856 > URL: https://svnweb.freebsd.org/changeset/base/335856 > > Log: > inpcb: don't gratuitously defer frees > > Don't defer fre

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

2018-07-02 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jul 2 14:15:30 2018 New Revision: 335864 URL: https://svnweb.freebsd.org/changeset/base/335864 Log: Change the group and the permissions on /dev/acpi, to make "acpiconf" work when called by members of the 'operator' group. They are already allowed to eg power off the

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

2018-07-02 Thread Ed Schouten
Author: ed Date: Mon Jul 2 11:02:27 2018 New Revision: 335862 URL: https://svnweb.freebsd.org/changeset/base/335862 Log: Document that syslogd -v has no effect when RFC 5424 mode is enabled. The variable it sets, LogFacPri, is only used in the RFC 3164 formatting codepath. PR:

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

2018-07-02 Thread Ed Schouten
Author: ed Date: Mon Jul 2 10:57:22 2018 New Revision: 335861 URL: https://svnweb.freebsd.org/changeset/base/335861 Log: Restore the order in which RFC 3164 messages with fac/pri are formatted. The refactoring of the syslogd code to format messages using iovecs slightly altered the outpu

Re: svn commit: r335836 - head/usr.bin/top

2018-07-02 Thread 後藤大地
> 2018/07/02 2:08、Conrad Meyer のメール: > > Hi Daichi, > > On Sat, Jun 30, 2018 at 10:32 PM, Daichi GOTO wrote: >> Author: daichi >> Date: Sun Jul 1 05:32:03 2018 >> New Revision: 335836 >> URL: https://svnweb.freebsd.org/changeset/base/335836 >> >> Log: >> top(1) - support UTF-8 display >> >

svn commit: r335860 - head/sbin/kldstat

2018-07-02 Thread Michael Tuexen
Author: tuexen Date: Mon Jul 2 09:14:00 2018 New Revision: 335860 URL: https://svnweb.freebsd.org/changeset/base/335860 Log: Allow three digits of module id without breaking table alignment. Modified: head/sbin/kldstat/kldstat.c Modified: head/sbin/kldstat/kldstat.c

svn commit: r335859 - head/sbin/kldstat

2018-07-02 Thread Michael Tuexen
Author: tuexen Date: Mon Jul 2 09:11:30 2018 New Revision: 335859 URL: https://svnweb.freebsd.org/changeset/base/335859 Log: Keep table aligned when address pointer is not of max length. Modified: head/sbin/kldstat/kldstat.c Modified: head/sbin/kldstat/kldstat.c

svn commit: r335858 - head/sbin/kldstat

2018-07-02 Thread Michael Tuexen
Author: tuexen Date: Mon Jul 2 09:09:07 2018 New Revision: 335858 URL: https://svnweb.freebsd.org/changeset/base/335858 Log: Improve consistency of indentation. Whitespace change only. Modified: head/sbin/kldstat/kldstat.c Modified: head/sbin/kldstat/kldstat.c ==

Re: svn commit: r335836 - head/usr.bin/top

2018-07-02 Thread 後藤大地
> 2018/07/02 15:55、Hiroki Sato のメール: > > Eitan Adler wrote > in : > > li> On 1 July 2018 at 10:08, Conrad Meyer wrote: > li> > Hi Daichi, > li> > > li> > > li> > > li> > I don't think code to decode UTF-8 belongs in top(1). I don't know > li> > what the goal of this routine is, but I doubt