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

2018-06-11 Thread Eitan Adler
Author: eadler Date: Tue Jun 12 06:53:31 2018 New Revision: 334988 URL: https://svnweb.freebsd.org/changeset/base/334988 Log: top(1): move command mapping to commands.c This eliminates the difficult to follow mapping of a string list. It moves numbers from "#define" into (more) debuggable

svn commit: r334987 - head/sys/dev/cxgbe

2018-06-11 Thread Navdeep Parhar
Author: np Date: Tue Jun 12 06:46:03 2018 New Revision: 334987 URL: https://svnweb.freebsd.org/changeset/base/334987 Log: cxgbe(4): Remove homemade version of htobe32 from the driver. It was needed only for ia64 where it was implemented as a call to bswapXX, which was always a real functi

Re: svn commit: r334971 - head/sbin/dump

2018-06-11 Thread Rodney W. Grimes
> On Mon, 11 Jun 2018 19:32:45 + (UTC) > Warner Losh wrote: > > > Author: imp > > Date: Mon Jun 11 19:32:45 2018 > > New Revision: 334971 > > URL: https://svnweb.freebsd.org/changeset/base/334971 > > > > Log: > > Document the newly enforced 524288 inode restriction. > > > > Modified: > >

Re: svn commit: r334971 - head/sbin/dump

2018-06-11 Thread O. Hartmann
On Mon, 11 Jun 2018 19:32:45 + (UTC) Warner Losh wrote: > Author: imp > Date: Mon Jun 11 19:32:45 2018 > New Revision: 334971 > URL: https://svnweb.freebsd.org/changeset/base/334971 > > Log: > Document the newly enforced 524288 inode restriction. > > Modified: > head/sbin/dump/dump.8 >

svn commit: r334986 - head/stand/lua

2018-06-11 Thread Kyle Evans
Author: kevans Date: Tue Jun 12 03:44:34 2018 New Revision: 334986 URL: https://svnweb.freebsd.org/changeset/base/334986 Log: lualoader: More black-on-white fixes To recap the problem: with a black-on-white xterm, the menu draws terribly. Ideally, we would try our best for a white-on-blac

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Warner Losh
On Mon, Jun 11, 2018 at 6:23 PM, Devin Teske wrote: > > On Jun 11, 2018, at 11:20 AM, Warner Losh wrote: > > > > On Mon, Jun 11, 2018 at 11:54 AM, Devin Teske wrote: > >> >> On Jun 11, 2018, at 7:07 AM, Warner Losh wrote: >> >> >> >> On Mon, Jun 11, 2018 at 7:36 AM, Devin Teske wrote: >> >>>

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Warner Losh
On Mon, Jun 11, 2018 at 6:43 PM, Kyle Evans wrote: > On Mon, Jun 11, 2018 at 7:34 PM, Devin Teske wrote: > > Are you at feature parity yet? > > Basically, yeah. There's a couple of environment variables not > respected that I could easily implement given, say, an hour or two. > OTOH, 'feature pa

svn commit: r334985 - head/sbin/geom/class/part

