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

2015-05-25 Thread Konstantin Belousov
Author: kib Date: Mon May 25 09:08:19 2015 New Revision: 283515 URL: https://svnweb.freebsd.org/changeset/base/283515 Log: Remove excess Giant acquisition around the dounmount() call. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified:

Re: svn commit: r283479 - in head/sys: amd64/amd64 amd64/ia32 arm/arm i386/i386 mips/mips powerpc/powerpc sparc64/sparc64

2015-05-25 Thread Konstantin Belousov
On Sun, May 24, 2015 at 10:34:48PM +0300, Chagin Dmitry wrote: On Sun, May 24, 2015 at 09:25:15PM +0300, Konstantin Belousov wrote: On Sun, May 24, 2015 at 05:56:03PM +, Dmitry Chagin wrote: Author: dchagin Date: Sun May 24 17:56:02 2015 New Revision: 283479 URL:

svn commit: r283514 - in head: share/man/man4 sys/conf sys/dev/sfxge sys/dev/sfxge/common sys/modules/sfxge

2015-05-25 Thread Andrew Rybchenko
Author: arybchik Date: Mon May 25 08:34:55 2015 New Revision: 283514 URL: https://svnweb.freebsd.org/changeset/base/283514 Log: sfxge: add 7xxx NICs family support Support 7xxx adapters including firmware-assisted TSO and VLAN tagging: - Solarflare Flareon Ultra 7000 series 10/40G

svn commit: r283516 - head/sys/x86/xen

2015-05-25 Thread Roger Pau Monné
Author: royger Date: Mon May 25 09:47:16 2015 New Revision: 283516 URL: https://svnweb.freebsd.org/changeset/base/283516 Log: xen: make sure xenpv bus is the last to attach This is needed so other buses have a chance of attaching a real ISA bus, if none is found xenpv will attach it.

svn commit: r283517 - head/gnu/lib

2015-05-25 Thread Mark Murray
Author: markm Date: Mon May 25 10:51:40 2015 New Revision: 283517 URL: https://svnweb.freebsd.org/changeset/base/283517 Log: Unbreak build where WANT_GDB == no', as libreadline is also used by ntpdc. Modified: head/gnu/lib/Makefile Modified: head/gnu/lib/Makefile

Re: svn commit: r283511 - head/sys/opencrypto

2015-05-25 Thread Bjoern A. Zeeb
On 25 May 2015, at 01:31 , Mark Johnston ma...@freebsd.org wrote: Author: markj Date: Mon May 25 01:31:39 2015 New Revision: 283511 URL: https://svnweb.freebsd.org/changeset/base/283511 Log: Use the correct number of arguments for the opencrypto:deflate:deflate_global:bad DTrace

Re: svn commit: r283469 - head/sys/compat/linux

2015-05-25 Thread John Baldwin
On Sunday, May 24, 2015 05:40:14 PM Dmitry Chagin wrote: Author: dchagin Date: Sun May 24 17:40:14 2015 New Revision: 283469 URL: https://svnweb.freebsd.org/changeset/base/283469 Log: As fo_fill_kinfo() does not check fo_fill_kinfo to NULL add a fo_fill_kinfo op to eventfdops. Yes,

Re: svn commit: r283364 - head/sys/sys

2015-05-25 Thread John Baldwin
On Sunday, May 24, 2015 11:24:15 AM Alexander V. Chernikov wrote: Author: melifaro Date: Sun May 24 11:24:14 2015 New Revision: 283364 URL: https://svnweb.freebsd.org/changeset/base/283364 Log: Fix SIOCGI2C structure requirement. In reality, SIOCGI2C ioctl requires struct ifreq as

Re: svn commit: r283331 - head/sys/arm/arm

2015-05-25 Thread John Baldwin
On Saturday, May 23, 2015 10:28:59 PM Andrew Turner wrote: Author: andrew Date: Sat May 23 22:28:59 2015 New Revision: 283331 URL: https://svnweb.freebsd.org/changeset/base/283331 Log: Use the wait-for-event instruction to put the core we have just enabled to sleep while it waits to

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

2015-05-25 Thread Andriy Gapon
Author: avg Date: Mon May 25 11:48:15 2015 New Revision: 283524 URL: https://svnweb.freebsd.org/changeset/base/283524 Log: dsl_dataset_promote_check: ensure that shared snaps do not become too long ... after they are transfered from the old origin to the new one. See:

Re: svn commit: r282240 - in head: cddl/lib/libdtrace sys/netinet

2015-05-25 Thread George Neville-Neil
On 24 May 2015, at 22:50, Julian Elischer wrote: On 5/24/15 9:24 PM, George Neville-Neil wrote: On 23 May 2015, at 17:59, hiren panchasara wrote: On 04/29/15 at 05:19P, George V. Neville-Neil wrote: Author: gnn Date: Wed Apr 29 17:19:55 2015 New Revision: 282240 URL:

Re: svn commit: r283331 - head/sys/arm/arm

2015-05-25 Thread Andrew Turner
On Mon, 25 May 2015 07:23:28 -0400 John Baldwin j...@freebsd.org wrote: On Saturday, May 23, 2015 10:28:59 PM Andrew Turner wrote: Author: andrew Date: Sat May 23 22:28:59 2015 New Revision: 283331 URL: https://svnweb.freebsd.org/changeset/base/283331 Log: Use the wait-for-event

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-25 Thread John Baldwin
On Sunday, May 24, 2015 04:07:12 PM Dmitry Chagin wrote: Author: dchagin Date: Sun May 24 16:07:11 2015 New Revision: 283424 URL: https://svnweb.freebsd.org/changeset/base/283424 Log: Add preliminary support for x86-64 Linux binaries. Differential Revision:

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

2015-05-25 Thread Andriy Gapon
Author: avg Date: Mon May 25 11:56:57 2015 New Revision: 283525 URL: https://svnweb.freebsd.org/changeset/base/283525 Log: zfs: fixes for a full stream received into an existing dataset - this should fail early unless the force flag is set - if the force flag is set then any local

Re: svn commit: r283517 - head/gnu/lib

2015-05-25 Thread Ed Maste
On 25 May 2015 at 06:51, Mark Murray ma...@freebsd.org wrote: Author: markm Date: Mon May 25 10:51:40 2015 New Revision: 283517 URL: https://svnweb.freebsd.org/changeset/base/283517 Log: Unbreak build where WANT_GDB == no', as libreadline is also used by ntpdc. This is fine as a build

svn commit: r283526 - in head: . contrib/llvm/include/llvm/Target contrib/llvm/lib/Analysis contrib/llvm/lib/CodeGen contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/lib/ExecutionEngine/RuntimeDy...

2015-05-25 Thread Dimitry Andric
@@ # xargs -n1 | sort | uniq -d; # done +# 20150525: new clang import which bumps version from 3.6.0 to 3.6.1. +OLD_FILES+=usr/lib/clang/3.6.0/include/__stddef_max_align_t.h +OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_aes.h +OLD_FILES+=usr/lib/clang/3.6.0/include/__wmmintrin_pclmul.h +OLD_FILES

svn commit: r283527 - in head/sys: dev/ath dev/bwi dev/bwn dev/if_ndis dev/ipw dev/iwi dev/iwn dev/malo dev/mwl dev/ral dev/usb/wlan dev/wi dev/wpi dev/wtap dev/wtap/wtap_hal net80211

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 13:51:13 2015 New Revision: 283527 URL: https://svnweb.freebsd.org/changeset/base/283527 Log: Make net80211 drivers supply their device name to the net80211 layer, so that the latter doesn't need to go through struct ifnet to get their name. Sponsored by:

Re: svn commit: r283364 - head/sys/sys

2015-05-25 Thread Alexander V . Chernikov
25.05.2015, 14:45, John Baldwin j...@freebsd.org: On Sunday, May 24, 2015 11:24:15 AM Alexander V. Chernikov wrote:  Author: melifaro  Date: Sun May 24 11:24:14 2015  New Revision: 283364  URL: https://svnweb.freebsd.org/changeset/base/283364  Log:    Fix SIOCGI2C structure requirement.  

svn commit: r283529 - head/sys/net80211

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 14:30:44 2015 New Revision: 283529 URL: https://svnweb.freebsd.org/changeset/base/283529 Log: Use name from ieee80211com instead of parent ifnet, in debugging printfs. Sponsored by: Netflix Sponsored by: Nginx, Inc. Modified:

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-25 Thread Chagin Dmitry
On Mon, May 25, 2015 at 07:48:49AM -0400, John Baldwin wrote: On Sunday, May 24, 2015 04:07:12 PM Dmitry Chagin wrote: Author: dchagin Date: Sun May 24 16:07:11 2015 New Revision: 283424 URL: https://svnweb.freebsd.org/changeset/base/283424 Log: Add preliminary support for x86-64

svn commit: r283531 - head/sys/net80211

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 15:08:38 2015 New Revision: 283531 URL: https://svnweb.freebsd.org/changeset/base/283531 Log: Add void * member to struct ieee80211com, so that drivers can obtain their softc without going through the struct ifnet. Sponsored by: Netflix Sponsored by:

Re: svn commit: r283479 - in head/sys: amd64/amd64 amd64/ia32 arm/arm i386/i386 mips/mips powerpc/powerpc sparc64/sparc64

2015-05-25 Thread Chagin Dmitry
On Mon, May 25, 2015 at 11:23:02AM +0300, Konstantin Belousov wrote: On Sun, May 24, 2015 at 10:34:48PM +0300, Chagin Dmitry wrote: On Sun, May 24, 2015 at 09:25:15PM +0300, Konstantin Belousov wrote: On Sun, May 24, 2015 at 05:56:03PM +, Dmitry Chagin wrote: Author: dchagin

Re: svn commit: r283479 - in head/sys: amd64/amd64 amd64/ia32 arm/arm i386/i386 mips/mips powerpc/powerpc sparc64/sparc64

2015-05-25 Thread Konstantin Belousov
On Mon, May 25, 2015 at 06:48:17PM +0300, Chagin Dmitry wrote: On Mon, May 25, 2015 at 11:23:02AM +0300, Konstantin Belousov wrote: On Sun, May 24, 2015 at 10:34:48PM +0300, Chagin Dmitry wrote: On Sun, May 24, 2015 at 09:25:15PM +0300, Konstantin Belousov wrote: On Sun, May 24, 2015 at

svn commit: r283536 - head/sys/dev/wpi

2015-05-25 Thread Adrian Chadd
Author: adrian Date: Mon May 25 17:06:52 2015 New Revision: 283536 URL: https://svnweb.freebsd.org/changeset/base/283536 Log: Update wpi(4) to use the new mgmt RX API. Modified: head/sys/dev/wpi/if_wpi.c head/sys/dev/wpi/if_wpivar.h Modified: head/sys/dev/wpi/if_wpi.c

Re: svn commit: r283331 - head/sys/arm/arm

2015-05-25 Thread John Baldwin
On Monday, May 25, 2015 09:09:26 AM Ian Lepore wrote: On Mon, 2015-05-25 at 10:31 -0400, John Baldwin wrote: Mmmm, does that mean then that you can (conceivably) lose the race the other way where it sees ap_ready's update before it calls wfe and never calls wfe to harvest the event from

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-25 Thread John Baldwin
On Monday, May 25, 2015 06:13:39 PM Slawa Olhovchenkov wrote: On Mon, May 25, 2015 at 10:40:09AM -0400, John Baldwin wrote: Some other related questions are: can we revive print/acroread now and or use a 64-bit flash plugin after these changes? I am still use print/acroread. As I know

svn commit: r283528 - head/sys/dev/ipw

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 14:12:50 2015 New Revision: 283528 URL: https://svnweb.freebsd.org/changeset/base/283528 Log: Don't compare array to NULL. Found by: clang Modified: head/sys/dev/ipw/if_ipw.c Modified: head/sys/dev/ipw/if_ipw.c

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-25 Thread Dimitry Andric
On 25 May 2015, at 16:04, Chagin Dmitry dcha...@freebsd.org wrote: On Mon, May 25, 2015 at 07:48:49AM -0400, John Baldwin wrote: On Sunday, May 24, 2015 04:07:12 PM Dmitry Chagin wrote: Author: dchagin Date: Sun May 24 16:07:11 2015 New Revision: 283424 URL:

Re: svn commit: r283364 - head/sys/sys

2015-05-25 Thread John Baldwin
On Monday, May 25, 2015 04:57:09 PM Alexander V. Chernikov wrote: 25.05.2015, 14:45, John Baldwin j...@freebsd.org: On Sunday, May 24, 2015 11:24:15 AM Alexander V. Chernikov wrote: Author: melifaro Date: Sun May 24 11:24:14 2015 New Revision: 283364 URL:

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-25 Thread John Baldwin
On Monday, May 25, 2015 05:04:21 PM Chagin Dmitry wrote: On Mon, May 25, 2015 at 07:48:49AM -0400, John Baldwin wrote: On Sunday, May 24, 2015 04:07:12 PM Dmitry Chagin wrote: Author: dchagin Date: Sun May 24 16:07:11 2015 New Revision: 283424 URL:

Re: svn commit: r283331 - head/sys/arm/arm

2015-05-25 Thread John Baldwin
On Monday, May 25, 2015 01:21:48 PM Andrew Turner wrote: On Mon, 25 May 2015 07:23:28 -0400 John Baldwin j...@freebsd.org wrote: On Saturday, May 23, 2015 10:28:59 PM Andrew Turner wrote: Author: andrew Date: Sat May 23 22:28:59 2015 New Revision: 283331 URL:

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

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 15:12:23 2015 New Revision: 283533 URL: https://svnweb.freebsd.org/changeset/base/283533 Log: Use ic_printf() instead of if_printf(). Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c

Re: svn commit: r283331 - head/sys/arm/arm

2015-05-25 Thread Ian Lepore
On Mon, 2015-05-25 at 10:31 -0400, John Baldwin wrote: On Monday, May 25, 2015 01:21:48 PM Andrew Turner wrote: On Mon, 25 May 2015 07:23:28 -0400 John Baldwin j...@freebsd.org wrote: On Saturday, May 23, 2015 10:28:59 PM Andrew Turner wrote: Author: andrew Date: Sat May 23

svn commit: r283535 - in head/sys: dev/ath dev/wi net80211

2015-05-25 Thread Adrian Chadd
Author: adrian Date: Mon May 25 16:37:41 2015 New Revision: 283535 URL: https://svnweb.freebsd.org/changeset/base/283535 Log: Begin plumbing ieee80211_rx_stats through the receive path. Smart NICs with firmware (eg wpi, iwn, the new atheros parts, the intel 7260 series, etc) support

Re: svn commit: r283331 - head/sys/arm/arm

2015-05-25 Thread Ian Lepore
On Mon, 2015-05-25 at 07:23 -0400, John Baldwin wrote: On Saturday, May 23, 2015 10:28:59 PM Andrew Turner wrote: Author: andrew Date: Sat May 23 22:28:59 2015 New Revision: 283331 URL: https://svnweb.freebsd.org/changeset/base/283331 Log: Use the wait-for-event instruction to

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

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 15:09:17 2015 New Revision: 283532 URL: https://svnweb.freebsd.org/changeset/base/283532 Log: Store softc in ic_softc and access it without using struct ifnet. Sponsored by: Netflix Sponsored by: Nginx, Inc. Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r283530 - head/sys/net80211

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 14:54:10 2015 New Revision: 283530 URL: https://svnweb.freebsd.org/changeset/base/283530 Log: Remove unused include. Modified: head/sys/net80211/ieee80211_radiotap.c Modified: head/sys/net80211/ieee80211_radiotap.c

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-25 Thread John Baldwin
On Monday, May 25, 2015 10:40:09 AM John Baldwin wrote: On Monday, May 25, 2015 05:04:21 PM Chagin Dmitry wrote: That is fine to reuse, but it should probably be explicitly noted in the comments for that version that it is both for clang 3.6.1 and for x86-64 Linux support. I imagine the ports

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-25 Thread Slawa Olhovchenkov
On Mon, May 25, 2015 at 10:40:09AM -0400, John Baldwin wrote: Some other related questions are: can we revive print/acroread now and or use a 64-bit flash plugin after these changes? I am still use print/acroread. As I know removing print/acroread irrelevant to linuxator. This is will by

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-25 Thread Slawa Olhovchenkov
On Mon, May 25, 2015 at 12:32:41PM -0400, John Baldwin wrote: On Monday, May 25, 2015 06:13:39 PM Slawa Olhovchenkov wrote: On Mon, May 25, 2015 at 10:40:09AM -0400, John Baldwin wrote: Some other related questions are: can we revive print/acroread now and or use a 64-bit flash plugin

svn commit: r283537 - in head/sys/dev: ath bwi bwn if_ndis ipw iwi malo mwl ral usb/wlan wi wpi wtap

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 18:50:26 2015 New Revision: 283537 URL: https://svnweb.freebsd.org/changeset/base/283537 Log: Set ic_softc in all 802.11 drivers. Not required right now, but will be used quite soon. Sponsored by: Netflix Sponsored by: Nginx, Inc. Modified:

svn commit: r283540 - in head/sys: dev/ath dev/bwi dev/bwn dev/if_ndis dev/iwn dev/malo dev/mwl dev/ral dev/usb/wlan dev/wi dev/wpi dev/wtap net80211

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 19:53:29 2015 New Revision: 283540 URL: https://svnweb.freebsd.org/changeset/base/283540 Log: Change three methods in struct ieee80211com, namely ic_updateslot, ic_update_mcast and ic_update_promisc, to pass pointer to the ieee80211com, not to the ifnet.

RE: svn commit: r280849 - in head: contrib/ntp contrib/ntp/adjtimedcontrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/conf contrib/ntp/htmlcontrib/ntp/html/build contrib/ntp/html/drivers contrib/nt.

2015-05-25 Thread Cy schubert
Thanks bapt@. I will take a look after work tonight. ~Cy -Original Message- From: Baptiste Daroussin Sent: 25/05/2015 12:45 To: Cy Schubert Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src-head@freebsd.org Subject: Re: svn commit: r280849 - in head: contrib/ntp

svn commit: r283539 - head/sys/net80211

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 19:48:48 2015 New Revision: 283539 URL: https://svnweb.freebsd.org/changeset/base/283539 Log: When sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR, RTM_IEEE80211_CAC and RTM_IEEE80211_RADIO routing messages, broadcast them on all vap interfaces instead of

Re: svn commit: r280849 - in head: contrib/ntp contrib/ntp/adjtimedcontrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/conf contrib/ntp/htmlcontrib/ntp/html/build contrib/ntp/html/drivers contrib/nt.

2015-05-25 Thread Baptiste Daroussin
On Mon, May 25, 2015 at 01:19:52PM -0700, Cy schubert wrote: Thanks bapt@. I will take a look after work tonight. ~Cy Actually I have been able to fix all the issues, but double check never hurts :) I have figured out that building WITHOUT_OPENSSL disables the AUTOKEY protocol support so I

svn commit: r283544 - in head/sys: amd64/linux32 compat/linux i386/linux

2015-05-25 Thread Dmitry Chagin
Author: dchagin Date: Mon May 25 20:44:46 2015 New Revision: 283544 URL: https://svnweb.freebsd.org/changeset/base/283544 Log: When I merged the lemul branch I missied kib@'s r282708 commit. This is not the final fix as I need properly cleanup thread resources before other threads suicide.

RE: svn commit: r280849 - in head: contrib/ntpcontrib/ntp/adjtimedcontrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/confcontrib/ntp/htmlcontrib/ntp/html/build contrib/ntp/html/drivers contrib/nt...

2015-05-25 Thread Cy schubert
I don't have internet access at the moment, just a cell phone with really crappy data performance, so I'm not in the know right now. But if you don't mind I can make openssl a conditional. ~Cy -Original Message- From: Baptiste Daroussin Sent: 25/05/2015 13:36 To: Cy schubert Cc: Cy

Re: svn commit: r280849 - in head: contrib/ntpcontrib/ntp/adjtimedcontrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/confcontrib/ntp/htmlcontrib/ntp/html/build contrib/ntp/html/drivers contrib/nt...

2015-05-25 Thread Baptiste Daroussin
On Mon, May 25, 2015 at 02:02:07PM -0700, Cy schubert wrote: I don't have internet access at the moment, just a cell phone with really crappy data performance, so I'm not in the know right now. But if you don't mind I can make openssl a conditional. ~Cy This is what I did, no rush, I have

svn commit: r283538 - head/sys/net80211

2015-05-25 Thread Adrian Chadd
Author: adrian Date: Mon May 25 19:18:16 2015 New Revision: 283538 URL: https://svnweb.freebsd.org/changeset/base/283538 Log: Convert malloc/free back to #define's, as part of OS portability work. DragonflyBSD uses the FreeBSD wireless stack and drivers. Their malloc() API is named

Re: svn commit: r283538 - head/sys/net80211

2015-05-25 Thread Gleb Smirnoff
On Mon, May 25, 2015 at 07:18:16PM +, Adrian Chadd wrote: A * kill M_WAITOK - some platforms just don't want you to use it Actually all functions called in device attach context or in syscall context should use M_WAITOK. This makes API more robust and simplifies code a lot. Can we achieve

Re: svn commit: r280849 - in head: contrib/ntp contrib/ntp/adjtimed contrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/conf contrib/ntp/html contrib/ntp/html/build contrib/ntp/html/drivers contrib/n

2015-05-25 Thread Baptiste Daroussin
On Mon, Mar 30, 2015 at 01:30:17PM +, Cy Schubert wrote: Author: cy Date: Mon Mar 30 13:30:15 2015 New Revision: 280849 URL: https://svnweb.freebsd.org/changeset/base/280849 Log: MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284) Thanks to roberto for

svn commit: r283542 - in head/usr.sbin/ntp: . ntp-keygen ntpd ntpdate ntpdc ntpq sntp

2015-05-25 Thread Baptiste Daroussin
Author: bapt Date: Mon May 25 20:27:46 2015 New Revision: 283542 URL: https://svnweb.freebsd.org/changeset/base/283542 Log: Fix overlinking again after recent ntp updates Fix building WITHOUT_OPENSSL Modified: head/usr.sbin/ntp/Makefile.inc head/usr.sbin/ntp/config.h

svn commit: r283543 - head/gnu/lib

2015-05-25 Thread Baptiste Daroussin
Author: bapt Date: Mon May 25 20:29:35 2015 New Revision: 283543 URL: https://svnweb.freebsd.org/changeset/base/283543 Log: ntp is now again libreadline free, so only build libreadline for gdb Modified: head/gnu/lib/Makefile Modified: head/gnu/lib/Makefile

Re: svn commit: r283511 - head/sys/opencrypto

2015-05-25 Thread Mark Johnston
On Mon, May 25, 2015 at 11:26:01AM +, Bjoern A. Zeeb wrote: On 25 May 2015, at 01:31 , Mark Johnston ma...@freebsd.org wrote: Author: markj Date: Mon May 25 01:31:39 2015 New Revision: 283511 URL: https://svnweb.freebsd.org/changeset/base/283511 Log: Use the correct

svn commit: r283541 - head/sys/net80211

2015-05-25 Thread Gleb Smirnoff
Author: glebius Date: Mon May 25 20:06:49 2015 New Revision: 283541 URL: https://svnweb.freebsd.org/changeset/base/283541 Log: Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE. There are no plans to merge anything save a trivial bugfix to stable/9. Discussed with:

svn commit: r283546 - in head/sys: kern sys

2015-05-25 Thread John Baldwin
Author: jhb Date: Mon May 25 22:13:22 2015 New Revision: 283546 URL: https://svnweb.freebsd.org/changeset/base/283546 Log: Add KTR tracing for some MI ptrace events. Differential Revision:https://reviews.freebsd.org/D2643 Reviewed by: kib Modified: head/sys/kern/kern_exit.c

svn commit: r283550 - head/sys/arm/broadcom/bcm2835

2015-05-25 Thread Luiz Otavio O Souza
Author: loos Date: Tue May 26 01:30:09 2015 New Revision: 283550 URL: https://svnweb.freebsd.org/changeset/base/283550 Log: Remove unused mutex and softc variables. Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c

Re: svn commit: r282240 - in head: cddl/lib/libdtrace sys/netinet

2015-05-25 Thread Julian Elischer
On 5/25/15 8:27 PM, George Neville-Neil wrote: On 24 May 2015, at 22:50, Julian Elischer wrote: On 5/24/15 9:24 PM, George Neville-Neil wrote: On 23 May 2015, at 17:59, hiren panchasara wrote: On 04/29/15 at 05:19P, George V. Neville-Neil wrote: Author: gnn Date: Wed Apr 29 17:19:55

Re: svn commit: r280849 - in head: contrib/ntpcontrib/ntp/adjtimedcontrib/ntp/arlib contrib/ntp/clockstuff contrib/ntp/confcontrib/ntp/htmlcontrib/ntp/html/build contrib/ntp/html/drivers contrib/nt...

2015-05-25 Thread Cy Schubert
In message 20150525210441.ge39...@ivaldir.etoilebsd.net, Baptiste Daroussin w rites: --LSp5EJdfMPwZcMS1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 25, 2015 at 02:02:07PM -0700, Cy schubert wrote: I

Re: svn commit: r283547 - head/sys/arm/conf

2015-05-25 Thread John-Mark Gurney
Ian Lepore wrote this message on Mon, May 25, 2015 at 23:27 +: Author: ian Date: Mon May 25 23:27:13 2015 New Revision: 283547 URL: https://svnweb.freebsd.org/changeset/base/283547 Log: Ensure that all arm kernel configs contain ALT_BREAK_TO_DEBUGGER and not BREAK_TO_DEBUGGER if

svn commit: r283549 - head/share/mk

2015-05-25 Thread Baptiste Daroussin
Author: bapt Date: Tue May 26 01:09:56 2015 New Revision: 283549 URL: https://svnweb.freebsd.org/changeset/base/283549 Log: Considers cases when NO_SHARED?=[no|NO] as dynamically linking This reduces overlinking for parts of the build system where NO_SHARED is set to no/NO Modified:

svn commit: r283547 - head/sys/arm/conf

2015-05-25 Thread Ian Lepore
Author: ian Date: Mon May 25 23:27:13 2015 New Revision: 283547 URL: https://svnweb.freebsd.org/changeset/base/283547 Log: Ensure that all arm kernel configs contain ALT_BREAK_TO_DEBUGGER and not BREAK_TO_DEBUGGER if they have a serial console (most do). A burst of serial line noise (such

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-25 Thread John Baldwin
On Monday, May 25, 2015 08:27:34 PM Slawa Olhovchenkov wrote: On Mon, May 25, 2015 at 12:32:41PM -0400, John Baldwin wrote: On Monday, May 25, 2015 06:13:39 PM Slawa Olhovchenkov wrote: On Mon, May 25, 2015 at 10:40:09AM -0400, John Baldwin wrote: Some other related questions are:

svn commit: r283551 - head/sys/kern

2015-05-25 Thread Xin LI
Author: delphij Date: Tue May 26 01:40:33 2015 New Revision: 283551 URL: https://svnweb.freebsd.org/changeset/base/283551 Log: MFuser/delphij/zfs-arc-rebase@r281754: In r256613, taskqueue_enqueue_locked() have been modified to release the task queue lock before returning. In r276665,

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-25 Thread Bruce Simpson
All, The enhancements to the Linux runtime are probably of more interest to folk porting server applications; I am particularly happy to see recvmmsg() and sendmmsg() go in. It might also be wise to emulate the getrandom() API, even if this is only in terms of wrapping the relevant sysctl

svn commit: r283555 - head/sys/net80211

2015-05-25 Thread Adrian Chadd
Author: adrian Date: Tue May 26 04:25:11 2015 New Revision: 283555 URL: https://svnweb.freebsd.org/changeset/base/283555 Log: Migrate the 802.11s locks out into ieee80211_freebsd.h, so they can be defined as platform specific bits. This is to help make OS portability easier. Modified:

svn commit: r283556 - head/sys/net80211

2015-05-25 Thread Adrian Chadd
Author: adrian Date: Tue May 26 04:37:59 2015 New Revision: 283556 URL: https://svnweb.freebsd.org/changeset/base/283556 Log: Migrate the scan iterator lock typedefs out into ieee80211_freebsd.h. This removes the final piece of freebsd-specific locking that snuck into the tree - it's now