svn commit: r284918 - in head/sys/i386: i386 include

2015-06-28 Thread Konstantin Belousov
Author: kib Date: Mon Jun 29 06:59:08 2015 New Revision: 284918 URL: https://svnweb.freebsd.org/changeset/base/284918 Log: Reduce code duplication. Add helper fill_based_sd(9) which creates a based user data descriptor covering whole VA. Sponsored by: The FreeBSD Foundation MFC after:

svn commit: r284917 - head/sys/sys

2015-06-28 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jun 29 00:30:30 2015 New Revision: 284917 URL: https://svnweb.freebsd.org/changeset/base/284917 Log: Add a new __sentinel attribute. The sentinel attribute was originally implemented in OpenBSD's gcc and later adopted by upstream GCC 4.0 (and clang). From the OpenBSD

svn commit: r284916 - head/bin/mv

2015-06-28 Thread Jilles Tjoelker
Author: jilles Date: Sun Jun 28 21:36:00 2015 New Revision: 284916 URL: https://svnweb.freebsd.org/changeset/base/284916 Log: mv: Improve message when moving two or more files to non-directory. The message text is from cp, which has had a nicer message for this since 2007 (PR bin/50656).

svn commit: r284915 - in head: share/man/man3 sys/sys

2015-06-28 Thread Hans Petter Selasky
Author: hselasky Date: Sun Jun 28 21:06:45 2015 New Revision: 284915 URL: https://svnweb.freebsd.org/changeset/base/284915 Log: Make the system queue header file fully usable within C++ programs by adding macros to define class lists. This change is backwards compatible for all use within

svn commit: r284914 - head/contrib/pf/pflogd

2015-06-28 Thread Warren Block
Author: wblock (doc committer) Date: Sun Jun 28 20:53:36 2015 New Revision: 284914 URL: https://svnweb.freebsd.org/changeset/base/284914 Log: Fix a couple of missing lines that obscured the -p description. Submitted by: Jonathan de Boyne Pollard MFC after:1 week Modified: head/co

svn commit: r284913 - head/usr.sbin/dconschat

2015-06-28 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jun 28 20:32:03 2015 New Revision: 284913 URL: https://svnweb.freebsd.org/changeset/base/284913 Log: dconschat(8): Use NULL instead of 0 for the last argument in execl(3) Found while experimenting with the gcc sentinel attribute. MFC after:3 days Modified:

Re: svn commit: r284912 - head/usr.bin/units

2015-06-28 Thread Garrett Cooper
> On Jun 28, 2015, at 09:43, Julio Merino wrote: > > Author: jmmv > Date: Sun Jun 28 16:43:07 2015 > New Revision: 284912 > URL: https://svnweb.freebsd.org/changeset/base/284912 > > Log: > Only initialize libedit when necessary > > The code path to support units conversions from the command

svn commit: r284912 - head/usr.bin/units

2015-06-28 Thread Julio Merino
Author: jmmv Date: Sun Jun 28 16:43:07 2015 New Revision: 284912 URL: https://svnweb.freebsd.org/changeset/base/284912 Log: Only initialize libedit when necessary The code path to support units conversions from the command line need not initialize neither libedit nor the history. Therefo

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread Adrian Chadd
I'm actively ignoring in-tree gcc and working on making sure the external toolchain and cross compiler stuff is working out okay. I'd like to eventually deorbit gcc-4.2 for MIPS and use an external toolchain (in this instance, gcc-4.9.x for now) for both building MIPS and as the compiler that will

svn commit: r284911 - head/sys/sys

2015-06-28 Thread Mark Murray
Author: markm Date: Sun Jun 28 12:52:28 2015 New Revision: 284911 URL: https://svnweb.freebsd.org/changeset/base/284911 Log: Add const to char * pointers. This breaks nothing, and means const chars can be passed with no warnings. Modified: head/sys/sys/kthread.h Modified: head/sys/sys/kthr

svn commit: r284910 - head/sys/kern

2015-06-28 Thread Mark Murray
Author: markm Date: Sun Jun 28 10:51:08 2015 New Revision: 284910 URL: https://svnweb.freebsd.org/changeset/base/284910 Log: Ansify another function. This is the last in the file, I hope. Modified: head/sys/kern/kern_kthread.c Modified: head/sys/kern/kern_kthread.c ==

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread Dimitry Andric
On 28 Jun 2015, at 11:55, Baptiste Daroussin wrote: > > On Sun, Jun 28, 2015 at 11:48:48AM +0200, Dimitry Andric wrote: >> On 28 Jun 2015, at 10:57, Baptiste Daroussin wrote: >>> >>> On Sun, Jun 28, 2015 at 01:44:21AM -0700, NGie Cooper wrote: On Sun, Jun 28, 2015 at 12:49 AM, Baptiste Dar

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread NGie Cooper
On Sun, Jun 28, 2015 at 2:48 AM, Dimitry Andric wrote: > On 28 Jun 2015, at 10:57, Baptiste Daroussin wrote: >> >> On Sun, Jun 28, 2015 at 01:44:21AM -0700, NGie Cooper wrote: >>> On Sun, Jun 28, 2015 at 12:49 AM, Baptiste Daroussin >>> wrote: >>> ... Not at all I have this on a both where

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread Baptiste Daroussin
On Sun, Jun 28, 2015 at 11:48:48AM +0200, Dimitry Andric wrote: > On 28 Jun 2015, at 10:57, Baptiste Daroussin wrote: > > > > On Sun, Jun 28, 2015 at 01:44:21AM -0700, NGie Cooper wrote: > >> On Sun, Jun 28, 2015 at 12:49 AM, Baptiste Daroussin > >> wrote: > >> ... > >>> Not at all I have this

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread Dimitry Andric
On 28 Jun 2015, at 10:57, Baptiste Daroussin wrote: > > On Sun, Jun 28, 2015 at 01:44:21AM -0700, NGie Cooper wrote: >> On Sun, Jun 28, 2015 at 12:49 AM, Baptiste Daroussin >> wrote: >> ... >>> Not at all I have this on a both where I haven't yet r284898 iirc it is like >>> this since the begin

svn commit: r284909 - head/sys/kern

2015-06-28 Thread Mark Murray
Author: markm Date: Sun Jun 28 09:44:58 2015 New Revision: 284909 URL: https://svnweb.freebsd.org/changeset/base/284909 Log: ANSIfy the only function that uses K&R definition in this file. Modified: head/sys/kern/kern_kthread.c Modified: head/sys/kern/kern_kthread.c =

svn commit: r284903 - head/share/misc

2015-06-28 Thread Matthew Seaman
Author: matthew (ports committer) Date: Sun Jun 28 09:03:26 2015 New Revision: 284903 URL: https://svnweb.freebsd.org/changeset/base/284903 Log: Steve KArgl's commit bit taken in at his own request With hat: core-secretary Approved by: core Modified: head/share/misc/committers-src

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread Baptiste Daroussin
On Sun, Jun 28, 2015 at 01:44:21AM -0700, NGie Cooper wrote: > On Sun, Jun 28, 2015 at 12:49 AM, Baptiste Daroussin wrote: > ... > > Not at all I have this on a both where I haven't yet r284898 iirc it is like > > this since the beginning I do not remember seeing those ld scripts with > > absolut

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread NGie Cooper
On Sun, Jun 28, 2015 at 12:49 AM, Baptiste Daroussin wrote: ... > Not at all I have this on a both where I haven't yet r284898 iirc it is like > this since the beginning I do not remember seeing those ld scripts with > absolute > path. $ cat /usr/lib/libc.so /* $FreeBSD$ */ GROUP ( /lib/libc.so.

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread Baptiste Daroussin
On Sun, Jun 28, 2015 at 12:46:34AM -0700, NGie Cooper wrote: > On Sun, Jun 28, 2015 at 12:41 AM, Baptiste Daroussin wrote: > > On Sat, Jun 27, 2015 at 08:37:23PM -0700, Garrett Cooper wrote: > >> > >> > On Jun 27, 2015, at 16:28, Baptiste Daroussin wrote: > >> > > >> > Author: bapt > >> > Date: S

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread NGie Cooper
On Sun, Jun 28, 2015 at 12:13 AM, Adrian Chadd wrote: ... >> How is it broken? > > ok, I figured out how to get it to work. It's not broken (this time!) > > The port cross gcc compiler(s) in freebsd are compiled with > --without-includes, which removes /usr/include from the search path. > So unles

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread NGie Cooper
On Sun, Jun 28, 2015 at 12:41 AM, Baptiste Daroussin wrote: > On Sat, Jun 27, 2015 at 08:37:23PM -0700, Garrett Cooper wrote: >> >> > On Jun 27, 2015, at 16:28, Baptiste Daroussin wrote: >> > >> > Author: bapt >> > Date: Sat Jun 27 23:28:56 2015 >> > New Revision: 284898 >> > URL: https://svnweb.

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread Baptiste Daroussin
On Sat, Jun 27, 2015 at 08:37:23PM -0700, Garrett Cooper wrote: > > > On Jun 27, 2015, at 16:28, Baptiste Daroussin wrote: > > > > Author: bapt > > Date: Sat Jun 27 23:28:56 2015 > > New Revision: 284898 > > URL: https://svnweb.freebsd.org/changeset/base/284898 > > > > Log: > > Make all shared

Re: svn commit: r284898 - in head: . share/mk

2015-06-28 Thread Adrian Chadd
On 27 June 2015 at 23:50, Garrett Cooper wrote: > >> On Jun 27, 2015, at 22:31, Adrian Chadd wrote: >> >>> On 27 June 2015 at 20:37, Garrett Cooper wrote: >>> On Jun 27, 2015, at 16:28, Baptiste Daroussin wrote: Author: bapt Date: Sat Jun 27 23:28:56 2015 New Revision: