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: head/tools/tools/at
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: head/tools/tools/ath/
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 u
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, mips shares no IPI code with
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 27 12:03:07 2016
>
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
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: head/share/misc/organ
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 sam
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 ar
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
head/sys/dev/file
Author: bdrewery
Date: Sat Feb 27 21:05:21 2016
New Revision: 296147
URL: https://svnweb.freebsd.org/changeset/base/296147
Log:
MFC r294949,r294952,r294953,r294957,r294965,r294967,r294968,r295017,r295026,
r295027,r295029,r295030,r295649:
r294949:
filemon_ioctl: Handle error fr
Author: bdrewery
Date: Sat Feb 27 20:57:34 2016
New Revision: 296146
URL: https://svnweb.freebsd.org/changeset/base/296146
Log:
MFC r242088:
Desupport pre-FreeBSD 7.1.
Modified:
stable/9/sys/dev/filemon/filemon.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/de
Author: bdrewery
Date: Sat Feb 27 20:54:23 2016
New Revision: 296145
URL: https://svnweb.freebsd.org/changeset/base/296145
Log:
Regenerate
Modified:
stable/9/share/man/man5/src.conf.5
Modified: stable/9/share/man/man5/src.conf.5
===
Author: bdrewery
Date: Sat Feb 27 20:51:42 2016
New Revision: 296144
URL: https://svnweb.freebsd.org/changeset/base/296144
Log:
MFC r250658,r250828:
r250658:
Add a new option WITHOUT_FORMAT_EXTENSIONS to disable flags related to
checking our kernel printf extensions. This is
Author: bdrewery
Date: Sat Feb 27 20:45:07 2016
New Revision: 296143
URL: https://svnweb.freebsd.org/changeset/base/296143
Log:
MFC r294933:
Drop any previous fd when setting a new one.
Modified:
stable/9/sys/dev/filemon/filemon.c
Directory Properties:
stable/9/sys/ (props changed)
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
pmap_change_attr
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 aro
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 sug
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
=
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
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/
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 Fe
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: https://svnweb.freebsd.org/changeset/base/296047
> >
> > Log:
> > Con
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
=
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 implementation
25 matches
Mail list logo