Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-26 Thread Dmitry Sivachenko
On 25 мая 2015 г., at 17:40, John Baldwin j...@freebsd.org wrote: Some other related questions are: can we revive print/acroread now and or use a 64-bit flash plugin after these changes? I also wonder if it is possible to run 64bit Oracle JDK (Linux version) now?

Re: svn commit: r283132 - head/lib/libproc

2015-05-26 Thread Alastair Hogge
On 2015-05-19 Tue 22:23:16 + Baptiste Daroussin b...@freebsd.org, wrote: Hi, Author: bapt Date: Tue May 19 22:23:15 2015 New Revision: 283132 URL: https://svnweb.freebsd.org/changeset/base/283132 Log: Fix underlinking Modified: head/lib/libproc/Makefile Modified:

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-26 Thread Slawa Olhovchenkov
On Tue, May 26, 2015 at 01:18:01AM +0100, Bruce Simpson wrote: All, The enhancements to the Linux runtime are probably of more interest to folk porting server applications; I am particularly happy to see recvmmsg() and sendmmsg() go in. It might also be wise to emulate the getrandom()

Re: svn commit: r283547 - head/sys/arm/conf

2015-05-26 Thread Bruce Evans
On Mon, 25 May 2015, John-Mark Gurney wrote: Ian Lepore wrote this message on Mon, May 25, 2015 at 23:27 +: Author: ian Date: Mon May 25 23:27:13 2015 New Revision: 283547 URL: https://svnweb.freebsd.org/changeset/base/283547 Log: Ensure that all arm kernel configs contain

svn commit: r283562 - in head: sys/kern tests/sys/kern

2015-05-26 Thread John Baldwin
Author: jhb Date: Tue May 26 10:29:37 2015 New Revision: 283562 URL: https://svnweb.freebsd.org/changeset/base/283562 Log: Do not allow a process to reap an orphan (a child currently being traced by another process such as a debugger). The parent process does need to check for matching

svn commit: r283565 - head/sys/net80211

2015-05-26 Thread Gleb Smirnoff
Author: glebius Date: Tue May 26 12:06:36 2015 New Revision: 283565 URL: https://svnweb.freebsd.org/changeset/base/283565 Log: Reduce diff before functional changes: - Use ic_name instead of if_xname. - Formatting cleanup. Modified: head/sys/net80211/ieee80211.c Modified:

svn commit: r283567 - head/sys/net80211

2015-05-26 Thread Gleb Smirnoff
Author: glebius Date: Tue May 26 12:51:14 2015 New Revision: 283567 URL: https://svnweb.freebsd.org/changeset/base/283567 Log: Add two counters to ieee80211com, that will be used to count transmission or receive errors that can't be associated with any vap. Sponsored by: Netflix

svn commit: r283566 - head/sys/net80211

2015-05-26 Thread Gleb Smirnoff
Author: glebius Date: Tue May 26 12:40:27 2015 New Revision: 283566 URL: https://svnweb.freebsd.org/changeset/base/283566 Log: Make ieee80211broadcastaddr global, so that drivers or other code may use it and not paste. Modified: head/sys/net80211/ieee80211.c head/sys/net80211/ieee80211.h

svn commit: r283568 - head/sys/net80211

2015-05-26 Thread Gleb Smirnoff
Author: glebius Date: Tue May 26 13:19:05 2015 New Revision: 283568 URL: https://svnweb.freebsd.org/changeset/base/283568 Log: Provide ieee80211_get_counter() that sums up ieee802com errors to the errors of this vap interface. Sponsored by: Netflix Sponsored by: Nginx, Inc. Modified:

Re: svn commit: r283132 - head/lib/libproc

2015-05-26 Thread Matteo Riondato
On Tue, May 26, 2015 at 5:07 AM, Alastair Hogge a...@fastmail.fm wrote: On 2015-05-19 Tue 22:23:16 + Baptiste Daroussin b...@freebsd.org, wrote: == --- head/lib/libproc/Makefile Tue May 19 22:22:53 2015

