svn commit: r296154 - head/tools/tools/ath/athregs

2016-02-27 Thread Adrian Chadd
Author: adrian Date: Sun Feb 28 06:30:39 2016 New Revision: 296154 URL: https://svnweb.freebsd.org/changeset/base/296154 Log: Migrate athregs over to use the new stats API. Modified: head/tools/tools/ath/athregs/Makefile head/tools/tools/ath/athregs/dumpregs.c Modified:

svn commit: r296152 - head/tools/tools/ath/common

2016-02-27 Thread Adrian Chadd
Author: adrian Date: Sun Feb 28 06:29:07 2016 New Revision: 296152 URL: https://svnweb.freebsd.org/changeset/base/296152 Log: Begin abstracting out the access method for ath(4) ioctls. Each of the ath* commands do their own direct socket/ioctl calls, which makes it difficult to forklift

svn commit: r296153 - head/tools/tools/ath/athstats

2016-02-27 Thread Adrian Chadd
Author: adrian Date: Sun Feb 28 06:29:25 2016 New Revision: 296153 URL: https://svnweb.freebsd.org/changeset/base/296153 Log: Migrate athstats to use the new stats API. Modified: head/tools/tools/ath/athstats/Makefile head/tools/tools/ath/athstats/athstats.c Modified:

Re: svn commit: r296138 - in head/sys: arm/arm arm/include kern sys

2016-02-27 Thread Alexander Kabaev
On Sat, 27 Feb 2016 16:57:03 -0800 Adrian Chadd wrote: > hi, > > I think this was mostly shared with kan's MIPS work on the CI20 as the > IPI stuff via the gic is effectively the same. > > Can we make this (again) something we can share, but optionally? > > Nope,

Re: svn commit: r296138 - in head/sys: arm/arm arm/include kern sys

2016-02-27 Thread Adrian Chadd
hi, I think this was mostly shared with kan's MIPS work on the CI20 as the IPI stuff via the gic is effectively the same. Can we make this (again) something we can share, but optionally? -a On 27 February 2016 at 04:03, Svatopluk Kraus wrote: > Author: skra > Date: Sat Feb

svn commit: r296151 - head/etc/mtree

2016-02-27 Thread Ed Maste
Author: emaste Date: Sun Feb 28 00:24:13 2016 New Revision: 296151 URL: https://svnweb.freebsd.org/changeset/base/296151 Log: Sort subdirectories in BSD.debug.dist Modified: head/etc/mtree/BSD.debug.dist Modified: head/etc/mtree/BSD.debug.dist

svn commit: r296150 - head/share/misc

2016-02-27 Thread Jason Unovitch
Author: junovitch (ports committer) Date: Sat Feb 27 23:39:59 2016 New Revision: 296150 URL: https://svnweb.freebsd.org/changeset/base/296150 Log: - Add myself to ports-secteam Approved by:delphij, miwi, feld Modified: head/share/misc/organization.dot Modified:

svn commit: r296149 - head/sys/arm/allwinner

2016-02-27 Thread Jared McNeill
Author: jmcneill Date: Sat Feb 27 22:26:05 2016 New Revision: 296149 URL: https://svnweb.freebsd.org/changeset/base/296149 Log: Fix PIO mode on A31 and later SoCs. Newer Allwinner MMC implementations use a different FIFO register offset (0x200 instead of 0x100). Since the FDT uses the

Re: svn commit: r296109 - head/libexec/rlogind

2016-02-27 Thread Bruce Evans
On Sat, 27 Feb 2016, Jilles Tjoelker wrote: On Sat, Feb 27, 2016 at 09:48:05AM -0500, Pedro Giffuni wrote: In the case of rlogind, note that the above limitation [FD_SETSIZE] has disappeared by using poll(2). I will add that FreeBSD has a native poll(2) implementation, it is not a wrapper

svn commit: r296148 - head/sys/dev/filemon

2016-02-27 Thread Bryan Drewery
Author: bdrewery Date: Sat Feb 27 21:08:27 2016 New Revision: 296148 URL: https://svnweb.freebsd.org/changeset/base/296148 Log: Remove old compatibility checks. MFC after:3 days Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/filemon/filemon.c

svn commit: r296142 - in head/sys/powerpc: booke include powerpc

