svn commit: r283278 - head/sys/dev/sfxge

2015-05-22 Thread Andrew Rybchenko
Author: arybchik Date: Fri May 22 07:39:21 2015 New Revision: 283278 URL: https://svnweb.freebsd.org/changeset/base/283278 Log: sfxge: relax assertion to allow RST flag in TSO packets Kernel under stress load, mixed MC reboot and sfupdate really generates TSO packet with RST flag. It wi

Re: svn commit: r283109 - head/sys/x86/x86

2015-05-22 Thread Andriy Gapon
On 19/05/2015 17:21, Konstantin Belousov wrote: > Author: kib > Date: Tue May 19 14:21:00 2015 > New Revision: 283109 > URL: https://svnweb.freebsd.org/changeset/base/283109 > > Log: > When sleeping in Sx state using MWAIT instruction, accept fast wakeup > requests from writes to the monitored

Re: svn commit: r279437 - head/sys/cddl/compat/opensolaris/sys

2015-05-22 Thread Andriy Gapon
On 01/03/2015 02:22, Ryan Stone wrote: > Author: rstone > Date: Sun Mar 1 00:22:45 2015 > New Revision: 279437 > URL: https://svnweb.freebsd.org/changeset/base/279437 > > Log: > Allow Illumos code to co-exist with nv(9) > > Differential Revision: https://reviews.freebsd.org/D1

Re: svn commit: r283275 - head/sys/dev/fdt

2015-05-22 Thread Andrew Turner
On Fri, 22 May 2015 02:00:45 + (UTC) Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Fri May 22 02:00:44 2015 > New Revision: 283275 > URL: https://svnweb.freebsd.org/changeset/base/283275 > > Log: > Add helper method fdt_find_child to make access to child nodes > easier. > Some FDT

svn commit: r283281 - head/sys/fs/procfs

2015-05-22 Thread John Baldwin
Author: jhb Date: Fri May 22 11:03:51 2015 New Revision: 283281 URL: https://svnweb.freebsd.org/changeset/base/283281 Log: Always set p_oppid when attaching to an existing process via procfs tracing. This matches the behavior of ptrace(PT_ATTACH). Also, the procfs detach request assumes p_

svn commit: r283282 - in head: sys/kern tests/sys/kern

2015-05-22 Thread John Baldwin
Author: jhb Date: Fri May 22 11:04:54 2015 New Revision: 283282 URL: https://svnweb.freebsd.org/changeset/base/283282 Log: Only reparent a traced process to its old parent if the tracing process is not the old parent. Otherwise, proc_reap() will leave the zombie in place resulting in the pro

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

2015-05-22 Thread John Baldwin
Author: jhb Date: Fri May 22 11:09:41 2015 New Revision: 283283 URL: https://svnweb.freebsd.org/changeset/base/283283 Log: Expand ktr_mask to be a 64-bit unsigned integer. The mask does not really need to be updated with atomic operations and the downside of losing races during transition

svn commit: r283285 - in head: usr.bin/ctlstat usr.sbin/ctladm usr.sbin/ctld usr.sbin/iostat

2015-05-22 Thread Edward Tomasz Napierala
Author: trasz Date: Fri May 22 11:59:37 2015 New Revision: 283285 URL: https://svnweb.freebsd.org/changeset/base/283285 Log: Advertise ctlstat(8) a little better. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/ctlstat/ctlstat.8 head/usr.sbin/ctladm/

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

2015-05-22 Thread Edward Tomasz Napierala
Author: trasz Date: Fri May 22 12:01:29 2015 New Revision: 283286 URL: https://svnweb.freebsd.org/changeset/base/283286 Log: Start documenting ctl(4) sysctls. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/ctl.4 Modified: head/share/man/man4/c

svn commit: r283287 - head/sys/arm/ti/cpsw

2015-05-22 Thread Andrew Turner
Author: andrew Date: Fri May 22 14:25:23 2015 New Revision: 283287 URL: https://svnweb.freebsd.org/changeset/base/283287 Log: Add a miibus_statchg and use it to enable Gigabit mode when appropriate. MFC after:1 week Modified: head/sys/arm/ti/cpsw/if_cpsw.c Modified: head/sys/arm/ti/

svn commit: r283288 - head/usr.sbin/bsdinstall/scripts

2015-05-22 Thread Allan Jude
Author: allanjude (doc committer) Date: Fri May 22 15:57:42 2015 New Revision: 283288 URL: https://svnweb.freebsd.org/changeset/base/283288 Log: Fix a syntax error in bsdinstall/zfsboot Differential Revision:https://reviews.freebsd.org/D2571 Submitted by: Michael Dexter Approved

Re: svn commit: r279603 - in head: bin/rcp usr.bin/rlogin usr.bin/rsh

2015-05-22 Thread Slawa Olhovchenkov
On Wed, Mar 11, 2015 at 12:27:15AM -0400, Benjamin Kaduk wrote: > > > should never type my password at something which is not a trusted local > > > binary. > > > > As I know, you can't use kerberos outside controled perimeter (with > > working NTP sync, revers DNS and etc). I.e. from random [netwo

svn commit: r283290 - head/sys/dev/e1000

2015-05-22 Thread Sean Bruno
Author: sbruno Date: Fri May 22 17:01:43 2015 New Revision: 283290 URL: https://svnweb.freebsd.org/changeset/base/283290 Log: Bump rx_overruns when indicated by the ICR mask. PR: 199716 MFC after:3 days Sponsored by: Limelight Networks Modified: head/sys/dev/e1000/if_em

svn commit: r283291 - in head/sys: amd64/amd64 amd64/vmm/io arm/amlogic/aml8726 arm/freescale/imx cddl/contrib/opensolaris/uts/common/dtrace cddl/contrib/opensolaris/uts/common/fs/zfs cddl/dev/prof...

2015-05-22 Thread Jung-uk Kim
Author: jkim Date: Fri May 22 17:05:21 2015 New Revision: 283291 URL: https://svnweb.freebsd.org/changeset/base/283291 Log: CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten years for head. However, it is continuously misused as the mpsafe argument for callout_init(

svn commit: r283293 - in head/sys/amd64/vmm: . intel

2015-05-22 Thread Neel Natu
Author: neel Date: Fri May 22 17:34:22 2015 New Revision: 283293 URL: https://svnweb.freebsd.org/changeset/base/283293 Log: Don't rely on the 'VM-exit instruction length' field in the VMCS to always have an accurate length on an EPT violation. This is not needed by the instruction decoding c

svn commit: r283295 - head/contrib/ipfilter/tools

2015-05-22 Thread Ed Maste
Author: emaste Date: Fri May 22 18:31:26 2015 New Revision: 283295 URL: https://svnweb.freebsd.org/changeset/base/283295 Log: ipf(1): Use strchr(3) instead of deprecated index(3) Reviewed by: cy MFC after:1 week Sponsored by: The FreeBSD Foundation Differential Revision:h

Re: svn commit: r283275 - head/sys/dev/fdt

2015-05-22 Thread Oleksandr Tymoshenko
> On May 22, 2015, at 3:53 AM, Andrew Turner wrote: > > On Fri, 22 May 2015 02:00:45 + (UTC) > Oleksandr Tymoshenko wrote: > >> Author: gonzo >> Date: Fri May 22 02:00:44 2015 >> New Revision: 283275 >> URL: https://svnweb.freebsd.org/changeset/base/283275 >> >> Log: >> Add helper method

svn commit: r283296 - head/sys/ddb

2015-05-22 Thread Pedro F. Giffuni
Author: pfg Date: Fri May 22 19:04:06 2015 New Revision: 283296 URL: https://svnweb.freebsd.org/changeset/base/283296 Log: ddb: Use NULL for pointers Hinted by:DragonflyBSD Modified: head/sys/ddb/db_command.c Modified: head/sys/ddb/db_command.c =

Re: svn commit: r282415 - head/usr.sbin/ntp

2015-05-22 Thread John-Mark Gurney
Cy Schubert wrote this message on Sun, May 17, 2015 at 17:53 -0700: > In message <20150517190810.4006b...@bender.home>, Andrew Turner writes: > > On Mon, 4 May 2015 12:42:53 + (UTC) > > Cy Schubert wrote: > > > > > Author: cy > > > Date: Mon May 4 12:42:52 2015 > > > New Revision: 282415 > >

Re: svn commit: r282415 - head/usr.sbin/ntp