2018-06-11 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Tue Jun 12 01:50:58 2018 New Revision: 334985 URL: https://svnweb.freebsd.org/changeset/base/334985 Log: Follow r333233, add fat32lba description to gpart(8) Reviewed by: emaste MFC after:3 days X-MFC with: r333233 Sponsored by: The FreeBSD

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Kyle Evans
On Mon, Jun 11, 2018 at 7:34 PM, Devin Teske wrote: > > On Jun 11, 2018, at 5:32 PM, Kyle Evans wrote: > > On Mon, Jun 11, 2018 at 7:23 PM, Devin Teske wrote: > > > On Jun 11, 2018, at 11:20 AM, Warner Losh wrote: > > > > On Mon, Jun 11, 2018 at 11:54 AM, Devin Teske wrote: > > > > On Jun 11,

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Devin Teske
> On Jun 11, 2018, at 5:32 PM, Kyle Evans wrote: > > On Mon, Jun 11, 2018 at 7:23 PM, Devin Teske > wrote: >> >> On Jun 11, 2018, at 11:20 AM, Warner Losh wrote: >> >> >> >> On Mon, Jun 11, 2018 at 11:54 AM, Devin Teske wrote: >>> >>> >>> On Jun 11, 2018, at 7

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Kyle Evans
On Mon, Jun 11, 2018 at 7:23 PM, Devin Teske wrote: > > On Jun 11, 2018, at 11:20 AM, Warner Losh wrote: > > > > On Mon, Jun 11, 2018 at 11:54 AM, Devin Teske wrote: >> >> >> On Jun 11, 2018, at 7:07 AM, Warner Losh wrote: >> >> >> >> On Mon, Jun 11, 2018 at 7:36 AM, Devin Teske wrote: >>> >>>

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Devin Teske
> On Jun 11, 2018, at 11:20 AM, Warner Losh wrote: > > > > On Mon, Jun 11, 2018 at 11:54 AM, Devin Teske > wrote: > >> On Jun 11, 2018, at 7:07 AM, Warner Losh > > wrote: >> >> >> >> On Mon, Jun 11, 2018 at 7:36 AM, Devin Teske >

svn commit: r334983 - head/sys/net

2018-06-11 Thread Jonathan T. Looney
Author: jtl Date: Mon Jun 11 23:32:06 2018 New Revision: 334983 URL: https://svnweb.freebsd.org/changeset/base/334983 Log: Fix a memory leak for the BIOCSETWF ioctl on kernels with the BPF_JITTER option. The BPF code was creating a compiled filter in the common filter-creation path. Ho

svn commit: r334982 - in head/etc: . devd

2018-06-11 Thread Warner Losh
Author: imp Date: Mon Jun 11 22:48:34 2018 New Revision: 334982 URL: https://svnweb.freebsd.org/changeset/base/334982 Log: User service foo rather than /etc/rc.d/foo. devd predates service in the system. Modernize usage to use service to start/stop things in reaction to events rather than

Re: svn commit: r334221 - head/etc

2018-06-11 Thread Ian Lepore
On Mon, 2018-06-11 at 17:29 -0500, Mark Felder wrote: > > On Sun, May 27, 2018, at 01:09, Alexey Dokuchaev wrote: > > > > On Fri, May 25, 2018 at 07:36:26PM +, Mark Felder wrote: > > > > > > New Revision: 334221 > > > URL: https://svnweb.freebsd.org/changeset/base/334221 > > > > > > Log: >

Re: svn commit: r334221 - head/etc

2018-06-11 Thread Mark Felder
On Sun, May 27, 2018, at 01:09, Alexey Dokuchaev wrote: > On Fri, May 25, 2018 at 07:36:26PM +, Mark Felder wrote: > > New Revision: 334221 > > URL: https://svnweb.freebsd.org/changeset/base/334221 > > > > Log: > > rc.subr: Support loading environmental variables from a file > > > > +

Re: svn commit: r334970 - head

2018-06-11 Thread Rodney W. Grimes
; > > > > > > > > > Modified: head/UPDATING > > > > > > > > > == > > > > > --- head/UPDATING Mon Jun 11 19:32:36 2018(r334969) > > > >

svn commit: r334981 - head/share/man/man4

2018-06-11 Thread Ed Maste
Author: emaste Date: Mon Jun 11 20:46:20 2018 New Revision: 334981 URL: https://svnweb.freebsd.org/changeset/base/334981 Log: muge.4: remove BUGS section (about link/act LEDs) Lack of functioning link and activity LEDs on devices without an EEPROM is expected (not a bug). Quoting the EVB

svn commit: r334979 - head/sbin/dump

2018-06-11 Thread Warner Losh
Author: imp Date: Mon Jun 11 20:38:26 2018 New Revision: 334979 URL: https://svnweb.freebsd.org/changeset/base/334979 Log: Fix a bug in the counting of blks. We shouldn't count the bytes set in c_addr for TS_CLRI and TS_BITS nodes. Those block overload c_count to communicate how many bloc

svn commit: r334980 - in head: . sbin/dump

