Re: svn commit: r336188 - head/usr.sbin/bhyve

2018-07-10 Thread Marcelo Araujo
Hi Ravi, Yes, you are correct! I have discussed about it in the review and the approach you mentioned is exactly I'm gonna do. Although with this patch the intention for now is make exit(1) more unique for "powered off". Snipped from the review: "OK, I will update the manpage and commit it as-is

Re: svn commit: r336188 - head/usr.sbin/bhyve

2018-07-10 Thread Ravi Pokala
Hi Marcelo, If the intention is to have specific exit codes have specific meanings, wouldn't it be useful to set up defines or an enum or something, so a symbolic value can be used rather than a bare integer? Thanks, Ravi (rpokala@) -Original Message- From: on behalf of Marcelo Arau

svn commit: r336188 - head/usr.sbin/bhyve

2018-07-10 Thread Marcelo Araujo
Author: araujo Date: Wed Jul 11 03:23:09 2018 New Revision: 336188 URL: https://svnweb.freebsd.org/changeset/base/336188 Log: Improve bhyve exit(3) error code. The bhyve(8) exit status indicates how the VM was terminated: 0 rebooted 1 powered off 2 halted 3 triple

Re: svn commit: r336187 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan

2018-07-10 Thread Ben Widawsky
I accidentally snipped the Submitted By: before committing. This was actually authored by Scott... Scott Phillips On 18-07-11 02:32:06, Ben Widawsky wrote: > Author: bwidawsk > Date: Wed Jul 11 02:32:06 2018 > New Revision: 336187 > URL: https://svnweb.freebsd.org/changeset/base/336187 > > Log:

svn commit: r336187 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan

2018-07-10 Thread Ben Widawsky
Author: bwidawsk Date: Wed Jul 11 02:32:06 2018 New Revision: 336187 URL: https://svnweb.freebsd.org/changeset/base/336187 Log: run(4): Add a new USB device ID. Summary: Add the device id of the Panda Wireless PAU06 which seems to be the already-supported combination of RT5392 MAC and R

svn commit: r336186 - head/sys/sys

2018-07-10 Thread David Bright
Author: dab Date: Wed Jul 11 02:09:11 2018 New Revision: 336186 URL: https://svnweb.freebsd.org/changeset/base/336186 Log: Address some (although not all) style(9) issues in event.h after r335776. Reported by: bde@ MFC after:1 day Sponsored by: Dell EMC Modified: head/sys/sys/ev

Re: svn commit: r336185 - head/usr.sbin/acpi/acpidump

2018-07-10 Thread Ben Widawsky
Here is sample output from the tool: LPIT: Length=148, Revision=1, Checksum=32, OEMID=INTEL, OEM Table ID=SKL, OEM Revision=0x0, Creator ID=MSFT, Creator Revision=0x5f Type=ACPI_LPIT_TYPE_NATIVE_CSTATE Length=56 UniqueId=0x Flags= EntryTrigger=0x00

svn commit: r336185 - head/usr.sbin/acpi/acpidump

2018-07-10 Thread Ben Widawsky
Author: bwidawsk Date: Wed Jul 11 01:37:01 2018 New Revision: 336185 URL: https://svnweb.freebsd.org/changeset/base/336185 Log: acpidump(8): Add ACPI LPIT (Low Power Idle Table) The LPIT is the part of the "standardized" way that one can enumerate various power state information on Intel

svn commit: r336184 - head/sys/net80211

2018-07-10 Thread Kyle Evans
Author: kevans Date: Tue Jul 10 23:30:19 2018 New Revision: 336184 URL: https://svnweb.freebsd.org/changeset/base/336184 Log: net80211: Fix ifdetach w/o ifattach, small whitespace cleanup As the comment says, ifdetach might be called during the course of driver detach if initialization fa

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

2018-07-10 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 10 22:53:07 2018 New Revision: 336183 URL: https://svnweb.freebsd.org/changeset/base/336183 Log: Update the pnfs(4) man page. This is a content change. Modified: head/usr.sbin/nfsd/pnfs.4 Modified: head/usr.sbin/nfsd/pnfs.4

svn commit: r336182 - in head: . lib/libc/sys share/man/man4 sys/sys usr.bin usr.bin/numactl

2018-07-10 Thread Konstantin Belousov
/ObsoleteFiles.inc Tue Jul 10 22:00:20 2018(r336182) @@ -38,6 +38,12 @@ # xargs -n1 | sort | uniq -d; # done +# 20180710: old numa cleanup +OLD_FILES+=usr/include/sys/numa.h +OLD_FILES+=usr/share/man/man2/numa_getaffinity.2.gz +OLD_FILES+=usr/share/man/man2/numa_setaffinity.2.gz +OLD_FILES

svn commit: r336181 - head

2018-07-10 Thread Bryan Drewery
Author: bdrewery Date: Tue Jul 10 21:20:49 2018 New Revision: 336181 URL: https://svnweb.freebsd.org/changeset/base/336181 Log: Fix parsing of create-kernel-packages MFC after:3 days Reported by: rene Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 =

svn commit: r336180 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-07-10 Thread Sean Eric Fagan
Author: sef Date: Tue Jul 10 20:11:32 2018 New Revision: 336180 URL: https://svnweb.freebsd.org/changeset/base/336180 Log: Fix up some missed and mis-merges from the sequential scan code (r334844). Most of the changes involve moving some code around to reduce conflicts with future merges. O

svn commit: r336179 - in stable/10/sys/fs: nfs nfsserver

2018-07-10 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 10 19:37:52 2018 New Revision: 336179 URL: https://svnweb.freebsd.org/changeset/base/336179 Log: MFC: r333508 Add support for the TestStateID operation to the NFSv4.1 server. The Linux client now uses the TestStateID operation, so this patch adds support f

svn commit: r336178 - in stable/11/sys/fs: nfs nfsserver

2018-07-10 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 10 19:28:16 2018 New Revision: 336178 URL: https://svnweb.freebsd.org/changeset/base/336178 Log: MFC: r333508 Add support for the TestStateID operation to the NFSv4.1 server. The Linux client now uses the TestStateID operation, so this patch adds support f

svn commit: r336177 - head/usr.sbin/pnfsdskill

2018-07-10 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 10 18:44:44 2018 New Revision: 336177 URL: https://svnweb.freebsd.org/changeset/base/336177 Log: Document the "-f" option added to pnfsdskill(8) by r336176. This is a content change. Modified: head/usr.sbin/pnfsdskill/pnfsdskill.8 Modified: head/usr.sbin/p

svn commit: r336176 - head/usr.sbin/pnfsdskill

2018-07-10 Thread Rick Macklem
Author: rmacklem Date: Tue Jul 10 18:41:16 2018 New Revision: 336176 URL: https://svnweb.freebsd.org/changeset/base/336176 Log: Add a "-f" option to pnfsdskill(8) to force disabling of a DS. The pnfsdskill(8) command will normally fail if there is no valid mirror for the DS to be disabled

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

2018-07-10 Thread Alan Cox
Author: alc Date: Tue Jul 10 18:00:55 2018 New Revision: 336175 URL: https://svnweb.freebsd.org/changeset/base/336175 Log: Eliminate unnecessary differences between i386's pmap_enter() and amd64's. For example, fully construct the new PTE before entering the critical section. This change is

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

2018-07-10 Thread Mark Johnston
Author: markj Date: Tue Jul 10 17:20:27 2018 New Revision: 336174 URL: https://svnweb.freebsd.org/changeset/base/336174 Log: Fix thread state summary line display after r334918. Modified: head/usr.bin/top/display.c Modified: head/usr.bin/top/display.c

svn commit: r336173 - head/sys/contrib/octeon-sdk

2018-07-10 Thread Justin Hibbits
Author: jhibbits Date: Tue Jul 10 17:01:19 2018 New Revision: 336173 URL: https://svnweb.freebsd.org/changeset/base/336173 Log: Correct the identifier for the Unifi Security Gateway The USG is really E120, not E110. Modified: head/sys/contrib/octeon-sdk/cvmx-app-init.h head/sys/contrib

svn commit: r336172 - in head/sys: compat/freebsd32 kern sys

2018-07-10 Thread Brooks Davis
Author: brooks Date: Tue Jul 10 14:04:52 2018 New Revision: 336172 URL: https://svnweb.freebsd.org/changeset/base/336172 Log: Regen after r336171. Modified: head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscalls.c head/sys/compat/freebsd32/freebsd32_sys

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

2018-07-10 Thread Brooks Davis
Author: brooks Date: Tue Jul 10 13:32:04 2018 New Revision: 336171 URL: https://svnweb.freebsd.org/changeset/base/336171 Log: Get rid of netbsd_lchown and netbsd_msync syscall entries. No valid FreeBSD binary very called them (they would call lchown and msync directly) and we haven't supp

svn commit: r336170 - in head: sys/kern sys/netinet usr.bin/netstat usr.sbin/tcpdrop

2018-07-10 Thread Brooks Davis
Author: brooks Date: Tue Jul 10 13:03:06 2018 New Revision: 336170 URL: https://svnweb.freebsd.org/changeset/base/336170 Log: Use uintptr_t alone when assigning to kvaddr_t variables. Suggested by: jhb Modified: head/sys/kern/kern_descrip.c head/sys/kern/uipc_socket.c head/sys/kern/u

svn commit: r336169 - head/share/mk

2018-07-10 Thread Renato Botelho
Author: garga (ports committer) Date: Tue Jul 10 11:33:37 2018 New Revision: 336169 URL: https://svnweb.freebsd.org/changeset/base/336169 Log: A direct call to echo was intruduced in r333407, which made messages to be displayed when make is called with -s. Replace it by ${ECHO}. Reviewed

svn commit: r336168 - head/sys/netinet

2018-07-10 Thread Michael Tuexen
Author: tuexen Date: Tue Jul 10 10:50:43 2018 New Revision: 336168 URL: https://svnweb.freebsd.org/changeset/base/336168 Log: Add support for printing the TCP FO client-side cookie cache via the sysctl interface. This is similar to the TCP host cache. Reviewed by: pkelsey@, kbowl

svn commit: r336167 - in head/sys/netinet: . tcp_stacks

2018-07-10 Thread Michael Tuexen
Author: tuexen Date: Tue Jul 10 10:42:48 2018 New Revision: 336167 URL: https://svnweb.freebsd.org/changeset/base/336167 Log: Use appropriate MSS value when populating the TCP FO client cookie cache When a client receives a SYN-ACK segment with a TFP fast open cookie, but without an MSS o

svn commit: r336166 - head/sys/dev/pci

2018-07-10 Thread Wojciech Macek
Author: wma Date: Tue Jul 10 09:49:27 2018 New Revision: 336166 URL: https://svnweb.freebsd.org/changeset/base/336166 Log: Fix build broken by r336130 Add ifdef's to compile parts of pci_host_generic only on armv8 Modified: head/sys/dev/pci/pci_host_generic.c Modified: head/sys/dev/pci/

svn commit: r336165 - head/sys/netinet

2018-07-10 Thread Steven Hartland
Author: smh Date: Tue Jul 10 08:05:32 2018 New Revision: 336165 URL: https://svnweb.freebsd.org/changeset/base/336165 Log: Removed pointless NULL check Removed pointless NULL check after malloc with M_WAITOK which can never return NULL. Sponsored by: Multiplay Modified: head/sys/n

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

2018-07-10 Thread Steven Hartland
Sorry guys I didn't spot it was just a revert as it was tagged on to the end of the description, I would have expected that to be in the subject. What do others think, is there an recommend style for revert commit messages?     Regards     Steve On 02/07/2018 17:30, Rodney W. Grimes wrote:

svn commit: r336164 - stable/11/sbin/pfctl

2018-07-10 Thread Kristof Provost
Author: kp Date: Tue Jul 10 07:29:51 2018 New Revision: 336164 URL: https://svnweb.freebsd.org/changeset/base/336164 Log: MFC r335886: pfctl: Don't retrieve interface list if '-n' is set If '-n' is set we don't use the list of skip interfaces, so don't retrieve it. This fixes issues