Author: eadler
Date: Wed Mar 18 05:48:05 2015
New Revision: 280206
URL: https://svnweb.freebsd.org/changeset/base/280206
Log:
Implement pax -O option to permit limiting a PAX archive to a single volume.
-O Force the archive to be one volume. If a volume ends prematurely, pax will
not pro
On Tue, Mar 17, 2015 at 10:24:46PM -0700, Adrian Chadd wrote:
A> Hi Jack/Gleb:
A>
A> How's this? It enables them only for amd64:
The ixgbe used to be built on amd64 and i386.
A> Index: sys/modules/Makefile
A> ===
A> --- sys/modules/
Hi Jack/Gleb:
How's this? It enables them only for amd64:
Index: sys/modules/Makefile
===
--- sys/modules/Makefile(revision 280197)
+++ sys/modules/Makefile(working copy)
@@ -620,6 +620,8 @@
.if ${MACHINE_CPUARCH} == "amd64"
I just abused what was there. :)
-a
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: adrian
Date: Wed Mar 18 05:05:30 2015
New Revision: 280204
URL: https://svnweb.freebsd.org/changeset/base/280204
Log:
Fix ixgbe(4) to compile - with RSS; with ix+ixv in the kernel.
* Fix the multiple same-named devclasses; the duplicate name
trips up the linker.
* Re-do the
Jack,
On Tue, Mar 17, 2015 at 10:40:51PM +, Jack F Vogel wrote:
J> Author: jfv
J> Date: Tue Mar 17 22:40:50 2015
J> New Revision: 280197
J> URL: https://svnweb.freebsd.org/changeset/base/280197
J>
J> Log:
J> Resolve a few build issues, add module directories back into Makefile,
J> then
Author: adrian
Date: Wed Mar 18 05:03:07 2015
New Revision: 280203
URL: https://svnweb.freebsd.org/changeset/base/280203
Log:
Fix ixgbe(4) - add ix_txrx to compile in the kernel.
Sponsored by: Norse Corp, Inc.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
=
Adrian,
On Wed, Mar 18, 2015 at 04:40:37AM +, Adrian Chadd wrote:
A> Author: adrian
A> Date: Wed Mar 18 04:40:36 2015
A> New Revision: 280202
A> URL: https://svnweb.freebsd.org/changeset/base/280202
A>
A> Log:
A> Correctly const-ify things.
Why do you prefer caddr_t over 'char *'?
A>
Author: adrian
Date: Wed Mar 18 04:40:36 2015
New Revision: 280202
URL: https://svnweb.freebsd.org/changeset/base/280202
Log:
Correctly const-ify things.
Found by: clang 3.6
Modified:
head/sys/netinet/in_rss.c
Modified: head/sys/netinet/in_rss.c
=
Author: jfv
Date: Tue Mar 17 22:40:50 2015
New Revision: 280197
URL: https://svnweb.freebsd.org/changeset/base/280197
Log:
Resolve a few build issues, add module directories back into Makefile,
then correct a NETMAP problem resulting from the split, and finally
temporarily disable the X550 f
On 17.03.2015 21:29, Edward Tomasz Napierała wrote:
>> o Support for the setmaster/dropmaster ioctls. For instance, they
>> are used to run multiple X servers simultaneously.
>
> Does it fix fast user switching in Xorg/GNOME, by any chance?
Maybe, I don't know how this works in GN
Author: kib
Date: Tue Mar 17 22:00:11 2015
New Revision: 280196
URL: https://svnweb.freebsd.org/changeset/base/280196
Log:
When initial placement of the new entry crosses the boundary,
allocator tries to move the entry up, after the boundary. The new
location may still fail to satisfy bound
Author: kib
Date: Tue Mar 17 21:55:33 2015
New Revision: 280195
URL: https://svnweb.freebsd.org/changeset/base/280195
Log:
When inserting new entry into the address map, ensure that not only
next entry does not intersect with the tail of the new entry, but also
that previous entry is also be
Author: ian
Date: Tue Mar 17 21:15:24 2015
New Revision: 280194
URL: https://svnweb.freebsd.org/changeset/base/280194
Log:
Fix fdt_platform_fixups() mem region handling. It turns out u-boot puts
several types of data into the mem-info array (DRAM, SRAM, flash). We
need to extract just the
Author: ian
Date: Tue Mar 17 21:00:31 2015
New Revision: 280193
URL: https://svnweb.freebsd.org/changeset/base/280193
Log:
The minimum sbuf buffer size is 2 bytes (a byte plus a nulterm), assert that.
Values smaller than two lead to strange asserts that have nothing to do
with the actual
Author: ian
Date: Tue Mar 17 20:56:24 2015
New Revision: 280192
URL: https://svnweb.freebsd.org/changeset/base/280192
Log:
In sbuf_new_for_sysctl(), default the buffer size to 64 bytes if the
passed-in pointer is NULL and the length is zero.
Modified:
head/sys/kern/kern_sysctl.c
Modified:
Am on it fix coming.
On Tue, Mar 17, 2015 at 12:03 PM, Gleb Smirnoff wrote:
> On Tue, Mar 17, 2015 at 06:32:29PM +, Jack F Vogel wrote:
> J> Author: jfv
> J> Date: Tue Mar 17 18:32:28 2015
> J> New Revision: 280182
> J> URL: https://svnweb.freebsd.org/changeset/base/280182
> J>
> J> Lo
On 0317T1850, Jean-Sebastien Pedron wrote:
> Author: dumbbell
> Date: Tue Mar 17 18:50:33 2015
> New Revision: 280183
> URL: https://svnweb.freebsd.org/changeset/base/280183
>
> Log:
> drm: Update the device-independent code to match Linux 3.8.13
>
> This update brings few features:
>
Author: allanjude (doc committer)
Date: Tue Mar 17 20:15:49 2015
New Revision: 280191
URL: https://svnweb.freebsd.org/changeset/base/280191
Log:
Document that nextboot(8) doesn't work as expected with ZFS
Differential Revision:https://reviews.freebsd.org/D2087
Submitted by: feld (
Author: emaste
Date: Tue Mar 17 19:35:50 2015
New Revision: 280190
URL: https://svnweb.freebsd.org/changeset/base/280190
Log:
When cross-building with an external toolchain we still need a target strip
It is used by at least crunchide(1).
Modified:
head/Makefile.inc1
Modified: head/Make
Author: glebius
Date: Tue Mar 17 19:19:19 2015
New Revision: 280189
URL: https://svnweb.freebsd.org/changeset/base/280189
Log:
o Enhance vm_pager_free_nonreq() function:
- Allow to call the function with vm object lock held.
- Allow to specify reqpage that doesn't match any page in the r
Author: emaste
Date: Tue Mar 17 19:16:51 2015
New Revision: 280188
URL: https://svnweb.freebsd.org/changeset/base/280188
Log:
Add arm64 xlint support.
Obtained from:NetBSD
Sponsored by: The FreeBSD Foundation
Added:
head/usr.bin/xlint/arch/aarch64/
head/usr.bin/xlint/arch/aar
Author: glebius
Date: Tue Mar 17 19:13:11 2015
New Revision: 280187
URL: https://svnweb.freebsd.org/changeset/base/280187
Log:
Fix build.
Reviewed by: dumbbell
Modified:
head/sys/dev/drm2/drm_edid.c
Modified: head/sys/dev/drm2/drm_edid.c
Author: glebius
Date: Tue Mar 17 19:07:43 2015
New Revision: 280185
URL: https://svnweb.freebsd.org/changeset/base/280185
Log:
Fix build after r280182.
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
On Tue, Mar 17, 2015 at 06:32:29PM +, Jack F Vogel wrote:
J> Author: jfv
J> Date: Tue Mar 17 18:32:28 2015
J> New Revision: 280182
J> URL: https://svnweb.freebsd.org/changeset/base/280182
J>
J> Log:
J> Update to the Intel ixgbe driver:
J> - Split the driver into independent pf and vf lo
Author: zbb
Date: Tue Mar 17 18:59:47 2015
New Revision: 280184
URL: https://svnweb.freebsd.org/changeset/base/280184
Log:
Introduce Annapurna Labs AHCI support
Overview:
* implemented quirk for forcing SATA interface enable
* restore value to status register - this enables link autoneg
Author: dumbbell
Date: Tue Mar 17 18:50:33 2015
New Revision: 280183
URL: https://svnweb.freebsd.org/changeset/base/280183
Log:
drm: Update the device-independent code to match Linux 3.8.13
This update brings few features:
o Support for the setmaster/dropmaster ioctls. For instance,
Author: jfv
Date: Tue Mar 17 18:32:28 2015
New Revision: 280182
URL: https://svnweb.freebsd.org/changeset/base/280182
Log:
Update to the Intel ixgbe driver:
- Split the driver into independent pf and vf loadables. This is
in preparation for SRIOV support which will be following
Author: emaste
Date: Tue Mar 17 15:48:19 2015
New Revision: 280181
URL: https://svnweb.freebsd.org/changeset/base/280181
Log:
Import compiler-rt r232125 by Joerg Sonnenberger
We want single precision here.
Modified:
head/contrib/compiler-rt/lib/builtins/fixunssfti.c
Modified: head/con
Author: bdrewery
Date: Tue Mar 17 15:21:01 2015
New Revision: 280180
URL: https://svnweb.freebsd.org/changeset/base/280180
Log:
Document LIB and LIB_CXX.
MFC after:2 weeks
X-MFC-With: r280179
Modified:
head/share/mk/bsd.README
Modified: head/share/mk/bsd.README
=
Author: bdrewery
Date: Tue Mar 17 15:16:36 2015
New Revision: 280179
URL: https://svnweb.freebsd.org/changeset/base/280179
Log:
Add LIB_CXX so that C++ libraries will use CXX to link.
This fixes C++ libraries not implicitly linking in libc++. This is
generally not an issue because the fi
Author: bdrewery
Date: Tue Mar 17 15:12:52 2015
New Revision: 280178
URL: https://svnweb.freebsd.org/changeset/base/280178
Log:
Unhide linker line for libraries.
The compilation lines are not hidden and there is not much reason to
hide the linker line. It is useful to see.
Discussed
Author: bdrewery
Date: Tue Mar 17 15:11:45 2015
New Revision: 280177
URL: https://svnweb.freebsd.org/changeset/base/280177
Log:
Remove unneeded handling of undefined NM.
Pointed out by: imp
Discussed at: https://reviews.freebsd.org/D2039
MFC after:2 weeks
Modified:
head/sha
Author: glebius
Date: Tue Mar 17 14:16:50 2015
New Revision: 280173
URL: https://svnweb.freebsd.org/changeset/base/280173
Log:
Reduce header pollution.
Modified:
head/sys/kern/uipc_mbufhash.c
Modified: head/sys/kern/uipc_mbufhash.c
Author: mav
Date: Tue Mar 17 13:21:49 2015
New Revision: 280172
URL: https://svnweb.freebsd.org/changeset/base/280172
Log:
Improve ATA and SCSI versions printing.
There is no "SCSI-6" and "ATA-9", but there is "SPC-4" and "ACS-2".
MFC after:2 weeks
Modified:
head/sys/cam/ata/ata
Author: feld (ports committer)
Date: Tue Mar 17 12:40:33 2015
New Revision: 280171
URL: https://svnweb.freebsd.org/changeset/base/280171
Log:
Use 24h timestamps in the ps(1) STARTED column
The previous 12h AM/PM format was perplexing as it didn't follow the
locale of the user and was a mi
Author: glebius
Date: Tue Mar 17 12:19:28 2015
New Revision: 280169
URL: https://svnweb.freebsd.org/changeset/base/280169
Log:
Always lock the hash row of a source node when updating its 'states' counter.
PR: 182401
Sponsored by: Nginx, Inc.
Modified:
head/sys/net/pfvar.h
h
Author: hselasky
Date: Tue Mar 17 11:07:59 2015
New Revision: 280168
URL: https://svnweb.freebsd.org/changeset/base/280168
Log:
Remove no longer used allocation type.
Submitted by: Dmitry Luhtionov
Modified:
head/sys/dev/usb/usb.h
head/sys/dev/usb/usb_core.c
Modified: head/sys/dev/us
Author: mav
Date: Tue Mar 17 09:21:31 2015
New Revision: 280166
URL: https://svnweb.freebsd.org/changeset/base/280166
Log:
Make ATA power management commands to work on SCSI HBAs via PASS THROUGH.
MFC after:2 weeks
Sponsored by: iXsystems, Inc.
Modified:
head/sbin/camcontrol/camcon
Author: hselasky
Date: Tue Mar 17 08:42:09 2015
New Revision: 280165
URL: https://svnweb.freebsd.org/changeset/base/280165
Log:
Use define instead of constant.
Submitted by: Dmitry Luhtionov
Modified:
head/sys/dev/usb/storage/umass.c
Modified: head/sys/dev/usb/storage/umass.c
=
Author: arybchik
Date: Tue Mar 17 08:23:46 2015
New Revision: 280164
URL: https://svnweb.freebsd.org/changeset/base/280164
Log:
sfxge: increase default put-list limit to 1024
Drops are observed under multi-stream TCP traffic due to put-list
overflow with limit equal to 64.
Sponsored
Author: arybchik
Date: Tue Mar 17 08:23:15 2015
New Revision: 280163
URL: https://svnweb.freebsd.org/changeset/base/280163
Log:
sfxge: prefetch txq->common if TxQ is started only
Transmit may be called when TxQ is not started yet (i.e. txq->common is
invalid). TxQ state is checked below w
Author: arybchik
Date: Tue Mar 17 08:21:31 2015
New Revision: 280162
URL: https://svnweb.freebsd.org/changeset/base/280162
Log:
sfxge: adding version info to device description
The information is required for NIC update and config tools.
Submitted by: Artem V. Andreev
Sponsored by
Author: arybchik
Date: Tue Mar 17 08:16:37 2015
New Revision: 280161
URL: https://svnweb.freebsd.org/changeset/base/280161
Log:
sfxge: move deferred packet list statistics to dedicated node
It is done to structure sysctl and do not mix with Tx queue statistics
to be added.
Sponsored
Author: arybchik
Date: Tue Mar 17 08:14:46 2015
New Revision: 280160
URL: https://svnweb.freebsd.org/changeset/base/280160
Log:
sfxge: add tunables to control LRO parameters on driver load time
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head/
On 17.03.2015 02:38, Justin T. Gibbs wrote:
> On Mar 16, 2015, at 3:16 AM, Alexander Motin wrote:
>>
>> Author: mav
>> Date: Mon Mar 16 09:15:59 2015
>> New Revision: 280133
>> URL: https://svnweb.freebsd.org/changeset/base/280133
>>
>> Log:
>> Increase S/G list size of 32 to 33 entries.
>>
>> 3
46 matches
Mail list logo