svn commit: r286305 - in stable/10: gnu/usr.bin/gdb/kgdb sys/amd64/include sys/cddl/dev/dtrace/i386 sys/i386/include

2015-08-05 Thread Konstantin Belousov
Author: kib Date: Wed Aug 5 07:21:44 2015 New Revision: 286305 URL: https://svnweb.freebsd.org/changeset/base/286305 Log: MFC r285041: Use single instance of the identical INKERNEL() and PMC_IN_KERNEL() macros on amd64 and i386. On i386, correct the lowest kernel address. Modified:

svn commit: r286306 - stable/10/sys/vm

2015-08-05 Thread Konstantin Belousov
Author: kib Date: Wed Aug 5 07:29:59 2015 New Revision: 286306 URL: https://svnweb.freebsd.org/changeset/base/286306 Log: MFC r285046: Account for the main process stack being one page below the highest user address when ABI uses shared page. Modified: stable/10/sys/vm/vm_map.c

svn commit: r286308 - in stable/10/sys/amd64: amd64 include linux32

2015-08-05 Thread Konstantin Belousov
Author: kib Date: Wed Aug 5 07:35:34 2015 New Revision: 286308 URL: https://svnweb.freebsd.org/changeset/base/286308 Log: MFC r284921: pcb_gs32sd is unused for long time, remove it. Keep the padding in pcb. Modified: stable/10/sys/amd64/amd64/genassym.c

svn commit: r286316 - stable/10/sys/netinet6

2015-08-05 Thread Andrey V. Elsukov
Author: ae Date: Wed Aug 5 11:24:40 2015 New Revision: 286316 URL: https://svnweb.freebsd.org/changeset/base/286316 Log: MFC r285710: Invoke LLE event handler when entry is deleted. Modified: stable/10/sys/netinet6/in6.c Directory Properties: stable/10/ (props changed) Modified:

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

2015-08-05 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Aug 5 15:57:08 2015 New Revision: 286322 URL: https://svnweb.freebsd.org/changeset/base/286322 Log: Make the kern.racct.tunable actually work. This is a direct commit to 10-STABLE - 11-CURRENT is not affected, because tunables are automatically fetched there.

svn commit: r286333 - stable/10/lib/libusb

2015-08-05 Thread Pedro F. Giffuni
Author: pfg Date: Wed Aug 5 18:52:40 2015 New Revision: 286333 URL: https://svnweb.freebsd.org/changeset/base/286333 Log: MFC r285720: libusb: Fix minor warning. Fix a warning triggered by the gcc + FORTIFY_SOURCE patches: In function 'libusb20_parse_config_desc':

svn commit: r286340 - stable/10/usr.sbin/pw

2015-08-05 Thread Baptiste Daroussin
Author: bapt Date: Wed Aug 5 20:32:07 2015 New Revision: 286340 URL: https://svnweb.freebsd.org/changeset/base/286340 Log: Fix segfault were modifying the uid of a user Do a direct commit as the code on head has changed a lot and does not fail in that case PR: 202111