svn commit: r276330 - head/share/mk

2014-12-28 Thread Antoine Brodin
Author: antoine Date: Sun Dec 28 15:38:50 2014 New Revision: 276330 URL: https://svnweb.freebsd.org/changeset/base/276330 Log: Add ncurses to _LIBRARIES so that libmenu is correctly linked PR: ports/195782 Modified: head/share/mk/src.libnames.mk Modified:

svn commit: r276333 - in head/sys: arm/arm arm/include conf

2014-12-28 Thread Ian Lepore
Author: ian Date: Sun Dec 28 18:12:56 2014 New Revision: 276333 URL: https://svnweb.freebsd.org/changeset/base/276333 Log: Add new code to read and parse cpu identification data using the new CPUID mechanism defined for armv7 (and also present on some armv6 chips including the arm1176 used

svn commit: r276334 - head/sys/arm/include

2014-12-28 Thread Ian Lepore
Author: ian Date: Sun Dec 28 18:19:05 2014 New Revision: 276334 URL: https://svnweb.freebsd.org/changeset/base/276334 Log: Add new TLB and cache maintainence functions for armv6 and armv7. These are inline functions that handle all the routine maintenance operations except the flush-all

Re: svn commit: r276334 - head/sys/arm/include

2014-12-28 Thread Ian Lepore
On Sun, 2014-12-28 at 18:19 +, Ian Lepore wrote: Author: ian Date: Sun Dec 28 18:19:05 2014 New Revision: 276334 URL: https://svnweb.freebsd.org/changeset/base/276334 Log: Add new TLB and cache maintainence functions for armv6 and armv7. These are inline functions that handle all

svn commit: r276335 - head/sys/arm/include

2014-12-28 Thread Ian Lepore
Author: ian Date: Sun Dec 28 18:26:15 2014 New Revision: 276335 URL: https://svnweb.freebsd.org/changeset/base/276335 Log: Eliminate an unused macro whose name clashes now with a function in the new cpu-v6.h. This should have been part of r276334. Modified: head/sys/arm/include/cpufunc.h

svn commit: r276336 - in head/sys: arm/arm conf

2014-12-28 Thread Ian Lepore
Author: ian Date: Sun Dec 28 18:38:25 2014 New Revision: 276336 URL: https://svnweb.freebsd.org/changeset/base/276336 Log: Add cache maintenance functions which will be used by startup code to initially set up the MMU. Some day they may also be useful as part of suspend/resume handling,

svn commit: r276337 - stable/10/usr.bin/mkimg

2014-12-28 Thread Marcel Moolenaar
Author: marcel Date: Sun Dec 28 18:43:39 2014 New Revision: 276337 URL: https://svnweb.freebsd.org/changeset/base/276337 Log: MFC r275721: The size of the first level reference count table is given in terms of the number of clusters it occupies. Bump the version number of mkimg.

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

2014-12-28 Thread Marcel Moolenaar
Author: marcel Date: Sun Dec 28 18:53:16 2014 New Revision: 276338 URL: https://svnweb.freebsd.org/changeset/base/276338 Log: MFC r269126 272786: Don't return ERESTART when the device is gone. Modified: stable/10/sys/kern/tty.c Directory Properties: stable/10/ (props changed)

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

2014-12-28 Thread Marcel Moolenaar
Author: marcel Date: Sun Dec 28 19:03:29 2014 New Revision: 276339 URL: https://svnweb.freebsd.org/changeset/base/276339 Log: MFC r272789: Fix draining in ttydev_leave(). Modified: stable/10/sys/kern/tty.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r276340 - head/sys/arm/include

2014-12-28 Thread Ian Lepore
Author: ian Date: Sun Dec 28 19:05:32 2014 New Revision: 276340 URL: https://svnweb.freebsd.org/changeset/base/276340 Log: Fix a decl is not a prototype error noticed by gcc (but not clang). Modified: head/sys/arm/include/cpu-v6.h Modified: head/sys/arm/include/cpu-v6.h

svn commit: r276341 - head/sys/kern

2014-12-28 Thread Mateusz Guzik
Author: mjg Date: Sun Dec 28 19:24:01 2014 New Revision: 276341 URL: https://svnweb.freebsd.org/changeset/base/276341 Log: sysctl: don't modify oid_running for static nodes It is necessary to prevent nodes from being destroyed while used, but static ones cannot be destroyed. Modified:

svn commit: r276342 - head/libexec/rtld-elf/powerpc

2014-12-28 Thread Dimitry Andric
Author: dim Date: Sun Dec 28 19:55:44 2014 New Revision: 276342 URL: https://svnweb.freebsd.org/changeset/base/276342 Log: Fix the following -Werror warning from clang 3.5.0, while building rtld-elf for powerpc 32 bit: libexec/rtld-elf/powerpc/reloc.c:486:6: error: taking the absolute

svn commit: r276344 - head/sys/dev/ahci

2014-12-28 Thread Marius Strobl
Author: marius Date: Sun Dec 28 20:42:28 2014 New Revision: 276344 URL: https://svnweb.freebsd.org/changeset/base/276344 Log: - Const'ify the ahci_ids table. - Use DEVMETHOD_END. - Use NULL instead of 0 for pointers. MFC after:3 days Modified: head/sys/dev/ahci/ahci.c

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

2014-12-28 Thread Sean Bruno
Author: sbruno Date: Sun Dec 28 20:56:03 2014 New Revision: 276345 URL: https://svnweb.freebsd.org/changeset/base/276345 Log: Correct naming of sysctl pmtud_blackhole_activated_min_mss. Clarify some statements around PMTUD blackhole detection to make the behavior more clear in the man

svn commit: r276346 - head/contrib/binutils/gas/config

2014-12-28 Thread Dimitry Andric
Author: dim Date: Sun Dec 28 21:06:03 2014 New Revision: 276346 URL: https://svnweb.freebsd.org/changeset/base/276346 Log: In contrib/binutils/gas/config/tc-ppc.c, fix a few -Wformat-security warnings. MFC after:3 days Modified: head/contrib/binutils/gas/config/tc-ppc.c Modified:

svn commit: r276347 - head/sys/fs/nfsclient

2014-12-28 Thread Rick Macklem
Author: rmacklem Date: Sun Dec 28 21:13:52 2014 New Revision: 276347 URL: https://svnweb.freebsd.org/changeset/base/276347 Log: r245508 modified the NFS client's Setattr RPC to use VA_UTIMES_NULL to indicate whether it should set the time to the current tod on the server. This had the

svn commit: r276349 - in stable/10: sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel sys/amd64/vmm/io sys/modules/vmm sys/x86/include usr.sbin/bhyve usr.sbin/bhyvectl

2014-12-28 Thread Neel Natu
Author: neel Date: Sun Dec 28 21:27:13 2014 New Revision: 276349 URL: https://svnweb.freebsd.org/changeset/base/276349 Log: MFC r270326 Fix a recursive lock acquisition in vi_reset_dev(). MFC r270434 Return the spurious interrupt vector (IRQ7 or IRQ15) if the atpic cannot find any

svn commit: r276350 - head/sys/arm/arm

2014-12-28 Thread Ian Lepore
Author: ian Date: Sun Dec 28 21:33:41 2014 New Revision: 276350 URL: https://svnweb.freebsd.org/changeset/base/276350 Log: Update comments (r4 is not used anywhere), use non-profiling entry macros. Modified: head/sys/arm/arm/cpu_asm-v6.S Modified: head/sys/arm/arm/cpu_asm-v6.S

svn commit: r276351 - head/sys/dev/uart

2014-12-28 Thread Marius Strobl
Author: marius Date: Sun Dec 28 21:36:20 2014 New Revision: 276351 URL: https://svnweb.freebsd.org/changeset/base/276351 Log: Don't use a sub-device/-vendor wildcard for probing MCS9922 as other chips with the same device and vendor IDs actually may provide different functionality. While at

svn commit: r276352 - head/contrib/binutils/bfd

2014-12-28 Thread Dimitry Andric
Author: dim Date: Mon Dec 29 00:10:43 2014 New Revision: 276352 URL: https://svnweb.freebsd.org/changeset/base/276352 Log: In contrib/binutils/bfd/elf32-ppc.c, avoid warnings about case values not being in the enumerated type 'enum elf_ppc_reloc_type', by casting the switch argument to int.

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

2014-12-28 Thread Konstantin Belousov
Author: kib Date: Mon Dec 29 00:30:38 2014 New Revision: 276353 URL: https://svnweb.freebsd.org/changeset/base/276353 Log: MFC r275260: Remove lock recursion for the pipe pair mutex, and disable the recursion on mutex initialization. Modified: stable/10/sys/kern/sys_pipe.c Directory

Re: svn commit: r276142 - in head/sys: amd64/amd64 cddl/dev/dtrace/amd64 cddl/dev/dtrace/i386 cddl/dev/dtrace/mips cddl/dev/dtrace/powerpc i386/i386 mips/mips powerpc/aim sys

2014-12-28 Thread George Neville-Neil
On 23 Dec 2014, at 6:05, Mark Johnston wrote: On Tue, Dec 23, 2014 at 08:45:57AM -0700, Ian Lepore wrote: On Tue, 2014-12-23 at 15:38 +, Mark Johnston wrote: Author: markj Date: Tue Dec 23 15:38:19 2014 New Revision: 276142 URL: https://svnweb.freebsd.org/changeset/base/276142 Log:

svn commit: r276354 - in head/sys/dev/beri/virtio: . network

2014-12-28 Thread Bryan Venteicher
Author: bryanv Date: Mon Dec 29 00:35:44 2014 New Revision: 276354 URL: https://svnweb.freebsd.org/changeset/base/276354 Log: Remove dev/virtio/virtio.h include from BERI VirtIO This header file contains prototypes and defines that only make sense to the guest VirtIO device drivers.