Author: arybchik
Date: Sat Feb 21 06:28:31 2015
New Revision: 279098
URL: https://svnweb.freebsd.org/changeset/base/279098
Log:
sfxge: allow TX and RX queue limits to be changed
Before the common code had hard coded limits on the IDs RXQs and TXQs could
be created with which were suited f
Author: arybchik
Date: Sat Feb 21 06:27:45 2015
New Revision: 279097
URL: https://svnweb.freebsd.org/changeset/base/279097
Log:
sfxge: check allocations are non-NULL before freeing them
Caught when efx_filter_init() failed and called efx_filter_fini() in the
teardown path.
Submitted
Author: arybchik
Date: Sat Feb 21 06:27:16 2015
New Revision: 279096
URL: https://svnweb.freebsd.org/changeset/base/279096
Log:
sfxge: keep fw and driver view of autoneg parameters consistent
Previously the driver's view was the expected outcome of any
reconfiguration even if that reconfi
Author: arybchik
Date: Sat Feb 21 06:26:10 2015
New Revision: 279095
URL: https://svnweb.freebsd.org/changeset/base/279095
Log:
sfxge: never set RX_DESCQ_EN during self-test
We must not enable RX queues with random parameters when they are
mapped into a VF with an untrusted driver. It's
Author: arybchik
Date: Sat Feb 21 06:24:48 2015
New Revision: 279094
URL: https://svnweb.freebsd.org/changeset/base/279094
Log:
sfxge: more accurate calculation of maximum number of TSO segments
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
head
On Feb 20, 2015, at 22:05, Mark Johnston wrote:
> Author: markj
> Date: Sat Feb 21 06:05:51 2015
> New Revision: 279093
> URL: https://svnweb.freebsd.org/changeset/base/279093
>
> Log:
> Purge references to the mrouted rc script, which was removed in r275299.
>
> PR: 195785
Thanks >_>...
Author: markj
Date: Sat Feb 21 06:05:51 2015
New Revision: 279093
URL: https://svnweb.freebsd.org/changeset/base/279093
Log:
Purge references to the mrouted rc script, which was removed in r275299.
PR: 195785
Modified:
head/etc/netstart
head/share/man/man5/rc.conf.5
Modified: head/e
On Fri, Feb 20, 2015 at 09:34:02AM +0100, Roger Pau Monné wrote:
R> I've tried the attached patch and now I get a different panic:
R>
R> [...]
R> xn0: at device/vif/0 on xenbusb_front0
R> xn0: Ethernet address: 00:16:3e:0a:80:c2
R> xenbusb_back0: on xenstore0
R> xbd0: Back-end specified ring-pag
Bruce,
On Fri, Feb 20, 2015 at 03:14:19AM +, Bruce Simpson wrote:
B> Gleb,
B>
B> Correct me if I'm wrong -- but doesn't this set of changes remove the
B> ability for the user to see the stack-wide membership filters on each
B> link? The implementation required KVM as it must inspect the S
Author: np
Date: Fri Feb 20 22:57:54 2015
New Revision: 279092
URL: https://svnweb.freebsd.org/changeset/base/279092
Log:
cxgbe(4): there is no need to force an "unimplemented" panic needlessly.
The calls to free_nm_txq and free_nm_rxq are made just a few lines prior
to the panic.
Modified:
Author: np
Date: Fri Feb 20 22:52:24 2015
New Revision: 279091
URL: https://svnweb.freebsd.org/changeset/base/279091
Log:
Add cxl(4) and if_cxl(4) as links to cxgbe(4).
MFC after:1 week.
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/man4/Makefile
==
Author: pfg
Date: Fri Feb 20 21:21:38 2015
New Revision: 279090
URL: https://svnweb.freebsd.org/changeset/base/279090
Log:
regex(3): Fix uninitialized pointer values.
CID: 405582 (also clang static checker)
CID: 1018724
Modified:
head/lib/libc/regex/engine.c
head/lib/libc/regex/re
Author: markj
Date: Fri Feb 20 20:49:00 2015
New Revision: 279089
URL: https://svnweb.freebsd.org/changeset/base/279089
Log:
Don't specify a resid parameter if we're just going to ignore it. Instead,
let vn_rdwr() check for short reads.
MFC after:3 days
Sponsored by: EMC / Isilon St
On Feb 20, 2015, at 10:49 AM, Glen Barber wrote:
Author: gjb
Date: Fri Feb 20 18:49:49 2015
New Revision: 279073
URL: https://svnweb.freebsd.org/changeset/base/279073
Log:
Fix XZ_THREADS description in release(7), which defaults to
'0', not kern.ncpu.
Sponsored by: The FreeBSD Foundatio
Author: pfg
Date: Fri Feb 20 20:27:53 2015
New Revision: 279084
URL: https://svnweb.freebsd.org/changeset/base/279084
Log:
tab vs spaces.
Modified:
head/lib/libc/gen/setmode.c
Modified: head/lib/libc/gen/setmode.c
==
Author: jamie
Date: Fri Feb 20 20:12:05 2015
New Revision: 279083
URL: https://svnweb.freebsd.org/changeset/base/279083
Log:
Fix the logic for skipping parameters (with -s) that have "jailsys"
parents (such as host.hostname); these were being skipped all the time.
That it went this long with
Author: jamie
Date: Fri Feb 20 19:48:24 2015
New Revision: 279081
URL: https://svnweb.freebsd.org/changeset/base/279081
Log:
Allow parameters listed on the command line to override the -v option,
instead of crashing.
PR: 197701
MFC after:1 week
Modified:
head/usr.sbin/j
Author: arybchik
Date: Fri Feb 20 19:44:02 2015
New Revision: 279080
URL: https://svnweb.freebsd.org/changeset/base/279080
Log:
sfxge: reap Tx descriptors on unblock
Otherwise when processing finally comes to efx_tx_qdesc_post() it could
be insufficient space between reaped and added to p
Author: arybchik
Date: Fri Feb 20 19:39:40 2015
New Revision: 279077
URL: https://svnweb.freebsd.org/changeset/base/279077
Log:
sfxge: style fixes
Use nitem() to get number of array elements.
Remove unused define.
Use TAB to indent.
Sponsored by: Solarflare Communications, Inc.
Author: arybchik
Date: Fri Feb 20 19:42:05 2015
New Revision: 279078
URL: https://svnweb.freebsd.org/changeset/base/279078
Log:
sfxge: add assertions that required event handlers are implemented
efx_ev_mcdi() does not assert or check that all event handlers it
calls are non-null. Add ass
Author: tijl
Date: Fri Feb 20 19:42:26 2015
New Revision: 279079
URL: https://svnweb.freebsd.org/changeset/base/279079
Log:
Fix build on i386 without "device apic"
Reviewed by: kib
Modified:
head/sys/x86/acpica/acpi_wakeup.c
Modified: head/sys/x86/acpica/acpi_wakeup.c
=
Author: arybchik
Date: Fri Feb 20 19:37:10 2015
New Revision: 279076
URL: https://svnweb.freebsd.org/changeset/base/279076
Log:
sfxge: regenerate sensor map
Add Florence R7 and Modena sensors.
Sponsored by: Solarflare Communications, Inc.
Approved by:gnn (mentor)
Modified:
h
Author: gjb
Date: Fri Feb 20 18:51:52 2015
New Revision: 279074
URL: https://svnweb.freebsd.org/changeset/base/279074
Log:
Default XZ_THREADS=0, and add to RELEASE_RMAKEFLAGS
so it is passed to the 'release' make(1) target if
it needs to be adjusted to a non-zero integer.
Sponsored by:
Author: gjb
Date: Fri Feb 20 18:49:49 2015
New Revision: 279073
URL: https://svnweb.freebsd.org/changeset/base/279073
Log:
Fix XZ_THREADS description in release(7), which defaults to
'0', not kern.ncpu.
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man7/release.7
Modif
Author: gjb
Date: Fri Feb 20 18:42:00 2015
New Revision: 279072
URL: https://svnweb.freebsd.org/changeset/base/279072
Log:
Fix wording in entry for r278934.
Submitted by: markj
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modifie
Author: delphij
Date: Fri Feb 20 18:39:12 2015
New Revision: 279071
URL: https://svnweb.freebsd.org/changeset/base/279071
Log:
Handle SIOCSIFCAP by propogating the request to the parent interface. This
allows adding an vlan interface into a bridge.
Thanks for William Katsak for testing
Author: gjb
Date: Fri Feb 20 18:06:11 2015
New Revision: 279069
URL: https://svnweb.freebsd.org/changeset/base/279069
Log:
Document r275140, pmc callchain depths increased.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: hea
Author: gjb
Date: Fri Feb 20 17:56:27 2015
New Revision: 279068
URL: https://svnweb.freebsd.org/changeset/base/279068
Log:
Fix a typo in r278037 entry: s/cam/ctl/
Submitted by: mav
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Mod
Author: gjb
Date: Fri Feb 20 17:53:10 2015
New Revision: 279067
URL: https://svnweb.freebsd.org/changeset/base/279067
Log:
Document XZ_THREADS in release(7).
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man7/release.7
Modified: head/share/man/man7/release.7
Author: gjb
Date: Fri Feb 20 17:45:56 2015
New Revision: 279057
URL: https://svnweb.freebsd.org/changeset/base/279057
Log:
Document r277610, futimens(2) and utimensat(2) added.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified:
Author: gjb
Date: Fri Feb 20 17:46:12 2015
New Revision: 279063
URL: https://svnweb.freebsd.org/changeset/base/279063
Log:
Document r278354, ctld(8) update to control non-iSCSI CTL
ports
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xm
Author: gjb
Date: Fri Feb 20 17:46:02 2015
New Revision: 279059
URL: https://svnweb.freebsd.org/changeset/base/279059
Log:
Document r277990, powerpc64 kernel now built as
a position-independent executable
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/r
Author: gjb
Date: Fri Feb 20 17:46:18 2015
New Revision: 279065
URL: https://svnweb.freebsd.org/changeset/base/279065
Log:
Document r278926, 'make release' now uses multi-threaded
xz(1).
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xm
Author: gjb
Date: Fri Feb 20 17:46:04 2015
New Revision: 279060
URL: https://svnweb.freebsd.org/changeset/base/279060
Log:
Document r278934, elf(3) dependency removed from dtri.o
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modifie
Author: gjb
Date: Fri Feb 20 17:46:20 2015
New Revision: 279066
URL: https://svnweb.freebsd.org/changeset/base/279066
Log:
Update the commented last revision.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/
Author: gjb
Date: Fri Feb 20 17:46:10 2015
New Revision: 279062
URL: https://svnweb.freebsd.org/changeset/base/279062
Log:
Document r278320, devctl(3) and devctl(8) added.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head
Author: gjb
Date: Fri Feb 20 17:46:15 2015
New Revision: 279064
URL: https://svnweb.freebsd.org/changeset/base/279064
Log:
Document r278433, xz(1) update to 5.2.0.
Separately document multi-threaded support to keep the
version update separate, so it remains correct if xz(1)
is updated agai
Author: gjb
Date: Fri Feb 20 17:46:07 2015
New Revision: 279061
URL: https://svnweb.freebsd.org/changeset/base/279061
Log:
Add a 'General Storage' section.
Document r278037, CAM LUN mapping rewrite.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnote
Author: gjb
Date: Fri Feb 20 17:45:59 2015
New Revision: 279058
URL: https://svnweb.freebsd.org/changeset/base/279058
Log:
Document r277904, '-s' option added to config(8).
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: hea
Author: brueffer
Date: Fri Feb 20 13:50:50 2015
New Revision: 279054
URL: https://svnweb.freebsd.org/changeset/base/279054
Log:
Properly mark up author name.
Modified:
head/share/man/man4/man4.i386/apm.4
Modified: head/share/man/man4/man4.i386/apm.4
==
Author: brueffer
Date: Fri Feb 20 11:23:41 2015
New Revision: 279051
URL: https://svnweb.freebsd.org/changeset/base/279051
Log:
Properly mark up author name.
Modified:
head/share/man/man4/man4.arm/devcfg.4
Modified: head/share/man/man4/man4.arm/devcfg.4
==
Author: brueffer
Date: Fri Feb 20 10:25:13 2015
New Revision: 279050
URL: https://svnweb.freebsd.org/changeset/base/279050
Log:
Apply mdoc style.
MFC after:1 week
Modified:
head/share/man/man4/man4.powerpc/tsec.4
Modified: head/share/man/man4/man4.powerpc/tsec.4
On Thu, 19 Feb 2015, Gleb Smirnoff wrote:
> Author: glebius
> Date: Thu Feb 19 23:16:10 2015
> New Revision: 279030
> URL: https://svnweb.freebsd.org/changeset/base/279030
>
> Log:
> Now that all users of _WANT_IFADDR are fixed, remove this crutch and
> hide ifaddr, in_ifaddr and in6_ifaddr u
El 19/02/15 a les 21.02, Gleb Smirnoff ha escrit:
> On Thu, Feb 19, 2015 at 07:47:18PM +0100, Roger Pau Monné wrote:
> R> El 19/02/15 a les 2.19, Gleb Smirnoff ha escrit:
> R> > Author: glebius
> R> > Date: Thu Feb 19 01:19:42 2015
> R> > New Revision: 278977
> R> > URL: https://svnweb.freebsd.org/
44 matches
Mail list logo