2015-05-22 Thread Ian Lepore
On Fri, 2015-05-22 at 12:57 -0700, John-Mark Gurney wrote: > Cy Schubert wrote this message on Sun, May 17, 2015 at 17:53 -0700: > > In message <20150517190810.4006b...@bender.home>, Andrew Turner writes: > > > On Mon, 4 May 2015 12:42:53 + (UTC) > > > Cy Schubert wrote: > > > > > > > Author:

svn commit: r283297 - in head/sys: arm/include kern sys

2015-05-22 Thread Warner Losh
Author: imp Date: Fri May 22 20:50:35 2015 New Revision: 283297 URL: https://svnweb.freebsd.org/changeset/base/283297 Log: Export the eflags field from the elf header. This allows better discrimination between different subarch binaries, at least for mips and arm. Arm is implemented, mips is

svn commit: r283298 - head/release

2015-05-22 Thread Glen Barber
Author: gjb Date: Fri May 22 21:04:42 2015 New Revision: 283298 URL: https://svnweb.freebsd.org/changeset/base/283298 Log: Fix a number of logic and/or naming problems in Makefile.mirrors. Reduce a number of duplicated logic. As of this commit, this file does exactly what it is needed to

svn commit: r283299 - head/sys/amd64/vmm

2015-05-22 Thread Neel Natu
Author: neel Date: Fri May 22 21:09:11 2015 New Revision: 283299 URL: https://svnweb.freebsd.org/changeset/base/283299 Log: Remove the verification of instruction length after instruction decode. The check has been bogus since r273375. MFC after:1 week Modified: head/sys/amd64/vmm/

svn commit: r283300 - head/sys/kern

2015-05-22 Thread Warner Losh
Author: imp Date: Fri May 22 21:10:14 2015 New Revision: 283300 URL: https://svnweb.freebsd.org/changeset/base/283300 Log: Fix typo in symbol name. It helps to hit save in all your buffers before committing. Modified: head/sys/kern/imgact_elf.c Modified: head/sys/kern/imgact_elf.c

svn commit: r283301 - head/etc/rc.d

2015-05-22 Thread Peter Wemm
Author: peter Date: Fri May 22 21:33:13 2015 New Revision: 283301 URL: https://svnweb.freebsd.org/changeset/base/283301 Log: Adjust default argument construction for -c to be getopt compliant for consistency, even though unbound understood it. Modified: head/etc/rc.d/local_unbound Modified

svn commit: r283302 - head/release

2015-05-22 Thread Glen Barber
Author: gjb Date: Fri May 22 21:38:11 2015 New Revision: 283302 URL: https://svnweb.freebsd.org/changeset/base/283302 Log: Fix staging virtual machine images for ftp propagation. MFC after:3 days X-MFC-Note: needs all previous changes Sponsored by: The FreeBSD Foundation Modified

svn commit: r283304 - head/bin/ps

2015-05-22 Thread Marcel Moolenaar
Author: marcel Date: Fri May 22 23:07:55 2015 New Revision: 283304 URL: https://svnweb.freebsd.org/changeset/base/283304 Log: Convert to use libxo. Document use of libxo as well. Obtained from: Phil Shafer Sponsored by: Juniper Networks, Inc. Modified: head/bin/ps/Makefile head/b

Re: svn commit: r283304 - head/bin/ps

2015-05-22 Thread Bryan Drewery
On 5/22/2015 6:07 PM, Marcel Moolenaar wrote: > +.Op Fl -libxo This [--libxo] is really lacking in documentation. ~ # man w|grep xo w [--libxo] [-dhin] [-M core] [-N system] [user ...] finger(1), ps(1), uptime(1), who(1), libxo(3), xo_parse_args(3) ~ # w --libxo w: missing libxo option

svn commit: r283307 - head/release/i386

2015-05-22 Thread Glen Barber
Author: gjb Date: Sat May 23 00:32:58 2015 New Revision: 283307 URL: https://svnweb.freebsd.org/changeset/base/283307 Log: Use mkimg(1) to create the i386 memstick images, similar to how is done for amd64. The exception here is there is no EFI partition for i386. MFC after:3 days

svn commit: r283308 - head/sys/amd64/vmm

2015-05-22 Thread Neel Natu
Author: neel Date: Sat May 23 01:17:50 2015 New Revision: 283308 URL: https://svnweb.freebsd.org/changeset/base/283308 Log: Exceptions don't deliver an error code in real mode. MFC after:1 week Modified: head/sys/amd64/vmm/vmm.c Modified: head/sys/amd64/vmm/vmm.c ===