2018-06-11 Thread Warner Losh
:38:30 2018(r334980) @@ -32,13 +32,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: "ln -s 'abort:false,junk:false' /etc/malloc.conf".) -20180611: - A bug in dump has been found where it can incorrectly dump filesystems - with more than 512

svn commit: r334977 - head/share/man/man4

2018-06-11 Thread Ed Maste
Author: emaste Date: Mon Jun 11 20:19:20 2018 New Revision: 334977 URL: https://svnweb.freebsd.org/changeset/base/334977 Log: Connect muge.4 man page Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ==

Re: svn commit: r334970 - head

2018-06-11 Thread Warner Losh
== > > > == > > > > --- head/UPDATING Mon Jun 11 19:32:36 2018(r334969) > > > > +++ head/UPDATING Mon Jun 11 19:32:40 2018(r334970) > > > > @@ -32,6 +32,13 @@ NOTE TO PEOPLE

Re: svn commit: r334970 - head

2018-06-11 Thread Rodney W. Grimes
Mon Jun 11 19:32:40 2018 (r334970) > > > @@ -32,6 +32,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: > > > "ln -s 'abort:false,junk:false' /etc/malloc.conf".) > > > > > > > > > +20180611: > > > + A

Re: svn commit: r334970 - head

2018-06-11 Thread Warner Losh
= > == > > --- head/UPDATING Mon Jun 11 19:32:36 2018(r334969) > > +++ head/UPDATING Mon Jun 11 19:32:40 2018(r334970) > > @@ -32,6 +32,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: > > "

Re: svn commit: r334970 - head

2018-06-11 Thread Rodney W. Grimes
0) > @@ -32,6 +32,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: > "ln -s 'abort:false,junk:false' /etc/malloc.conf".) > > > +20180611: > + A bug in dump has been found where it can incorrectly dump filesystems > + with more t

svn commit: r334975 - head/share/man/man4

2018-06-11 Thread Ed Maste
Author: emaste Date: Mon Jun 11 19:48:15 2018 New Revision: 334975 URL: https://svnweb.freebsd.org/changeset/base/334975 Log: muge.4: correct BUGS statement The EVB-LAN7850 I have does function with the EEPROM disabled - the link / activity LEDs just do not function. Sponsored by: Th

svn commit: r334974 - head/sbin/dump

2018-06-11 Thread Warner Losh
Author: imp Date: Mon Jun 11 19:35:41 2018 New Revision: 334974 URL: https://svnweb.freebsd.org/changeset/base/334974 Log: Don't initialize c_count. We don't need to. Modified: head/sbin/dump/main.c Modified: head/sbin/dump/main.c =

svn commit: r334971 - head/sbin/dump

2018-06-11 Thread Warner Losh
Author: imp Date: Mon Jun 11 19:32:45 2018 New Revision: 334971 URL: https://svnweb.freebsd.org/changeset/base/334971 Log: Document the newly enforced 524288 inode restriction. Modified: head/sbin/dump/dump.8 Modified: head/sbin/dump/dump.8 ===

svn commit: r334973 - head/sys/dev/usb/net

2018-06-11 Thread Ed Maste
Author: emaste Date: Mon Jun 11 19:34:47 2018 New Revision: 334973 URL: https://svnweb.freebsd.org/changeset/base/334973 Log: if_muge: retire lan78xx_eeprom_read lan78xx_eeprom_read just checked for EEPROM presence then called lan78xx_eeprom_read_raw if present, and had only one caller.

svn commit: r334970 - head

2018-06-11 Thread Warner Losh
alse' /etc/malloc.conf".) +20180611: + A bug in dump has been found where it can incorrectly dump filesystems + with more than 512k inodes and produce corrupted dump images. r334968 + closes the door by not dumping filesystems with more than 512k inodes. + While o

svn commit: r334969 - head/sbin/dump

2018-06-11 Thread Warner Losh
Author: imp Date: Mon Jun 11 19:32:36 2018 New Revision: 334969 URL: https://svnweb.freebsd.org/changeset/base/334969 Log: Add asserts to prevent overflows of c_addr. Add some asserts that prevents the overflows of c_addr. This can't happen, absent bugs. However, certain large filesystems

