Re: svn commit: r308434 - in head: lib/libstand sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/i386/libfirewire sys/boot/i386/libi386 sys/boot/mips/beri/loader sys/boot/ofw/libofw sy

2016-11-10 Thread Kamil Czekirda
cp /usr/src/lib/libstand/libstand.h /usr/include/stand.h fixed that thanks 2016-11-10 23:28 GMT+01:00 Toomas Soome : > the patch does update the lib/libstand/stand.h to have: > > struct devsw { > . . . > int (*dv_print)(int verbose); > > it was void before; from your

svn commit: r308493 - in head: contrib/amd contrib/amd/amd contrib/amd/amq contrib/amd/conf/checkmount contrib/amd/conf/mtab contrib/amd/conf/nfs_prot contrib/amd/conf/transp contrib/amd/conf/umoun...

2016-11-10 Thread Cy Schubert
Author: cy Date: Fri Nov 11 02:42:53 2016 New Revision: 308493 URL: https://svnweb.freebsd.org/changeset/base/308493 Log: MFV r305100: Update amd from am-utils 6.1.5 to 6.2. Used extensively on my network over the past month. Reviewed by: pfg, brooks Suggested by: pfg Obtained

Re: svn commit: r308130 - in head: . gnu/lib/libgcc gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/libc lib/libc/mip

2016-11-10 Thread Adrian Chadd
The places where we set MIPS_SR_COP_1_BIT in locore.S, exception.S. -adrian On 10 November 2016 at 13:34, Ruslan Bukin wrote: > Hi, Adrian, > > thanks, but I have lack of ideas yet. > > I just tested this on Ingenic X1000 (mips.mipsel) and it works fine, > as well

Re: svn commit: r305843 - in head/sys/mips: include mips

2016-11-10 Thread Adrian Chadd
hi, This patch breaks stuff on my mips24k SoCs (ie, all the atheros chips.) BAD_PAGE_FAULT: pid 1 tid 11 (init), uid 0: pc 0x4002a4 got a read fault (type 0x2) at 0 Trapframe Register Dump: zero: 0at: 0v0: 0v1: 0 a0: 0x7fffeecca1: 0a2: 0a3: 0 t0: 0t1:

Re: svn commit: r308175 - head/libexec/ftpd

2016-11-10 Thread Ngie Cooper
On Thu, Nov 10, 2016 at 1:25 PM, Matteo Riondato wrote: > >> On Nov 1, 2016, at 2:18 PM, Kurt Lidl wrote: >> >> Author: lidl >> Date: Tue Nov 1 18:18:09 2016 >> New Revision: 308175 >> URL: https://svnweb.freebsd.org/changeset/base/308175 >> >> Log: >>

Re: svn commit: r308434 - in head: lib/libstand sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/i386/libfirewire sys/boot/i386/libi386 sys/boot/mips/beri/loader sys/boot/ofw/libofw sy

2016-11-10 Thread Toomas Soome
the patch does update the lib/libstand/stand.h to have: struct devsw { . . . int (*dv_print)(int verbose); it was void before; from your svnlite log I can see the lib/libstand/stand.h is updated, could you confirm if it is int now? if it is, I suspect the build is getting the old

Re: svn commit: r308434 - in head: lib/libstand sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/i386/libfirewire sys/boot/i386/libi386 sys/boot/mips/beri/loader sys/boot/ofw/libofw sy

2016-11-10 Thread Kamil Czekirda
Hi, I got the following: root@current:/usr/src # svnlite up -r r308434 Updating '.': Ulib/libstand/stand.h Usys/boot/common/dev_net.c Usys/boot/common/module.c Usys/boot/common/part.c Usys/boot/common/util.c Usys/boot/common/util.h Usys/boot/efi/libefi/efinet.c U

Re: svn commit: r308130 - in head: . gnu/lib/libgcc gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/libc lib/libc/mip

2016-11-10 Thread Ruslan Bukin
Hi, Adrian, thanks, but I have lack of ideas yet. I just tested this on Ingenic X1000 (mips.mipsel) and it works fine, as well as mips.mipselhf (this hardware has FPU). I have no hardware without FPU. What exactly COP_1 bits you have commented to get rid of COP1_UNUSABLE? Ruslan On Thu, Nov

Re: svn commit: r308175 - head/libexec/ftpd

2016-11-10 Thread Matteo Riondato
> On Nov 1, 2016, at 2:18 PM, Kurt Lidl wrote: > > Author: lidl > Date: Tue Nov 1 18:18:09 2016 > New Revision: 308175 > URL: https://svnweb.freebsd.org/changeset/base/308175 > > Log: > Revisit blacklistd support in ftpd This commit is breaking buildworld for me with

Re: svn commit: r308130 - in head: . gnu/lib/libgcc gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/libc lib/libc/mip

2016-11-10 Thread Adrian Chadd
ok, so there are two problems with mips now. * COP1_UNUSABLE - which is now being logged, and we were likely triggering it before. The problem: we always turned it on. If I comment out flipping on the COP1 bits in the .S files, those exceptions go away. * Page faults, but that may be me with an

svn commit: r308490 - head/contrib/bsnmp/lib

2016-11-10 Thread Shteryana Shopova
Author: syrinx Date: Thu Nov 10 20:51:26 2016 New Revision: 308490 URL: https://svnweb.freebsd.org/changeset/base/308490 Log: Reply to a snmpEngineID discovery PDU with a Report PDU as per the requirements of RFC 3414 section 4. PR: 174974 Submitted by: pgu...@kallisys.net Reported

Re: svn commit: r308130 - in head: . gnu/lib/libgcc gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/libc lib/libc/mip

2016-11-10 Thread Adrian Chadd
hi, This fails to boot on actual mips24k hardware, no hardfloat: COP1_UNUSABLE: pid 1 tid 11 (init), uid 0: pc 0x404237c0 ra 0x404224d4 Trapframe Register Dump: zero: 0at: 0xffe0v0: 0x404471b8v1: 0x .. lots of that the moment we boot userland.

svn commit: r308489 - in head/usr.bin: systat top vmstat

2016-11-10 Thread Mark Johnston
Author: markj Date: Thu Nov 10 19:55:45 2016 New Revision: 308489 URL: https://svnweb.freebsd.org/changeset/base/308489 Log: Add the laundry page count to the displays of systat, top, and vmstat. Reviewed by: alc, kib Differential Revision:https://reviews.freebsd.org/D8467

svn commit: r308487 - head/contrib/llvm/lib/Target/AArch64

2016-11-10 Thread Dimitry Andric
Author: dim Date: Thu Nov 10 19:40:14 2016 New Revision: 308487 URL: https://svnweb.freebsd.org/changeset/base/308487 Log: Pull in r263301 from upstream llvm trunk (by Ahmed Bougacha): [AArch64] Don't blindly lower f16/f128 FCCMPs. Instead, extend f16 (like we do when lowering a

svn commit: r308486 - head/sbin/pfctl

2016-11-10 Thread Kristof Provost
Author: kp Date: Thu Nov 10 18:41:43 2016 New Revision: 308486 URL: https://svnweb.freebsd.org/changeset/base/308486 Log: pfctl: fix nested inline anchors Import the OpenBSD fix for nested inline anchors. PR: 196314 Submitted by: kri...@cflinux.hu Obtained from:

svn commit: r308485 - head/sys/net80211

2016-11-10 Thread Adrian Chadd
Author: adrian Date: Thu Nov 10 18:36:40 2016 New Revision: 308485 URL: https://svnweb.freebsd.org/changeset/base/308485 Log: [net80211] implement "first RX defines the BAW" hack. Unfortunately (sigh) some firmware doesn't provide the RX BA starting point, so we need to cope and set a

svn commit: r308484 - head

2016-11-10 Thread Antoine Brodin
Author: antoine Date: Thu Nov 10 16:27:34 2016 New Revision: 308484 URL: https://svnweb.freebsd.org/changeset/base/308484 Log: Add limits(1) to native-xtools so that it can be used in qemu user-mode jails Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r308483 - head/contrib/llvm/projects/libunwind/src

2016-11-10 Thread Ruslan Bukin
Author: br Date: Thu Nov 10 12:54:33 2016 New Revision: 308483 URL: https://svnweb.freebsd.org/changeset/base/308483 Log: Implement riscv jumpto() so world can be compiled. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Modified:

svn commit: r308480 - head/sys/dev/hwpmc

2016-11-10 Thread Andriy Gapon
Author: avg Date: Thu Nov 10 11:12:45 2016 New Revision: 308480 URL: https://svnweb.freebsd.org/changeset/base/308480 Log: pmc_process_csw_out: ignore deleted counters I see the fllowing panic on AMD when exiting pmcstat: panic: [pmc,1473] pp_pmcval outside of expected range cpu=2

svn commit: r308479 - head/usr.sbin/watchdogd

2016-11-10 Thread Andriy Gapon
Author: avg Date: Thu Nov 10 10:45:12 2016 New Revision: 308479 URL: https://svnweb.freebsd.org/changeset/base/308479 Log: fix a watchdogd regression introduced in r308040 The code assumed that 'timeout' and 'timeout_sec' are in sync which they weren't if no '-t' option was passed to

一天49个一对一回复,抵得过一个月的寻盘量

2016-11-10 Thread prosecutefnvsv
我已邀请您填写以下表单: 未命名的表单 要填写此表单,请访问: https://docs.google.com/forms/d/e/1FAIpQLSf-qlIGUGpU2Wmr30ytXSp5kVbYqYzL5gk5nNcUyPz6EojROQ/viewform?c=0w=1usp=mail_form_link 主动找客户的时代 1.让全球潜在客户都记住你 (对全球目标客户周期主动建立联络,精准推广效果) 2.让团队更加稳定( 业务员主动创造机会,每天有事做) 3.客户资料,来往邮件,轻松管理(客户资料集中,往来邮件自动形成联系记录,有效 辅导业务团队) 4.轻松启动外贸业务(