svn commit: r303361 - head/sys/dev/hyperv/vmbus

2016-07-26 Thread Sepherosa Ziehau
Author: sephe Date: Wed Jul 27 05:47:32 2016 New Revision: 303361 URL: https://svnweb.freebsd.org/changeset/base/303361 Log: hyperv/vmbus: Initialize RX/TX bufring mutex at channel creation time MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:

svn commit: r303360 - stable/11

2016-07-26 Thread Bryan Drewery
Author: bdrewery Date: Wed Jul 27 05:38:09 2016 New Revision: 303360 URL: https://svnweb.freebsd.org/changeset/base/303360 Log: MFC r303274: Don't disable binutils/elftoolchain bootstrapping with external compiler. Approved by: re (kib) Modified: stable/11/Makefile.inc1

svn commit: r303359 - stable/11

2016-07-26 Thread Bryan Drewery
Author: bdrewery Date: Wed Jul 27 05:17:55 2016 New Revision: 303359 URL: https://svnweb.freebsd.org/changeset/base/303359 Log: MFC r303272,r303273: r303272: SYSTEM_COMPILER: Rework the logic to allow a 'make test-system-compiler'. r303273: Fix empty WANT_COMPILER_TYPE

Re: svn commit: r303047 - head/usr.bin/sed

2016-07-26 Thread Pedro Giffuni
On 07/26/16 22:19, Ngie Cooper (yaneurabeya) wrote: On Jul 19, 2016, at 15:56, Pedro F. Giffuni wrote: Author: pfg Date: Tue Jul 19 22:56:40 2016 New Revision: 303047 URL: https://svnweb.freebsd.org/changeset/base/303047 Log: sed(1):Assorted cleanups and

svn commit: r303356 - head/sys/vm

2016-07-26 Thread Alan Cox
Author: alc Date: Wed Jul 27 03:49:00 2016 New Revision: 303356 URL: https://svnweb.freebsd.org/changeset/base/303356 Log: Update a comment to reflect r284376. MFC after:3 days Modified: head/sys/vm/vm_pageout.c Modified: head/sys/vm/vm_pageout.c

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

2016-07-26 Thread Stephen J. Kiernan
Author: stevek Date: Wed Jul 27 03:21:02 2016 New Revision: 303355 URL: https://svnweb.freebsd.org/changeset/base/303355 Log: Add the NUM_CORE_FILES kernel config option which specifies the limit for the number of core files allowed by a particular process when using the %I core file name

Re: svn commit: r303047 - head/usr.bin/sed

2016-07-26 Thread Ngie Cooper (yaneurabeya)
> On Jul 19, 2016, at 15:56, Pedro F. Giffuni wrote: > > Author: pfg > Date: Tue Jul 19 22:56:40 2016 > New Revision: 303047 > URL: https://svnweb.freebsd.org/changeset/base/303047 > > Log: > sed(1): Assorted cleanups and simplifications. > > Const-ify several

Re: svn commit: r303342 - in head: include lib/libc/stdlib

2016-07-26 Thread Bruce Evans
On Tue, 26 Jul 2016, Ed Schouten wrote: Log: Fix typing of srandom() and initstate(). POSIX requires that these functions have an unsigned int for their first argument; not an unsigned long. My reasoning is that we can safely change these functions without breaking the ABI. As far as I

Re: svn commit: r303354 - head/share/timedef

2016-07-26 Thread Andrey Chernov
On 27.07.2016 3:46, Kevin Lo wrote: > Author: kevlo > Date: Wed Jul 27 00:46:48 2016 > New Revision: 303354 > URL: https://svnweb.freebsd.org/changeset/base/303354 > > Log: > Add weekday to the date format. This file is generated, so this change will be lost after next generation. It will be

svn commit: r303354 - head/share/timedef

2016-07-26 Thread Kevin Lo
Author: kevlo Date: Wed Jul 27 00:46:48 2016 New Revision: 303354 URL: https://svnweb.freebsd.org/changeset/base/303354 Log: Add weekday to the date format. Modified: head/share/timedef/zh_TW.UTF-8.src Modified: head/share/timedef/zh_TW.UTF-8.src

svn commit: r303353 - head/sys/dev/usb/serial

2016-07-26 Thread Ian Lepore
Author: ian Date: Wed Jul 27 00:08:01 2016 New Revision: 303353 URL: https://svnweb.freebsd.org/changeset/base/303353 Log: Annotate the usb-serial drivers which always return 0 for line status, so that it'll be easier to find and fix them in the future. Modified:

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

2016-07-26 Thread Peter Grehan
Author: grehan Date: Wed Jul 27 00:03:29 2016 New Revision: 303352 URL: https://svnweb.freebsd.org/changeset/base/303352 Log: - Change the fbuf "vga" parameter to "vga=on|io|off". "io" is the default, and allows VGA i/o registers to be accessed. This is required by Win7/2k8 graphics

svn commit: r303351 - head/sys/dev/usb/serial

2016-07-26 Thread Ian Lepore
Author: ian Date: Wed Jul 27 00:03:18 2016 New Revision: 303351 URL: https://svnweb.freebsd.org/changeset/base/303351 Log: Translate modem status reg bits from ns16550 to SER_* values used by the tty layer. Also annotate a switch case fall-through per style(9). Modified:

svn commit: r303350 - head/sys/dev/usb/serial

2016-07-26 Thread Ian Lepore
Author: ian Date: Tue Jul 26 23:42:42 2016 New Revision: 303350 URL: https://svnweb.freebsd.org/changeset/base/303350 Log: Translate modem status reg bits from ns16550 to SER_* values used by the tty layer. Also annotate a switch case fall-through per style(9). Modified:

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

2016-07-26 Thread Peter Grehan
Author: grehan Date: Tue Jul 26 23:40:25 2016 New Revision: 303349 URL: https://svnweb.freebsd.org/changeset/base/303349 Log: Catch another case where an XHCI interrupt was being injected without state being set up. This fixes a core dump when dropping to the UEFI prompt with graphics

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

2016-07-26 Thread Navdeep Parhar
Author: np Date: Tue Jul 26 23:29:37 2016 New Revision: 303348 URL: https://svnweb.freebsd.org/changeset/base/303348 Log: cxgbe(4): Initialize the adapter queues (fwq and mgmtq) instead of returning EAGAIN if they aren't available when the user tries to program a filter. Do this after

svn commit: r303347 - head/sys/dev/usb/serial

2016-07-26 Thread Ian Lepore
Author: ian Date: Tue Jul 26 23:27:28 2016 New Revision: 303347 URL: https://svnweb.freebsd.org/changeset/base/303347 Log: Translate modem status reg bits from ns16550 to SER_* values used by the tty layer. Also, the line status reg bits are already ns16550 as expected by the ucom layer,

svn commit: r303346 - head/sys/dev/usb/serial

2016-07-26 Thread Ian Lepore
Author: ian Date: Tue Jul 26 22:26:49 2016 New Revision: 303346 URL: https://svnweb.freebsd.org/changeset/base/303346 Log: Actually return line status register values from umoscom_cfg_get_status(). The hardware delivers ns16550-compatible status bits, which is what the usb_serial code

Re: svn commit: r303342 - in head: include lib/libc/stdlib

2016-07-26 Thread Ed Schouten
Hi Pedro, Benjamin, 2016-07-26 22:35 GMT+02:00 Pedro Giffuni : > On 07/26/16 15:14, Benjamin Kaduk wrote: >> Is a __FreeBSD_version bump planned? (Third-party software might want >> to be warning-clean.) > > Third party software should already follow standards ;). Not only

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

2016-07-26 Thread Imre Vadász
Author: ivadasz Date: Tue Jul 26 21:27:02 2016 New Revision: 303345 URL: https://svnweb.freebsd.org/changeset/base/303345 Log: Mention AC3165 and AC8260 chipsets in iwm(4) and mention AC3165 in iwmfw(4) - Support for the AC3165 and AC8260 chipsets was added by r303322 and r303327.

Re: svn commit: r303342 - in head: include lib/libc/stdlib

2016-07-26 Thread Pedro Giffuni
On 07/26/16 15:14, Benjamin Kaduk wrote: On Tue, Jul 26, 2016 at 3:11 PM, Ed Schouten > wrote: Author: ed Date: Tue Jul 26 20:11:29 2016 New Revision: 303342 URL: https://svnweb.freebsd.org/changeset/base/303342 Log: Fix

svn commit: r303344 - stable/11/sys/dev/urtwn

2016-07-26 Thread Andriy Voskoboinyk
Author: avos Date: Tue Jul 26 20:26:03 2016 New Revision: 303344 URL: https://svnweb.freebsd.org/changeset/base/303344 Log: MFC r303115: urtwn: fix A-MSDU tx aggregation when encryption is used. Clear unused (undocumented) CAM bytes while setting a key; without that, hardware does

svn commit: r303343 - head/sys/netinet/cc

2016-07-26 Thread Brad Davis
Author: brd (doc,ports committer) Date: Tue Jul 26 20:20:09 2016 New Revision: 303343 URL: https://svnweb.freebsd.org/changeset/base/303343 Log: Fix the case for some sysctl descriptions. Reviewed by: gnn Modified: head/sys/netinet/cc/cc.c Modified: head/sys/netinet/cc/cc.c

Re: svn commit: r303342 - in head: include lib/libc/stdlib

2016-07-26 Thread Benjamin Kaduk
On Tue, Jul 26, 2016 at 3:11 PM, Ed Schouten wrote: > Author: ed > Date: Tue Jul 26 20:11:29 2016 > New Revision: 303342 > URL: https://svnweb.freebsd.org/changeset/base/303342 > > Log: > Fix typing of srandom() and initstate(). > > POSIX requires that these functions have

svn commit: r303342 - in head: include lib/libc/stdlib

2016-07-26 Thread Ed Schouten
Author: ed Date: Tue Jul 26 20:11:29 2016 New Revision: 303342 URL: https://svnweb.freebsd.org/changeset/base/303342 Log: Fix typing of srandom() and initstate(). POSIX requires that these functions have an unsigned int for their first argument; not an unsigned long. My reasoning is

svn commit: r303341 - head/share/misc

2016-07-26 Thread Phil Shafer
Author: phil Date: Tue Jul 26 18:27:48 2016 New Revision: 303341 URL: https://svnweb.freebsd.org/changeset/base/303341 Log: Fix start date to not be in the future. Submitted by: phil Reviewed by: sjg (mentor) Approved by: sjg Modified: head/share/misc/committers-src.dot Modified:

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

2016-07-26 Thread Ed Schouten
Author: ed Date: Tue Jul 26 17:23:49 2016 New Revision: 303340 URL: https://svnweb.freebsd.org/changeset/base/303340 Log: Add shmatt_t. It looks like our "struct shmid_ds::shm_nattch" deviates from the standard in the sense that it is a signed integer, whereas POSIX requires that it is

Re: svn commit: r303338 - head/sys/dev/vt

2016-07-26 Thread Ed Maste
On 26 July 2016 at 12:27, Ed Schouten wrote: > Hi Ed, > > 2016-07-26 17:34 GMT+02:00 Ed Maste : >> if (vw == vd->vd_curwindow) { >> + mtx_lock(); >> kbd = kbd_get_keyboard(vd->vd_keyboard); >>

svn commit: r303339 - head/sys/dev/etherswitch/arswitch

2016-07-26 Thread Adrian Chadd
Author: adrian Date: Tue Jul 26 16:40:03 2016 New Revision: 303339 URL: https://svnweb.freebsd.org/changeset/base/303339 Log: Update my TODO items. Modified: head/sys/dev/etherswitch/arswitch/arswitch_7240.c head/sys/dev/etherswitch/arswitch/arswitch_8316.c Modified:

Re: svn commit: r303338 - head/sys/dev/vt

2016-07-26 Thread Ed Schouten
Hi Ed, 2016-07-26 17:34 GMT+02:00 Ed Maste : > if (vw == vd->vd_curwindow) { > + mtx_lock(); > kbd = kbd_get_keyboard(vd->vd_keyboard); > if (kbd != NULL) >

svn commit: r303338 - head/sys/dev/vt

2016-07-26 Thread Ed Maste
Author: emaste Date: Tue Jul 26 15:34:26 2016 New Revision: 303338 URL: https://svnweb.freebsd.org/changeset/base/303338 Log: vt: lock Giant around kbd calls in CONS_GETINFO Note that keyboards are stored in an array and are not freed (just "unregistered" by clearing some fields) so a

svn commit: r303337 - stable/11

2016-07-26 Thread Ed Maste
Author: emaste Date: Tue Jul 26 15:22:21 2016 New Revision: 303337 URL: https://svnweb.freebsd.org/changeset/base/303337 Log: MFC r303034: Include makewhatis in ITOOLS when MK_MAN_UTILS is true Previously it was conditional on MK_MAN. It's possible to build FreeBSD with man pages but

svn commit: r303336 - stable/11/lib/libc/locale

2016-07-26 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jul 26 14:12:11 2016 New Revision: 303336 URL: https://svnweb.freebsd.org/changeset/base/303336 Log: MFC r303046: libc: tag the rune initialization function prototypes visibility as hidden. It is good practice to export as few symbols as possible from your shared

svn commit: r303335 - head/sys/dev/kbd

2016-07-26 Thread Ed Maste
Author: emaste Date: Tue Jul 26 13:36:28 2016 New Revision: 303335 URL: https://svnweb.freebsd.org/changeset/base/303335 Log: apply some style(9) to kbd: make function name start in column 1 Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/kbd/kbd.c Modified: