Re: svn commit: r269782 - in head/sys/sparc64: include sparc64

2014-08-12 Thread Konstantin Belousov
On Mon, Aug 11, 2014 at 11:35:37AM -0500, Alan Cox wrote: On 08/10/2014 11:59, Konstantin Belousov wrote: Author: kib Date: Sun Aug 10 16:59:39 2014 New Revision: 269782 URL: http://svnweb.freebsd.org/changeset/base/269782 Log: On sparc64, do not keep mappings for the destroyed

svn commit: r269852 - in head: sbin/geom/class/part sys/geom/part

2014-08-12 Thread Andrey V . Elsukov
Author: ae Date: Tue Aug 12 09:10:13 2014 New Revision: 269852 URL: http://svnweb.freebsd.org/changeset/base/269852 Log: Add sysctl and loader tunable kern.geom.part.mbr.enforce_chs that is set by default. It can be used to disable automatic alignment to CHS geometry, that GEOM_PART_MBR

svn commit: r269853 - head/sys/ufs/ffs

2014-08-12 Thread Konstantin Belousov
Author: kib Date: Tue Aug 12 09:33:00 2014 New Revision: 269853 URL: http://svnweb.freebsd.org/changeset/base/269853 Log: Revision r269457 removed the Giant around mount and unmount code, but r269533, which was tested before r269457 was committed, implicitely relied on the Giant to protect

svn commit: r269854 - head/sbin/geom/class/part

2014-08-12 Thread Andrey V . Elsukov
Author: ae Date: Tue Aug 12 09:34:53 2014 New Revision: 269854 URL: http://svnweb.freebsd.org/changeset/base/269854 Log: Remove duplicate entry. Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8

svn commit: r269857 - in head: sbin/geom/class/part sys/geom/part

2014-08-12 Thread Andrey V . Elsukov
Author: ae Date: Tue Aug 12 10:31:31 2014 New Revision: 269857 URL: http://svnweb.freebsd.org/changeset/base/269857 Log: Turn off kern.geom.part.mbr.enforce_chs by default. Modified: head/sbin/geom/class/part/gpart.8 head/sys/geom/part/g_part_mbr.c Modified:

svn commit: r269858 - in head: lib/libc/net sys/netinet

2014-08-12 Thread Michael Tuexen
Author: tuexen Date: Tue Aug 12 11:30:16 2014 New Revision: 269858 URL: http://svnweb.freebsd.org/changeset/base/269858 Log: Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED socket options. Add also a sysctl to control the support of ASCONF. MFC after: 1 week Modified:

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

2014-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 12 11:45:57 2014 New Revision: 269859 URL: http://svnweb.freebsd.org/changeset/base/269859 Log: - Fix radix tree memory leakage when unloading modules using radix trees. This happens because the logic inserting items into the radix tree is allocating empty

svn commit: r269860 - stable/10/sys/ofed/drivers/infiniband/hw/mlx4

2014-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 12 12:06:21 2014 New Revision: 269860 URL: http://svnweb.freebsd.org/changeset/base/269860 Log: MFC r268314: Fix some compile warnings. Sponsored by: Mellanox Technologies Modified: stable/10/sys/ofed/drivers/infiniband/hw/mlx4/qp.c Directory Properties:

svn commit: r269861 - stable/10/sys/ofed/drivers/infiniband/hw/mlx4

2014-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 12 12:07:57 2014 New Revision: 269861 URL: http://svnweb.freebsd.org/changeset/base/269861 Log: MFC r268315: Fix compile warning. Sponsored by: Mellanox Technologies Modified: stable/10/sys/ofed/drivers/infiniband/hw/mlx4/mcg.c Directory Properties:

svn commit: r269862 - in stable/10/sys/ofed: drivers/infiniband/hw/mlx4 drivers/net/mlx4 include/linux

2014-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 12 12:10:29 2014 New Revision: 269862 URL: http://svnweb.freebsd.org/changeset/base/269862 Log: MFC r268316: Fix OFED startup order: All SYSINIT()'s and modules should be loaded prior to starting /sbin/init which will run all the /etc/rc.d/xxx scripts. Else

svn commit: r269863 - in stable/9/sys/ofed: drivers/infiniband/hw/mlx4 drivers/net/mlx4 include/linux

2014-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 12 12:18:43 2014 New Revision: 269863 URL: http://svnweb.freebsd.org/changeset/base/269863 Log: MFC r268316: Fix OFED startup order: All SYSINIT()'s and modules should be loaded prior to starting /sbin/init which will run all the /etc/rc.d/xxx scripts. Else

svn commit: r269864 - stable/10/sys/dev/usb/controller

