svn commit: r255963 - in head: etc/mtree etc/periodic/daily usr.bin/dig

2013-10-01 Thread Dag-Erling Smørgrav
Author: des Date: Tue Oct 1 07:19:23 2013 New Revision: 255963 URL: http://svnweb.freebsd.org/changeset/base/255963 Log: Odds and ends left over from BIND and unnoticed because they didn't affect 'make universe'. Approved by: re (gjb) Deleted: head/usr.bin/dig/ Modified:

svn commit: r255964 - head/tools/build/options

2013-10-01 Thread Dag-Erling Smørgrav
Author: des Date: Tue Oct 1 07:22:04 2013 New Revision: 255964 URL: http://svnweb.freebsd.org/changeset/base/255964 Log: Have makeman always use the mk files from the source tree it's operating on rather than those from the installed system. Approved by: re (delphij) Modified:

svn commit: r255967 - head/sys/arm/samsung/exynos

2013-10-01 Thread Ruslan Bukin
Author: br Date: Tue Oct 1 12:01:20 2013 New Revision: 255967 URL: http://svnweb.freebsd.org/changeset/base/255967 Log: - Enable unmapped buffers on Exynos5 again, because board now able to see all the 2GB ram it has - Also unbreak gcc build Approved by: cognet (mentor) Approved

Re: svn commit: r255963 - in head: etc/mtree etc/periodic/daily usr.bin/dig

2013-10-01 Thread Matthew Fleming
On Tue, Oct 1, 2013 at 12:19 AM, Dag-Erling Smørgrav d...@freebsd.orgwrote: Author: des Date: Tue Oct 1 07:19:23 2013 New Revision: 255963 URL: http://svnweb.freebsd.org/changeset/base/255963 Log: Odds and ends left over from BIND and unnoticed because they didn't affect 'make

svn commit: r255968 - head/sys/ofed/include/linux

2013-10-01 Thread Alfred Perlstein
Author: alfred Date: Tue Oct 1 15:33:00 2013 New Revision: 255968 URL: http://svnweb.freebsd.org/changeset/base/255968 Log: Fix mis-merge of upstream fix. We would accidentally make the string one byte too short. Submitted by: Orit Moskovich (oritm mellanox.com) Approved by: re

svn commit: r255970 - head/sys/ofed/drivers/infiniband/hw/mlx4

2013-10-01 Thread Alfred Perlstein
Author: alfred Date: Tue Oct 1 15:38:29 2013 New Revision: 255970 URL: http://svnweb.freebsd.org/changeset/base/255970 Log: Fixed 'Couldn't Create QP' issue when running rc_pingpong, uc_pingpong, srq_pingpong IBverbs Removed refrences using 'ifdef __linux__' to qpg functions and

svn commit: r255971 - in head/sys: compat/linux security/mac

2013-10-01 Thread Mark Johnston
Author: markj Date: Tue Oct 1 15:40:27 2013 New Revision: 255971 URL: http://svnweb.freebsd.org/changeset/base/255971 Log: Fix some typos that were causing probe argument types to show up as unknown. Reviewed by: rwatson (mac provider) Approved by: re (glebius) MFC after:1 week

svn commit: r255972 - in head/sys/ofed: drivers/infiniband/core drivers/infiniband/hw/mlx4 include/rdma

2013-10-01 Thread Alfred Perlstein
Author: alfred Date: Tue Oct 1 15:42:38 2013 New Revision: 255972 URL: http://svnweb.freebsd.org/changeset/base/255972 Log: Enable ib_dev.mmap function Removed the ifdef linux from this function. Added stub function for contiguous pages to avoid compilation errors. Submitted by:

svn commit: r255973 - head/sys/ofed/drivers/infiniband/core

2013-10-01 Thread Alfred Perlstein
Author: alfred Date: Tue Oct 1 15:43:23 2013 New Revision: 255973 URL: http://svnweb.freebsd.org/changeset/base/255973 Log: Fixed kernel crash when running devinfo When calling to ib_uverbs_cleanup_ucontext, there is a call to mutex_lock of xrcd_table_mutex, which was not initialized.

svn commit: r255969 - in head/sys/ofed/drivers: infiniband/hw/mlx4 net/mlx4

2013-10-01 Thread Alfred Perlstein
Author: alfred Date: Tue Oct 1 15:36:51 2013 New Revision: 255969 URL: http://svnweb.freebsd.org/changeset/base/255969 Log: Fixed kernel crash when removing IPOIB_CM option from configuration file Changed module init from module_init() to module_init_order() with SI_ORDER_MIDDLE flag

svn commit: r255974 - in head: . gnu/usr.bin/binutils gnu/usr.bin/binutils/ar gnu/usr.bin/binutils/ranlib tools/build/options

2013-10-01 Thread Ed Maste
@@ # xargs -n1 | sort | uniq -d; # done +# 20131001: ar and ranlib from binutils not used +OLD_FILES+=usr/bin/gnu-ar +OLD_FILES+=usr/bin/gnu-ranlib # 20130930: BIND removed from base OLD_FILES+=etc/namedb OLD_FILES+=etc/periodic/daily/470.status-named Modified: head/gnu/usr.bin/binutils

svn commit: r255975 - head/share/man/man5

2013-10-01 Thread Ed Maste
Author: emaste Date: Tue Oct 1 17:46:04 2013 New Revision: 255975 URL: http://svnweb.freebsd.org/changeset/base/255975 Log: Regen. Approved by: re (implicit) Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r255977 - in head: bin/dd sbin/bsdlabel sbin/ccdconfig sbin/fdisk sbin/gbde sbin/geom/class/eli sbin/geom/class/shsec sbin/geom/class/virstor sbin/gvinum sbin/mount_msdosfs sbin/newfs s...

2013-10-01 Thread Sergey Kandaurov
Author: pluknet Date: Tue Oct 1 18:41:53 2013 New Revision: 255977 URL: http://svnweb.freebsd.org/changeset/base/255977 Log: Sweep man pages replacing ad - ada. Approved by: re (blackend) MFC after:1 week X-MFC note: stable/9 only Modified: head/bin/dd/dd.1

svn commit: r255978 - head/contrib/llvm/lib/Target/X86

2013-10-01 Thread Dimitry Andric
Author: dim Date: Tue Oct 1 19:14:24 2013 New Revision: 255978 URL: http://svnweb.freebsd.org/changeset/base/255978 Log: Pull in r191711 from upstream llvm trunk: The X86FixupLEAs pass for Intel Atom must not call convertToThreeAddress on ADD16rr opcodes, if src1 != src, since that

svn commit: r255979 - head/sys/kern

2013-10-01 Thread Konstantin Belousov
Author: kib Date: Tue Oct 1 20:18:33 2013 New Revision: 255979 URL: http://svnweb.freebsd.org/changeset/base/255979 Log: When printing the vnode information from ddb, print the lengths of the dirty and clean buffer queues. Sponsored by: The FreeBSD Foundation MFC after:1 week

svn commit: r255980 - head/lib/libc/sys

2013-10-01 Thread Jilles Tjoelker
Author: jilles Date: Tue Oct 1 21:17:18 2013 New Revision: 255980 URL: http://svnweb.freebsd.org/changeset/base/255980 Log: accept(2): Update portability note for accept4(). The accept(2) man page warns that O_NONBLOCK and other properties on the new socket may vary across

svn commit: r255981 - head

2013-10-01 Thread Xin LI
Author: delphij Date: Tue Oct 1 22:53:27 2013 New Revision: 255981 URL: http://svnweb.freebsd.org/changeset/base/255981 Log: Revert-and-redo r255955: the sort -r should be added to delete-old-dirs. Approved by: re (gjb) Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

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

2013-10-01 Thread Ed Maste
Author: emaste Date: Wed Oct 2 00:50:27 2013 New Revision: 255982 URL: http://svnweb.freebsd.org/changeset/base/255982 Log: Use correct size for MIPS .rld_map section On MIPS .dynamic is read-only and so a special section .rld_map is used to store the pointer to the rtld information for

svn commit: r255983 - head/libexec/rtld-elf

2013-10-01 Thread Ed Maste
Author: emaste Date: Wed Oct 2 02:32:58 2013 New Revision: 255983 URL: http://svnweb.freebsd.org/changeset/base/255983 Log: Populate .rld_map on MIPS for debuggers On MIPS the .dynamic section is read-only, so the pointer to rtld information for debuggers cannot be stored there (in

svn commit: r255985 - head/share/misc

2013-10-01 Thread Glen Barber
Author: gjb Date: Wed Oct 2 04:40:46 2013 New Revision: 255985 URL: http://svnweb.freebsd.org/changeset/base/255985 Log: Add FreeBSD 9.2-RELEASE to the BSD Family Tree Approved by: re (hrs) Sponsored by: The FreeBSD Foundation Modified: head/share/misc/bsd-family-tree Modified:

Re: svn commit: r255983 - head/libexec/rtld-elf

2013-10-01 Thread Konstantin Belousov
On Wed, Oct 02, 2013 at 02:32:59AM +, Ed Maste wrote: Author: emaste Date: Wed Oct 2 02:32:58 2013 New Revision: 255983 URL: http://svnweb.freebsd.org/changeset/base/255983 Log: Populate .rld_map on MIPS for debuggers On MIPS the .dynamic section is read-only, so the pointer