Re: svn commit: r283572 - head

2015-05-30 Thread Alastair Hogge
On 2015-05-26 Tue 16:25:29 + Baptiste Daroussin , wrote: > Author: bapt > Date: Tue May 26 16:25:28 2015 > New Revision: 283572 > URL: https://svnweb.freebsd.org/changeset/base/283572 > > Log: > Fix build WITHOUT_CDDL by unconditionnaly adding libproc and librtld_db > on supported arches t

svn commit: r283801 - head/contrib/netbsd-tests/lib/libc/c063

2015-05-30 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Sun May 31 02:21:35 2015 New Revision: 283801 URL: https://svnweb.freebsd.org/changeset/base/283801 Log: Fix warning of implicit declaration of function 'mkdir'. Differential Revision:D2662 Reviewed by: rodrigc, ngie Modified: hea

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

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sun May 31 00:52:45 2015 New Revision: 283796 URL: https://svnweb.freebsd.org/changeset/base/283796 Log: MFC: r283695 Remove dead declaration PR: 195928 Modified: stable/10/usr.sbin/pw/pwupd.h Directory Properties: stable/10/ (props changed) Modifie

svn commit: r283795 - head/sys/vm

2015-05-30 Thread Alan Cox
Author: alc Date: Sat May 30 23:37:47 2015 New Revision: 283795 URL: https://svnweb.freebsd.org/changeset/base/283795 Log: Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option. MFC after:3 days Modified: head/sys/vm/vm_page.c Modified: head/sys/vm/vm_page.c =

svn commit: r283794 - head/sys/boot/fdt/dts/arm

2015-05-30 Thread Luiz Otavio O Souza
Author: loos Date: Sat May 30 22:32:48 2015 New Revision: 283794 URL: https://svnweb.freebsd.org/changeset/base/283794 Log: Remove the broken-txfifo setting for Allwinnner SoCs. This fixes the eventual missing characters when you type too fast or paste some text on console. Modified: h

svn commit: r283793 - stable/10/usr.sbin/pkg

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 21:49:18 2015 New Revision: 283793 URL: https://svnweb.freebsd.org/changeset/base/283793 Log: MFC: r281039 Allow fetching pkg(8) even if servers/proxies are not passing Content-length Modified: stable/10/usr.sbin/pkg/pkg.c Directory Properties: stable/10/

svn commit: r283792 - stable/10/usr.sbin/pkg

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 21:47:25 2015 New Revision: 283792 URL: https://svnweb.freebsd.org/changeset/base/283792 Log: MFC: r273778 (by nwhitehorn) Remove spurious libelf dependency. Submitted by: pluknet Modified: stable/10/usr.sbin/pkg/Makefile Directory Properties: stable/

svn commit: r283791 - stable/10/usr.sbin/pkg

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 21:45:46 2015 New Revision: 283791 URL: https://svnweb.freebsd.org/changeset/base/283791 Log: MFC: r273754 (by nwhitehorn) Use pkg-1.4-style platform identifiers based on MACHINE_ARCH (e.g. FreeBSD:11:amd64 instead of freebsd:11:x86:64) when bootstrapping pkg

svn commit: r283790 - stable/10/usr.sbin/pkg

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 21:32:02 2015 New Revision: 283790 URL: https://svnweb.freebsd.org/changeset/base/283790 Log: MFC: r259773, r259774, r259775 Do not print a question in non-interractive mode but explain why boostrapping has failed and how to allow it to happen Reported b

svn commit: r283789 - stable/10/usr.sbin/pkg

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 21:28:55 2015 New Revision: 283789 URL: https://svnweb.freebsd.org/changeset/base/283789 Log: MFC: r258226 argc is now used Modified: stable/10/usr.sbin/pkg/pkg.c Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/pkg/pkg.c ==

svn commit: r283788 - stable/10/usr.sbin/pkg

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 21:25:32 2015 New Revision: 283788 URL: https://svnweb.freebsd.org/changeset/base/283788 Log: MFC: r258020 (by bdrewery) Remove useless checks for NULL pointer before free(3) Reported by: eadler Approved by: eadler Modified: stable/1

svn commit: r283787 - stable/10/usr.sbin/pkg

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 21:23:41 2015 New Revision: 283787 URL: https://svnweb.freebsd.org/changeset/base/283787 Log: MFC: r257701 (by bdrewery) Remove condition which can never be true as the previous loop is never exited while remote == NULL. Modified: stable/10/usr.sbin/pkg/pk

svn commit: r283786 - head/contrib/traceroute

2015-05-30 Thread Michael Tuexen
Author: tuexen Date: Sat May 30 20:39:19 2015 New Revision: 283786 URL: https://svnweb.freebsd.org/changeset/base/283786 Log: There is no payload anymore. So compute the minimum packet length correctly and use 40 as the default (if the minumum allows it), as specified in the man page. M

svn commit: r283785 - head/contrib/traceroute

2015-05-30 Thread Michael Tuexen
Author: tuexen Date: Sat May 30 19:52:28 2015 New Revision: 283785 URL: https://svnweb.freebsd.org/changeset/base/283785 Log: Require the embedded packet to contain 8 bytes after the IP header instead of only 4. This is guaranteed by RFC 792 and the verification of GRE, ICMP and TCP packets

svn commit: r283784 - head/contrib/traceroute

2015-05-30 Thread Michael Tuexen
Author: tuexen Date: Sat May 30 19:48:40 2015 New Revision: 283784 URL: https://svnweb.freebsd.org/changeset/base/283784 Log: Remove trailing whitespaces. Modified: head/contrib/traceroute/traceroute.c Modified: head/contrib/traceroute/traceroute.c ===

svn commit: r283783 - head

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 19:30:23 2015 New Revision: 283783 URL: https://svnweb.freebsd.org/changeset/base/283783 Log: Remove libmandoc from bootstrap tools Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r283782 - head

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 19:29:19 2015 New Revision: 283782 URL: https://svnweb.freebsd.org/changeset/base/283782 Log: Only push libohash once in bootstrap tools Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ===

Re: svn commit: r283777 - in head: . share/mk tools/build/options usr.bin usr.bin/man usr.bin/mandoc

2015-05-30 Thread Bjoern A. Zeeb
> On 30 May 2015, at 17:41 , Baptiste Daroussin wrote: > > Author: bapt > Date: Sat May 30 17:41:37 2015 > New Revision: 283777 > URL: https://svnweb.freebsd.org/changeset/base/283777 > > Log: > Switch to mandoc's version of makewhatis(8), whatis(1), apropos(1) utilities. > > This change amo

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

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 17:46:11 2015 New Revision: 283778 URL: https://svnweb.freebsd.org/changeset/base/283778 Log: Regenerate after r283777 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 =

svn commit: r283777 - in head: . share/mk tools/build/options usr.bin usr.bin/man usr.bin/mandoc

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 17:41:37 2015 New Revision: 283777 URL: https://svnweb.freebsd.org/changeset/base/283777 Log: Switch to mandoc's version of makewhatis(8), whatis(1), apropos(1) utilities. This change among other things improve search capabilities over the manpages allowing f

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

2015-05-30 Thread Luiz Otavio O Souza
Author: loos Date: Sat May 30 16:30:51 2015 New Revision: 283773 URL: https://svnweb.freebsd.org/changeset/base/283773 Log: Actually check the DTS node value to enable the uart quirks. Without this fix, you cannot disable the quirks by setting it to 0, just the presence of the FDT node wa

svn commit: r283772 - head

2015-05-30 Thread Baptiste Daroussin
Author: bapt Date: Sat May 30 16:00:33 2015 New Revision: 283772 URL: https://svnweb.freebsd.org/changeset/base/283772 Log: Do not make libsqlite3 dependency chain only defined for kerberos, soon more options would need libsqlite3 as well thus depends on this definitions Modified: head/Make

Re: svn commit: r283766 - in head: share/man/man4 sys/conf sys/dev/ichiic sys/modules/i2c/controllers sys/modules/i2c/controllers/ichiic

2015-05-30 Thread Konstantin Belousov
On Sat, May 30, 2015 at 12:17:19PM +, Michael Gmelin wrote: > + if ((op & SMB_TRANS_NOCMD) == 0) { > + error = wait_status(sc, IG4_STATUS_TX_NOTFULL); > + if (error) > + goto done; > + last |= (u_char)cmd; > + if (wcount ==

svn commit: r283768 - head/share/mk

2015-05-30 Thread Simon J. Gerraty
Author: sjg Date: Sat May 30 15:13:18 2015 New Revision: 283768 URL: https://svnweb.freebsd.org/changeset/base/283768 Log: Use SRCTOP when defining ROOTOBJDIR Excplicitly check rather than assume that .CURDIR is a component of .OBJDIR Otherwise check for OBJTOP and if that is a match us

svn commit: r283767 - head/share/mk

2015-05-30 Thread Simon J. Gerraty
Author: sjg Date: Sat May 30 15:08:52 2015 New Revision: 283767 URL: https://svnweb.freebsd.org/changeset/base/283767 Log: Define SRCTOP in src.sys.mk Because src.sys.mk should only ever be found in the src tree we can use its position (.PARSEDIR) to set SRCTOP. Reviewed by: bapt, i

Re: svn commit: r283620 - in stable/10/sys: amd64/conf conf dev/ixgbe modules modules/ix modules/ixv

2015-05-30 Thread John Baldwin
On Thursday, May 28, 2015 09:03:01 PM Eric Joyner wrote: > I put the stub module in and removed the direct if_baudrate assignment > in r283668. Thanks! -- John Baldwin ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/s

svn commit: r283766 - in head: share/man/man4 sys/conf sys/dev/ichiic sys/modules/i2c/controllers sys/modules/i2c/controllers/ichiic

2015-05-30 Thread Michael Gmelin
Author: grembo (ports committer) Date: Sat May 30 12:17:18 2015 New Revision: 283766 URL: https://svnweb.freebsd.org/changeset/base/283766 Log: ig4 - Intel fourth gen integrated I2C SMBus driver. Differential Revision:https://reviews.freebsd.org/D2372 Reviewed by: jhb, wblock, ad

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

2015-05-30 Thread Konstantin Belousov
Author: kib Date: Sat May 30 08:54:42 2015 New Revision: 283765 URL: https://svnweb.freebsd.org/changeset/base/283765 Log: MFC r283320: Always obey thread request to not stop on non-boundary. Modified: stable/10/sys/kern/kern_thread.c Directory Properties: stable/10/ (props changed) Mo