svn commit: r290386 - stable/10/usr.sbin/bhyve

2015-11-05 Thread Garrett Cooper
Author: ngie Date: Thu Nov 5 08:27:45 2015 New Revision: 290386 URL: https://svnweb.freebsd.org/changeset/base/290386 Log: MFC r289746: Exit with a user-friendly message instead of tripping an assert if vm_activate_cpu(..) fails when called from fbsdrun_addcpu(..) PR: 203884

svn commit: r290387 - head/sys/cam/scsi

2015-11-05 Thread Alexander Motin
Author: mav Date: Thu Nov 5 09:07:53 2015 New Revision: 290387 URL: https://svnweb.freebsd.org/changeset/base/290387 Log: Extend mask of VMware virtual disks. Modified: head/sys/cam/scsi/scsi_da.c Modified: head/sys/cam/scsi/scsi_da.c

svn commit: r290392 - in head/sys: x86/xen xen

2015-11-05 Thread Roger Pau Monné
Author: royger Date: Thu Nov 5 14:33:46 2015 New Revision: 290392 URL: https://svnweb.freebsd.org/changeset/base/290392 Log: xen/intr: fix the event channel enabled per-cpu mask Fix two issues with the current event channel code, first ENABLED_SETSIZE is not correctly defined and then

svn commit: r290393 - head/sys/dev/xen/netfront

2015-11-05 Thread Roger Pau Monné
Author: royger Date: Thu Nov 5 14:37:17 2015 New Revision: 290393 URL: https://svnweb.freebsd.org/changeset/base/290393 Log: xen-netfront: remove unused header files Submitted by: Wei Liu Reviewed by: royger Sponsored by: Citrix Systems R

Re: svn commit: r289759 - in head/sys/arm: arm include

2015-11-05 Thread Svatopluk Kraus
On Thu, Nov 5, 2015 at 1:11 AM, Jason Harmening wrote: > > On Wed, Nov 4, 2015 at 2:17 PM, Svatopluk Kraus wrote: >> >> On Tue, Nov 3, 2015 at 8:45 AM, Jason Harmening >> wrote: >> > >> > On Sun, Nov 1, 2015 at 8:11 AM, Ian

svn commit: r290389 - head/usr.bin/netstat

2015-11-05 Thread Hajimu UMEMOTO
Author: ume Date: Thu Nov 5 11:02:28 2015 New Revision: 290389 URL: https://svnweb.freebsd.org/changeset/base/290389 Log: Use returned network name from getnetbyaddr() correctly. Modified: head/usr.bin/netstat/route.c Modified: head/usr.bin/netstat/route.c

Re: svn commit: r290387 - head/sys/cam/scsi

2015-11-05 Thread Kubilay Kocak
On 5/11/2015 8:07 PM, Alexander Motin wrote: > Author: mav > Date: Thu Nov 5 09:07:53 2015 > New Revision: 290387 > URL: https://svnweb.freebsd.org/changeset/base/290387 > > Log: > Extend mask of VMware virtual disks. > > Modified: > head/sys/cam/scsi/scsi_da.c > > Modified:

svn commit: r290388 - head/usr.bin/netstat

2015-11-05 Thread Hajimu UMEMOTO
Author: ume Date: Thu Nov 5 10:58:19 2015 New Revision: 290388 URL: https://svnweb.freebsd.org/changeset/base/290388 Log: Revert previous workaround. This problem was fixed by r290318. Modified: head/usr.bin/netstat/route.c Modified: head/usr.bin/netstat/route.c

svn commit: r290390 - head/usr.bin/netstat

2015-11-05 Thread Hajimu UMEMOTO
Author: ume Date: Thu Nov 5 11:04:43 2015 New Revision: 290390 URL: https://svnweb.freebsd.org/changeset/base/290390 Log: Fix alignment of `Drop' header. Modified: head/usr.bin/netstat/if.c Modified: head/usr.bin/netstat/if.c

svn commit: r290391 - head/usr.bin/netstat

2015-11-05 Thread Hajimu UMEMOTO
Author: ume Date: Thu Nov 5 11:06:46 2015 New Revision: 290391 URL: https://svnweb.freebsd.org/changeset/base/290391 Log: Give enough room for addresses when -W option is specified. Modified: head/usr.bin/netstat/if.c Modified: head/usr.bin/netstat/if.c

