svn commit: r300117 - in head/sys/boot: common efi/libefi efi/loader fdt i386/libi386 pc98/libpc98 uboot/lib zfs

2016-05-17 Thread Warner Losh
Author: imp Date: Wed May 18 05:59:05 2016 New Revision: 300117 URL: https://svnweb.freebsd.org/changeset/base/300117 Log: Fix several instances where the boot loader ignored pager_output return value when it could return 1 (indicating we should stop). Fix a few instances of pager_open() /

svn commit: r300115 - head/sys/boot/forth

2016-05-17 Thread Warner Losh
Author: imp Date: Wed May 18 05:58:57 2016 New Revision: 300115 URL: https://svnweb.freebsd.org/changeset/base/300115 Log: Explain why extra sutff always outputs even when it shouldn't for the '?' command. Wasted a bunch of time tracking it down tonight. Modified:

svn commit: r300116 - head/sys/boot/efi/loader

2016-05-17 Thread Warner Losh
Author: imp Date: Wed May 18 05:58:58 2016 New Revision: 300116 URL: https://svnweb.freebsd.org/changeset/base/300116 Log: Fix build breakage on arm64 by papering over the problem. We implement a slightly non-standard %S that's more useful in the UEFI environment, so ignore printf errors.

svn commit: r300114 - head/sys/dev/bwn

2016-05-17 Thread Adrian Chadd
Author: adrian Date: Wed May 18 05:56:25 2016 New Revision: 300114 URL: https://svnweb.freebsd.org/changeset/base/300114 Log: [bwn] add initial 5xx firmware API support * Add the new TX/RX frame formats; * Use the right TX/RX format based on the frame info; * Disable the 5xx firmware

Re: svn commit: r300003 - head/share/man/man4

2016-05-17 Thread Glen Barber
On Wed, May 18, 2016 at 09:59:30AM +1000, Greg 'groggy' Lehey wrote: > I wouldn't have expected such an underhand accusation from you. I can > be honest, but if you had taken the time to check, you would have seen > that I was already eligible. And clearly if I had wanted to become > eligible,

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

2016-05-17 Thread NGie Cooper
> On May 17, 2016, at 20:55, Mark Johnston wrote: > > Author: markj > Date: Wed May 18 03:55:54 2016 > New Revision: 300110 > URL: https://svnweb.freebsd.org/changeset/base/300110 > > Log: > Do not acquire the thread lock in hardclock_cnt() unless needed. > > This

Re: svn commit: r300003 - head/share/man/man4

2016-05-17 Thread Glen Barber
On Wed, May 18, 2016 at 03:13:22PM +1000, Greg 'groggy' Lehey wrote: > On Tuesday, 17 May 2016 at 21:22:16 -0700, John Baldwin wrote: > > On Wednesday, May 18, 2016 09:59:30 AM Greg 'groggy' Lehey wrote: > >> > >> - People seem to have lost any remnant sense of humour. > > > > I think a more

Re: svn commit: r300003 - head/share/man/man4

2016-05-17 Thread Greg 'groggy' Lehey
On Tuesday, 17 May 2016 at 21:22:16 -0700, John Baldwin wrote: > On Wednesday, May 18, 2016 09:59:30 AM Greg 'groggy' Lehey wrote: >> >> - People seem to have lost any remnant sense of humour. > > I think a more accurate commit message might have averted much of > the reaction. In retrospect,

svn commit: r300113 - in head/sys: conf kern net sys

2016-05-17 Thread Scott Long
Author: scottl Date: Wed May 18 04:35:58 2016 New Revision: 300113 URL: https://svnweb.freebsd.org/changeset/base/300113 Log: Import the 'iflib' API library for network drivers. From the author: "iflib is a library to eliminate the need for frequently duplicated device independent logic

Re: svn commit: r300003 - head/share/man/man4

2016-05-17 Thread John Baldwin
On Wednesday, May 18, 2016 09:59:30 AM Greg 'groggy' Lehey wrote: > Yes. This wasn't a new change, just reverting a change made in > r235317. You'll notice that the expression is in quotes, indicating > that it's, well, a quotation and not to be taken literally. And if > you quote, you should

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

2016-05-17 Thread Sepherosa Ziehau
Author: sephe Date: Wed May 18 04:04:14 2016 New Revision: 300112 URL: https://svnweb.freebsd.org/changeset/base/300112 Log: hyperv/vmbus: Function renaming vmbus_msg_swintr -> vmbus_msg_task It is not an SWI handler for a long time. MFC after:1 week Sponsored by: Microsoft OSTC

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

2016-05-17 Thread Sepherosa Ziehau
Author: sephe Date: Wed May 18 03:58:04 2016 New Revision: 300111 URL: https://svnweb.freebsd.org/changeset/base/300111 Log: hyperv/vmbus: Utilize curcpu MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:https://reviews.freebsd.org/D6408 Modified:

svn commit: r300110 - head/sys/kern

2016-05-17 Thread Mark Johnston
Author: markj Date: Wed May 18 03:55:54 2016 New Revision: 300110 URL: https://svnweb.freebsd.org/changeset/base/300110 Log: Do not acquire the thread lock in hardclock_cnt() unless needed. This function only sets thread flags if a SIGPROF or SIGVTALRM timer has fired, which is almost

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

