RE: svn commit: r313043 - head/sys/kern

2017-02-02 Thread Hartmut.Brandt
It was attached to my mail, but maybe got removed somewhere. Here it is. It does not use asio, but reproduces the same sequence of system calls. You start it and the try to connect with telnet to port 1. harti #include #include #include #include #include #include #include #include

svn commit: r313137 - head/sys/net80211

2017-02-02 Thread Adrian Chadd
Author: adrian Date: Fri Feb 3 06:04:06 2017 New Revision: 313137 URL: https://svnweb.freebsd.org/changeset/base/313137 Log: [net80211] don't update quiet time counter values every probe request. The quiet time counter update is happening each time the IE is added, which also means it

svn commit: r313136 - head/sys/contrib/dev/ath/ath_hal/ar9300

2017-02-02 Thread Adrian Chadd
Author: adrian Date: Fri Feb 3 05:15:35 2017 New Revision: 313136 URL: https://svnweb.freebsd.org/changeset/base/313136 Log: [ath_hal] [ar9300] link in the CAC enable/diable methods and expose it via the HAL. Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c

svn commit: r313135 - head/sys/dev/ath/ath_hal

2017-02-02 Thread Adrian Chadd
Author: adrian Date: Fri Feb 3 05:15:08 2017 New Revision: 313135 URL: https://svnweb.freebsd.org/changeset/base/313135 Log: [ath_hal] prepare for CAC quiet time. To support DFS, the NIC needs to be very quiet during this time. No transmissions including ACKs are allowed. This is

Re: svn commit: r313042 - in head/sys/boot: efi/include efi/libefi efi/loader forth

2017-02-02 Thread Michal Meloun
On 01.02.2017 9:46, Toomas Soome wrote: > Author: tsoome > Date: Wed Feb 1 08:46:59 2017 > New Revision: 313042 > URL: https://svnweb.freebsd.org/changeset/base/313042 > > Log: > loader.efi environment related cleanups > > Since we have dedicated libefi/env.c file for variable support,

svn commit: r313134 - head/sys/contrib/dev/ath/ath_hal/ar9300

2017-02-02 Thread Adrian Chadd
Author: adrian Date: Fri Feb 3 03:57:06 2017 New Revision: 313134 URL: https://svnweb.freebsd.org/changeset/base/313134 Log: [ath_hal] [ar9300] initial radar decode for AR9380 and later chips. Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c Modified:

svn commit: r313133 - head/sys/cddl/dev/dtrace/x86

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 03:22:47 2017 New Revision: 313133 URL: https://svnweb.freebsd.org/changeset/base/313133 Log: Sync the x86 dis_tables.c with upstream. This corresponds to the following illumos issues: 5755 want support for Intel FMA instrs 5756 want support for

svn commit: r313132 - stable/11/contrib/elftoolchain/libdwarf

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:32:04 2017 New Revision: 313132 URL: https://svnweb.freebsd.org/changeset/base/313132 Log: MFC r310724: Follow DW_AT_specification when looking up DW_AT_type attributes. PR: 215350, 215395 Modified:

svn commit: r313131 - stable/11/cddl/lib/libdtrace

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:30:51 2017 New Revision: 313131 URL: https://svnweb.freebsd.org/changeset/base/313131 Log: MFC r308773: Define dependencies for some auto-generated source files in libdtrace. Modified: stable/11/cddl/lib/libdtrace/Makefile Directory Properties:

svn commit: r313130 - in stable/11/cddl: contrib/opensolaris/cmd/dtrace/test/tst/common/pid usr.sbin/dtrace/tests/tools

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:28:57 2017 New Revision: 313130 URL: https://svnweb.freebsd.org/changeset/base/313130 Log: MFC r307400, r307401: DTrace test fixes. Modified: stable/11/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.args1.c

svn commit: r313129 - stable/11/cddl/contrib/opensolaris/common/ctf

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:23:39 2017 New Revision: 313129 URL: https://svnweb.freebsd.org/changeset/base/313129 Log: MFC r305055: Recursively enumerate anonymous structs and unions in ctf_member_info(). Modified: stable/11/cddl/contrib/opensolaris/common/ctf/ctf_types.c Directory