svn commit: r283577 - head/sbin/dumpfs

2015-05-26 Thread Andrey V. Elsukov
Author: ae Date: Tue May 26 18:27:38 2015 New Revision: 283577 URL: https://svnweb.freebsd.org/changeset/base/283577 Log: Print leading zeroes of UFS2 fs_id like we do for UFS1. PR: 156908 MFC after:1 week Modified: head/sbin/dumpfs/dumpfs.c Modified:

Re: svn commit: r283568 - head/sys/net80211

2015-05-26 Thread Adrian Chadd
On 26 May 2015 at 08:44, Gleb Smirnoff gleb...@freebsd.org wrote: On Tue, May 26, 2015 at 08:25:01AM -0700, Adrian Chadd wrote: A Hi, A A We're going to have to move all of the counter API stuff into A ieee80211_freebsd.[ch]. Well, I put the function in the same file where if_get_counter

Re: svn commit: r283538 - head/sys/net80211

2015-05-26 Thread Adrian Chadd
There's only one place that it's used in net80211, and that's for the ifnet setup. All I wanted to do was ensure it didn't end up getting used elsewhere in the stack. -adrian ___ svn-src-head@freebsd.org mailing list

svn commit: r283572 - head

2015-05-26 Thread Baptiste Daroussin
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 to the prebuild libs Modified: head/Makefile.inc1 Modified:

Re: svn commit: r283568 - head/sys/net80211

2015-05-26 Thread Gleb Smirnoff
On Tue, May 26, 2015 at 08:25:01AM -0700, Adrian Chadd wrote: A Hi, A A We're going to have to move all of the counter API stuff into A ieee80211_freebsd.[ch]. Well, I put the function in the same file where if_get_counter pointer is set, so that it can be static. You need distinctive border

Re: svn commit: r283132 - head/lib/libproc

2015-05-26 Thread Baptiste Daroussin
On Tue, May 26, 2015 at 09:20:39AM -0400, Matteo Riondato wrote: On Tue, May 26, 2015 at 5:07 AM, Alastair Hogge a...@fastmail.fm wrote: On 2015-05-19 Tue 22:23:16 + Baptiste Daroussin b...@freebsd.org, wrote:

svn commit: r283579 - head/sys/boot/uboot/lib

2015-05-26 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue May 26 20:32:14 2015 New Revision: 283579 URL: https://svnweb.freebsd.org/changeset/base/283579 Log: Print error message if autoload fails due to missing DTB blob, otherwise ubldr just falls back to loader prompt with no apparent reason Modified:

svn commit: r283569 - head/sys/conf

2015-05-26 Thread Takahashi Yoshihiro
Author: nyan Date: Tue May 26 14:08:32 2015 New Revision: 283569 URL: https://svnweb.freebsd.org/changeset/base/283569 Log: MFi386: r283407 Implement vdso - virtual dynamic shared object. MFi386: r283474 Rework signal code to allow using it by other modules, like linprocfs.

svn commit: r283580 - head/release

2015-05-26 Thread Glen Barber
Author: gjb Date: Tue May 26 20:51:44 2015 New Revision: 283580 URL: https://svnweb.freebsd.org/changeset/base/283580 Log: Use SVNREVISION and BUILDDATE if passed into the make(1) environment, fallback to trying to figure it out otherwise. MFC after:3 days Sponsored by: The FreeBSD

svn commit: r283584 - in head: contrib/netbsd-tests/lib/libc/string lib/libc/string

2015-05-26 Thread Ed Maste
Author: emaste Date: Tue May 26 21:16:07 2015 New Revision: 283584 URL: https://svnweb.freebsd.org/changeset/base/283584 Log: memmem(3): empty little string matches the beginning of the big string This function originated in glibc, and this matches their behaviour (and NetBSD, OpenBSD,

svn commit: r283589 - head/sys/net80211

2015-05-26 Thread Gavin Atkinson
Author: gavin Date: Tue May 26 21:50:53 2015 New Revision: 283589 URL: https://svnweb.freebsd.org/changeset/base/283589 Log: Fix spelling mistake in comment. Modified: head/sys/net80211/ieee80211.h Modified: head/sys/net80211/ieee80211.h