2016-05-17 Thread Sepherosa Ziehau
Author: sephe Date: Wed May 18 03:50:18 2016 New Revision: 300108 URL: https://svnweb.freebsd.org/changeset/base/300108 Log: hyperv/vmbus: Minor white space and style cleanup MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:

svn commit: r300109 - head/sys/kern

2016-05-17 Thread Mark Johnston
Author: markj Date: Wed May 18 03:50:21 2016 New Revision: 300109 URL: https://svnweb.freebsd.org/changeset/base/300109 Log: Micro-optimize sleepq_broadcast(). - Avoid a conditional branch on the return value of sleepq_resume_thread() by ORing its return value into the boolean

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

2016-05-17 Thread Sepherosa Ziehau
Author: sephe Date: Wed May 18 03:41:37 2016 New Revision: 300107 URL: https://svnweb.freebsd.org/changeset/base/300107 Log: hyperv/vmbus: Avoid two unnecessary protocol checks on isr handling path MFC after:1 week Sponsored by: Microsoft OSTC Differential Revision:

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

2016-05-17 Thread Mark Johnston
Author: markj Date: Wed May 18 03:34:02 2016 New Revision: 300106 URL: https://svnweb.freebsd.org/changeset/base/300106 Log: Remove the MUTEX_DEBUG kernel option. It has no counterpart among the other lock primitives and has been a no-op for years. Mutex consistency checks are generally

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

2016-05-17 Thread Sepherosa Ziehau
Author: sephe Date: Wed May 18 03:28:51 2016 New Revision: 300105 URL: https://svnweb.freebsd.org/changeset/base/300105 Log: hyperv/vmbus: Use atomic swap and flsl to process event flags Greatly reduce the locked instructions and reduce number of inner loops. MFC after:1 week

svn commit: r300104 - head/sys/kern

2016-05-17 Thread Mark Johnston
Author: markj Date: Wed May 18 03:23:07 2016 New Revision: 300104 URL: https://svnweb.freebsd.org/changeset/base/300104 Log: Guard the lockstat:::thread-spin probe with KDTRACE_HOOKS. X-MFC-With: r300103 Modified: head/sys/kern/kern_mutex.c Modified: head/sys/kern/kern_mutex.c

svn commit: r300103 - head/sys/kern

2016-05-17 Thread Mark Johnston
Author: markj Date: Wed May 18 03:21:21 2016 New Revision: 300103 URL: https://svnweb.freebsd.org/changeset/base/300103 Log: lockstat:::thread-spin should only fire after spinning for the lock. MFC after:1 week Modified: head/sys/kern/kern_mutex.c Modified:

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

2016-05-17 Thread Sepherosa Ziehau
Author: sephe Date: Wed May 18 03:19:53 2016 New Revision: 300102 URL: https://svnweb.freebsd.org/changeset/base/300102 Log: hyperv/vmbus: Reduce the # of event loops by recording event flag count Use vmbus softc to save vmbus per-cpu data. More stuffs will be moved into vmbus softc.

svn commit: r300100 - head/sys/dev/ntb/ntb_hw

2016-05-17 Thread Conrad E. Meyer
Author: cem Date: Wed May 18 02:10:05 2016 New Revision: 300100 URL: https://svnweb.freebsd.org/changeset/base/300100 Log: ntb_hw(4): Add sysctls for administrative/test link config, state dev.ntb_hw.0.admin_up=0/1: Like ifconfig UP/DOWN. dev.ntb_hw.0.active=0/1: Like ifconfig 'status'

svn commit: r300098 - head/usr.sbin/makefs

2016-05-17 Thread Pedro F. Giffuni
Author: pfg Date: Wed May 18 00:22:52 2016 New Revision: 300098 URL: https://svnweb.freebsd.org/changeset/base/300098 Log: makefs(8): Clarify the comment concerning seeding. Avoid giving the impression makefs currently supports reproduceable builds. Modified:

Re: svn commit: r300003 - head/share/man/man4

2016-05-17 Thread Greg 'groggy' Lehey
On Tuesday, 17 May 2016 at 12:05:09 -0400, George Neville-Neil wrote: > On 17 May 2016, at 3:16, Greg 'groggy' Lehey wrote: >> On Tuesday, 17 May 2016 at 0:04:51 -0700, John Baldwin wrote: >>> On Tuesday, May 17, 2016 04:40:01 AM Greg Lehey wrote: Author: grog Date: Tue May 17 04:40:00

svn commit: r300097 - head/sys/kern

2016-05-17 Thread Gleb Smirnoff
Author: glebius Date: Tue May 17 23:15:16 2016 New Revision: 300097 URL: https://svnweb.freebsd.org/changeset/base/300097 Log: Add a comment and KASSERT that a M_NOFREE mbuf has always EXT_EXTREF ext. Submitted by: kmacy Modified: head/sys/kern/kern_mbuf.c Modified:

svn commit: r300096 - head/sys/netinet