svn commit: r313128 - stable/11/sys/x86/acpica

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:21:56 2017 New Revision: 313128 URL: https://svnweb.freebsd.org/changeset/base/313128 Log: MFC r302793: Allow ACPI wakeup code and page tables to be stored in non-contiguous pages. Modified: stable/11/sys/x86/acpica/acpi_wakeup.c Directory Properties:

svn commit: r313127 - stable/11/sys/vm

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:19:48 2017 New Revision: 313127 URL: https://svnweb.freebsd.org/changeset/base/313127 Log: MFC r307693: Simplify keg_drain() a bit by using LIST_FOREACH_SAFE. Modified: stable/11/sys/vm/uma_core.c Directory Properties: stable/11/ (props changed)

svn commit: r313126 - in stable/11/cddl: contrib/opensolaris/cmd/dtrace/test/tst/common/pid contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n usr.sbin/dtrace/tests/tools

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:18:47 2017 New Revision: 313126 URL: https://svnweb.freebsd.org/changeset/base/313126 Log: MFC r309698, r309699, r309700: DTrace test fixes. Modified: stable/11/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/tst.provregex3.ksh

svn commit: r313125 - in stable/11: lib/libc/sys sys/kern

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:16:54 2017 New Revision: 313125 URL: https://svnweb.freebsd.org/changeset/base/313125 Log: MFC r309200: Launder VPO_NOSYNC pages upon vnode deactivation. Modified: stable/11/lib/libc/sys/mmap.2 stable/11/sys/kern/vfs_subr.c Directory Properties:

svn commit: r313124 - stable/11/libexec/rtld-elf

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:15:31 2017 New Revision: 313124 URL: https://svnweb.freebsd.org/changeset/base/313124 Log: MFC r310420, r310421, r310422: Fix races and logic errors around dlclose(). Modified: stable/11/libexec/rtld-elf/rtld.c stable/11/libexec/rtld-elf/rtld.h Directory

svn commit: r313123 - stable/11/cddl/contrib/opensolaris/lib/libdtrace/common

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:10:38 2017 New Revision: 313123 URL: https://svnweb.freebsd.org/changeset/base/313123 Log: MFC r310316: Consistently print D variable indices in decimal when disassembling. Modified: stable/11/cddl/contrib/opensolaris/lib/libdtrace/common/dt_dis.c

svn commit: r313122 - stable/11/sys/kern

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 01:04:22 2017 New Revision: 313122 URL: https://svnweb.freebsd.org/changeset/base/313122 Log: MFC r312209: Suppress a warning about m_assertbuf being unused. Modified: stable/11/sys/kern/uipc_mbuf.c Directory Properties: stable/11/ (props changed)

svn commit: r313121 - in stable/11/sys: amd64/amd64 i386/i386

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 00:58:08 2017 New Revision: 313121 URL: https://svnweb.freebsd.org/changeset/base/313121 Log: MFC r311902: Coalesce TLB shootdowns of global PTEs in pmap_advise() on x86. Modified: stable/11/sys/amd64/amd64/pmap.c stable/11/sys/i386/i386/pmap.c Directory

svn commit: r313120 - stable/11/sys/cddl/contrib/opensolaris/uts/intel/dtrace

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 00:55:31 2017 New Revision: 313120 URL: https://svnweb.freebsd.org/changeset/base/313120 Log: MFC r312893: Fix an off-by-one in an assertion on fasttrap tracepoint sizes. Modified: stable/11/sys/cddl/contrib/opensolaris/uts/intel/dtrace/fasttrap_isa.c

svn commit: r313119 - stable/11/sys/kern

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 00:54:27 2017 New Revision: 313119 URL: https://svnweb.freebsd.org/changeset/base/313119 Log: MFC r312199: Stop the scheduler upon panic even in non-SMP kernels. Modified: stable/11/sys/kern/kern_shutdown.c Directory Properties: stable/11/ (props changed)

svn commit: r313118 - stable/11/sys/netinet6

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 00:53:33 2017 New Revision: 313118 URL: https://svnweb.freebsd.org/changeset/base/313118 Log: MFC r312307: Improve some of the sysctl descriptions added in r299827. Modified: stable/11/sys/netinet6/in6_proto.c Directory Properties: stable/11/ (props

svn commit: r313117 - stable/11/cddl/contrib/opensolaris/lib/libdtrace/common

2017-02-02 Thread Mark Johnston
Author: markj Date: Fri Feb 3 00:50:41 2017 New Revision: 313117 URL: https://svnweb.freebsd.org/changeset/base/313117 Log: MFC r310332: Avoid modifying the object string table when patching USDT probes. Modified: stable/11/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c Directory

svn commit: r313111 - head/sbin/nvmecontrol

2017-02-02 Thread Warner Losh
Author: imp Date: Thu Feb 2 23:04:00 2017 New Revision: 313111 URL: https://svnweb.freebsd.org/changeset/base/313111 Log: Use aligned buffer for the firmware data. Otherwise, when loading a MAXPHYS bytes of data, the I/O would require MAXPHYS + PAGE_SIZE worth of pages to do the I/O and

svn commit: r313113 - head/sys/dev/nvme

2017-02-02 Thread Warner Losh
Author: imp Date: Thu Feb 2 23:04:06 2017 New Revision: 313113 URL: https://svnweb.freebsd.org/changeset/base/313113 Log: Ensure that the passthrough request will fit in MAXPHYS bytes after it has been rounded to full pages. This avoids a panic in vm_fault_quick_hold_pages due to this

svn commit: r313112 - stable/10/sys/net

2017-02-02 Thread Alan Somers
Author: asomers Date: Thu Feb 2 23:04:01 2017 New Revision: 313112 URL: https://svnweb.freebsd.org/changeset/base/313112 Log: MFC r310180, r310327 r310180: Fix panic during lagg destruction with simultaneous status check If you run "ifconfig lagg0 destroy" and "ifconfig lagg0" at

Re: svn commit: r313104 - in head: contrib/tcpdump usr.sbin/tcpdump/tcpdump

2017-02-02 Thread Gleb Smirnoff
On Thu, Feb 02, 2017 at 01:51:28PM -0800, Ngie Cooper wrote: N> On Thu, Feb 2, 2017 at 11:56 AM, Gleb Smirnoff wrote: N> > Author: glebius N> > Date: Thu Feb 2 19:56:41 2017 N> > New Revision: 313104 N> > URL: https://svnweb.freebsd.org/changeset/base/313104 N> > N> > Log:

Re: svn commit: r313107 - head/libexec/getty

2017-02-02 Thread Alexey Dokuchaev
On Thu, Feb 02, 2017 at 01:56:32PM -0800, Ngie Cooper wrote: > On Thu, Feb 2, 2017 at 12:30 PM, Alexey Dokuchaev wrote: > > Author: danfe (ports committer) > > Date: Thu Feb 2 20:30:50 2017 > > New Revision: 313107 > > URL: https://svnweb.freebsd.org/changeset/base/313107 > >

svn commit: r313109 - in head/sys/i386: i386 isa

2017-02-02 Thread Konstantin Belousov
Author: kib Date: Thu Feb 2 22:02:10 2017 New Revision: 313109 URL: https://svnweb.freebsd.org/changeset/base/313109 Log: Use ANSI definitions for some i386 functions. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/i386/i386/machdep.c

Re: svn commit: r313107 - head/libexec/getty

2017-02-02 Thread Ngie Cooper
On Thu, Feb 2, 2017 at 12:30 PM, Alexey Dokuchaev wrote: > Author: danfe (ports committer) > Date: Thu Feb 2 20:30:50 2017 > New Revision: 313107 > URL: https://svnweb.freebsd.org/changeset/base/313107 > > Log: > Try to fix the old "he capability is stupid" bug in

Re: svn commit: r313104 - in head: contrib/tcpdump usr.sbin/tcpdump/tcpdump

2017-02-02 Thread Ngie Cooper
On Thu, Feb 2, 2017 at 11:56 AM, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Feb 2 19:56:41 2017 > New Revision: 313104 > URL: https://svnweb.freebsd.org/changeset/base/313104 > > Log: > Reduce diff to upstream using HAVE_CAPSICUM instead of __FreeBSD__. It'll >

svn commit: r313108 - stable/11/sys/net

2017-02-02 Thread Alan Somers
Author: asomers Date: Thu Feb 2 21:05:55 2017 New Revision: 313108 URL: https://svnweb.freebsd.org/changeset/base/313108 Log: MFC r310180, r310327 r310180: Fix panic during lagg destruction with simultaneous status check If you run "ifconfig lagg0 destroy" and "ifconfig lagg0" at

svn commit: r313107 - head/libexec/getty

2017-02-02 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Thu Feb 2 20:30:50 2017 New Revision: 313107 URL: https://svnweb.freebsd.org/changeset/base/313107 Log: Try to fix the old "he capability is stupid" bug in gettytab(5)/getty(8) There is one capability explicitly documented in gettytab(5) as stupid:

Re: svn commit: r313006 - in head: sys/conf sys/libkern sys/libkern/x86 sys/sys tests/sys/kern

2017-02-02 Thread Bruce Evans
On Thu, 2 Feb 2017, Konstantin Belousov wrote: On Tue, Jan 31, 2017 at 03:26:32AM +, Conrad E. Meyer wrote: + compile-with"${CC} -c ${CFLAGS:N-nostdinc} ${WERROR} ${PROF} -msse4 ${.IMPSRC}" \ BTW, new gcc has -mcrc32 option, but clang 3.9.1 apparently does not. I've almost

svn commit: r313106 - head/usr.bin/yacc/tests

2017-02-02 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 2 20:01:54 2017 New Revision: 313106 URL: https://svnweb.freebsd.org/changeset/base/313106 Log: Update byacc regression tests to match 20170201. Modified: head/usr.bin/yacc/tests/Makefile Modified: head/usr.bin/yacc/tests/Makefile

svn commit: r313105 - in head/contrib/byacc: . package package/debian package/pkgsrc test test/btyacc test/yacc

2017-02-02 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 2 20:00:01 2017 New Revision: 313105 URL: https://svnweb.freebsd.org/changeset/base/313105 Log: MFV: r313101 Update byacc to 20170201. Added: head/contrib/byacc/test/btyacc/expr.oxout.error - copied unchanged from r313101,

svn commit: r313104 - in head: contrib/tcpdump usr.sbin/tcpdump/tcpdump

2017-02-02 Thread Gleb Smirnoff
Author: glebius Date: Thu Feb 2 19:56:41 2017 New Revision: 313104 URL: https://svnweb.freebsd.org/changeset/base/313104 Log: Reduce diff to upstream using HAVE_CAPSICUM instead of __FreeBSD__. It'll also make it easier to upstream HAVE_CASPER patch. Modified:

svn commit: r313103 - in stable/10: sbin/dhclient sys/dev/mpr usr.bin/chat usr.bin/rpcgen usr.bin/tail usr.sbin/diskinfo

2017-02-02 Thread Alan Somers
Author: asomers Date: Thu Feb 2 19:50:28 2017 New Revision: 313103 URL: https://svnweb.freebsd.org/changeset/base/313103 Log: MFC r311160, r311210, r311288, r311292, r311298, r311340 r311160: misc minor fixes in mpr(4) sys/dev/mpr/mpr_sas.c * Fix a potential null pointer

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

2017-02-02 Thread Gleb Smirnoff
Hartmut, Thanks for explanation! Is there a test program available to reproduce the problem? I want to try the sequence on my branch. On Thu, Feb 02, 2017 at 08:29:20AM +, hartmut.bra...@dlr.de wrote: H> To be honest - I feared that when I saw your messages regarding this. Here is my

Re: svn commit: r312975 - head/sys/i386/include

2017-02-02 Thread Bruce Evans
On Thu, 2 Feb 2017, Konstantin Belousov wrote: On Fri, Feb 03, 2017 at 05:14:15AM +1100, Bruce Evans wrote: You won't want to ifdef this for SMP, so the i386 implementation has further bugs like I expected (fcmpset is not implemented in the CPU_DISABLE_CMPXCHG case). I think it is time to

svn commit: r313102 - vendor/byacc/20170201

2017-02-02 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 2 19:23:07 2017 New Revision: 313102 URL: https://svnweb.freebsd.org/changeset/base/313102 Log: Tag byacc 20170201. Added: vendor/byacc/20170201/ - copied from r313101, vendor/byacc/dist/ ___ svn-src-all@freebsd.org

svn commit: r313101 - in vendor/byacc/dist: . package package/debian package/pkgsrc test test/btyacc test/yacc

2017-02-02 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 2 19:22:26 2017 New Revision: 313101 URL: https://svnweb.freebsd.org/changeset/base/313101 Log: Import byacc 20170201. Added: vendor/byacc/dist/test/btyacc/expr.oxout.error vendor/byacc/dist/test/btyacc/expr.oxout.output

Re: svn commit: r313006 - in head: sys/conf sys/libkern sys/libkern/x86 sys/sys tests/sys/kern

2017-02-02 Thread Konstantin Belousov
On Tue, Jan 31, 2017 at 03:26:32AM +, Conrad E. Meyer wrote: > + compile-with"${CC} -c ${CFLAGS:N-nostdinc} ${WERROR} ${PROF} -msse4 > ${.IMPSRC}" \ BTW, new gcc has -mcrc32 option, but clang 3.9.1 apparently does not. ___

Re: svn commit: r312975 - head/sys/i386/include

2017-02-02 Thread Konstantin Belousov
On Fri, Feb 03, 2017 at 05:14:15AM +1100, Bruce Evans wrote: > You won't want to ifdef this for SMP, so the i386 implementation has > further bugs like I expected (fcmpset is not implemented in the > CPU_DISABLE_CMPXCHG case). I think it is time to remove the option. It certainly outlived it

svn commit: r313100 - in stable/11: sbin/dhclient sys/dev/mpr usr.bin/chat usr.bin/rpcgen usr.bin/tail usr.sbin/diskinfo

2017-02-02 Thread Alan Somers
Author: asomers Date: Thu Feb 2 18:27:20 2017 New Revision: 313100 URL: https://svnweb.freebsd.org/changeset/base/313100 Log: MFC r311160, r311210, r311288, r311292, r311298, r311340 r311160: misc minor fixes in mpr(4) sys/dev/mpr/mpr_sas.c * Fix a potential null pointer

Re: svn commit: r312975 - head/sys/i386/include

2017-02-02 Thread Bruce Evans
On Thu, 2 Feb 2017, Mateusz Guzik wrote: On Wed, Feb 01, 2017 at 10:12:57PM +1100, Bruce Evans wrote: On Mon, 30 Jan 2017, Bruce Evans wrote: On Mon, 30 Jan 2017, Mateusz Guzik wrote: Log: i386: add atomic_fcmpset Tested by: pho This is has some bugs and style bugs. This is still

svn commit: r313099 - head/sys/vm

2017-02-02 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 2 17:44:55 2017 New Revision: 313099 URL: https://svnweb.freebsd.org/changeset/base/313099 Log: Ifdef out the unused vm_rr_selectdomain(). MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/sys/vm/vm_phys.c Modified: head/sys/vm/vm_phys.c

svn commit: r313098 - head/sys/modules

2017-02-02 Thread Kurt Lidl
Author: lidl Date: Thu Feb 2 17:43:00 2017 New Revision: 313098 URL: https://svnweb.freebsd.org/changeset/base/313098 Log: Fix compilation for mips64 platforms The hwpmc_mips24k / hwpmc_mips74k modules are only for mips 32-bit hosts. Reviewed by: adrian Modified:

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

2017-02-02 Thread John Baldwin
Author: jhb Date: Thu Feb 2 17:29:15 2017 New Revision: 313097 URL: https://svnweb.freebsd.org/changeset/base/313097 Log: Require Data Layer Active reporting for native PCI-e HotPlug. Some PCI-e bridges report that they support HotPlug in the slot capabilities but do not report support

svn commit: r313096 - stable/10/share/man/man5

2017-02-02 Thread Konstantin Belousov
Author: kib Date: Thu Feb 2 13:40:37 2017 New Revision: 313096 URL: https://svnweb.freebsd.org/changeset/base/313096 Log: MFC r312649: Document mount option "nonc" for tmpfs. Modified: stable/10/share/man/man5/tmpfs.5 Directory Properties: stable/10/ (props changed) Modified:

svn commit: r313095 - stable/10/sys/fs/tmpfs

2017-02-02 Thread Konstantin Belousov
Author: kib Date: Thu Feb 2 13:39:11 2017 New Revision: 313095 URL: https://svnweb.freebsd.org/changeset/base/313095 Log: MFC r312432: Add a mount option for tmpfs(5) to not use namecache. Modified: stable/10/sys/fs/tmpfs/tmpfs.h stable/10/sys/fs/tmpfs/tmpfs_subr.c

svn commit: r313094 - stable/10/sys/fs/tmpfs

2017-02-02 Thread Konstantin Belousov
Author: kib Date: Thu Feb 2 13:38:01 2017 New Revision: 313094 URL: https://svnweb.freebsd.org/changeset/base/313094 Log: MFC r312430: Implement VOP_VPTOCNP() for tmpfs. Modified: stable/10/sys/fs/tmpfs/tmpfs_vnops.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r313093 - stable/10/sys/fs/tmpfs

2017-02-02 Thread Konstantin Belousov
Author: kib Date: Thu Feb 2 13:37:00 2017 New Revision: 313093 URL: https://svnweb.freebsd.org/changeset/base/313093 Log: MFC r312429: VNON nodes cannot exist. Modified: stable/10/sys/fs/tmpfs/tmpfs_subr.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r313092 - stable/10/sys/fs/tmpfs

2017-02-02 Thread Konstantin Belousov
Author: kib Date: Thu Feb 2 13:36:07 2017 New Revision: 313092 URL: https://svnweb.freebsd.org/changeset/base/313092 Log: MFC r312428: Refcount tmpfs nodes and mount structures. Modified: stable/10/sys/fs/tmpfs/tmpfs.h stable/10/sys/fs/tmpfs/tmpfs_subr.c

svn commit: r313091 - head/sys/contrib/dev/ath/ath_hal/ar9300

2017-02-02 Thread Adrian Chadd
Author: adrian Date: Thu Feb 2 09:19:57 2017 New Revision: 313091 URL: https://svnweb.freebsd.org/changeset/base/313091 Log: [ath_hal] [ar9300] initial radar detection glue. * flesh out a "get default DFS parameters" routine * remove the stub that returns NULL * fix up the enable DFS

Re: svn commit: r312910 - in head: . etc/etc.pc98 etc/rc.d lib/libsysdecode libexec release release/doc release/doc/en_US.ISO8859-1/hardware release/doc/en_US.ISO8859-1/readme release/doc/share/exampl

2017-02-02 Thread Mark Linimon
On Thu, Feb 02, 2017 at 06:07:23PM +1100, Peter Jeremy wrote: > It clearly states to users that their system is unsupported and > explains how they can bypass the check if they know what they are > doing. It also prevents us from making a promise that we have no intention of keeping (e.g.,

RE: svn commit: r313043 - head/sys/kern

2017-02-02 Thread Hartmut.Brandt
Sure. Let's settle this a couple of days. harti -Original Message- From: hiren panchasara [mailto:hi...@strugglingcoder.info] Sent: Wednesday, February 01, 2017 6:33 PM To: Hartmut Brandt Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-h...@freebsd.org Subject: Re: svn

RE: svn commit: r313043 - head/sys/kern

2017-02-02 Thread Hartmut.Brandt
To be honest - I feared that when I saw your messages regarding this. Here is my original message from july. Attached is also a small test program. Hi, I'm trying to use asio (that's boost::asio without boost) to handle listening sockets asynchronuosly. This appears not to work. There are also