svn commit: r255947 - head/share/misc

2013-09-29 Thread Eitan Adler
Author: eadler Date: Sun Sep 29 23:38:53 2013 New Revision: 255947 URL: http://svnweb.freebsd.org/changeset/base/255947 Log: Add the newest NetBSD releases. Approved by: re (gjb) Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ===

svn commit: r255946 - in stable/9/contrib/llvm/lib: CodeGen/SelectionDAG Target/AArch64 Target/ARM Target/Hexagon Target/MSP430 Target/Mips Target/NVPTX Target/PowerPC Target/R600 Target/Sparc Targ...

2013-09-29 Thread Dimitry Andric
Author: dim Date: Sun Sep 29 20:35:38 2013 New Revision: 255946 URL: http://svnweb.freebsd.org/changeset/base/255946 Log: MFC r255804: Pull in r191165 from upstream llvm trunk: ISelDAG: spot chain cycles involving MachineNodes Previously, the DAGISel function WalkChainUsers wa

svn commit: r255945 - head/sys/security/mac

2013-09-29 Thread Konstantin Belousov
Author: kib Date: Sun Sep 29 20:21:34 2013 New Revision: 255945 URL: http://svnweb.freebsd.org/changeset/base/255945 Log: Make the mac_policy_rm lock recursable, which allows reentrance into the mac framework. It is needed when priv_check_cred(9) is called from the mac callback, e.g. in the

svn commit: r255944 - in head/sys/boot: i386/efi powerpc/boot1.chrp userboot/libstand userboot/test userboot/userboot

2013-09-29 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Sun Sep 29 20:20:17 2013 New Revision: 255944 URL: http://svnweb.freebsd.org/changeset/base/255944 Log: Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob WITH[OUT]_SSP to avoid hitting an error if user has WITH_SSP in their

svn commit: r255943 - head/sys/powerpc/ps3

2013-09-29 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Sep 29 20:10:22 2013 New Revision: 255943 URL: http://svnweb.freebsd.org/changeset/base/255943 Log: Changes to CAM or busdma have caused SIMs to be sent 0-length CCBs on occasion. This resulted in zero mapped segments, triggering an assert in the PS3 CDROM driver

svn commit: r255942 - head/sys/kern

2013-09-29 Thread Konstantin Belousov
Author: kib Date: Sun Sep 29 18:07:14 2013 New Revision: 255942 URL: http://svnweb.freebsd.org/changeset/base/255942 Log: For vunref(), try to upgrade the vnode lock if the function was called with the vnode shared-locked. If upgrade succeeded, the inactivation can be done immediately, inst

svn commit: r255941 - head/sys/kern

2013-09-29 Thread Konstantin Belousov
Author: kib Date: Sun Sep 29 18:04:57 2013 New Revision: 255941 URL: http://svnweb.freebsd.org/changeset/base/255941 Log: Reimplement r255797 using LK_TRYUPGRADE. The r255797 was: Increase the chance of the buffer write from the bufdaemon helper context to succeed. If the locked vnode

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

2013-09-29 Thread Konstantin Belousov
Author: kib Date: Sun Sep 29 18:02:23 2013 New Revision: 255940 URL: http://svnweb.freebsd.org/changeset/base/255940 Log: Add LK_TRYUPGRADE operation for lockmgr(9), which attempts to atomically upgrade shared lock to exclusive. On failure, error is returned and lock is not dropped in the p

svn commit: r255939 - in head/sys: boot/arm/ixp425/boot2 libkern libkern/arm

2013-09-29 Thread Andrew Turner
Author: andrew Date: Sun Sep 29 15:19:34 2013 New Revision: 255939 URL: http://svnweb.freebsd.org/changeset/base/255939 Log: Fix ixp425 boot2 with ARM EABI: - libkern is missing __aeabi_llsl, implement this by calling __ashldi3. - Because of how the asm entry macros are defined the boot2 c

svn commit: r255938 - head/tools/build/mk

2013-09-29 Thread Dag-Erling Smørgrav
Author: des Date: Sun Sep 29 14:06:19 2013 New Revision: 255938 URL: http://svnweb.freebsd.org/changeset/base/255938 Log: Yet more BIND files that weren't listed in OptionalObsoleteFiles. Approved by: re (blanket) Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/t

svn commit: r255937 - head/sys/sparc64/include

2013-09-29 Thread Marius Strobl
Author: marius Date: Sun Sep 29 13:09:25 2013 New Revision: 255937 URL: http://svnweb.freebsd.org/changeset/base/255937 Log: Implement GET_STACK_USAGE. Discussed with: mav Approved by: re (kib) MFC after:1 week Modified: head/sys/sparc64/include/proc.h Modified: head/sys/

svn commit: r255936 - head/sys/modules/sfxge

2013-09-29 Thread Philip Paeps
Author: philip Date: Sun Sep 29 13:05:22 2013 New Revision: 255936 URL: http://svnweb.freebsd.org/changeset/base/255936 Log: DEBUG_FLAGS -g is default for GENERIC and its presence interferes with disabling the sfxge.ko.symbols build for embedded systems. Approved by: re (marius) MFC af

svn commit: r255935 - head/sys/mips/mips

2013-09-29 Thread Adrian Chadd
Author: adrian Date: Sun Sep 29 10:14:16 2013 New Revision: 255935 URL: http://svnweb.freebsd.org/changeset/base/255935 Log: Add pagemask debugging output in "show tlb" in the debugger. Approved by: re (marius) Obtained from:bsdimp Modified: head/sys/mips/mips/tlb.c Modified:

svn commit: r255934 - in stable: 8/lib/libedit 9/lib/libedit

2013-09-29 Thread Xin LI
Author: delphij Date: Sun Sep 29 07:42:25 2013 New Revision: 255934 URL: http://svnweb.freebsd.org/changeset/base/255934 Log: MFC r255891: Import NetBSD readline.c,v 1.104: do not crash with add_history(NULL). Modified: stable/8/lib/libedit/readline.c Directory Properties: stable/8/lib

svn commit: r255934 - in stable: 8/lib/libedit 9/lib/libedit

2013-09-29 Thread Xin LI
Author: delphij Date: Sun Sep 29 07:42:25 2013 New Revision: 255934 URL: http://svnweb.freebsd.org/changeset/base/255934 Log: MFC r255891: Import NetBSD readline.c,v 1.104: do not crash with add_history(NULL). Modified: stable/9/lib/libedit/readline.c Directory Properties: stable/9/lib