svn commit: r334972 - head/sbin/dump

2018-06-11 Thread Warner Losh
Author: imp Date: Mon Jun 11 19:32:49 2018 New Revision: 334972 URL: https://svnweb.freebsd.org/changeset/base/334972 Log: Minor style polishing. Declare c_count and initialize it with other ints. Reported by: mjg@ Modified: head/sbin/dump/main.c Modified: head/sbin/dump/main.c ===

svn commit: r334968 - head/sbin/dump

2018-06-11 Thread Diane Bruce
Author: db (ports committer) Date: Mon Jun 11 19:12:50 2018 New Revision: 334968 URL: https://svnweb.freebsd.org/changeset/base/334968 Log: Large file systems with inodes > 512K have been silently overflowing c_addr in spcl. So check before we start dumping otherwise we can end up with a cor

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

2018-06-11 Thread Rick Macklem
Author: rmacklem Date: Mon Jun 11 19:00:07 2018 New Revision: 334966 URL: https://svnweb.freebsd.org/changeset/base/334966 Log: Add a couple of safety belt checks to the NFSv4.1 client related to sessions. There were a couple of cases in newnfs_request() that it assumed that it was an NFS

svn commit: r334965 - head/sys/kern

2018-06-11 Thread Ed Maste
Author: emaste Date: Mon Jun 11 18:57:40 2018 New Revision: 334965 URL: https://svnweb.freebsd.org/changeset/base/334965 Log: makesyscalls: simplify capenabled pipeline Replace cat + 2x grep with one grep. Sponsored by: Turing Robotic Industries Modified: head/sys/kern/makesyscalls.

svn commit: r334964 - in head: share/man/man4 sys/dev/usb/net

2018-06-11 Thread Ed Maste
Author: emaste Date: Mon Jun 11 18:44:56 2018 New Revision: 334964 URL: https://svnweb.freebsd.org/changeset/base/334964 Log: if_muge: add LAN7850 support Differences between LAN7800 and LAN7850 from the driver's perspective: * The LAN7800 muxes EEPROM signals with LEDs, so LED mode ne

Re: svn commit: r334962 - head/sys/kern

2018-06-11 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: mmacy > Date: Mon Jun 11 17:10:19 2018 > New Revision: 334962 > URL: https://svnweb.freebsd.org/changeset/base/334962 > > Log: > limit change to fixing controlp handling pending review It is best to write commit messages that stand alone, a

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Warner Losh
On Mon, Jun 11, 2018 at 11:54 AM, Devin Teske wrote: > > On Jun 11, 2018, at 7:07 AM, Warner Losh wrote: > > > > On Mon, Jun 11, 2018 at 7:36 AM, Devin Teske wrote: > >> >> >> > On Jun 10, 2018, at 6:32 PM, Kyle Evans wrote: >> > >> > Author: kevans >> > Date: Mon Jun 11 01:32:18 2018 >> > New

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Devin Teske
> On Jun 11, 2018, at 7:07 AM, Warner Losh wrote: > > > > On Mon, Jun 11, 2018 at 7:36 AM, Devin Teske > wrote: > > > > On Jun 10, 2018, at 6:32 PM, Kyle Evans wrote: > > > > Author: kevans > > Date: Mon Jun 11 01:32:18 2018 > > New Revision: 334939 > > URL: htt

svn commit: r334963 - in stable: 10/release 11/release

2018-06-11 Thread Glen Barber
Author: gjb Date: Mon Jun 11 17:22:27 2018 New Revision: 334963 URL: https://svnweb.freebsd.org/changeset/base/334963 Log: MFC r74: Use vMMDD in the timestamp suffix for Google Compute Engine snapshot images for consistency with other OSes. Sponsored by: The FreeBSD Foundation

svn commit: r334963 - in stable: 10/release 11/release