2016-02-27 Thread Justin Hibbits
Author: jhibbits Date: Sat Feb 27 20:39:36 2016 New Revision: 296142 URL: https://svnweb.freebsd.org/changeset/base/296142 Log: Implement pmap_change_attr() for PowerPC (Book-E only for now) Summary: Some drivers need special memory requirements. X86 solves this with a

Re: svn commit: r296109 - head/libexec/rlogind

2016-02-27 Thread Pedro Giffuni
On 02/27/16 13:38, Jilles Tjoelker wrote: On Sat, Feb 27, 2016 at 09:48:05AM -0500, Pedro Giffuni wrote: In the case of rlogind, note that the above limitation [FD_SETSIZE] has disappeared by using poll(2). I will add that FreeBSD has a native poll(2) implementation, it is not a wrapper

Re: svn commit: r296109 - head/libexec/rlogind

2016-02-27 Thread Jilles Tjoelker
On Sat, Feb 27, 2016 at 09:48:05AM -0500, Pedro Giffuni wrote: > In the case of rlogind, note that the above limitation [FD_SETSIZE] > has disappeared by using poll(2). > I will add that FreeBSD has a native poll(2) implementation, it is > not a wrapper around select as some old postings would

svn commit: r296141 - head/sys/powerpc/mpc85xx

2016-02-27 Thread Justin Hibbits
Author: jhibbits Date: Sat Feb 27 16:27:48 2016 New Revision: 296141 URL: https://svnweb.freebsd.org/changeset/base/296141 Log: Move another range check to use RMAN_IS_DEFAULT_RANGE(). Modified: head/sys/powerpc/mpc85xx/lbc.c Modified: head/sys/powerpc/mpc85xx/lbc.c

Re: svn commit: r296109 - head/libexec/rlogind

2016-02-27 Thread Pedro Giffuni
Hello; On 02/27/16 08:08, Ronald Klop wrote: Hi, I'm not a FreeBSD commiter, but read these commits to stay informed about what is happening. This commit (and the one for talk) mentions _what_ is changed, but not _why_ it is changed. I'm curious why this is better. Mind to share any comments

svn commit: r296140 - head/libexec/casper

2016-02-27 Thread Mariusz Zaborski
Author: oshogbo Date: Sat Feb 27 14:45:32 2016 New Revision: 296140 URL: https://svnweb.freebsd.org/changeset/base/296140 Log: Remove reaming files of the Casper daemon. Reported by:emaste Approved by: pjd (mentor) Deleted: head/libexec/casper/

Re: svn commit: r296109 - head/libexec/rlogind

2016-02-27 Thread Ronald Klop
Hi, I'm not a FreeBSD commiter, but read these commits to stay informed about what is happening. This commit (and the one for talk) mentions _what_ is changed, but not _why_ it is changed. I'm curious why this is better. Mind to share any comments on this? Regards, Ronald. On Fri, 26

Re: svn commit: r296047 - in head: . contrib/mdocml contrib/tcpdump etc/defaults etc/mtree etc/rc.d gnu/usr.bin/groff/tmac lib lib/libc/posix1e lib/libcapsicum lib/libcasper lib/libcasper/libcasper li

2016-02-27 Thread Mariusz Zaborski
Thank you. I on it. On 26 February 2016 at 16:55, Shawn Webb wrote: > On Thu, Feb 25, 2016 at 06:23:40PM +, Mariusz Zaborski wrote: > > Author: oshogbo > > Date: Thu Feb 25 18:23:40 2016 > > New Revision: 296047 > > URL:

svn commit: r296139 - head

2016-02-27 Thread Ed Maste
Author: emaste Date: Sat Feb 27 12:34:51 2016 New Revision: 296139 URL: https://svnweb.freebsd.org/changeset/base/296139 Log: Correct date on ELF Tool Chain UPDATING entry Reported by: dhw Modified: head/UPDATING Modified: head/UPDATING

svn commit: r296138 - in head/sys: arm/arm arm/include kern sys

2016-02-27 Thread Svatopluk Kraus
Author: skra Date: Sat Feb 27 12:03:07 2016 New Revision: 296138 URL: https://svnweb.freebsd.org/changeset/base/296138 Log: Move IPI related parts back to (ARM) machine specific file now, when the interrupt framework is also going to be used by another (MIPS) architecture. IPI