Re: svn commit: r289759 - in head/sys/arm: arm include

2015-11-05 Thread Jason Harmening
Userspace buffers in load_buffer() also need temporary mappings, so it might be nice to keep the panic/KASSERT there for completeness. I don't see how anything coming from userspace would be outside vm_page_array though, so that is up to you and Michal. Since Michal's already made the initial

Re: svn commit: r289759 - in head/sys/arm: arm include

2015-11-05 Thread Ian Lepore
Just as an FYI for you guys, since we're all splashing around in busdma code lately The things on my near-term (next several weeks) to-do list for busdma are: Add "small bounce" support to help reduce the bounce preallocation overhead for handling bounces due to cacheline alignment. Almost

svn commit: r290404 - head/usr.bin/rctl

2015-11-05 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 5 17:26:56 2015 New Revision: 290404 URL: https://svnweb.freebsd.org/changeset/base/290404 Log: Fix markup in rctl(8) - the 'rule' or 'filter' arguments are not optional. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r290395 - stable/10/usr.sbin/bluetooth/sdpcontrol

2015-11-05 Thread Maksim Yevmenkin
Author: emax Date: Thu Nov 5 16:08:38 2015 New Revision: 290395 URL: https://svnweb.freebsd.org/changeset/base/290395 Log: MFC r289637 check boundaries while parsing SDP responses Reported by: hps Reviewed by: hps Modified: stable/10/usr.sbin/bluetooth/sdpcontrol/search.c

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

2015-11-05 Thread Steven Hartland
Author: smh Date: Thu Nov 5 17:00:42 2015 New Revision: 290399 URL: https://svnweb.freebsd.org/changeset/base/290399 Log: Allow zfs_recover to be changed at runtime MFC after:1 week Sponsored by: Multiplay Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c

svn commit: r290398 - head/lib/libedit

2015-11-05 Thread Brooks Davis
Author: brooks Date: Thu Nov 5 17:00:38 2015 New Revision: 290398 URL: https://svnweb.freebsd.org/changeset/base/290398 Log: Revert r290298. Per discussion on tech-userle...@netbsd.org this change was incorrect. Modified: head/lib/libedit/eln.c Modified: head/lib/libedit/eln.c

svn commit: r290403 - head/sys/netinet

2015-11-05 Thread Steven Hartland
Author: smh Date: Thu Nov 5 17:23:02 2015 New Revision: 290403 URL: https://svnweb.freebsd.org/changeset/base/290403 Log: Add MTU support to carp interfaces MFC after:2 weeks Sponsored by: Multiplay Modified: head/sys/netinet/ip_carp.c Modified: head/sys/netinet/ip_carp.c

svn commit: r290396 - stable/10/sys/kern

2015-11-05 Thread Steven Hartland
Author: smh Date: Thu Nov 5 16:50:09 2015 New Revision: 290396 URL: https://svnweb.freebsd.org/changeset/base/290396 Log: MFC r273118 (by mjg) Don't take devmtx unnecessarily in vn_isdisk. Sponsored by: Multiplay Modified: stable/10/sys/kern/vfs_subr.c Directory Properties:

svn commit: r290402 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-11-05 Thread Steven Hartland
Author: smh Date: Thu Nov 5 17:19:08 2015 New Revision: 290402 URL: https://svnweb.freebsd.org/changeset/base/290402 Log: MFC r276450 Correct zpool list displaying invalid EXPANDSZ for unavailable pool vdevs Sponsored by: Multiplay Modified:

svn commit: r290406 - head/sys/geom/eli

2015-11-05 Thread Steven Hartland
Author: smh Date: Thu Nov 5 17:37:35 2015 New Revision: 290406 URL: https://svnweb.freebsd.org/changeset/base/290406 Log: Fix g_eli error loss conditions * Ensure that error information isn't lost. * Log the error code in all cases. * Don't overwrite bio_completed set to 0 from the

svn commit: r290405 - head/etc/periodic/security

2015-11-05 Thread Kurt Lidl
Author: lidl Date: Thu Nov 5 17:37:14 2015 New Revision: 290405 URL: https://svnweb.freebsd.org/changeset/base/290405 Log: Restrict 520.pfdenied to only list rules that blocked traffic. Before this change, the 520.pfdenied script listed all rules that matched /^block/ in the rule. Restrict

svn commit: r290407 - in head/sys/dev: iwi otus usb/wlan

2015-11-05 Thread Andriy Voskoboinyk
Author: avos Date: Thu Nov 5 17:58:18 2015 New Revision: 290407 URL: https://svnweb.freebsd.org/changeset/base/290407 Log: net80211: WME callback cleanup in various drivers Since r288350, ic_wme_task() is called via ieee80211_runtask(), so, any additional deferring from the driver side

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

2015-11-05 Thread Alan Somers
Author: asomers Date: Thu Nov 5 17:04:18 2015 New Revision: 290400 URL: https://svnweb.freebsd.org/changeset/base/290400 Log: Update authors' contact info and fix grammar bugs. MFC after:2 weeks Sponsored by: Spectra Logic Modified: head/share/man/man4/xnb.4 Modified:

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

2015-11-05 Thread Steven Hartland
Author: smh Date: Thu Nov 5 17:12:41 2015 New Revision: 290401 URL: https://svnweb.freebsd.org/changeset/base/290401 Log: Provide information about bad DVA Provide information about which vdev has an issue with a bad DVA. MFC after:1 week Sponsored by: Multiplay Modified:

svn commit: r290397 - in head/sys: cddl/contrib/opensolaris/common/atomic/aarch64 conf

2015-11-05 Thread Andrew Turner
Author: andrew Date: Thu Nov 5 16:55:27 2015 New Revision: 290397 URL: https://svnweb.freebsd.org/changeset/base/290397 Log: Fix the open solaris atomic functions on arm64. Without this we may use the wrong value in the comparison, leading to incorrectly setting the new value. This

svn commit: r290409 - head

2015-11-05 Thread John Baldwin
Author: jhb Date: Thu Nov 5 19:52:18 2015 New Revision: 290409 URL: https://svnweb.freebsd.org/changeset/base/290409 Log: Start a cleanup of the MAINTAINERS file. This adds an "OLD" line at the top of the list. Any entries in the list that are still below this line after December 5th

svn commit: r290412 - head/usr.sbin/pciconf

2015-11-05 Thread John Baldwin
Author: jhb Date: Thu Nov 5 20:24:56 2015 New Revision: 290412 URL: https://svnweb.freebsd.org/changeset/base/290412 Log: Note if relaxed ordering or no snoop is enabled for each PCI-express device. MFC after:1 week Modified: head/usr.sbin/pciconf/cap.c Modified:

Re: svn commit: r290373 - head/sys/dev/ofw

2015-11-05 Thread Nathan Whitehorn
I'm not sure this is the best way to do this: we have AIM systems that use FDT, for example. Can we make it a quirk in the host-bus driver? Or do a run-time check to see if the root node has MacRISC in its compatible property? -Nathan On 11/04/15 14:46, Andreas Tobler wrote: Author: andreast

svn commit: r290411 - stable/10/sys/boot/amd64/efi

2015-11-05 Thread John Baldwin
Author: jhb Date: Thu Nov 5 20:21:43 2015 New Revision: 290411 URL: https://svnweb.freebsd.org/changeset/base/290411 Log: MFC 288372: Use EFI page size constants instead of hardcoding 4096. Modified: stable/10/sys/boot/amd64/efi/copy.c Directory Properties: stable/10/ (props changed)

Re: svn commit: r289759 - in head/sys/arm: arm include

2015-11-05 Thread Jason Harmening
On Thu, Nov 5, 2015 at 9:21 AM, Ian Lepore wrote: > Just as an FYI for you guys, since we're all splashing around in busdma > code lately The things on my near-term (next several weeks) to-do > list for busdma are: > > Add "small bounce" support to help reduce the bounce

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-05 Thread John Baldwin
On Monday, November 02, 2015 11:37:38 AM Oleksandr Tymoshenko wrote: > > > On Nov 2, 2015, at 1:36 AM, Andrew Turner wrote: > > > > On Sun, 1 Nov 2015 22:17:39 + (UTC) > > Oleksandr Tymoshenko wrote: > > > >> Author: gonzo > >> Date: Sun Nov 1

Re: svn commit: r290252 - in head: . etc/defaults etc/periodic/daily tools/build/mk

2015-11-05 Thread Bryan Drewery
On 11/4/15 4:40 PM, NGie Cooper wrote: > On Wed, Nov 4, 2015 at 4:21 PM, Bryan Drewery wrote: > > ... > >> This seems a bit gratuitous and against POLA. > > Unfortunately it was more POLA when the pediodic script was deleted > after it was added to

svn commit: r290408 - head/usr.bin/rctl

2015-11-05 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 5 19:15:39 2015 New Revision: 290408 URL: https://svnweb.freebsd.org/changeset/base/290408 Log: Make rctl(8) use more reasonable buffer size for retrieving the rules. Reviewed by: mjg@ MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r290245 - in head/sys/contrib/vchiq/interface: vchi vchiq_arm

2015-11-05 Thread Adrian Chadd
On 5 November 2015 at 10:49, John Baldwin wrote: > On Monday, November 02, 2015 11:37:38 AM Oleksandr Tymoshenko wrote: >> >> > On Nov 2, 2015, at 1:36 AM, Andrew Turner wrote: >> > >> > On Sun, 1 Nov 2015 22:17:39 + (UTC) >> > Oleksandr Tymoshenko

svn commit: r290410 - stable/10/sys/boot/amd64/efi

2015-11-05 Thread John Baldwin
Author: jhb Date: Thu Nov 5 19:55:45 2015 New Revision: 290410 URL: https://svnweb.freebsd.org/changeset/base/290410 Log: MFC 287934: The EFI boot loader allocates a single chunk of contiguous memory to hold the kernel, modules, and any other loaded data. This memory block is relocated

svn commit: r290425 - head

2015-11-05 Thread Jung-uk Kim
Author: jkim Date: Thu Nov 5 22:36:09 2015 New Revision: 290425 URL: https://svnweb.freebsd.org/changeset/base/290425 Log: OpenSSL is still maintained by us. Modified: head/MAINTAINERS Modified: head/MAINTAINERS ==

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

2015-11-05 Thread John Baldwin
On Friday, November 06, 2015 09:37:17 AM O'Connor, Daniel wrote: > Presumably the intent was to have an extra line after the \ so diffs are > reduced for future additions. No, it was just a copy and paste bug. :( Thanks for fixing it Adrian. > > On 6 Nov 2015, at 09:20, Adrian Chadd

svn commit: r290430 - head

2015-11-05 Thread Glen Barber
Author: gjb Date: Thu Nov 5 23:28:48 2015 New Revision: 290430 URL: https://svnweb.freebsd.org/changeset/base/290430 Log: Update MAINTAINERS file to reflect re (gjb) wants to review changes to release.sh Sponsored by: The FreeBSD Foundation Modified: head/MAINTAINERS Modified:

svn commit: r290427 - head/sys/dev/iwn

2015-11-05 Thread Andriy Voskoboinyk
Author: avos Date: Thu Nov 5 22:44:36 2015 New Revision: 290427 URL: https://svnweb.freebsd.org/changeset/base/290427 Log: iwn(4): various simple fixes - Fix mbuf leaks in iwn_raw_xmit() and iwn_xmit_task() (regression since r288178). - Check IWN_FLAG_RUNNING flag under lock. -

Re: svn commit: r290373 - head/sys/dev/ofw

2015-11-05 Thread Andreas Tobler
On 05.11.15 22:47, Nathan Whitehorn wrote: On 11/05/15 13:24, Andreas Tobler wrote: Hi Nathan, Warner, first, I had the feeling that I have to provide a fast solution which makes PowerMacs usable again. I am aware that the committed version doesn't win a prize. Thank you! Also, I didn't

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

2015-11-05 Thread NGie Cooper
On Thu, Nov 5, 2015 at 2:50 PM, Adrian Chadd wrote: > Author: adrian > Date: Thu Nov 5 22:50:21 2015 > New Revision: 290428 > URL: https://svnweb.freebsd.org/changeset/base/290428 > > Log: > remove \, it confuses things. "breaks installworld" might have been a better

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

2015-11-05 Thread Bryan Drewery
On 11/5/2015 3:28 PM, Ian Lepore wrote: > On Fri, 2015-11-06 at 09:37 +1030, O'Connor, Daniel wrote: >> Presumably the intent was to have an extra line after the \ so diffs >> are reduced for future additions. >> > > Yeah. I wish we did that pretty much universally wherever lists of > things

svn commit: r290426 - head/share/mk

2015-11-05 Thread Bryan Drewery
Author: bdrewery Date: Thu Nov 5 22:42:40 2015 New Revision: 290426 URL: https://svnweb.freebsd.org/changeset/base/290426 Log: Correct a comment which appears to be mistakingly mechanically changed in r265420. MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified:

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

2015-11-05 Thread Adrian Chadd
Author: adrian Date: Thu Nov 5 22:50:21 2015 New Revision: 290428 URL: https://svnweb.freebsd.org/changeset/base/290428 Log: remove \, it confuses things. Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile

svn commit: r290429 - in head: share/man/man4 sys/kern

2015-11-05 Thread John Baldwin
Author: jhb Date: Thu Nov 5 23:12:23 2015 New Revision: 290429 URL: https://svnweb.freebsd.org/changeset/base/290429 Log: When dumping an rman in DDB, include the RID of each resource. Submitted by: Ravi Pokala (rpok...@panasas.com) Reviewed by: imp MFC after:1 week

Re: svn commit: r290373 - head/sys/dev/ofw

2015-11-05 Thread Ian Lepore
On Thu, 2015-11-05 at 23:43 +0100, Andreas Tobler wrote: > On 05.11.15 22:47, Nathan Whitehorn wrote: > > On 11/05/15 13:24, Andreas Tobler wrote: > > > Hi Nathan, Warner, > > > > > > first, I had the feeling that I have to provide a fast solution > > > which > > > makes PowerMacs usable again. I

Re: svn commit: r290373 - head/sys/dev/ofw

2015-11-05 Thread Andreas Tobler
Hi Nathan, Warner, first, I had the feeling that I have to provide a fast solution which makes PowerMacs usable again. I am aware that the committed version doesn't win a prize. Also, I didn't know that we have AIM & FDT, Nathan which one? On 05.11.15 21:26, Warner Losh wrote: I'd

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

2015-11-05 Thread John Baldwin
Author: jhb Date: Thu Nov 5 21:33:15 2015 New Revision: 290416 URL: https://svnweb.freebsd.org/changeset/base/290416 Log: Chelsio T5 chips do not properly echo the No Snoop and Relaxed Ordering attributes when replying to a TLP from a Root Port. As a workaround, disable No Snoop and

svn commit: r290418 - head

2015-11-05 Thread Warner Losh
Author: imp Date: Thu Nov 5 21:50:11 2015 New Revision: 290418 URL: https://svnweb.freebsd.org/changeset/base/290418 Log: make is hard, so definitely move it. Still mulling moving vs deleting the rest of mine. Modified: head/MAINTAINERS Modified: head/MAINTAINERS

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

2015-11-05 Thread O'Connor, Daniel
Presumably the intent was to have an extra line after the \ so diffs are reduced for future additions. > On 6 Nov 2015, at 09:20, Adrian Chadd wrote: > > Author: adrian > Date: Thu Nov 5 22:50:21 2015 > New Revision: 290428 > URL:

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

2015-11-05 Thread Ian Lepore
On Fri, 2015-11-06 at 09:37 +1030, O'Connor, Daniel wrote: > Presumably the intent was to have an extra line after the \ so diffs > are reduced for future additions. > Yeah. I wish we did that pretty much universally wherever lists of things appear (SRCS and OBJS lists in makefiles, a trailing

svn commit: r290431 - head/usr.bin/svn/lib

2015-11-05 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 6 00:06:10 2015 New Revision: 290431 URL: https://svnweb.freebsd.org/changeset/base/290431 Log: Add SUBDIR_PARALLEL. None of these libraries depend on each other. Submitted by: Jia-Shiun Li MFC after:2 weeks Modified:

svn commit: r290419 - head

2015-11-05 Thread Adrian Chadd
Author: adrian Date: Thu Nov 5 21:54:35 2015 New Revision: 290419 URL: https://svnweb.freebsd.org/changeset/base/290419 Log: Add wifi bits. Modified: head/MAINTAINERS Modified: head/MAINTAINERS == ---

Re: svn commit: r290373 - head/sys/dev/ofw

2015-11-05 Thread Nathan Whitehorn
On 11/05/15 13:24, Andreas Tobler wrote: Hi Nathan, Warner, first, I had the feeling that I have to provide a fast solution which makes PowerMacs usable again. I am aware that the committed version doesn't win a prize. Thank you! Also, I didn't know that we have AIM & FDT, Nathan which

svn commit: r290417 - head

