svn commit: r288682 - in head: contrib/ipfilter tests/sys/kern/execve tests/sys/kqueue

2015-10-04 Thread Garrett Cooper
Author: ngie Date: Mon Oct 5 03:25:30 2015 New Revision: 288682 URL: https://svnweb.freebsd.org/changeset/base/288682 Log: Remove some paths preparing for a re-copy from head Deleted: head/contrib/ipfilter/ head/tests/sys/kern/execve/ head/tests/sys/kqueue/

svn commit: r288683 - in head: contrib/ipfilter tests/sys/kern/execve tests/sys/kqueue

2015-10-04 Thread Garrett Cooper
Author: ngie Date: Mon Oct 5 03:26:51 2015 New Revision: 288683 URL: https://svnweb.freebsd.org/changeset/base/288683 Log: Revert r288682 I meant to do this on ^/user/ngie/more-tests Pointyhat to: ngie (use svn info next time...) Added: - copied from r288681,

svn commit: r288662 - in head/sys/arm: arm include

2015-10-04 Thread Robert Watson
Author: rwatson Date: Sun Oct 4 09:39:40 2015 New Revision: 288662 URL: https://svnweb.freebsd.org/changeset/base/288662 Log: Add missing stack unwind information to several assembly functions on ARMv6/7: - Define _SAVE() macro to allow unwind data to be conditionally defined for

svn commit: r288654 - head/sys/net

2015-10-04 Thread Marcelo Araujo
Author: araujo Date: Sun Oct 4 08:00:29 2015 New Revision: 288654 URL: https://svnweb.freebsd.org/changeset/base/288654 Log: Remove per complete the fec aggregation protocol. The remove began with revision r271733. NOTE: This patch must never be merge to 10-Stable Reviewed by:

Re: svn commit: r288653 - in head/sys/dev/drm2: . i915

2015-10-04 Thread Konstantin Belousov
On Sun, Oct 04, 2015 at 07:45:37AM +, Adrian Chadd wrote: > * Add missing case statement (gen == 3) in intel_gpu_reset(). This seems to be wrong. The i915 and G33 chipsets do not have registers declared in the 8xx chipset documentation. More, i915 and G33 have different reset procedures.

svn commit: r288657 - head/sys/netinet6

2015-10-04 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Oct 4 08:21:15 2015 New Revision: 288657 URL: https://svnweb.freebsd.org/changeset/base/288657 Log: Add __noinline attribute to several functions to ease dtrace instrumentation Modified: head/sys/netinet6/nd6.c Modified: head/sys/netinet6/nd6.c

svn commit: r288665 - head/sys/arm64/arm64

2015-10-04 Thread Konstantin Belousov
Author: kib Date: Sun Oct 4 12:52:30 2015 New Revision: 288665 URL: https://svnweb.freebsd.org/changeset/base/288665 Log: When asserting IL bit in exception syndrome register, print the raw register value. Reviewed by: andrew Sponsored by: The FreeBSD Foundation Modified:

svn commit: r288658 - head/sys/netinet6

2015-10-04 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Oct 4 08:33:16 2015 New Revision: 288658 URL: https://svnweb.freebsd.org/changeset/base/288658 Log: Eliminate nd6_llinfo_settimer(). All consumers were converted to use nd6_llinfo_settimer_locked() in r216022. Make nd6_llinfo_settimer_locked() static: last

svn commit: r288664 - head/sys/netinet6

2015-10-04 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Oct 4 12:42:07 2015 New Revision: 288664 URL: https://svnweb.freebsd.org/changeset/base/288664 Log: Simplify if (lladdr) condition in nd6_cache_lladdr(): For case (7) (new entry) nothing has to be done except lle_event. Invoke this event directly from "create

svn commit: r288653 - in head/sys/dev/drm2: . i915

2015-10-04 Thread Adrian Chadd
Author: adrian Date: Sun Oct 4 07:45:36 2015 New Revision: 288653 URL: https://svnweb.freebsd.org/changeset/base/288653 Log: drm2: a few minor fixes after r280183 * Remove obsolete drm_agp_*_memory() prototypes. * Fix comment in drm_fops.c (outisde -> outside). * Fix some formatting

svn commit: r288652 - head/sys/netinet6

2015-10-04 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Oct 4 07:02:17 2015 New Revision: 288652 URL: https://svnweb.freebsd.org/changeset/base/288652 Log: Fix condition for nd6_llinfo_getholdsrc() introduced in r287484. Effectively it always returned NULL so SAS was always performed and sometimes the result might

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

2015-10-04 Thread Glen Barber
On Sat, Oct 03, 2015 at 10:30:40AM +0300, Konstantin Belousov wrote: > On Sat, Oct 03, 2015 at 10:02:56AM +0300, Konstantin Belousov wrote: > > On Fri, Oct 02, 2015 at 10:27:56AM -0600, Ian Lepore wrote: > > > On Fri, 2015-10-02 at 18:20 +0300, Konstantin Belousov wrote: > > > > On Fri, Oct 02,

svn commit: r288667 - head/sys/dev/usb/wlan

2015-10-04 Thread Kevin Lo
Author: kevlo Date: Sun Oct 4 13:40:22 2015 New Revision: 288667 URL: https://svnweb.freebsd.org/changeset/base/288667 Log: Replace M_NOWAIT with M_WAITOK for consistency with other wireless drivers. Modified: head/sys/dev/usb/wlan/if_upgt.c Modified: head/sys/dev/usb/wlan/if_upgt.c

svn commit: r288666 - head/sys/dev/usb/wlan

2015-10-04 Thread Kevin Lo
Author: kevlo Date: Sun Oct 4 13:39:00 2015 New Revision: 288666 URL: https://svnweb.freebsd.org/changeset/base/288666 Log: Fix max TX power settings for RT5390/RT5392. While here remove wrong definition of RT2860_USB_PHY_MAN_RST. Modified: head/sys/dev/usb/wlan/if_run.c

svn commit: r288671 - head/sys/arm64/arm64

2015-10-04 Thread Andrew Turner
Author: andrew Date: Sun Oct 4 21:16:45 2015 New Revision: 288671 URL: https://svnweb.freebsd.org/changeset/base/288671 Log: When trying to execute from a misaligned address raise a SIGBUS with the invalid address alignment code. Obtained from:EuroBSDCon Sponsored by: ABT

svn commit: r288670 - head/sys/netinet6

2015-10-04 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Oct 4 19:10:27 2015 New Revision: 288670 URL: https://svnweb.freebsd.org/changeset/base/288670 Log: Invoke lle_event for new entry iff it has lladdr set. Modified: head/sys/netinet6/nd6.c Modified: head/sys/netinet6/nd6.c

svn commit: r288669 - head/share/mk

2015-10-04 Thread Pedro F. Giffuni
Author: pfg Date: Sun Oct 4 18:54:02 2015 New Revision: 288669 URL: https://svnweb.freebsd.org/changeset/base/288669 Log: Bump the stack protector to level "strong". The general stack protector is known to be weak and has pretty small coverage. While setting stack-protector-all would

svn commit: r288672 - head/sys/mips/conf

2015-10-04 Thread Sean Bruno
Author: sbruno Date: Sun Oct 4 22:50:37 2015 New Revision: 288672 URL: https://svnweb.freebsd.org/changeset/base/288672 Log: Set correct argemdio addr, comment out arge1 as its not physically connected to anything. Move a couple of devices out of the kernel and into modules. Modified:

svn commit: r288678 - head/bin/ls/tests

2015-10-04 Thread Garrett Cooper
Author: ngie Date: Mon Oct 5 00:33:57 2015 New Revision: 288678 URL: https://svnweb.freebsd.org/changeset/base/288678 Log: Merge additional testcases and improvements to bin/ls/ls_tests from ^/user/ngie/more-tests. - Additional testcases added: -- ls -D -- ls -F -- ls -H -- ls

svn commit: r288681 - stable/10/sys/conf

2015-10-04 Thread Peter Wemm
Author: peter Date: Mon Oct 5 01:25:51 2015 New Revision: 288681 URL: https://svnweb.freebsd.org/changeset/base/288681 Log: Fix broken build, again. cddl/contrib/opensolaris/uts/common/fs/zfs/bqueue.c wasn't added to conf/files in r286705 and was fixed by r286718. The broken version

svn commit: r288689 - head/sys/dev/ath

2015-10-04 Thread Kevin Lo
Author: kevlo Date: Mon Oct 5 05:24:16 2015 New Revision: 288689 URL: https://svnweb.freebsd.org/changeset/base/288689 Log: Remove the unnecessary cast. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

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

2015-10-04 Thread Konstantin Belousov
Author: kib Date: Mon Oct 5 05:33:30 2015 New Revision: 288690 URL: https://svnweb.freebsd.org/changeset/base/288690 Log: MFC r288068: Ensure that maxproc does not exceed pid_max, at the time of boot. Modified: stable/10/sys/kern/subr_param.c Directory Properties: stable/10/ (props