On Sat, Nov 14, 2015 at 01:45:37AM +, Bryan Drewery wrote:
> Author: bdrewery
> Date: Sat Nov 14 01:45:37 2015
> New Revision: 290812
> URL: https://svnweb.freebsd.org/changeset/base/290812
>
> Log:
> Avoid setting schg in the objtree for lib32 build.
>
> Reported by:kib
> Spo
Author: andrew
Date: Tue Nov 17 11:26:35 2015
New Revision: 290974
URL: https://svnweb.freebsd.org/changeset/base/290974
Log:
Make pl310_print_config static, it's not called out of pl310.c
Sponsored by: ABT Systems Ltd
Modified:
head/sys/arm/arm/pl310.c
head/sys/arm/include/pl310.h
Mo
Author: ume
Date: Tue Nov 17 12:09:57 2015
New Revision: 290975
URL: https://svnweb.freebsd.org/changeset/base/290975
Log:
JSON doesn't permit a hexadecimal notation of an integer.
Modified:
head/usr.bin/netstat/if.c
Modified: head/usr.bin/netstat/if.c
===
Author: bapt
Date: Tue Nov 17 12:18:57 2015
New Revision: 290976
URL: https://svnweb.freebsd.org/changeset/base/290976
Log:
install(1) is following symlinks when installing a files, which result in
inconsistency when installing new locales and may also result in failures
when reinstalling af
Author: zbb
Date: Tue Nov 17 12:50:45 2015
New Revision: 290977
URL: https://svnweb.freebsd.org/changeset/base/290977
Log:
Fix buffer overflow in exynos5_ehci
Use proper size of exynos_ehci_softc, not the generic one.
Reviewed by: andrew
Submitted by: Wojciech Macek
Obtained fr
Author: mav
Date: Tue Nov 17 13:02:44 2015
New Revision: 290978
URL: https://svnweb.freebsd.org/changeset/base/290978
Log:
Add real initial support for RQSTYPE_RPT_ID_ACQ.
Modified:
head/sys/dev/isp/isp.c
head/sys/dev/isp/isp_library.c
head/sys/dev/isp/ispmbox.h
Modified: head/sys/dev/is
Author: zbb
Date: Tue Nov 17 13:09:51 2015
New Revision: 290979
URL: https://svnweb.freebsd.org/changeset/base/290979
Log:
Make PCB structure binary compatible for old and new PMAP on ARM
This structure must be binary compatible regardless of PMAP
version being used. Create reserved secti
Author: mav
Date: Tue Nov 17 14:13:55 2015
New Revision: 290980
URL: https://svnweb.freebsd.org/changeset/base/290980
Log:
Make firmware handle virtual ports SNS logins for us.
Modified:
head/sys/dev/isp/isp.c
head/sys/dev/isp/isp_library.c
Modified: head/sys/dev/isp/isp.c
Author: mav
Date: Tue Nov 17 14:22:56 2015
New Revision: 290981
URL: https://svnweb.freebsd.org/changeset/base/290981
Log:
Off-by-one correctiont to r290980.
Modified:
head/sys/dev/isp/isp.c
Modified: head/sys/dev/isp/isp.c
Author: fabient
Date: Tue Nov 17 14:39:33 2015
New Revision: 290982
URL: https://svnweb.freebsd.org/changeset/base/290982
Log:
Implement the sadb_x_policy_priority field as it is done in Linux:
lower priority policies are inserted first.
Submitted by: Emeric Poupon
Reviewed by: ae
S
Author: nwhitehorn
Date: Tue Nov 17 16:07:43 2015
New Revision: 290989
URL: https://svnweb.freebsd.org/changeset/base/290989
Log:
Where appropriate, use the endian-flipping OF_getencprop() instead of
OF_getprop() to get encode-int encoded values from the OF tree. This is
a no-op at present,
Author: nwhitehorn
Date: Tue Nov 17 16:09:26 2015
New Revision: 290990
URL: https://svnweb.freebsd.org/changeset/base/290990
Log:
Make native page table access endian-safe. Even on CPUs running in
little-endian mode, the hardware page table is big-endian. This is a
no-op on all currently sup
Author: mav
Date: Tue Nov 17 16:33:46 2015
New Revision: 290993
URL: https://svnweb.freebsd.org/changeset/base/290993
Log:
Unify and cleanup FC ports scan.
Modified:
head/sys/dev/isp/isp.c
head/sys/dev/isp/isp_library.c
head/sys/dev/isp/ispvar.h
Modified: head/sys/dev/isp/isp.c
=
> On Nov 17, 2015, at 04:18, Baptiste Daroussin wrote:
>
> Author: bapt
> Date: Tue Nov 17 12:18:57 2015
> New Revision: 290976
> URL: https://svnweb.freebsd.org/changeset/base/290976
>
> Log:
> install(1) is following symlinks when installing a files, which result in
> inconsistency when ins
Author: mav
Date: Tue Nov 17 16:46:05 2015
New Revision: 290994
URL: https://svnweb.freebsd.org/changeset/base/290994
Log:
Cosmetic addition to r290993.
Modified:
head/sys/dev/isp/isp.c
Modified: head/sys/dev/isp/isp.c
=
Author: uqs
Date: Tue Nov 17 18:28:56 2015
New Revision: 290996
URL: https://svnweb.freebsd.org/changeset/base/290996
Log:
Fix 'make depend'
Modified:
head/sys/modules/tests/framework/Makefile
Modified: head/sys/modules/tests/framework/Makefile
===
On 11/17/15 12:55 AM, Konstantin Belousov wrote:
> On Sat, Nov 14, 2015 at 01:45:37AM +, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Sat Nov 14 01:45:37 2015
>> New Revision: 290812
>> URL: https://svnweb.freebsd.org/changeset/base/290812
>>
>> Log:
>> Avoid setting schg in the objtree
Author: jhb
Date: Tue Nov 17 19:03:55 2015
New Revision: 290997
URL: https://svnweb.freebsd.org/changeset/base/290997
Log:
Move recently added entry above the "old" line.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
===
On Tue, Nov 17, 2015 at 11:01:28AM -0800, Bryan Drewery wrote:
> On 11/17/15 12:55 AM, Konstantin Belousov wrote:
> > On Sat, Nov 14, 2015 at 01:45:37AM +, Bryan Drewery wrote:
> >> Author: bdrewery
> >> Date: Sat Nov 14 01:45:37 2015
> >> New Revision: 290812
> >> URL: https://svnweb.freebsd.o
On 11/17/15 11:06 AM, Konstantin Belousov wrote:
> On Tue, Nov 17, 2015 at 11:01:28AM -0800, Bryan Drewery wrote:
>> On 11/17/15 12:55 AM, Konstantin Belousov wrote:
>>> On Sat, Nov 14, 2015 at 01:45:37AM +, Bryan Drewery wrote:
Author: bdrewery
Date: Sat Nov 14 01:45:37 2015
New
On Tue, Nov 17, 2015 at 11:08:32AM -0800, Bryan Drewery wrote:
> On 11/17/15 11:06 AM, Konstantin Belousov wrote:
> > On Tue, Nov 17, 2015 at 11:01:28AM -0800, Bryan Drewery wrote:
> >> On 11/17/15 12:55 AM, Konstantin Belousov wrote:
> >>> On Sat, Nov 14, 2015 at 01:45:37AM +, Bryan Drewery wr
Author: bapt
Date: Tue Nov 17 19:40:48 2015
New Revision: 290998
URL: https://svnweb.freebsd.org/changeset/base/290998
Log:
Fix typo
Submitted by: ngie
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- head
Author: eadler
Date: Tue Nov 17 19:43:40 2015
New Revision: 290999
URL: https://svnweb.freebsd.org/changeset/base/290999
Log:
Fix two spelling errors
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- head/UPDATI
Author: mav
Date: Tue Nov 17 19:57:49 2015
New Revision: 291000
URL: https://svnweb.freebsd.org/changeset/base/291000
Log:
Register our FC4 Features in SNS.
Modified:
head/sys/dev/isp/isp.c
head/sys/dev/isp/isp_library.c
head/sys/dev/isp/isp_library.h
head/sys/dev/isp/isp_stds.h
head/
Author: bdrewery
Date: Tue Nov 17 20:42:08 2015
New Revision: 291001
URL: https://svnweb.freebsd.org/changeset/base/291001
Log:
Fix dynamic IPv6 rules showing junk for non-specified address masks.
For example:
2 0 0 (19s) PARENT 1 tcp 10.10.0.5 0 <-> 0.0.0.0 0
2
Author: bapt
Date: Tue Nov 17 20:42:59 2015
New Revision: 291002
URL: https://svnweb.freebsd.org/changeset/base/291002
Log:
mpsutil/mprutil: add flash subcommand
the flash subcommand allows to save/update firmware and bios for LSI
Fusion-MPT
2/3 controllers (mps(4) and mpr(4))
Teste
Author: jkim
Date: Tue Nov 17 20:47:16 2015
New Revision: 291003
URL: https://svnweb.freebsd.org/changeset/base/291003
Log:
Simplify man-makefile-update target.
Modified:
head/secure/lib/libcrypto/Makefile.inc
Modified: head/secure/lib/libcrypto/Makefile.inc
=
Author: smh
Date: Tue Nov 17 20:55:50 2015
New Revision: 291004
URL: https://svnweb.freebsd.org/changeset/base/291004
Log:
Fix early kernel dump via dumpdev env
Setting the dumpdev via env e.g. loader.conf provides the ability to
configure the kernel dump device during early boot. When us
Author: allanjude
Date: Tue Nov 17 21:02:27 2015
New Revision: 291005
URL: https://svnweb.freebsd.org/changeset/base/291005
Log:
Add a kernel config for the Onion Omega
Small $25 IoT device, 400mhz Atheros cpu, Atheros WiFi and Ethernet
18 GPIOs, and support for Relay, Servo, and OLED exp
Author: jhibbits
Date: Wed Nov 18 01:54:19 2015
New Revision: 291008
URL: https://svnweb.freebsd.org/changeset/base/291008
Log:
Add support for new LAW registers in QorIQ SoCs.
QorIQ SoCs (e5500 core, P5 family) have 2 BARs for local access windows, while
MPC85XX, and P1/P2 families use o
Author: jhibbits
Date: Wed Nov 18 02:18:14 2015
New Revision: 291009
URL: https://svnweb.freebsd.org/changeset/base/291009
Log:
Physical addresses for e500mc/e5500 are 36-bits, e6500 is 40-bits.
Increase BUS_SPACE_MAXADDR to allow for this.
Sponsored by: Alex Perez/Inertial Computing
On Tue, Nov 17, 2015 at 08:43:26AM -0800, Garrett Cooper wrote:
> > On Nov 17, 2015, at 04:18, Baptiste Daroussin wrote:
> > New Revision: 290976
> > URL: https://svnweb.freebsd.org/changeset/base/290976
> >
> > +Due to a bug in install(1) it is recommanded to remove the ancient
> > +loca
Author: adrian
Date: Wed Nov 18 06:24:21 2015
New Revision: 291010
URL: https://svnweb.freebsd.org/changeset/base/291010
Log:
uart(4) - make the 8250 uart baudrate tolerance build time tweakable.
It turns out on a 16550 w/ a 25MHz SoC reference clock you get a little
over 3% error at 1152
Author: adrian
Date: Wed Nov 18 06:25:25 2015
New Revision: 291011
URL: https://svnweb.freebsd.org/changeset/base/291011
Log:
Add the QCA9533 base configuration file and an example configuration
for the AP143.
Wifi doesn't work on the QCA9533 board, but basic ethernet/ethernet
and ether
34 matches
Mail list logo