Author: adrian
Date: Mon Jan 5 05:30:07 2015
New Revision: 276691
URL: https://svnweb.freebsd.org/changeset/base/276691
Log:
Remove the remnants of the OpenWRT/Linux bits that this was based off
of.
Obtained from:Linux/OpenWRT
Modified:
head/sys/mips/atheros/qca955x_chip.c
Mo
Author: adrian
Date: Mon Jan 5 05:26:57 2015
New Revision: 276690
URL: https://svnweb.freebsd.org/changeset/base/276690
Log:
Oops - missed refclk.
Tested:
* AP135, QCA955x SoC
Modified:
head/sys/mips/atheros/qca955x_chip.c
Modified: head/sys/mips/atheros/qca955x_chip.c
===
Author: emaste
Date: Mon Jan 5 04:56:38 2015
New Revision: 276689
URL: https://svnweb.freebsd.org/changeset/base/276689
Log:
addr2line: fflush output after each address lookup
Certain tools spawn addr2line and pass addresses one at a time for
resolution.
PR: 195561
Repor
Author: nwhitehorn
Date: Mon Jan 5 04:33:39 2015
New Revision: 276688
URL: https://svnweb.freebsd.org/changeset/base/276688
Log:
Add kexec-based Linux shim loader for use with the firmware petitboot
loader on PS3 and POWER8 systems. This is reasonably portable to other
architectures, especi
Author: adrian
Date: Mon Jan 5 02:06:26 2015
New Revision: 276685
URL: https://svnweb.freebsd.org/changeset/base/276685
Log:
Add initial Qualcomm Atheros QCA955x SoC support.
This adds the initial frequency poking and configures up enough
for it to boot and spit out data over the console
Author: adrian
Date: Mon Jan 5 02:00:41 2015
New Revision: 276684
URL: https://svnweb.freebsd.org/changeset/base/276684
Log:
ACK interrupts on the new SoCs.
Modified:
head/sys/mips/atheros/apb.c
Modified: head/sys/mips/atheros/apb.c
==
Author: adrian
Date: Mon Jan 5 01:59:44 2015
New Revision: 276683
URL: https://svnweb.freebsd.org/changeset/base/276683
Log:
add QCA955x SoC types.
Modified:
head/sys/mips/atheros/ar71xx_setup.h
Modified: head/sys/mips/atheros/ar71xx_setup.h
=
Author: adrian
Date: Mon Jan 5 01:44:23 2015
New Revision: 276682
URL: https://svnweb.freebsd.org/changeset/base/276682
Log:
Add QCA955x series register definitions.
There's likely a bunch of register offsets that I have to add the
register window base to before I use them.
Done at:
Author: kib
Date: Mon Jan 5 01:06:54 2015
New Revision: 276681
URL: https://svnweb.freebsd.org/changeset/base/276681
Log:
Avoid calling internal libc function through PLT or accessing data
though GOT, by staticizing and hiding. Add setter for
__error_selector to hide it as well.
Sugge
Author: nwhitehorn
Date: Mon Jan 5 01:05:35 2015
New Revision: 276680
URL: https://svnweb.freebsd.org/changeset/base/276680
Log:
Use FDT properties to identify a PS3 if present.
Modified:
head/sys/powerpc/ps3/platform_ps3.c
head/sys/powerpc/ps3/ps3_syscons.c
Modified: head/sys/powerpc/ps3
Author: nwhitehorn
Date: Mon Jan 5 00:50:16 2015
New Revision: 276679
URL: https://svnweb.freebsd.org/changeset/base/276679
Log:
Make PS3 work with the userspace kboot loader. loader.ps3 will disappear
from the tree in the near future.
Done at: Hackathon
Modified:
head/sys/dev/vt
Author: ngie
Date: Mon Jan 5 00:03:42 2015
New Revision: 276673
URL: https://svnweb.freebsd.org/changeset/base/276673
Log:
Bump .Dd again for the change done in r276483
Pointyhat to: me
Modified:
head/share/man/man7/build.7
Modified: head/share/man/man7/build.7
Author: ngie
Date: Sun Jan 4 23:41:17 2015
New Revision: 276671
URL: https://svnweb.freebsd.org/changeset/base/276671
Log:
Expect :arithmetic_ops_body to fail with syntax errors on FreeBSD
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/contrib/netbsd-tes
Author: br
Date: Sun Jan 4 23:14:04 2015
New Revision: 276670
URL: https://svnweb.freebsd.org/changeset/base/276670
Log:
Do not configure Altera PIO device on ARM startup.
PIO is a device implemented in soft-core and becomes
available after flashing FPGA only.
Modified:
head/sys/dev/alte
Author: ngie
Date: Sun Jan 4 22:37:44 2015
New Revision: 276669
URL: https://svnweb.freebsd.org/changeset/base/276669
Log:
Integrate bin/cat/tests from NetBSD into atf/kyua
Sponsored by: EMC / Isilon Storage Division
Added:
head/bin/cat/tests/
head/bin/cat/tests/Makefile (contents,
Author: ngie
Date: Sun Jan 4 22:25:16 2015
New Revision: 276668
URL: https://svnweb.freebsd.org/changeset/base/276668
Log:
Integrate sbin/ifconfig/tests from NetBSD into atf/kyua
Sponsored by: EMC / Isilon Storage Division
Added:
head/sbin/ifconfig/tests/Makefile (contents, props chan
Hi!
On Sat, Jan 03, 2015 at 05:21:20PM +, Hans Petter Selasky wrote:
H> Author: hselasky
H> Date: Sat Jan 3 17:21:19 2015
H> New Revision: 276626
H> URL: https://svnweb.freebsd.org/changeset/base/276626
H>
H> Log:
H> Rework r276532 a bit. Always avoid recursing into the console drivers
H
On Jan 2, 2015, at 0:03, Bruce Evans wrote:
> On Fri, 2 Jan 2015, Garrett Cooper wrote:
>
>> Log:
>> Reset errno in :scalbnf_val and :scalbnl_val before running the tests so the
>> tested errno isn't stale
>
> It is a bug to even test errno. No function in libm accesses errno.
I’ll have to lo
Author: ian
Date: Sun Jan 4 20:08:24 2015
New Revision: 27
URL: https://svnweb.freebsd.org/changeset/base/27
Log:
Eliminate uninitialized variable warnings in kernel and module builds when
building with gcc 4.2
This has been requested several times over the past few months by sev
Author: gibbs
Date: Sun Jan 4 19:55:44 2015
New Revision: 276665
URL: https://svnweb.freebsd.org/changeset/base/276665
Log:
Prevent live-lock and access of destroyed data in taskqueue_drain_all().
Phabric: https://reviews.freebsd.org/D1247
Reviewed by: jhb, avg
Sponsored by: Spec
On Tue, Dec 30, 2014 at 10:45:43PM +, Bjoern A. Zeeb wrote:
>
> > On 30 Dec 2014, at 21:40 , Mateusz Guzik wrote:
> >
> > Author: mjg
> > Date: Tue Dec 30 21:40:45 2014
> > New Revision: 276424
> > URL: https://svnweb.freebsd.org/changeset/base/276424
> >
> > Log:
> > Convert vfs hash lock
Author: kevlo
Date: Sun Jan 4 15:26:02 2015
New Revision: 276660
URL: https://svnweb.freebsd.org/changeset/base/276660
Log:
Change the type of blksize_t from uint32_t to a POSIX compliant int32_t
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html
Modified:
head/sys/s
Author: joel (doc committer)
Date: Sun Jan 4 12:49:24 2015
New Revision: 276659
URL: https://svnweb.freebsd.org/changeset/base/276659
Log:
mdoc: paragraph improvements.
Modified:
head/lib/libc/iconv/iconv.3
head/sbin/camcontrol/camcontrol.8
head/sbin/hastd/hast.conf.5
Modified: head/lib
Author: joel (doc committer)
Date: Sun Jan 4 12:42:08 2015
New Revision: 276658
URL: https://svnweb.freebsd.org/changeset/base/276658
Log:
mdoc: use An macro.
Modified:
head/usr.bin/sort/sort.1.in
Modified: head/usr.bin/sort/sort.1.in
Author: joel (doc committer)
Date: Sun Jan 4 12:38:00 2015
New Revision: 276657
URL: https://svnweb.freebsd.org/changeset/base/276657
Log:
mdoc: sort SEE ALSO.
Modified:
head/lib/libpmc/pmc.corei7.3
head/lib/libpmc/pmc.corei7uc.3
head/lib/libpmc/pmc.haswell.3
head/lib/libpmc/pmc.ivybri
On Sun, 4 Jan 2015, Hans Petter Selasky wrote:
On 01/03/15 21:17, Bruce Evans wrote:
On Sat, 3 Jan 2015, Hans Petter Selasky wrote:
Log:
Rework r276532 a bit. Always avoid recursing into the console drivers
clients, hence they might not handle it very well. This change allows
debugging mut
Author: dchagin
Date: Sun Jan 4 10:40:23 2015
New Revision: 276655
URL: https://svnweb.freebsd.org/changeset/base/276655
Log:
Regen for r276654 (__getcwd()).
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/free
Author: dchagin
Date: Sun Jan 4 10:34:02 2015
New Revision: 276654
URL: https://svnweb.freebsd.org/changeset/base/276654
Log:
Indeed, instead of hiding the kern___getcwd() bug by bogus cast
in r276564, change path type to char * (pathnames are always char *).
And remove bogus casts of mallo
On Sun, 4 Jan 2015, Justin Hibbits wrote:
Log:
Truncate DB_SMALL_VALUE_MAX to a much lower value.
Unlike the other architectures, the PowerPC kernel is loaded under the 2GB
boundary.
MFC after: 2 weeks
Modified:
head/sys/powerpc/include/db_machdep.h
Modified: head/sys/powerpc/includ
29 matches
Mail list logo