2014-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 12 12:22:39 2014 New Revision: 269864 URL: http://svnweb.freebsd.org/changeset/base/269864 Log: MFC r257594: Add description of two EHCI PCI IDs. Modified: stable/10/sys/dev/usb/controller/ehci_pci.c Directory Properties: stable/10/ (props changed)

svn commit: r269865 - in head/lib/libc: . md

2014-08-12 Thread Hajimu UMEMOTO
Author: ume Date: Tue Aug 12 12:25:56 2014 New Revision: 269865 URL: http://svnweb.freebsd.org/changeset/base/269865 Log: Bring the md5 functions into libc for internal use only. It is required to support ID randomization for our stub resolver. Added: head/lib/libc/md/

svn commit: r269866 - in stable/9/sys/dev: ahci ata ata/chipsets usb/controller

2014-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 12 12:26:12 2014 New Revision: 269866 URL: http://svnweb.freebsd.org/changeset/base/269866 Log: MFC r258162 and r257594: Add some more IDs for Intel ATA, AHCI and USB controllers. Modified: stable/9/sys/dev/ahci/ahci.c stable/9/sys/dev/ata/ata-pci.h

svn commit: r269867 - in head: include include/arpa lib/libc/include lib/libc/include/isc lib/libc/inet lib/libc/isc lib/libc/nameser lib/libc/resolv

2014-08-12 Thread Hajimu UMEMOTO
Author: ume Date: Tue Aug 12 12:36:06 2014 New Revision: 269867 URL: http://svnweb.freebsd.org/changeset/base/269867 Log: Update our stub resolver to final version of libbind. Obtained from:ISC Modified: head/include/arpa/inet.h head/include/arpa/nameser.h

svn commit: r269871 - head/share/man/man3

2014-08-12 Thread Gavin Atkinson
Author: gavin Date: Tue Aug 12 12:44:52 2014 New Revision: 269871 URL: http://svnweb.freebsd.org/changeset/base/269871 Log: Clarify descriptions of pthread_cond_wait() and pthread_cond_timedwait() Requested by: Malcolm Douglas via freebsd-doc Reviewed by: jhb MFC after:1 week

svn commit: r269873 - head/lib/libc/nameser

2014-08-12 Thread Hajimu UMEMOTO
Author: ume Date: Tue Aug 12 13:09:32 2014 New Revision: 269873 URL: http://svnweb.freebsd.org/changeset/base/269873 Log: Fix broken pointer overflow check ns_name_unpack() Many compilers may optimize away the overflow check `msg + l msg', where `msg' is a pointer and `l' is an integer,

svn commit: r269874 - head/sys/netinet

2014-08-12 Thread Michael Tuexen
Author: tuexen Date: Tue Aug 12 13:13:11 2014 New Revision: 269874 URL: http://svnweb.freebsd.org/changeset/base/269874 Log: Change SCTP sysctl from auth_disable to auth_enable. This is consistent with other similar sysctl variable used in SCTP. Modified: head/sys/netinet/sctp_pcb.c

svn commit: r269875 - head/lib/libpam/modules/pam_opie

2014-08-12 Thread Andrey A . Chernov
Author: ache Date: Tue Aug 12 13:28:46 2014 New Revision: 269875 URL: http://svnweb.freebsd.org/changeset/base/269875 Log: According to opie code and even direct mention in opie(4) challenge buffer size must be OPIE_CHALLENGE_MAX + 1, not OPIE_CHALLENGE_MAX Reviewed by:des MFC

svn commit: r269878 - head/share/misc

2014-08-12 Thread Dan Langille
Author: dvl (ports committer) Date: Tue Aug 12 14:37:33 2014 New Revision: 269878 URL: http://svnweb.freebsd.org/changeset/base/269878 Log: Add Dan Langille (myself) to committers-ports.dot file with mat and wg as mentors. Approved by: wg (mentor) Modified:

svn commit: r269879 - in stable/10: . share/examples share/examples/libusb20

2014-08-12 Thread Ed Maste
== --- stable/10/ObsoleteFiles.inc Tue Aug 12 14:37:33 2014(r269878) +++ stable/10/ObsoleteFiles.inc Tue Aug 12 14:53:02 2014(r269879) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20140812

svn commit: r269882 - head/share/misc

2014-08-12 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Tue Aug 12 16:51:37 2014 New Revision: 269882 URL: http://svnweb.freebsd.org/changeset/base/269882 Log: (belatedly) Document FreeBSD 9.3-R MFC after:1 week Mmisc/bsd-family-tree Modified: head/share/misc/bsd-family-tree Modified:

svn commit: r269884 - in head: tools/build/mk usr.bin/yacc/tests

2014-08-12 Thread Garrett Cooper
Author: ngie Date: Tue Aug 12 17:51:26 2014 New Revision: 269884 URL: http://svnweb.freebsd.org/changeset/base/269884 Log: Complete the usr.bin/yacc kyua integration work I originally submitted via r268811 - Install the Kyuafile by adding FILES to FILESGROUPS - Run the testcases with

svn commit: r269885 - stable/10/lib/libproc

2014-08-12 Thread Dimitry Andric
Author: dim Date: Tue Aug 12 17:56:48 2014 New Revision: 269885 URL: http://svnweb.freebsd.org/changeset/base/269885 Log: MFC r269750: In r268463, I misplaced a return in demangle(), causing the function to erroneously skip symbols that were not mangled at all. Fix this by moving the

svn commit: r269887 - head/sys/i386/acpica

2014-08-12 Thread John Baldwin
Author: jhb Date: Tue Aug 12 18:22:57 2014 New Revision: 269887 URL: http://svnweb.freebsd.org/changeset/base/269887 Log: Correct a comment brought over from amd64. i386 doesn't use long mode. Modified: head/sys/i386/acpica/acpi_wakecode.S Modified: head/sys/i386/acpica/acpi_wakecode.S

Re: svn commit: r269847 - in stable/10: contrib/apr contrib/apr/docs contrib/apr/encoding contrib/apr/file_io/unix contrib/apr/include contrib/apr/include/arch/unix contrib/apr/include/private contrib

2014-08-12 Thread John Baldwin
On Monday, August 11, 2014 9:40:12 pm Peter Wemm wrote: Author: peter Date: Tue Aug 12 01:40:11 2014 New Revision: 269847 URL: http://svnweb.freebsd.org/changeset/base/269847 Log: MFC r266728,266731,266735,266736,268135,268960,269833 Update apr 1.4.8 - 1.5.1 Update apr-util 1.5.2

svn commit: r269888 - head/sbin/ifconfig

2014-08-12 Thread Glen Barber
Author: gjb Date: Tue Aug 12 19:37:49 2014 New Revision: 269888 URL: http://svnweb.freebsd.org/changeset/base/269888 Log: Fix a typo in a comment: s/interprete/interpret/ Submitted by: Sam Fourman Jr. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified:

svn commit: r269890 - stable/9/lib/libc/stdlib

2014-08-12 Thread Jilles Tjoelker
Author: jilles Date: Tue Aug 12 19:57:12 2014 New Revision: 269890 URL: http://svnweb.freebsd.org/changeset/base/269890 Log: MFC r264417: realpath(): Properly fail . or .. components after non-directories. If realpath() is called on pathnames like /dev/null/. or /dev/null/.., it should

Re: svn commit: r269847 - in stable/10: contrib/apr contrib/apr/docs contrib/apr/encoding contrib/apr/file_io/unix contrib/apr/include contrib/apr/include/arch/unix contrib/apr/include/private contrib

2014-08-12 Thread Peter Wemm
On Tuesday 12 August 2014 11:19:31 John Baldwin wrote: On Monday, August 11, 2014 9:40:12 pm Peter Wemm wrote: Author: peter Date: Tue Aug 12 01:40:11 2014 New Revision: 269847 URL: http://svnweb.freebsd.org/changeset/base/269847 Log: MFC

Re: svn commit: r269873 - head/lib/libc/nameser

2014-08-12 Thread Pedro Giffuni
Il giorno 12/ago/2014, alle ore 08:09, Hajimu UMEMOTO u...@freebsd.org ha scritto: Author: ume Date: Tue Aug 12 13:09:32 2014 New Revision: 269873 URL: http://svnweb.freebsd.org/changeset/base/269873 Log: Fix broken pointer overflow check ns_name_unpack() Many compilers may

svn commit: r269895 - head/sys/conf

2014-08-12 Thread Warner Losh
Author: imp Date: Tue Aug 12 23:48:37 2014 New Revision: 269895 URL: http://svnweb.freebsd.org/changeset/base/269895 Log: Truncate the ctfmerge command line, like we do with SYSTEM_LD. Modified: head/sys/conf/kern.post.mk Modified: head/sys/conf/kern.post.mk

svn commit: r269899 - head/share/mk

2014-08-12 Thread Rui Paulo
Author: rpaulo Date: Wed Aug 13 01:27:51 2014 New Revision: 269899 URL: http://svnweb.freebsd.org/changeset/base/269899 Log: Make sure the DTrace header files are built before depend and before the build starts. This adds a new variable DHDRS that contains a list of all DTrace header

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

2014-08-12 Thread Marcel Moolenaar
Author: marcel Date: Wed Aug 13 01:43:38 2014 New Revision: 269900 URL: http://svnweb.freebsd.org/changeset/base/269900 Log: MFC 269745: Create a redundant grain directory and table. Modified: stable/10/usr.bin/mkimg/vmdk.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r269901 - head/lib/libc/stdlib

2014-08-12 Thread Pedro F. Giffuni
Author: pfg Date: Wed Aug 13 03:44:30 2014 New Revision: 269901 URL: http://svnweb.freebsd.org/changeset/base/269901 Log: Minor style tweaks. Obtained from:OpenBSD (CVS rev. 1.7) MFC after:3 days Modified: head/lib/libc/stdlib/strtonum.c Modified:

svn commit: r269902 - in head: bin/sh/tests bin/sh/tests/builtins bin/sh/tests/errors bin/sh/tests/execution bin/sh/tests/expansion bin/sh/tests/parameters bin/sh/tests/parser bin/sh/tests/set-e to...

2014-08-12 Thread Garrett Cooper
Author: ngie Date: Wed Aug 13 04:14:50 2014 New Revision: 269902 URL: http://svnweb.freebsd.org/changeset/base/269902 Log: Convert bin/sh/tests to ATF The new code uses a test discovery mechanism to determine what tests are available for execution The test shell can be specified

Re: svn commit: r269902 - in head: bin/sh/tests bin/sh/tests/builtins bin/sh/tests/errors bin/sh/tests/execution bin/sh/tests/expansion bin/sh/tests/parameters bin/sh/tests/parser bin/sh/tests/set-e t

2014-08-12 Thread Garrett Cooper
On Tue, Aug 12, 2014 at 9:14 PM, Garrett Cooper n...@freebsd.org wrote: Author: ngie Date: Wed Aug 13 04:14:50 2014 New Revision: 269902 URL: http://svnweb.freebsd.org/changeset/base/269902 Log: Convert bin/sh/tests to ATF The new code uses a test discovery mechanism to determine

svn commit: r269903 - in head: bin/date/tests tools/build/mk

2014-08-12 Thread Garrett Cooper
Author: ngie Date: Wed Aug 13 04:43:29 2014 New Revision: 269903 URL: http://svnweb.freebsd.org/changeset/base/269903 Log: Port date/bin/tests to ATF Phabric: D545 Approved by: jmmv (mentor) Submitted by: keramida (earlier version) MFC after: 2 weeks Sponsored by: Google, Inc

svn commit: r269904 - in head: lib/libutil lib/libutil/tests tools/regression/lib/libutil

2014-08-12 Thread Garrett Cooper
Author: ngie Date: Wed Aug 13 04:56:27 2014 New Revision: 269904 URL: http://svnweb.freebsd.org/changeset/base/269904 Log: Integrate lib/libutil into the build/kyua Remove the .t wrappers Rename all of the TAP test applications from test-test to test_test to match the convention

svn commit: r269906 - head/etc/mtree

2014-08-12 Thread Garrett Cooper
Author: ngie Date: Wed Aug 13 05:15:28 2014 New Revision: 269906 URL: http://svnweb.freebsd.org/changeset/base/269906 Log: Add missing BSD.tests.dist entry for lib/libutil to unbreak installworld with MK_TESTS == no Phabric: D555 X-MFC with: r269904 Approved by: jmmv (mentor,

Re: svn commit: r269906 - head/etc/mtree

2014-08-12 Thread Garrett Cooper
On Tue, Aug 12, 2014 at 10:15 PM, Garrett Cooper n...@freebsd.org wrote: Author: ngie Date: Wed Aug 13 05:15:28 2014 New Revision: 269906 URL: http://svnweb.freebsd.org/changeset/base/269906 Log: Add missing BSD.tests.dist entry for lib/libutil to unbreak installworld with MK_TESTS

svn commit: r269907 - in head/sys: kern vm

2014-08-12 Thread Konstantin Belousov
Author: kib Date: Wed Aug 13 05:44:08 2014 New Revision: 269907 URL: http://svnweb.freebsd.org/changeset/base/269907 Log: If vm_page_grab() allocates a new page, the page is not inserted into page queue even when the allocation is not wired. It is responsibility of the vm_page_grab()

svn commit: r269908 - head/lib/libthr/thread

2014-08-12 Thread Konstantin Belousov
Author: kib Date: Wed Aug 13 05:47:49 2014 New Revision: 269908 URL: http://svnweb.freebsd.org/changeset/base/269908 Log: Style. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/lib/libthr/thread/thr_stack.c Modified: head/lib/libthr/thread/thr_stack.c

svn commit: r269909 - head/lib/libthr/thread

2014-08-12 Thread Konstantin Belousov
Author: kib Date: Wed Aug 13 05:53:41 2014 New Revision: 269909 URL: http://svnweb.freebsd.org/changeset/base/269909 Log: Add a knob LIBPTHREAD_BIGSTACK_MAIN, which instructs libthr to leave the whole RLIMIT_STACK-sized region of the kernel-allocated stack as the stack of main thread.