2015-11-05 Thread Warner Losh
Author: imp Date: Thu Nov 5 21:48:12 2015 New Revision: 290417 URL: https://svnweb.freebsd.org/changeset/base/290417 Log: Fix CC being wrong during install* targets. Move CROSS_TOOLS stuff to top of file (before bsd.compiler.mk) so that decisions made by bsd.compiler.mk can properly

svn commit: r290424 - in head: . share/mk

2015-11-05 Thread Bryan Drewery
Author: bdrewery Date: Thu Nov 5 22:28:31 2015 New Revision: 290424 URL: https://svnweb.freebsd.org/changeset/base/290424 Log: Allow 'make buildenv' to work anywhere in the src tree. Sponsored by: EMC / Isilon Storage Division Added: head/share/mk/src.init.mk (contents, props

Re: svn commit: r290373 - head/sys/dev/ofw

2015-11-05 Thread Warner Losh
I'd suggested that this be driven off a global quirk like u_int fdt_quirks; #define FDT_QUIRK_8BIT_IIC_ADDR 1 ... if (fdt_quirks & FDT_QUIRK_8BIT_IIC_ADDR) dinfo->opd_dinfo.addr = paddr; else dinfo->opd_dinfo.addr = paddr << 1; And the platform code, whatever that means, would set it when it

svn commit: r290413 - in stable: 10/gnu/usr.bin/gdb/kgdb 9/gnu/usr.bin/gdb/kgdb

2015-11-05 Thread John Baldwin
Author: jhb Date: Thu Nov 5 21:22:23 2015 New Revision: 290413 URL: https://svnweb.freebsd.org/changeset/base/290413 Log: MFC 288371: When XSAVE support was added on amd64, the FPU save area was moved out of 'struct pcb' and into a variable-sized region after the structure. The kgdb

svn commit: r290413 - in stable: 10/gnu/usr.bin/gdb/kgdb 9/gnu/usr.bin/gdb/kgdb

2015-11-05 Thread John Baldwin
Author: jhb Date: Thu Nov 5 21:22:23 2015 New Revision: 290413 URL: https://svnweb.freebsd.org/changeset/base/290413 Log: MFC 288371: When XSAVE support was added on amd64, the FPU save area was moved out of 'struct pcb' and into a variable-sized region after the structure. The kgdb

svn commit: r290415 - in head: share/man/man9 sys/dev/pci

2015-11-05 Thread John Baldwin
Author: jhb Date: Thu Nov 5 21:27:25 2015 New Revision: 290415 URL: https://svnweb.freebsd.org/changeset/base/290415 Log: Add a new helper function for PCI devices to locate the upstream PCI-express root port of a given PCI device. Reviewed by: kib, imp MFC after:1 week

svn commit: r290422 - head/sys/arm/at91

2015-11-05 Thread Olivier Houchard
Author: cognet Date: Thu Nov 5 22:03:42 2015 New Revision: 290422 URL: https://svnweb.freebsd.org/changeset/base/290422 Log: Make if_macb work with FDT. Modified: head/sys/arm/at91/if_macb.c Modified: head/sys/arm/at91/if_macb.c

svn commit: r290420 - head/sys/arm/at91

2015-11-05 Thread Olivier Houchard
Author: cognet Date: Thu Nov 5 22:03:20 2015 New Revision: 290420 URL: https://svnweb.freebsd.org/changeset/base/290420 Log: Make at91_pmc probe any at91 pmc device we support, not just at91rm9200. MFC after:1 week Modified: head/sys/arm/at91/at91_pmc.c Modified:

svn commit: r290421 - head

2015-11-05 Thread John-Mark Gurney
Author: jmg Date: Thu Nov 5 22:03:27 2015 New Revision: 290421 URL: https://svnweb.freebsd.org/changeset/base/290421 Log: I'm still maintaining these... Modified: head/MAINTAINERS Modified: head/MAINTAINERS == ---

svn commit: r290414 - in head: share/man/man9 sys/dev/pci

2015-11-05 Thread John Baldwin
Author: jhb Date: Thu Nov 5 21:26:06 2015 New Revision: 290414 URL: https://svnweb.freebsd.org/changeset/base/290414 Log: Add helper routines for PCI device drivers to read, write, and modify PCI-Express capability registers (that is, PCI config registers in the standard PCI config space

svn commit: r290423 - head

2015-11-05 Thread Bryan Drewery
Author: bdrewery Date: Thu Nov 5 22:09:00 2015 New Revision: 290423 URL: https://svnweb.freebsd.org/changeset/base/290423 Log: Allow 'make buildenv' to default to the caller's shell by using SHELL. Also pass BUILDENV=1 into the sub-shell to allow modifying PS1 in .profile such as:

svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-05 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 6 04:45:29 2015 New Revision: 290433 URL: https://svnweb.freebsd.org/changeset/base/290433 Log: Add a FAST_DEPEND option, off by default, which speeds up the build significantly. This speeds up buildworld by 16% on my system and buildkernel by 35%.

svn commit: r290434 - head/sys/powerpc/powerpc

2015-11-05 Thread Justin Hibbits
Author: jhibbits Date: Fri Nov 6 04:56:52 2015 New Revision: 290434 URL: https://svnweb.freebsd.org/changeset/base/290434 Log: Write 2- and 4-byte aligned values as single writes in ddb(4) On the mpc85xx SoC family, writes to any part of a word in the CCSR affect the full word. This

Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-05 Thread Bryan Drewery
On 11/5/15 8:59 PM, Dmitry Sivachenko wrote: > >> On 06 Nov 2015, at 07:45, Bryan Drewery wrote: >> >> Author: bdrewery >> Date: Fri Nov 6 04:45:29 2015 >> New Revision: 290433 >> URL: https://svnweb.freebsd.org/changeset/base/290433 >> >> Log: >> Add a FAST_DEPEND

svn commit: r290435 - head/tools/build/options

2015-11-05 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 6 05:28:08 2015 New Revision: 290435 URL: https://svnweb.freebsd.org/changeset/base/290435 Log: Don't allow environment-set options to bleed into src.conf.5 generation. MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified:

Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-05 Thread Dmitry Sivachenko
> 6 нояб. 2015 г., в 8:00, Bryan Drewery написал(а): > >> On 11/5/15 8:59 PM, Dmitry Sivachenko wrote: >> >>> On 06 Nov 2015, at 07:45, Bryan Drewery wrote: >>> >>> Author: bdrewery >>> Date: Fri Nov 6 04:45:29 2015 >>> New Revision: 290433 >>>

Re: svn commit: r290433 - in head: share/mk sys/conf tools/build/options

2015-11-05 Thread Dmitry Sivachenko
> On 06 Nov 2015, at 07:45, Bryan Drewery wrote: > > Author: bdrewery > Date: Fri Nov 6 04:45:29 2015 > New Revision: 290433 > URL: https://svnweb.freebsd.org/changeset/base/290433 > > Log: > Add a FAST_DEPEND option, off by default, which speeds up the build >

svn commit: r290436 - head/share/man/man5

2015-11-05 Thread Bryan Drewery
Author: bdrewery Date: Fri Nov 6 05:32:18 2015 New Revision: 290436 URL: https://svnweb.freebsd.org/changeset/base/290436 Log: Regenerate for WITH_FAST_DEPEND in r290433. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

Re: svn commit: r290435 - head/tools/build/options

2015-11-05 Thread Garrett Cooper
Thank you > On Nov 5, 2015, at 21:28, Bryan Drewery wrote: > > Author: bdrewery > Date: Fri Nov 6 05:28:08 2015 > New Revision: 290435 > URL: https://svnweb.freebsd.org/changeset/base/290435 > > Log: > Don't allow environment-set options to bleed into src.conf.5

svn commit: r290432 - head/sys/dev/otus

2015-11-05 Thread Adrian Chadd
Author: adrian Date: Fri Nov 6 03:09:26 2015 New Revision: 290432 URL: https://svnweb.freebsd.org/changeset/base/290432 Log: otus(4) - add flags for RX filter, configuration and sniffer. Obtained from:Linux carl9170 Modified: head/sys/dev/otus/if_otusreg.h Modified:

svn commit: r290394 - in head: include sys/sys

2015-11-05 Thread Pedro F. Giffuni
Author: pfg Date: Thu Nov 5 14:55:58 2015 New Revision: 290394 URL: https://svnweb.freebsd.org/changeset/base/290394 Log: Rename __sentinel to __null_sentinel GCC 5 uses a conflicting __sentinel definition in include/c++/bits/stl_algo.h Reported by: matteo Modified: