Author: bz
Date: Wed Jan 7 12:12:36 2015
New Revision: 276776
URL: https://svnweb.freebsd.org/changeset/base/276776
Log:
Move MALTA_COMMON to std.MALTA (as we have for XLP and SWARM).
This avoids universe trying to build MALTA_COMMON and fail due to
the problem addressed in r276773.
Inclu
Author: brd (doc committer)
Date: Wed Jan 7 16:15:00 2015
New Revision: 276778
URL: https://svnweb.freebsd.org/changeset/base/276778
Log:
Fix the counter_u64_alloc arguement
Approved by: glebius
MFC after:2 weeks
Modified:
head/share/man/man9/counter.9
Modified: head/share/man/m
Author: loos
Date: Wed Jan 7 16:55:55 2015
New Revision: 276779
URL: https://svnweb.freebsd.org/changeset/base/276779
Log:
Reduce the maximum number of pins for the Rockchip RK3188, this driver
isn't supposed to manage all the GPIO pins in the system from a single
instance, instead it will
Author: rwatson
Date: Wed Jan 7 17:22:56 2015
New Revision: 276780
URL: https://svnweb.freebsd.org/changeset/base/276780
Log:
Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macro
in the NFS server; garbage collect now-unused NFSMSIZ() and M_HASCL()
macros. Also garbage
Robert Watson wrote this message on Tue, Jan 06, 2015 at 12:59 +:
> Author: rwatson
> Date: Tue Jan 6 12:59:37 2015
> New Revision: 276750
> URL: https://svnweb.freebsd.org/changeset/base/276750
>
> Log:
> In order to reduce use of M_EXT outside of the mbuf allocator and
> socket-buffer i
On Tue, Jun 03, 2014 at 05:19:11AM +, Maxim Sobolev wrote:
> Author: sobomax
> Date: Tue Jun 3 05:19:10 2014
> New Revision: 267001
> URL: http://svnweb.freebsd.org/changeset/base/267001
>
> Log:
> Fix few outdated names of defines:
>
> o NR_REG_SW_NIC -> NR_REG_SW
> o NR_RING_NIC_S
On Wed, 7 Jan 2015, John-Mark Gurney wrote:
Log:
In order to reduce use of M_EXT outside of the mbuf allocator and
socket-buffer implementations, introduce a return value for MCLGET()
(and m_cljget() that underlies it) to allow the caller to avoid testing
M_EXT itself. Update all caller
Author: rwatson
Date: Wed Jan 7 18:24:42 2015
New Revision: 276781
URL: https://svnweb.freebsd.org/changeset/base/276781
Log:
Bump __FreeBSD_version to 1100053 reflecting the addition of a return value
to MCLGET().
Suggested by: jmg
Sponsored by: EMC / Isilon Storage Division
Modified
Author: dim
Date: Wed Jan 7 19:06:27 2015
New Revision: 276783
URL: https://svnweb.freebsd.org/changeset/base/276783
Log:
Add the AArch64 llvm backend to the build to allow for early testing and
to ease any rework of how clang is built to take arm64 in to account.
Submitted by: andrew
Author: loos
Date: Wed Jan 7 19:15:11 2015
New Revision: 276784
URL: https://svnweb.freebsd.org/changeset/base/276784
Log:
Fix the handling of pull-up and pull-down for RK3188.
For this to work the driver needs to know the bank it has attached to since
the registers for the first 12 pins
Author: emaste
Date: Wed Jan 7 19:34:44 2015
New Revision: 276785
URL: https://svnweb.freebsd.org/changeset/base/276785
Log:
libelf: Add arm64 config
Upstream elftoolchain ticket: #470
Submitted by: Andrew Turner
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/elftoolcha
Author: dim
Date: Wed Jan 7 19:37:26 2015
New Revision: 276786
URL: https://svnweb.freebsd.org/changeset/base/276786
Log:
Pull in r92 from upstream llvm trunk (by Weiming Zhao):
[Aarch64] Customer lowering of CTPOP to SIMD should check for NEON
availability
This ensures llvm
Author: dim
Date: Wed Jan 7 19:38:52 2015
New Revision: 276787
URL: https://svnweb.freebsd.org/changeset/base/276787
Log:
Add llvm patch corresponding to r276786.
Added:
head/contrib/llvm/patches/patch-31-llvm-r92-aarch64-no-neon.diff
Added: head/contrib/llvm/patches/patch-31-llvm-r
Author: delphij
Date: Wed Jan 7 19:55:18 2015
New Revision: 276788
URL: https://svnweb.freebsd.org/changeset/base/276788
Log:
MFV r276761: tcpdump 4.6.2.
MFC after:1 month
Added:
head/contrib/tcpdump/README.md
- copied unchanged from r276761, vendor/tcpdump/dist/README.md
hea
On Dec 30, 2014, at 01:20 AM, Hans Petter Selasky wrote:
Author: hselasky
Date: Tue Dec 30 09:20:29 2014
New Revision: 276407
URL: https://svnweb.freebsd.org/changeset/base/276407
Log:
Allow systems having a page size greater than 4K to use fewer
scatter-gather XHCI TRB entries for its payload
On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote:
C> Author: rodrigc
C> Date: Tue Jan 6 09:03:03 2015
C> New Revision: 276747
C> URL: https://svnweb.freebsd.org/changeset/base/276747
C>
C> Log:
C> Instead of creating a purge thread for every vnet, create
C> a single purge threa
On Wed, Jan 07, 2015 at 06:16:15PM +, Robert Watson wrote:
R> On Wed, 7 Jan 2015, John-Mark Gurney wrote:
R>
R> >> Log:
R> >> In order to reduce use of M_EXT outside of the mbuf allocator and
R> >> socket-buffer implementations, introduce a return value for MCLGET()
R> >> (and m_cljget()
On Tue, Jan 06, 2015 at 01:07:14PM +, Luiz Otavio O Souza wrote:
L> Author: loos
L> Date: Tue Jan 6 13:07:13 2015
L> New Revision: 276751
L> URL: https://svnweb.freebsd.org/changeset/base/276751
L>
L> Log:
L> Remove the check that prevent carp(4) advskew to be set to '0'.
L>
L> CARP de
On 7 Jan 2015, at 20:48, Gleb Smirnoff wrote:
> R> > Shouldn't this come w/ a FreeBSD version bump for drivers to use?
> R>
> R> Yes, probably. Old drivers will continue to work fine in not checking the
> R> return value (for now), but drivers seeing backporting will probably want
> a
> R> _
Hi,
On 01/07/15 21:46, Gleb Smirnoff wrote:
On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote:
C> Author: rodrigc
C> Date: Tue Jan 6 09:03:03 2015
C> New Revision: 276747
C> URL: https://svnweb.freebsd.org/changeset/base/276747
C>
C> Log:
C> Instead of creating a purge thread fo
Author: gonzo
Date: Wed Jan 7 21:40:23 2015
New Revision: 276794
URL: https://svnweb.freebsd.org/changeset/base/276794
Log:
Add dev/mbox/mbox_if.m to MFILES list so we can use it in kernel modules
Modified:
head/sys/conf/kmod.mk
Modified: head/sys/conf/kmod.mk
==
Author: delphij
Date: Wed Jan 7 21:44:57 2015
New Revision: 276795
URL: https://svnweb.freebsd.org/changeset/base/276795
Log:
Fix sos@'s name.
MFC after:2 weeks
Modified:
head/sys/dev/syscons/daemon/daemon_saver.c
Modified: head/sys/dev/syscons/daemon/daemon_saver.c
===
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150107:
+ ELF tools addr2line, elfcopy (strip), nm, size, and strings are now
+ taken from the ELF Tool Chain project rather than GNU binutils. They
+ should be drop-in replacements, with the addit
Author: emaste
Date: Wed Jan 7 22:08:09 2015
New Revision: 276797
URL: https://svnweb.freebsd.org/changeset/base/276797
Log:
Regenerate after r276796
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: hselasky
Date: Thu Jan 8 00:11:11 2015
New Revision: 276798
URL: https://svnweb.freebsd.org/changeset/base/276798
Log:
Fix handling of an error case when the MUSB driver is operating in USB
device side mode.
MFC after:1 week
Reported by: br@
Modified:
head/sys/dev/usb/c
Author: hselasky
Date: Thu Jan 8 00:12:54 2015
New Revision: 276799
URL: https://svnweb.freebsd.org/changeset/base/276799
Log:
Fix misleading comment.
MFC after:1 week
Reported by: rpaulo@
Modified:
head/sys/dev/usb/controller/xhci.h
Modified: head/sys/dev/usb/controller/xhci.h
This error string is misleading: it should read "page size greater or equal to
4096 bytes".
Fixed in r276799.
Thank you!
--HPS
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any
> On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote:
>
> On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote:
> C> Author: rodrigc
> C> Date: Tue Jan 6 09:03:03 2015
> C> New Revision: 276747
> C> URL: https://svnweb.freebsd.org/changeset/base/276747
> C>
> C> Log:
> C> Instead of c
On Thu, Jan 08, 2015 at 12:21:57AM +, Bjoern A. Zeeb wrote:
B>
B> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote:
B> >
B> > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote:
B> > C> Author: rodrigc
B> > C> Date: Tue Jan 6 09:03:03 2015
B> > C> New Revision: 276747
B> > C> U
Author: imp
Date: Thu Jan 8 00:39:40 2015
New Revision: 276801
URL: https://svnweb.freebsd.org/changeset/base/276801
Log:
Don't call the SSE routines when they aren't enabled (or even compiled
into the kernel).
Modified:
head/sys/i386/i386/elf_machdep.c
Modified: head/sys/i386/i386/elf_ma
Author: imp
Date: Thu Jan 8 00:39:30 2015
New Revision: 276800
URL: https://svnweb.freebsd.org/changeset/base/276800
Log:
Move to new NFS client with NFSCL after old NFS clinet (NFSCLIENT) was
removed.
Modified:
head/tools/tools/nanobsd/gateworks/G2348
head/tools/tools/nanobsd/gateworks/
> On 08 Jan 2015, at 00:31 , Gleb Smirnoff wrote:
>
> On Thu, Jan 08, 2015 at 12:21:57AM +, Bjoern A. Zeeb wrote:
> B>
> B> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote:
> B> >
> B> > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote:
> B> > C> Author: rodrigc
> B> > C>
Author: rodrigc
Date: Thu Jan 8 01:27:43 2015
New Revision: 276802
URL: https://svnweb.freebsd.org/changeset/base/276802
Log:
Clarify text to be consistent with nanosleep(2),
since sleep(3) is implemented in terms of nanosleep(2).
This is similar to the sleep(3) man page for Darwin.
Mod
Author: ngie
Date: Thu Jan 8 02:04:37 2015
New Revision: 276804
URL: https://svnweb.freebsd.org/changeset/base/276804
Log:
Fix 'make depend' before infiniband headers have been installed to build host
by removing space between -I and the header directory
MFC after: 1 week
Sponsored by:
Author: ngie
Date: Thu Jan 8 02:11:13 2015
New Revision: 276805
URL: https://svnweb.freebsd.org/changeset/base/276805
Log:
Build contrib/ofed/usr.{bin,lib} in parallel
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/contrib/ofed/usr.bin/Makefile
head/con
Author: ngie
Date: Thu Jan 8 02:36:43 2015
New Revision: 276806
URL: https://svnweb.freebsd.org/changeset/base/276806
Log:
Remove unnecessary .include of bsd.own.mk
MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
Modified:
head/contrib/ofed/Makefile
Modified: head/contr
On 1/8/15 8:31 AM, Gleb Smirnoff wrote:
On Thu, Jan 08, 2015 at 12:21:57AM +, Bjoern A. Zeeb wrote:
B>
B> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote:
B> >
B> > On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote:
B> > C> Author: rodrigc
B> > C> Date: Tue Jan 6 09:03:03 201
Author: ian
Date: Thu Jan 8 03:59:03 2015
New Revision: 276808
URL: https://svnweb.freebsd.org/changeset/base/276808
Log:
Move the inclusion of cpu-v6.h inside the #ifdef _KERNEL block, so that
userland programs (which probably don't actually need machine/cpu.h) compile.
Modified:
head/sys
Author: arybchik
Date: Thu Jan 8 05:46:16 2015
New Revision: 276809
URL: https://svnweb.freebsd.org/changeset/base/276809
Log:
Add myself (arybchik) to committers-src.dot
Approved by:gnn (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.
Julian Elischer wrote this message on Thu, Jan 08, 2015 at 11:37 +0800:
> On 1/8/15 8:31 AM, Gleb Smirnoff wrote:
> > On Thu, Jan 08, 2015 at 12:21:57AM +, Bjoern A. Zeeb wrote:
> > B>
> > B> > On 07 Jan 2015, at 20:46 , Gleb Smirnoff wrote:
> > B> >
> > B> > On Tue, Jan 06, 2015 at 09:03:04AM
Author: ume
Date: Thu Jan 8 07:47:39 2015
New Revision: 276814
URL: https://svnweb.freebsd.org/changeset/base/276814
Log:
Correct comparison of IPv6 wildcard address.
MFC after:3 days
Modified:
head/contrib/ntp/ntpd/ntp_io.c
Modified: head/contrib/ntp/ntpd/ntp_io.c
41 matches
Mail list logo