Author: hrs
Date: Tue Mar 4 06:55:54 2014
New Revision: 262728
URL: http://svnweb.freebsd.org/changeset/base/262728
Log:
Fix multicast filtering.
Submitted by: Takanori Sawada
PR: arm/187179
Modified:
head/sys/dev/ffec/if_ffec.c
Modified: head/sys/dev/ffec/if_ffec.c
===
Author: gnn
Date: Tue Mar 4 05:09:46 2014
New Revision: 262727
URL: http://svnweb.freebsd.org/changeset/base/262727
Log:
Naming consistency fix. The routing code defines
RADIX_NODE_HEAD_LOCK as grabbing the write lock,
but RADIX_NODE_HEAD_LOCK_ASSERT as checking the read lock.
Submitte
Author: marcel
Date: Tue Mar 4 03:19:36 2014
New Revision: 262726
URL: http://svnweb.freebsd.org/changeset/base/262726
Log:
When reading physical memory, make sure to access it using the right
memory attributes. The same applies to the mmap(2) interface. Not
doing so results in machine chec
Author: imp
Date: Tue Mar 4 03:19:26 2014
New Revision: 262725
URL: http://svnweb.freebsd.org/changeset/base/262725
Log:
Fix syntax errors and warnings emitted by the GPL dtc.
Modified:
head/sys/boot/fdt/dts/arm/imx53-qsb.dts
head/sys/boot/fdt/dts/arm/imx53x.dtsi
head/sys/boot/fdt/dts/ar
Author: pfg
Date: Tue Mar 4 03:14:09 2014
New Revision: 262724
URL: http://svnweb.freebsd.org/changeset/base/262724
Log:
MFC r262623, r262667:
ext2fs: use of tab vs spaces.
Consistently use a single tab after a #define as mentioned in style(9).
Use tabs instead of space for indent
Author: pfg
Date: Tue Mar 4 03:10:31 2014
New Revision: 262723
URL: http://svnweb.freebsd.org/changeset/base/262723
Log:
MFC r262623, r262667:
ext2fs: use of tab vs spaces.
Consistently use a single tab after a #define as mentioned in style(9).
Use tabs instead of space for indent
Author: marcel
Date: Tue Mar 4 02:19:39 2014
New Revision: 262722
URL: http://svnweb.freebsd.org/changeset/base/262722
Log:
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
if not already defined. This allows building libc from outside of
lib/libc using a reach-over mak
Author: marcel
Date: Tue Mar 4 01:14:37 2014
New Revision: 262721
URL: http://svnweb.freebsd.org/changeset/base/262721
Log:
Increase MAXLINE to deal with longer paths.
Obtained from:Juniper Networks, Inc.
Modified:
head/usr.bin/tftp/main.c
Modified: head/usr.bin/tftp/main.c
===
On Mon, Mar 03, 2014 at 10:47:43PM +0100, Dimitry Andric wrote:
> On 03 Mar 2014, at 21:36, John Baldwin wrote:
> > On Thursday, February 27, 2014 12:29:02 pm Dag-Erling SmXXrgrav wrote:
> >> Author: des
> >> Date: Thu Feb 27 17:29:02 2014
> >> New Revision: 262566
> >> URL: http://svnweb.freebsd.
ATING
==
--- stable/10/UPDATING Mon Mar 3 23:26:48 2014(r262719)
+++ stable/10/UPDATING Mon Mar 3 23:30:54 2014(r262720)
@@ -17,6 +17,16 @@ stable/10, and then rebuild without this
older version of current is a bit fragile.
+20140303:
+ OpenSSH will now ignore errors caus
Author: delphij
Date: Mon Mar 3 23:26:48 2014
New Revision: 262719
URL: http://svnweb.freebsd.org/changeset/base/262719
Log:
Document the fact that OpenSSH default configuration requires Capsicum
capability mode support in kernel, which have been worked around later
but it's still recommend
Author: delphij
Date: Mon Mar 3 23:19:28 2014
New Revision: 262718
URL: http://svnweb.freebsd.org/changeset/base/262718
Log:
MFC r261499 (pjd):
Fix installations that use kernels without CAPABILITIES support.
Modified:
stable/10/crypto/openssh/sandbox-capsicum.c
Directory Properties:
On 03 Mar 2014, at 21:36, John Baldwin wrote:
> On Thursday, February 27, 2014 12:29:02 pm Dag-Erling SmXXrgrav wrote:
>> Author: des
>> Date: Thu Feb 27 17:29:02 2014
>> New Revision: 262566
>> URL: http://svnweb.freebsd.org/changeset/base/262566
>>
>> Log:
>> MFH (r261320): upgrade openssh to
On Thursday, February 27, 2014 12:29:02 pm Dag-Erling SmXXrgrav wrote:
> Author: des
> Date: Thu Feb 27 17:29:02 2014
> New Revision: 262566
> URL: http://svnweb.freebsd.org/changeset/base/262566
>
> Log:
> MFH (r261320): upgrade openssh to 6.5p1
> MFH (r261340): enable sandboxing by default
On Saturday, March 01, 2014 7:22:43 pm Justin Hibbits wrote:
> Sorry. Forgot with 9 to MFC to sys/. Any way to correct this?
>
> -Justin
With svn 1.8 the "harm" from that seems minimal, so I would just let it be.
--
John Baldwin
___
svn-src-all@freebs
Author: brooks
Date: Mon Mar 3 20:28:27 2014
New Revision: 262717
URL: http://svnweb.freebsd.org/changeset/base/262717
Log:
MFR r261294:
Remove an unneeded space in the BERI merge.
Sponsored by: DARPA, AFRL
Modified:
stable/10/sys/mips/mips/machdep.c
Directory Properties:
stable/
Author: jhb
Date: Mon Mar 3 18:06:25 2014
New Revision: 262716
URL: http://svnweb.freebsd.org/changeset/base/262716
Log:
Include kbd(4) when vt(4) is enabled as on other platforms.
Reported by: Anton Shterenlikht
Modified:
head/sys/conf/files.ia64
Modified: head/sys/conf/files.ia64
==
Author: imp
Date: Mon Mar 3 16:34:42 2014
New Revision: 262715
URL: http://svnweb.freebsd.org/changeset/base/262715
Log:
Add note about dtc switch.
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- head/UPDATIN
On Sat, Mar 01, 2014 at 02:02:32PM +0100, Tijl Coosemans wrote:
> On Sat, 1 Mar 2014 03:39:56 + (UTC) Brooks Davis wrote:
> > Author: brooks
> > Date: Sat Mar 1 03:39:56 2014
> > New Revision: 262648
> > URL: http://svnweb.freebsd.org/changeset/base/262648
> >
> > Log:
> > MFC: 261298
> >
Author: ian
Date: Mon Mar 3 16:00:11 2014
New Revision: 262714
URL: http://svnweb.freebsd.org/changeset/base/262714
Log:
Add a missing semicolong, noticed by the gnu dt compiler.
Modified:
head/sys/boot/fdt/dts/arm/beaglebone.dts
Modified: head/sys/boot/fdt/dts/arm/beaglebone.dts
==
On Mon, 2014-03-03 at 18:49 +1100, Bruce Evans wrote:
> On Sun, 2 Mar 2014, Ian Lepore wrote:
>
> > Log:
> > Add __attribute__((used)) so that the delay implementation doesn't get
> > optimized away as unreferenced, causing linker errors when trying to
> > resolve the weak reference to the miss
Author: ian
Date: Mon Mar 3 14:37:18 2014
New Revision: 262712
URL: http://svnweb.freebsd.org/changeset/base/262712
Log:
Use the standard __used macro instead of a bare __attribute__.
Submitted by: bde
Modified:
head/sys/arm/arm/mpcore_timer.c
Modified: head/sys/arm/arm/mpcore_timer.c
Author: ganbold
Date: Mon Mar 3 11:36:39 2014
New Revision: 262711
URL: http://svnweb.freebsd.org/changeset/base/262711
Log:
Add EMAC and SRAM controller entries to FDT.
Add EMAC device to kernel config files and
enable EMAC, SRAM drivers for build.
Approved by: stas (mentor)
Modifie
Author: ganbold
Date: Mon Mar 3 11:32:55 2014
New Revision: 262710
URL: http://svnweb.freebsd.org/changeset/base/262710
Log:
Add EMAC 10/100 Ethernet controller driver for A10/A20.
It is available mostly in A10 devices like Hackberry, Marsboard,
Mele A1000, A2000, A100 HTPC, cubieboard1 and
Author: ganbold
Date: Mon Mar 3 11:24:47 2014
New Revision: 262709
URL: http://svnweb.freebsd.org/changeset/base/262709
Log:
Add Static Random Access Memory controller driver for A10/A20.
A10/A20's SRAM is used by devices, such as CPU, EMAC,
for extra fast memory or as cache.
Approved
Author: ganbold
Date: Mon Mar 3 11:00:52 2014
New Revision: 262708
URL: http://svnweb.freebsd.org/changeset/base/262708
Log:
Add gpio and clock bits for A10/A20's EMAC ethernet controller driver, such
as:
- EMAC gpio configuration
- EMAC clock activation
Approved by: stas (mentor)
A
Author: erwin
Date: Mon Mar 3 09:18:19 2014
New Revision: 262706
URL: http://svnweb.freebsd.org/changeset/base/262706
Log:
MFV 262445:
Update BIND to 9.9.5
Release note:
https://lists.isc.org/pipermail/bind-announce/2013-September/000871.html
https://lists.isc.org/pipermail/bin
Author: delphij
Date: Mon Mar 3 08:01:36 2014
New Revision: 262705
URL: http://svnweb.freebsd.org/changeset/base/262705
Log:
Workaround a GCC warning to unbreak ARM build.
Reported by: ian
Modified:
head/contrib/ncurses/form/frm_driver.c
Modified: head/contrib/ncurses/form/frm_driver.
28 matches
Mail list logo