2016-05-17 Thread Gleb Smirnoff
Author: glebius Date: Tue May 17 23:14:17 2016 New Revision: 300096 URL: https://svnweb.freebsd.org/changeset/base/300096 Log: Tiny refactor of r294869/r296881: use defines to mask the VNET() macro. Suggested by: bz Modified: head/sys/netinet/tcp_input.c head/sys/netinet/tcp_subr.c

svn commit: r300095 - head/sys/kern

2016-05-17 Thread Warner Losh
Author: imp Date: Tue May 17 22:52:42 2016 New Revision: 300095 URL: https://svnweb.freebsd.org/changeset/base/300095 Log: Don't forget to quote \ characters with \. Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c

Re: svn commit: r299994 - in head/sys/mips: broadcom conf

2016-05-17 Thread Adrian Chadd
Yeah, I think it's part of another commit. I'll go bug the submitter and find which patch it's sitting in. Ah, the downsides of trying to do things with phabricator and git, with individual reviews for each piece -a ___ svn-src-head@freebsd.org

Re: svn commit: r299994 - in head/sys/mips: broadcom conf

2016-05-17 Thread Adrian Chadd
lemme go see what's missing.. -a On 17 May 2016 at 10:48, Bjoern A. Zeeb wrote: > >> On 17 May 2016, at 00:00 , Adrian Chadd wrote: >> >> Author: adrian >> Date: Tue May 17 00:00:01 2016 >> New Revision: 24 >> URL:

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

2016-05-17 Thread Gleb Smirnoff
Author: glebius Date: Tue May 17 22:28:42 2016 New Revision: 300089 URL: https://svnweb.freebsd.org/changeset/base/300089 Log: Use unsigned version of min() when handling arguments of SETFKEY ioctl. Submitted by: C Turt Security: SA-16:18 Security: CVE-2016-1886 Modified:

svn commit: r300090 - head/sys/kern

2016-05-17 Thread Gleb Smirnoff
Author: glebius Date: Tue May 17 22:28:53 2016 New Revision: 300090 URL: https://svnweb.freebsd.org/changeset/base/300090 Log: Validate that user supplied control message length is not negative. Submitted by: C Turt Security: SA-16:19 Security: CVE-2016-1887 Modified:

Re: svn commit: r300071 - in head: . share/man/man5 sys/boot/forth

2016-05-17 Thread John Baldwin
On Tuesday, May 17, 2016 06:42:39 PM John Baldwin wrote: > Author: jhb > Date: Tue May 17 18:42:38 2016 > New Revision: 300071 > URL: https://svnweb.freebsd.org/changeset/base/300071 > > Log: > Remove the reiserfs(5) manpage and an example of loading the kernel module. There is also a glabel

svn commit: r300084 - head/sys/ufs/ffs

2016-05-17 Thread Konstantin Belousov
Author: kib Date: Tue May 17 21:35:35 2016 New Revision: 300084 URL: https://svnweb.freebsd.org/changeset/base/300084 Log: Do enable io accounting for read-only mounts and mounts which are remounted to writeable after initial read-only. Assign to dev->si_mountpt earlier to account the

svn commit: r300083 - head/sys/ufs/ffs

2016-05-17 Thread Konstantin Belousov
Author: kib Date: Tue May 17 21:30:58 2016 New Revision: 300083 URL: https://svnweb.freebsd.org/changeset/base/300083 Log: If IO_SYNC was passed to ffs_truncate(), request synchronous inode update from the final ffs_update(). Noted by: bde MFC after:1 week Modified:

svn commit: r300082 - head/sys/ufs/ufs

2016-05-17 Thread Konstantin Belousov
Author: kib Date: Tue May 17 21:28:28 2016 New Revision: 300082 URL: https://svnweb.freebsd.org/changeset/base/300082 Log: For async UFS mounts, shrink the directory asynchronously, at least do not pass IO_SYNC to ffs_truncate() unneccessary. Submitted by: bde MFC after:1 week

svn commit: r300081 - in head/sys/boot: efi/libefi efi/loader ficl

2016-05-17 Thread Warner Losh
Author: imp Date: Tue May 17 21:25:20 2016 New Revision: 300081 URL: https://svnweb.freebsd.org/changeset/base/300081 Log: Implement UEFI set environment variable, as well as exporting the EFI version. This is also scriptable, though additional scripting will be needed. Differential

svn commit: r300080 - head/sys/boot/ficl

2016-05-17 Thread Warner Losh
Author: imp Date: Tue May 17 21:25:18 2016 New Revision: 300080 URL: https://svnweb.freebsd.org/changeset/base/300080 Log: Implement uuid-to-string and uuid-from-string. uuid-from-string takes a string, interprets it as a standard UUID, and returns a binary from of the UUID. uuid-to-string

svn commit: r300079 - head/sys/dev/bwn

2016-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 21:24:10 2016 New Revision: 300079 URL: https://svnweb.freebsd.org/changeset/base/300079 Log: [bwn] correctly calculate RSSI level. Tested: * BCM4311, PHY-G, STA mode * BCM4312, PHY-LP, STA mode * BCM4321, PHY-N, STA moe Modified:

svn commit: r300078 - head/lib/libstand

2016-05-17 Thread Warner Losh
Author: imp Date: Tue May 17 21:23:13 2016 New Revision: 300078 URL: https://svnweb.freebsd.org/changeset/base/300078 Log: Add support for %S to libstand as well so /boot/loader and friends can use it. Modified: head/lib/libstand/printf.c Modified: head/lib/libstand/printf.c

svn commit: r300077 - head/sys/dev/mwl

2016-05-17 Thread Andriy Voskoboinyk
Author: avos Date: Tue May 17 20:53:56 2016 New Revision: 300077 URL: https://svnweb.freebsd.org/changeset/base/300077 Log: mwl: drop unneeded NULL pointer check. mh_streams[] is a fixed-length array, not a pointer. Modified: head/sys/dev/mwl/mwlhal.c Modified:

svn commit: r300076 - head/sys/dev/bwn

2016-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 20:21:39 2016 New Revision: 300076 URL: https://svnweb.freebsd.org/changeset/base/300076 Log: [bwn] print out a very obvious notice that GPLv2 code is compiled in if it is. Modified: head/sys/dev/bwn/if_bwn.c Modified: head/sys/dev/bwn/if_bwn.c

svn commit: r300075 - head/sys/dev/bwn

2016-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 20:18:23 2016 New Revision: 300075 URL: https://svnweb.freebsd.org/changeset/base/300075 Log: [bwn] always allocate maximum size txhdr entries; prepare for fw 598 * always allocate maximum size txhdr entries * set the right rx header offset/framesize based

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

2016-05-17 Thread John Baldwin
Author: jhb Date: Tue May 17 19:48:28 2016 New Revision: 300074 URL: https://svnweb.freebsd.org/changeset/base/300074 Log: Rework managing hotplug commands with command completions. Previously the command completion interrupt would post any pending command immediately before

svn commit: r300073 - head/sys/kern

2016-05-17 Thread John Baldwin
Author: jhb Date: Tue May 17 19:34:07 2016 New Revision: 300073 URL: https://svnweb.freebsd.org/changeset/base/300073 Log: Document the formatting requirements of location and pnpinfo strings. devd requires location and pnpinfo strings generated by bus drivers to be formatted as a list

svn commit: r300072 - head/sys/dev/fb

2016-05-17 Thread Alexander Motin
Author: mav Date: Tue May 17 19:00:09 2016 New Revision: 300072 URL: https://svnweb.freebsd.org/changeset/base/300072 Log: Fix NULL-dereference panic if VESA reports zero modes. MFC after:1 week Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c

svn commit: r300071 - in head: . share/man/man5 sys/boot/forth

2016-05-17 Thread John Baldwin
(r300071) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20160517: ReiserFS removed +OLD_FILES+=usr/share/man/man5/reiserfs.5.gz # 20160430: kvm_getfiles(3) removed from kvm(3) OLD_LIBS+=usr/lib/libkvm.so.6 OLD_FILES+=usr/share/man/man3/kvm_getfiles.3.gz Modified: head/share/man

svn commit: r300069 - head/usr.sbin/makefs

2016-05-17 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 17 18:20:33 2016 New Revision: 300069 URL: https://svnweb.freebsd.org/changeset/base/300069 Log: makefs(1): use all the random(3) range. The generation number is uint32_t so we can fit the complete range of random(3). We could have used arc4random() but the

Re: svn commit: r299371 - in head: sbin/camcontrol sys/cam sys/cam/scsi

2016-05-17 Thread Warner Losh
On Tue, May 10, 2016 at 11:33 AM, Edward Tomasz Napierala wrote: > On 0510T1020, Alan Somers wrote: > > On Tue, May 10, 2016 at 9:46 AM, Edward Tomasz Napierala < > tr...@freebsd.org> > > wrote: > > > > > Author: trasz > > > Date: Tue May 10 15:46:33 2016 > > > New Revision:

Re: svn commit: r299994 - in head/sys/mips: broadcom conf

2016-05-17 Thread Bjoern A. Zeeb
> On 17 May 2016, at 00:00 , Adrian Chadd wrote: > > Author: adrian > Date: Tue May 17 00:00:01 2016 > New Revision: 24 > URL: https://svnweb.freebsd.org/changeset/base/24 > > Log: > [mips/broadcom] Add initial support for Broadcom MIPS processor > > Relies on

svn commit: r300068 - in head/sys: arm/allwinner arm/conf dev/usb/controller

2016-05-17 Thread Emmanuel Vadot
Author: manu Date: Tue May 17 17:46:12 2016 New Revision: 300068 URL: https://svnweb.freebsd.org/changeset/base/300068 Log: Add driver for "generic-ohci" as defined by FDT. If platform support EXT_RESOURCES, clocks and resets are handled out of the box. If not driver can be subclassed

Re: svn commit: r300066 - head/share/man/man9

2016-05-17 Thread Ravi Pokala
-Original Message- From: on behalf of Warner Losh Date: 2016-05-17, Tuesday at 10:08 To: , , Subject: svn commit: r300066 - head/share/man/man9 >Author:

Re: svn commit: r300062 - in head/sys: gnu/fs modules modules/reiserfs

2016-05-17 Thread Pedro Giffuni
On 05/17/16 11:50, Conrad Meyer wrote: On Tue, May 17, 2016 at 9:29 AM, Pedro Giffuni wrote: Log: Kill off ReiserFS as it is no longer supported, for obvious reasons. It's not so obvious since the fs worked and could've been useful for people migrating from ancient

svn commit: r300067 - head/sys/conf

2016-05-17 Thread George V. Neville-Neil
Author: gnn Date: Tue May 17 17:09:45 2016 New Revision: 300067 URL: https://svnweb.freebsd.org/changeset/base/300067 Log: Final nit in ReiserFS removal. Modified: head/sys/conf/options Modified: head/sys/conf/options

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

2016-05-17 Thread Warner Losh
Author: imp Date: Tue May 17 17:08:13 2016 New Revision: 300066 URL: https://svnweb.freebsd.org/changeset/base/300066 Log: Per Ravi Pokala's suggestion, rewrite the g_reset_bio description to be clearer. It also describes it with more nuance. Add missing MLINKS noticed by trasz@. Bump the

svn commit: r300064 - head/usr.sbin/makefs

2016-05-17 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 17 16:58:39 2016 New Revision: 300064 URL: https://svnweb.freebsd.org/changeset/base/300064 Log: makefs(8): use NULL instead of zero for pointers. Modified: head/usr.sbin/makefs/cd9660.c Modified: head/usr.sbin/makefs/cd9660.c

svn commit: r300065 - head/sys/conf

2016-05-17 Thread George V. Neville-Neil
Author: gnn Date: Tue May 17 16:59:53 2016 New Revision: 300065 URL: https://svnweb.freebsd.org/changeset/base/300065 Log: Finish cleaning up after killing ReiserFS. Remove LINT/NOTES option and file linkages. Modified: head/sys/conf/NOTES head/sys/conf/files Modified:

Re: svn commit: r300062 - in head/sys: gnu/fs modules modules/reiserfs

2016-05-17 Thread Conrad Meyer
On Tue, May 17, 2016 at 9:29 AM, Pedro Giffuni wrote: >> Log: >> Kill off ReiserFS as it is no longer supported, for obvious reasons. >> > > It's not so obvious since the fs worked and could've been useful for > people migrating from ancient linux. This may still be possible

svn commit: r300063 - head/sys/net80211

2016-05-17 Thread Andriy Voskoboinyk
Author: avos Date: Tue May 17 16:38:18 2016 New Revision: 300063 URL: https://svnweb.freebsd.org/changeset/base/300063 Log: net80211: unbreak 'show all vaps(/a)' ddb command Replace ifnet list lookup (which is broken since r287197, because IFT_IEEE80211 type is not used anymore) with

Re: svn commit: r295707 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs dev/mmc dev/virtio/block geom geom/journal geom/mirror geom/raid geom/raid3 kern

2016-05-17 Thread Warner Losh
I've updated the g_bio man page with all the info presented here. Please let me know if I missed anything, or if you have suggestions for improvement. Warner On Mon, May 9, 2016 at 12:21 PM, Steven Hartland wrote: > On 09/05/2016 18:21, Warner Losh wrote: > > On May 9,

Re: svn commit: r300062 - in head/sys: gnu/fs modules modules/reiserfs

2016-05-17 Thread Pedro Giffuni
Hello; On 05/17/16 10:36, George V. Neville-Neil wrote: Author: gnn Date: Tue May 17 15:36:40 2016 New Revision: 300062 URL: https://svnweb.freebsd.org/changeset/base/300062 Log: Kill off ReiserFS as it is no longer supported, for obvious reasons. It's not so obvious since the fs worked

Re: svn commit: r300003 - head/share/man/man4

2016-05-17 Thread Ian Lepore
On Tue, 2016-05-17 at 12:05 -0400, George Neville-Neil wrote: > > On 17 May 2016, at 3:16, Greg 'groggy' Lehey wrote: > > > On Tuesday, 17 May 2016 at 0:04:51 -0700, John Baldwin wrote: > > > On Tuesday, May 17, 2016 04:40:01 AM Greg Lehey wrote: > > > > Author: grog > > > > Date: Tue May 17

Re: svn commit: r300003 - head/share/man/man4

2016-05-17 Thread George Neville-Neil
On 17 May 2016, at 3:16, Greg 'groggy' Lehey wrote: > On Tuesday, 17 May 2016 at 0:04:51 -0700, John Baldwin wrote: >> On Tuesday, May 17, 2016 04:40:01 AM Greg Lehey wrote: >>> Author: grog >>> Date: Tue May 17 04:40:00 2016 >>> New Revision: 33 >>> URL:

Re: svn commit: r300003 - head/share/man/man4

2016-05-17 Thread John Baldwin
On Tuesday, May 17, 2016 05:16:19 PM Greg 'groggy' Lehey wrote: > On Tuesday, 17 May 2016 at 0:04:51 -0700, John Baldwin wrote: > > On Tuesday, May 17, 2016 04:40:01 AM Greg Lehey wrote: > >> Author: grog > >> Date: Tue May 17 04:40:00 2016 > >> New Revision: 33 > >> URL:

Re: svn commit: r299977 - head/sys/dev/acpica/Osd

2016-05-17 Thread Jim Harris
On Mon, May 16, 2016 at 2:33 PM, John Baldwin wrote: > Author: jhb > Date: Mon May 16 21:33:31 2016 > New Revision: 299977 > URL: https://svnweb.freebsd.org/changeset/base/299977 > > Log: > Use polling spin loops for timeouts during early boot. > > Some ACPI operations such

svn commit: r300062 - in head/sys: gnu/fs modules modules/reiserfs

2016-05-17 Thread George V. Neville-Neil
Author: gnn Date: Tue May 17 15:36:40 2016 New Revision: 300062 URL: https://svnweb.freebsd.org/changeset/base/300062 Log: Kill off ReiserFS as it is no longer supported, for obvious reasons. Deleted: head/sys/gnu/fs/ head/sys/modules/reiserfs/ Modified: head/sys/modules/Makefile

svn commit: r300061 - in head/sys: conf dev/iscsi modules/iscsi

2016-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 17 15:21:17 2016 New Revision: 300061 URL: https://svnweb.freebsd.org/changeset/base/300061 Log: Rename icl_proxy.c to icl_soft_proxy.c, to make it clear it's a part of software ICL backend. MFC after:1 month Sponsored by: The FreeBSD Foundation Added:

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

2016-05-17 Thread Alan Somers
Author: asomers Date: Tue May 17 15:17:23 2016 New Revision: 300059 URL: https://svnweb.freebsd.org/changeset/base/300059 Log: Speed up vdev_geom_open_by_guids Speedup is hard to measure because the only time vdev_geom_open_by_guids gets called on many drives at the same time is during

svn commit: r300058 - head/sys/dev/isp

2016-05-17 Thread Alexander Motin
Author: mav Date: Tue May 17 15:12:57 2016 New Revision: 300058 URL: https://svnweb.freebsd.org/changeset/base/300058 Log: Make RQCS_PORT_LOGGED_OUT for ZOMBIE ports retriable. It is normal for ZOMBIE ports to be logged out. This status is not really an error until Gone Device Timeout

svn commit: r300056 - in head/sys/boot: common efi/libefi

2016-05-17 Thread Warner Losh
Author: imp Date: Tue May 17 14:10:45 2016 New Revision: 300056 URL: https://svnweb.freebsd.org/changeset/base/300056 Log: It sure would be nice to use printf with wide strings. Implement %S to do that. The C_WIDEOUT flag indicates that the console supports it. Mark the EFI console as

svn commit: r300055 - head/sys/boot/ficl

2016-05-17 Thread Warner Losh
Author: imp Date: Tue May 17 14:10:44 2016 New Revision: 300055 URL: https://svnweb.freebsd.org/changeset/base/300055 Log: Minor space tweak to make things consistent. MFC After: 3 days Modified: head/sys/boot/ficl/words.c Modified: head/sys/boot/ficl/words.c

svn commit: r300052 - head/sys/dev/isp

2016-05-17 Thread Alexander Motin
Author: mav Date: Tue May 17 13:18:57 2016 New Revision: 300052 URL: https://svnweb.freebsd.org/changeset/base/300052 Log: Completely remove broken now autologin port flag. Firmware automatically logs in only to local loop ports, and those ports can be easily identified without extra

svn commit: r300051 - in head/sys: arm/arm arm64/arm64

2016-05-17 Thread Bjoern A. Zeeb
Author: bz Date: Tue May 17 13:12:26 2016 New Revision: 300051 URL: https://svnweb.freebsd.org/changeset/base/300051 Log: The GIC (v2 at least) has a bit in the TYPER register to indicate whether the GIC supports the Security Extensions or not. This bit is not the same as the CPU one.

svn commit: r300050 - in head: share/doc/usd/07.mail share/man/man9 sys/amd64/vmm/io sys/arm/allwinner sys/arm/freescale/imx sys/arm/include sys/cam sys/dev/bhnd sys/dev/bxe sys/dev/drm2/i915 sys/d...

2016-05-17 Thread Eitan Adler
Author: eadler Date: Tue May 17 12:52:31 2016 New Revision: 300050 URL: https://svnweb.freebsd.org/changeset/base/300050 Log: Don't repeat the the word 'the' (one manual change to fix grammar) Confirmed With: db Approved by: secteam (not really, but this is a comment typo fix)

svn commit: r300048 - head/sys/arm64/arm64

2016-05-17 Thread Andrew Turner
Author: andrew Date: Tue May 17 12:46:50 2016 New Revision: 300048 URL: https://svnweb.freebsd.org/changeset/base/300048 Log: Clean up the GICv3 intrng code: * In gic_v3_attach free the correct data on failure. * Implement gic_v3_teardown_intr. * Update the panic string when

Re: svn commit: r299944 - in head/sys: arm64/arm64 conf

2016-05-17 Thread Andrew Turner
On Mon, 16 May 2016 18:08:49 +0200 Zbigniew Bodek wrote: > Hello Andrew, > > I think committing this code should be preceded by at least brief > review. Few remarks to the code found on the first glance below. See below for comments. > > Kind regards > zbb > > 2016-05-16

svn commit: r300047 - head/sys/fs/autofs

2016-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 17 12:04:39 2016 New Revision: 300047 URL: https://svnweb.freebsd.org/changeset/base/300047 Log: Silence down the "insmntque() failed" autofs error; it happens on shutdown and is perfectly normal. MFC after:1 month Sponsored by: The FreeBSD Foundation

svn commit: r300046 - head/sys/dev/iscsi

2016-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 17 11:59:38 2016 New Revision: 300046 URL: https://svnweb.freebsd.org/changeset/base/300046 Log: Make iscsi_ioctl_daemon_send() actually work by adding missing locking. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r300045 - head/sbin/ipfw

2016-05-17 Thread Andrey V. Elsukov
Author: ae Date: Tue May 17 11:22:08 2016 New Revision: 300045 URL: https://svnweb.freebsd.org/changeset/base/300045 Log: Make `ipfw internal olist` output more user friendly. Print object type as string for known types. Obtained from:Yandex LLC Sponsored by: Yandex LLC

svn commit: r300044 - in head/sys: cam/ctl dev/iscsi

2016-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 17 11:10:44 2016 New Revision: 300044 URL: https://svnweb.freebsd.org/changeset/base/300044 Log: Add icl_conn_connect() ICL method, required for iSER. Obtained from:Mellanox Technologies (earlier version) MFC after:1 month Sponsored by: The

svn commit: r300043 - in head: include lib/libc/gen lib/libc/include lib/libthr lib/libthr/thread share/man/man3 sys/compat/cloudabi sys/compat/linux sys/kern sys/sys sys/vm

2016-05-17 Thread Konstantin Belousov
Author: kib Date: Tue May 17 09:56:22 2016 New Revision: 300043 URL: https://svnweb.freebsd.org/changeset/base/300043 Log: Add implementation of robust mutexes, hopefully close enough to the intention of the POSIX IEEE Std 1003.1TM-2008/Cor 1-2013. A robust mutex is guaranteed to be

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

2016-05-17 Thread Randall Stewart
Author: rrs Date: Tue May 17 09:53:22 2016 New Revision: 300042 URL: https://svnweb.freebsd.org/changeset/base/300042 Log: This small change adopts the excellent suggestion for using named structures in the add of a new tcp-stack that came in late to me via email after the last commit. It

svn commit: r300041 - head/contrib/groff/tmac

2016-05-17 Thread Konstantin Belousov
Author: kib Date: Tue May 17 09:24:54 2016 New Revision: 300041 URL: https://svnweb.freebsd.org/changeset/base/300041 Log: Add SUSv4 reference macro to our groff mdoc. mdocml already supports it. Sponsored by: The FreeBSD Foundation Modified: head/contrib/groff/tmac/doc-syms

svn commit: r300030 - head/sys/ufs/ffs

2016-05-17 Thread Konstantin Belousov
Author: kib Date: Tue May 17 08:24:27 2016 New Revision: 300030 URL: https://svnweb.freebsd.org/changeset/base/300030 Log: Fix comments. Submitted by: bde MFC after:1 week Modified: head/sys/ufs/ffs/ffs_vfsops.c Modified: head/sys/ufs/ffs/ffs_vfsops.c

svn commit: r300025 - head/sys/dev/iscsi

2016-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 17 07:56:45 2016 New Revision: 300025 URL: https://svnweb.freebsd.org/changeset/base/300025 Log: Make ICL_KERNEL_PROXY compilable. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/icl.h head/sys/dev/iscsi/icl_proxy.c

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

2016-05-17 Thread Andriy Gapon
Author: avg Date: Tue May 17 07:56:05 2016 New Revision: 300024 URL: https://svnweb.freebsd.org/changeset/base/300024 Log: zfs_ioc_rename: fix a reversed condition FreeBSD zfs_ioc_rename() has an option, not present upstream, that allows to rename snapshots without unmounting them first.

svn commit: r300022 - head/usr.sbin/iscsid

2016-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 17 07:54:53 2016 New Revision: 300022 URL: https://svnweb.freebsd.org/changeset/base/300022 Log: Add initial support for negotiating iSER parameters to iscsid(8). Some rework might be needed to support asymetrical limits, but this should be ok for now.

svn commit: r300021 - in head: sbin/ipfw sys/netinet sys/netpfil/ipfw

2016-05-17 Thread Andrey V. Elsukov
Author: ae Date: Tue May 17 07:47:23 2016 New Revision: 300021 URL: https://svnweb.freebsd.org/changeset/base/300021 Log: Make named objects set-aware. Now it is possible to create named objects with the same name in different sets. Add optional manage_sets() callback to objects

Re: svn commit: r300005 - head/usr.bin/ncal

2016-05-17 Thread Don Lewis
On 16 May, To: c...@freebsd.org wrote: > On 16 May, Conrad Meyer wrote: >> On Mon, May 16, 2016 at 10:05 PM, Don Lewis wrote: >>> Author: truckman >>> Date: Tue May 17 05:05:30 2016 >>> New Revision: 35 >>> URL: https://svnweb.freebsd.org/changeset/base/35 >>> >>>

Re: svn commit: r300003 - head/share/man/man4

2016-05-17 Thread Greg 'groggy' Lehey
On Tuesday, 17 May 2016 at 0:04:51 -0700, John Baldwin wrote: > On Tuesday, May 17, 2016 04:40:01 AM Greg Lehey wrote: >> Author: grog >> Date: Tue May 17 04:40:00 2016 >> New Revision: 33 >> URL: https://svnweb.freebsd.org/changeset/base/33 >> >> Log: >> Correct use of incorrect

svn commit: r300020 - in head/sys: conf modules/bwn

2016-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 07:15:25 2016 New Revision: 300020 URL: https://svnweb.freebsd.org/changeset/base/300020 Log: [bwn] add in bwn n-phy linking. * The default kernel and options won't build the GPL PHY bits; * bwn(4) defaults to building as a module anyway!; * If

svn commit: r300019 - head/sys/dev/bwn

2016-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 07:12:00 2016 New Revision: 300019 URL: https://svnweb.freebsd.org/changeset/base/300019 Log: [bwn] Add PHY-N call hooks. Modified: head/sys/dev/bwn/if_bwn.c Modified: head/sys/dev/bwn/if_bwn.c

svn commit: r300016 - in head/sys/gnu/dev: . bwn bwn/phy_n

2016-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 07:09:24 2016 New Revision: 300016 URL: https://svnweb.freebsd.org/changeset/base/300016 Log: [bwn] add initial bwn(4) N-PHY code, ported from Linux b43. This is a GPLv2 PHY-N implementation based on the Linux b43 driver, ported over to work in bwn(4).

Re: svn commit: r300003 - head/share/man/man4

2016-05-17 Thread John Baldwin
On Tuesday, May 17, 2016 04:40:01 AM Greg Lehey wrote: > Author: grog > Date: Tue May 17 04:40:00 2016 > New Revision: 33 > URL: https://svnweb.freebsd.org/changeset/base/33 > > Log: > Correct use of incorrect grammar. > > Modified: > head/share/man/man4/gdb.4 > > Modified:

svn commit: r300015 - in head/sys: conf dev/bhnd dev/bhnd/bhndb dev/bhnd/cores/chipc dev/bhnd/cores/pci dev/bhnd/cores/pcie2 dev/bhnd/siba modules/bhnd/cores/bhnd_pci modules/bhnd/cores/bhnd_pci_ho...

2016-05-17 Thread Adrian Chadd
Author: adrian Date: Tue May 17 06:52:53 2016 New Revision: 300015 URL: https://svnweb.freebsd.org/changeset/base/300015 Log: [bhnd] Finish bhnd(4) PCI/PCIe-G1 hostb support. Now that we've got access to SPROM and can access board identification, this implements all known remaining

svn commit: r300014 - in head/sys: boot/fdt/dts/mips mips/mediatek

2016-05-17 Thread Stanislav Galabov
Author: sgalabov Date: Tue May 17 06:45:25 2016 New Revision: 300014 URL: https://svnweb.freebsd.org/changeset/base/300014 Log: Add proper PCIe init for MT7628/MT7688 SoCs PCIe PHY needs different initialization on MT7628/MT7688 SoCs than it does on MT7620. However, LEDE (and OpenWRT)

svn commit: r300013 - in head/sys: boot/fdt/dts/mips gnu/dts/mips

2016-05-17 Thread Stanislav Galabov
Author: sgalabov Date: Tue May 17 06:42:24 2016 New Revision: 300013 URL: https://svnweb.freebsd.org/changeset/base/300013 Log: Import LEDE dts files for Ralink/Mediatek This is an import of the reworked LEDE dts files. Besides other things they make it easier for us to reuse. The

svn commit: r300012 - head/sys/dev/etherswitch/mtkswitch

2016-05-17 Thread Stanislav Galabov
Author: sgalabov Date: Tue May 17 06:30:46 2016 New Revision: 300012 URL: https://svnweb.freebsd.org/changeset/base/300012 Log: Fix issues with mt762x etherswitch driver Fix issues that crept in with initial import. Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD

svn commit: r300011 - head/sys/dev/sfxge/common

2016-05-17 Thread Andrew Rybchenko
Author: arybchik Date: Tue May 17 06:28:03 2016 New Revision: 300011 URL: https://svnweb.freebsd.org/changeset/base/300011 Log: sfxge(4): only raise an exception after MC assert or reboot in the common code Fix efx_mcdi_request_poll so it only raises an exception if EIO is reported from

svn commit: r300010 - head/sys/dev/sfxge/common

2016-05-17 Thread Andrew Rybchenko
Author: arybchik Date: Tue May 17 06:27:19 2016 New Revision: 300010 URL: https://svnweb.freebsd.org/changeset/base/300010 Log: sfxge(4): restore clearing of MCDI new epoch flag in common code Submitted by: Andy Moreton Sponsored by: Solarflare Communications, Inc. MFC after:

svn commit: r300009 - head/sys/dev/sfxge/common

2016-05-17 Thread Andrew Rybchenko
Author: arybchik Date: Tue May 17 06:26:02 2016 New Revision: 39 URL: https://svnweb.freebsd.org/changeset/base/39 Log: sfxge(4): fix Medford timer quantum calculation in common code The event/timer block used sysclk in Huntington, but has been moved to the dpcpu clock domain for

  1   2   >