Author: luigi
Date: Mon Feb 23 07:28:31 2015
New Revision: 279199
URL: https://svnweb.freebsd.org/changeset/base/279199
Log:
add MODULE_VERSION, needed to track module dependencies
MFC after:3 days
Modified:
head/sys/dev/netmap/netmap_freebsd.c
Modified: head/sys/dev/netmap/netmap_f
Author: ngie
Date: Mon Feb 23 06:46:04 2015
New Revision: 279198
URL: https://svnweb.freebsd.org/changeset/base/279198
Log:
Fill in missing dependencies for dtrace related tools so the bootstrap-tools
compiles properly on older hosts
Pointyhat to: me
X-MFC with: r279197
MFC after: 2 w
Author: ngie
Date: Mon Feb 23 05:28:17 2015
New Revision: 279197
URL: https://svnweb.freebsd.org/changeset/base/279197
Log:
Parallelize building bootstrap-tools
Differential Revision: https://reviews.freebsd.org/D1901
MFC after: 2 weeks
Reviewed by: ian
No serious objections from: imp
On 02/22/15 17:21, Konstantin Belousov wrote:
On Sun, Feb 22, 2015 at 09:40:28PM +, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Sun Feb 22 21:40:27 2015
New Revision: 279189
URL: https://svnweb.freebsd.org/changeset/base/279189
Log:
Kernel support for the Vector-Scalar eXtension (V
On Sun, Feb 22, 2015 at 09:40:28PM +, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Sun Feb 22 21:40:27 2015
> New Revision: 279189
> URL: https://svnweb.freebsd.org/changeset/base/279189
>
> Log:
> Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7
> and POWER
Author: nwhitehorn
Date: Sun Feb 22 21:40:27 2015
New Revision: 279189
URL: https://svnweb.freebsd.org/changeset/base/279189
Log:
Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7
and POWER8. This instruction set unifies the 32 64-bit scalar floating
point registers wi
Author: jilles
Date: Sun Feb 22 21:32:57 2015
New Revision: 279188
URL: https://svnweb.freebsd.org/changeset/base/279188
Log:
sh: Add details about importing the environment and initializing OPTIND.
Modified:
head/bin/sh/sh.1
Modified: head/bin/sh/sh.1
===
Author: nwhitehorn
Date: Sun Feb 22 20:52:29 2015
New Revision: 279187
URL: https://svnweb.freebsd.org/changeset/base/279187
Log:
Add some opcodes for assembling forthcoming VSX (Vector-Scalar eXtension)
support in the kernel. Userspace programs are expected to rely on LLVM's
integrated asse
Author: pfg
Date: Sun Feb 22 20:16:44 2015
New Revision: 279186
URL: https://svnweb.freebsd.org/changeset/base/279186
Log:
setmode(3): Make sure that setmode sets errno on failure.
Our man page already documented this partially but now
we have some consistent behavior.
PR:
Author: maxim
Date: Sun Feb 22 19:42:50 2015
New Revision: 279185
URL: https://svnweb.freebsd.org/changeset/base/279185
Log:
o Typo: securiy -> security.
PR: 197927
Submitted by: mike@comcast.net
MFC after:1 week
Modified:
head/share/man/man5/periodic.conf.5
Modifi
Author: arybchik
Date: Sun Feb 22 19:25:57 2015
New Revision: 279184
URL: https://svnweb.freebsd.org/changeset/base/279184
Log:
sfxge: implement if_get_counter callback
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head/sys/dev/sfxge/sfxge.c
h
On 21/02/2015 00:50, Gleb Smirnoff wrote:
May be you refer to code that was always under #if 0, disabled due to
difficulty to go through RB-trees via kvm(3)?
My bad - yes - this code was unfinished as of SVN rev 192923, it seems I
ran into problems with RB-tree walks through KREAD().
To
Author: arybchik
Date: Sun Feb 22 19:24:08 2015
New Revision: 279183
URL: https://svnweb.freebsd.org/changeset/base/279183
Log:
sfxge: add common code support for changing TX queue pace
To delay packets from a particular TX queue by a particular time, write a
value
into the TX Pace table
Author: arybchik
Date: Sun Feb 22 19:13:52 2015
New Revision: 279182
URL: https://svnweb.freebsd.org/changeset/base/279182
Log:
sfxge: correct event queue interrupt moderation timer quanta
Submitted by: Andrew Lee
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (m
Author: arybchik
Date: Sun Feb 22 18:59:00 2015
New Revision: 279181
URL: https://svnweb.freebsd.org/changeset/base/279181
Log:
sfxge: add indefinite article and update timestamp
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head/share/man/man4/
Author: arybchik
Date: Sun Feb 22 18:57:28 2015
New Revision: 279180
URL: https://svnweb.freebsd.org/changeset/base/279180
Log:
sfxge: list header in SRCS
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head/sys/modules/sfxge/Makefile
Modified: h
Author: arybchik
Date: Sun Feb 22 18:56:03 2015
New Revision: 279179
URL: https://svnweb.freebsd.org/changeset/base/279179
Log:
sfxge: DMA allocated memory is set to zeros because of BUS_DMA_ZERO flag
It is not required to set it to zeros once again.
Sponsored by: Solarflare Communic
Author: arybchik
Date: Sun Feb 22 18:54:16 2015
New Revision: 279178
URL: https://svnweb.freebsd.org/changeset/base/279178
Log:
sfxge: do no allow EFSYS_MEM_ALLOC sleep
It solves locking problem when EFSYS_MEM_ALLOC is called in
the context holding a mutex (not allowed to sleep).
E.g. o
Author: arybchik
Date: Sun Feb 22 18:52:15 2015
New Revision: 279177
URL: https://svnweb.freebsd.org/changeset/base/279177
Log:
sfxge: assert event queue lock in event handlers
It is useful to highlight lock context.
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn
Author: arybchik
Date: Sun Feb 22 18:50:59 2015
New Revision: 279176
URL: https://svnweb.freebsd.org/changeset/base/279176
Log:
sfxge: pass correct address to free allocated memory in the case of load error
It is one more place missed in the previous fix.
Most likely is was just memory le
Author: arybchik
Date: Sun Feb 22 18:48:54 2015
New Revision: 279175
URL: https://svnweb.freebsd.org/changeset/base/279175
Log:
sfxge: using bus_space_*_stream_* API for better portability
Host-bus byte order translation is not requred.
Submitted by: Artem V. Andreev
Sponsored by:
Author: arybchik
Date: Sun Feb 22 18:47:30 2015
New Revision: 279174
URL: https://svnweb.freebsd.org/changeset/base/279174
Log:
sfxge: add missing Siena sensors to common code
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head/sys/dev/sfxge/comm
Author: arybchik
Date: Sun Feb 22 18:46:11 2015
New Revision: 279173
URL: https://svnweb.freebsd.org/changeset/base/279173
Log:
sfxge: add missing common code NVRAM types and map from MCDI
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head/sys/d
Author: arybchik
Date: Sun Feb 22 18:44:37 2015
New Revision: 279172
URL: https://svnweb.freebsd.org/changeset/base/279172
Log:
sfxge: add new identities to Siena static config
Submitted by: Andrew Jackson
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Author: dim
Date: Sun Feb 22 15:56:16 2015
New Revision: 279162
URL: https://svnweb.freebsd.org/changeset/base/279162
Log:
Add llvm patch corresponding to r279161.
Added:
head/contrib/llvm/patches/patch-32-llvm-r230058-indirectbrs-assert.diff
Added: head/contrib/llvm/patches/patch-32-llvm-r2
Author: dim
Date: Sun Feb 22 15:51:49 2015
New Revision: 279161
URL: https://svnweb.freebsd.org/changeset/base/279161
Log:
Pull in r230058 from upstream llvm trunk (by Benjamin Kramer):
LoopRotate: When reconstructing loop simplify form don't split edges
from indirectbrs.
Yet a
Author: pfg
Date: Sun Feb 22 14:45:00 2015
New Revision: 279156
URL: https://svnweb.freebsd.org/changeset/base/279156
Log:
pmccontrol(8): Replace malloc() + memset() with calloc()
PMCC_OP_IGNORE happens to be zero, so just use calloc() here.
Modified:
head/usr.sbin/pmccontrol/pmccontrol.
Author: jilles
Date: Sun Feb 22 13:36:44 2015
New Revision: 279154
URL: https://svnweb.freebsd.org/changeset/base/279154
Log:
nice(): Correct return value and [EPERM] error.
PR: 189821
Obtained from:NetBSD
Relnotes: yes
Modified:
head/contrib/netbsd-tests/lib/li
On Mon, Sep 29, 2014 at 05:38:51PM +, Ryan Stone wrote:
> Author: rstone
> Date: Mon Sep 29 17:38:50 2014
> New Revision: 272284
> URL: http://svnweb.freebsd.org/changeset/base/272284
>
> Log:
> Fix integer truncation in affecting systat -ifstat
>
> The "systat -ifstat" command was usi
Author: andrew
Date: Sun Feb 22 11:11:05 2015
New Revision: 279153
URL: https://svnweb.freebsd.org/changeset/base/279153
Log:
Add support to the bcm2835 mailbox driver to work before interrupts are
enabled. This will be needed to enable the power on devices early on in the
boot process.
Mod
eFiles.inc
==
--- head/ObsoleteFiles.inc Sun Feb 22 08:25:08 2015(r279149)
+++ head/ObsoleteFiles.inc Sun Feb 22 08:50:05 2015(r279150)
@@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150222: Removed bcd(6) and ppt(6)
31 matches
Mail list logo