2018-06-11 Thread Glen Barber
Author: gjb Date: Mon Jun 11 17:22:27 2018 New Revision: 334963 URL: https://svnweb.freebsd.org/changeset/base/334963 Log: MFC r74: Use vMMDD in the timestamp suffix for Google Compute Engine snapshot images for consistency with other OSes. Sponsored by: The FreeBSD Foundation

svn commit: r334962 - head/sys/kern

2018-06-11 Thread Matt Macy
Author: mmacy Date: Mon Jun 11 17:10:19 2018 New Revision: 334962 URL: https://svnweb.freebsd.org/changeset/base/334962 Log: limit change to fixing controlp handling pending review Modified: head/sys/kern/uipc_socket.c Modified: head/sys/kern/uipc_socket.c ===

Re: svn commit: r334960 - head/sys/kern

2018-06-11 Thread Matthew Macy
Fair. But it didn't actually work before. It's not clear anyone has ever used it. On Mon, Jun 11, 2018 at 9:54 AM, Mark Johnston wrote: > On Mon, Jun 11, 2018 at 04:31:43PM +, Matt Macy wrote: >> Author: mmacy >> Date: Mon Jun 11 16:31:42 2018 >> New Revision: 334960 >> URL: https://svnweb.fr

Re: svn commit: r334960 - head/sys/kern

2018-06-11 Thread Mark Johnston
On Mon, Jun 11, 2018 at 04:31:43PM +, Matt Macy wrote: > Author: mmacy > Date: Mon Jun 11 16:31:42 2018 > New Revision: 334960 > URL: https://svnweb.freebsd.org/changeset/base/334960 > > Log: > soreceive_stream: correctly handle edge cases > > - non NULL controlp is not an error, return

svn commit: r334961 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2018-06-11 Thread Mark Johnston
Author: markj Date: Mon Jun 11 16:33:36 2018 New Revision: 334961 URL: https://svnweb.freebsd.org/changeset/base/334961 Log: Process CUs with a language attribute of DW_LANG_Mips_Assembler. At the moment ctfconvert(1) does not do much with such CUs, but that may not be true in the future,

svn commit: r334960 - head/sys/kern

2018-06-11 Thread Matt Macy
Author: mmacy Date: Mon Jun 11 16:31:42 2018 New Revision: 334960 URL: https://svnweb.freebsd.org/changeset/base/334960 Log: soreceive_stream: correctly handle edge cases - non NULL controlp is not an error, returning EINVAL would cause X forwarding to fail - MSG_PEEK and MSG_WAITA

Important Notification

2018-06-11 Thread Information Update
Dear Recipent , This email address has won Three Million Pounds on the o2 mobile sweepstakes.Please Contact Payment Cordinator Mat on email : mrw...@o2loto.co.uk for explanation and payment processing . Yours Faithfully Debbie Spence Cordinator O2 Mobile Promotional Sweepstakes.

svn commit: r334959 - head/sys/dev/hwpmc

2018-06-11 Thread Mark Johnston
Author: markj Date: Mon Jun 11 16:27:09 2018 New Revision: 334959 URL: https://svnweb.freebsd.org/changeset/base/334959 Log: Use the cached curthread reference in pmc_process_interrupt(). Fix indentation while here. Modified: head/sys/dev/hwpmc/hwpmc_mod.c Modified: head/sys/dev/hwpmc/h

svn commit: r334958 - head/sys/compat/linuxkpi/common/include/linux

2018-06-11 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jun 11 16:26:33 2018 New Revision: 334958 URL: https://svnweb.freebsd.org/changeset/base/334958 Log: Implement the kstrtobool() and kstrtobool_from_user() functions in the LinuxKPI. Submitted by: Johannes Lundberg MFC after:1 week Sponsored by: Mellanox

svn commit: r334957 - in head: lib/libpmc usr.sbin/pmc

2018-06-11 Thread Ryan Libby
Author: rlibby Date: Mon Jun 11 16:09:54 2018 New Revision: 334957 URL: https://svnweb.freebsd.org/changeset/base/334957 Log: pmc gcc fixups Fix the build of lib/libpmc and usr.sbin/pmc for gcc on amd64. Reviewed by:mmacy Sponsored by: Dell EMC Isilon Differential Revision:

svn commit: r334955 - stable/11/lib/libc/sys

2018-06-11 Thread Mark Johnston
Author: markj Date: Mon Jun 11 15:44:02 2018 New Revision: 334955 URL: https://svnweb.freebsd.org/changeset/base/334955 Log: MFC r334504: Remove an inaccuracy from mincore.2. Modified: stable/11/lib/libc/sys/mincore.2 Directory Properties: stable/11/ (props changed) Modified: stable/11

svn commit: r334956 - in stable/11/lib/libc: aarch64 riscv

2018-06-11 Thread Mark Johnston
Author: markj Date: Mon Jun 11 15:44:53 2018 New Revision: 334956 URL: https://svnweb.freebsd.org/changeset/base/334956 Log: MFC r334505: Don't export _end on arm64 and riscv. Modified: stable/11/lib/libc/aarch64/Symbol.map stable/11/lib/libc/riscv/Symbol.map Directory Properties: stabl

svn commit: r334954 - stable/11/sys/arm64/include

2018-06-11 Thread Mark Johnston
Author: markj Date: Mon Jun 11 15:43:28 2018 New Revision: 334954 URL: https://svnweb.freebsd.org/changeset/base/334954 Log: MFC r334101: Add GET_STACK_USAGE() for arm64. Modified: stable/11/sys/arm64/include/proc.h Directory Properties: stable/11/ (props changed) Modified: stable/11/s

svn commit: r334953 - head/sys/compat/linuxkpi/common/include/asm

2018-06-11 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jun 11 15:42:29 2018 New Revision: 334953 URL: https://svnweb.freebsd.org/changeset/base/334953 Log: Implement the user_access_begin(), user_access_end(), usafe_get_user() and unsafe_put_user() function macros in the LinuxKPI. Submitted by: Johannes Lundberg

svn commit: r334952 - head/sys/amd64/amd64

2018-06-11 Thread Konstantin Belousov
Author: kib Date: Mon Jun 11 15:28:20 2018 New Revision: 334952 URL: https://svnweb.freebsd.org/changeset/base/334952 Log: Fix braino in r334799. Maxmem is in pages. Reported by: ae, pho Tested by:pho Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sy

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

2018-06-11 Thread Marcelo Araujo
2018-06-11 22:46 GMT+08:00 Pedro Giffuni : > > > On 06/10/18 21:41, Marcelo Araujo wrote: > > > > 2018-06-11 10:25 GMT+08:00 Pedro Giffuni : > >> >> >> On 10/06/2018 21:09, Marcelo Araujo wrote: >> >>> Author: araujo >>> Date: Mon Jun 11 02:09:20 2018 >>> New Revision: 334940 >>> URL: https://svnw

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

2018-06-11 Thread Marcelo Araujo
Author: araujo Date: Mon Jun 11 15:18:31 2018 New Revision: 334951 URL: https://svnweb.freebsd.org/changeset/base/334951 Log: More style(9) fixes, space vs tab. Modified: head/usr.sbin/bhyve/pci_virtio_block.c Modified: head/usr.sbin/bhyve/pci_virtio_block.c =

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

2018-06-11 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: pfg > Date: Mon Jun 11 14:45:34 2018 > New Revision: 334950 > URL: https://svnweb.freebsd.org/changeset/base/334950 > > Log: > style(9): Fix tabs after #define. > > No functional change intended. Thank you. > Modified: > head/usr.s

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

2018-06-11 Thread Pedro Giffuni
On 06/10/18 21:41, Marcelo Araujo wrote: 2018-06-11 10:25 GMT+08:00 Pedro Giffuni >: On 10/06/2018 21:09, Marcelo Araujo wrote: Author: araujo Date: Mon Jun 11 02:09:20 2018 New Revision: 334940 URL: https://svnweb.freebsd.org/

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

2018-06-11 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jun 11 14:45:34 2018 New Revision: 334950 URL: https://svnweb.freebsd.org/changeset/base/334950 Log: style(9): Fix tabs after #define. No functional change intended. Modified: head/usr.sbin/bhyve/pci_virtio_scsi.c Modified: head/usr.sbin/bhyve/pci_virtio_scsi.c ===

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

2018-06-11 Thread Jonathan T. Looney
Author: jtl Date: Mon Jun 11 14:27:19 2018 New Revision: 334949 URL: https://svnweb.freebsd.org/changeset/base/334949 Log: Change RACK dependency on TCPHPTS from a build-time dependency to a load- time dependency. At present, RACK requires the TCPHPTS option to run. However, because mod

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Warner Losh
On Mon, Jun 11, 2018 at 7:36 AM, Devin Teske wrote: > > > > On Jun 10, 2018, at 6:32 PM, Kyle Evans wrote: > > > > Author: kevans > > Date: Mon Jun 11 01:32:18 2018 > > New Revision: 334939 > > URL: https://svnweb.freebsd.org/changeset/base/334939 > > > > Log: > > lualoader: Allow brand-*.lua f

Re: svn commit: r334939 - head/stand/lua

2018-06-11 Thread Devin Teske
> On Jun 10, 2018, at 6:32 PM, Kyle Evans wrote: > > Author: kevans > Date: Mon Jun 11 01:32:18 2018 > New Revision: 334939 > URL: https://svnweb.freebsd.org/changeset/base/334939 > > Log: > lualoader: Allow brand-*.lua for adding new brands > > dteske@, I believe, had originally pointed ou

Re: svn commit: r334928 - head/lib/libc/stdlib

2018-06-11 Thread Bruce Evans
On Mon, 11 Jun 2018, Konstantin Belousov wrote: On Mon, Jun 11, 2018 at 03:48:52PM +1000, Bruce Evans wrote: Change TYPE to unsigned char[sizeof(old TYPE)] and use memcpy() to assign the variables to fix this with small churn and without the pessimizations in this commit. This gives portable c

svn commit: r334948 - head/sys/dev/bxe

2018-06-11 Thread Dimitry Andric
Author: dim Date: Mon Jun 11 10:08:22 2018 New Revision: 334948 URL: https://svnweb.freebsd.org/changeset/base/334948 Log: Fix build of bxe with base gcc on i386 Casting from rman_res_t to a pointer results in "cast to pointer from integer of different size" warnings with base gcc on i386

Re: svn commit: r334928 - head/lib/libc/stdlib

2018-06-11 Thread Konstantin Belousov
On Mon, Jun 11, 2018 at 03:48:52PM +1000, Bruce Evans wrote: > Change TYPE to unsigned char[sizeof(old TYPE)] and use memcpy() to assign > the variables to fix this with small churn and without the pessimizations > in this commit. This gives portable code back to K&R1978 + memcpy(), and > is as ef

svn commit: r334947 - head/sys/modules

2018-06-11 Thread Dimitry Andric
Author: dim Date: Mon Jun 11 08:42:03 2018 New Revision: 334947 URL: https://svnweb.freebsd.org/changeset/base/334947 Log: Disable building aesni with base gcc Because base gcc does not support the required intrinsics, do not attempt to compile the aesni module with it. Noticed by:

svn commit: r334946 - head/sys/dev/drm2/i915

2018-06-11 Thread Dimitry Andric
Author: dim Date: Mon Jun 11 08:11:35 2018 New Revision: 334946 URL: https://svnweb.freebsd.org/changeset/base/334946 Log: Fix build of i915kms with base gcc Base gcc fails to compile sys/dev/drm2/i915/intel_display.c for i386, with the following -Werror warnings: cc1: warnings being

svn commit: r334945 - head/sys/dev/ocs_fc

2018-06-11 Thread Dimitry Andric
Author: dim Date: Mon Jun 11 07:57:32 2018 New Revision: 334945 URL: https://svnweb.freebsd.org/changeset/base/334945 Log: Fix build of ocs_fs with base gcc on i386 Add a few intermediate casts to uintptr_t to suppress "cast to pointer from integer of different size" warnings from gcc. A