Re: svn commit: r283568 - head/sys/net80211

2015-05-26 Thread Adrian Chadd
Hi, We're going to have to move all of the counter API stuff into ieee80211_freebsd.[ch]. -adrian On 26 May 2015 at 06:19, Gleb Smirnoff gleb...@freebsd.org wrote: Author: glebius Date: Tue May 26 13:19:05 2015 New Revision: 283568 URL: https://svnweb.freebsd.org/changeset/base/283568

Re: svn commit: r283132 - head/lib/libproc

2015-05-26 Thread Baptiste Daroussin
On Tue, May 26, 2015 at 09:20:39AM -0400, Matteo Riondato wrote: On Tue, May 26, 2015 at 5:07 AM, Alastair Hogge a...@fastmail.fm wrote: On 2015-05-19 Tue 22:23:16 + Baptiste Daroussin b...@freebsd.org, wrote:

svn commit: r283593 - head/release

2015-05-26 Thread Glen Barber
Author: gjb Date: Tue May 26 21:58:22 2015 New Revision: 283593 URL: https://svnweb.freebsd.org/changeset/base/283593 Log: Fix a typo. Submitted by: ian MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified:

Re: svn commit: r283424 - in head/sys: amd64/linux modules/linux64

2015-05-26 Thread Pedro Giffuni
On 25/05/2015 09:04 a.m., Chagin Dmitry wrote: On Mon, May 25, 2015 at 07:48:49AM -0400, John Baldwin wrote: On Sunday, May 24, 2015 04:07:12 PM Dmitry Chagin wrote: Author: dchagin Date: Sun May 24 16:07:11 2015 New Revision: 283424 URL: https://svnweb.freebsd.org/changeset/base/283424

svn commit: r283573 - head/release

2015-05-26 Thread Glen Barber
Author: gjb Date: Tue May 26 17:34:56 2015 New Revision: 283573 URL: https://svnweb.freebsd.org/changeset/base/283573 Log: Remove a continuation on error, since the relevant behavior can only occur if a particular file exists. MFC after:3 days Sponsored by: The FreeBSD Foundation

Re: svn commit: r283538 - head/sys/net80211

2015-05-26 Thread John Baldwin
On Monday, May 25, 2015 10:38:33 PM Gleb Smirnoff wrote: On Mon, May 25, 2015 at 07:18:16PM +, Adrian Chadd wrote: A * kill M_WAITOK - some platforms just don't want you to use it Actually all functions called in device attach context or in syscall context should use M_WAITOK. This

Re: svn commit: r283569 - head/sys/conf

2015-05-26 Thread Chagin Dmitry
On Tue, May 26, 2015 at 02:08:32PM +, Takahashi Yoshihiro wrote: Author: nyan Date: Tue May 26 14:08:32 2015 New Revision: 283569 URL: https://svnweb.freebsd.org/changeset/base/283569 Log: MFi386: r283407 Implement vdso - virtual dynamic shared object. MFi386: r283474

svn commit: r283574 - head/release

2015-05-26 Thread Glen Barber
Author: gjb Date: Tue May 26 17:40:36 2015 New Revision: 283574 URL: https://svnweb.freebsd.org/changeset/base/283574 Log: Set STAGE_TARGETS only if RELEASEDIR exists. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified:

svn commit: r283576 - head/release

2015-05-26 Thread Glen Barber
Author: gjb Date: Tue May 26 17:44:31 2015 New Revision: 283576 URL: https://svnweb.freebsd.org/changeset/base/283576 Log: Reindent after r283575. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified: head/release/Makefile.mirrors

svn commit: r283575 - head/release

2015-05-26 Thread Glen Barber
Author: gjb Date: Tue May 26 17:42:28 2015 New Revision: 283575 URL: https://svnweb.freebsd.org/changeset/base/283575 Log: Remove duplicate exists() sanity check. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified: