Author: arybchik
Date: Mon Dec 7 07:22:21 2015
New Revision: 291928
URL: https://svnweb.freebsd.org/changeset/base/291928
Log:
sfxge: [2/6] rework MCDI response polling
Required to support MCDI proxy authorization.
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by:
Author: arybchik
Date: Mon Dec 7 07:20:49 2015
New Revision: 291927
URL: https://svnweb.freebsd.org/changeset/base/291927
Log:
sfxge: [1/6] add common code MCDI proxy auth build option
Submitted by: Andy Moreton
Reviewed by:gnn
Sponsored by: Solarflare Communications, Inc.
M
On Mon, Dec 7, 2015 at 5:02 AM, Warner Losh wrote:
> Author: imp
> Date: Mon Dec 7 04:02:19 2015
> New Revision: 291912
> URL: https://svnweb.freebsd.org/changeset/base/291912
>
> Log:
> Default serial connection to 115200. Hardly anybody uses slower these
> days, and those that do can use N
On 07/12/2015 04:56, Steven Hartland wrote:
> Author: smh
> Date: Mon Dec 7 02:56:08 2015
> New Revision: 291911
> URL: https://svnweb.freebsd.org/changeset/base/291911
>
> Log:
> Fix panic on shutdown due to iscsi event priority
>
> iscsi's shutdown_pre_sync prio was SHUTDOWN_PRI_FIRST wh
Author: arybchik
Date: Mon Dec 7 06:07:01 2015
New Revision: 291926
URL: https://svnweb.freebsd.org/changeset/base/291926
Log:
sfxge: fix pointer parameter/value signedness mismatch warnings
TLV routines use 'uint8_t *', NVRAM code uses caddr_t. Just cast to
required type to fix the warn
Author: arybchik
Date: Mon Dec 7 06:05:23 2015
New Revision: 291925
URL: https://svnweb.freebsd.org/changeset/base/291925
Log:
sfxge: fix name conflict with crc32_table from sys/crc32.h
The header is not present on FreeBSD, but exists on OmniOS where sfxge
common code is used as well.
Author: arybchik
Date: Mon Dec 7 05:59:24 2015
New Revision: 291922
URL: https://svnweb.freebsd.org/changeset/base/291922
Log:
sfxge: support PERMIT_SET_MAC_WHEN_FILTERS_INSTALLED flag
Use flag on vadapter alloc when reported as a supported capability.
Use the slow device reset only when
Author: arybchik
Date: Mon Dec 7 06:04:24 2015
New Revision: 291924
URL: https://svnweb.freebsd.org/changeset/base/291924
Log:
sfxge: switch to TxQ creation specific flags
It is better do not mix TxQ creation and receive event flags since only
checksum flags are applicable to TxQ.
Also
Author: arybchik
Date: Mon Dec 7 06:01:14 2015
New Revision: 291923
URL: https://svnweb.freebsd.org/changeset/base/291923
Log:
sfxge: [Sorrento] support writing of MUM firmware
When writing the MUM firmware the chunk size must be equal to the erase
size.
Submitted by: Laurence Eva
Author: imp
Date: Mon Dec 7 05:13:29 2015
New Revision: 291921
URL: https://svnweb.freebsd.org/changeset/base/291921
Log:
Document the different config files.
Document how to run qemu for the ones I've run.
Use qcow2 for all qemu images.
Modified:
head/tools/tools/nanobsd/embedded/README
Author: imp
Date: Mon Dec 7 04:14:29 2015
New Revision: 291920
URL: https://svnweb.freebsd.org/changeset/base/291920
Log:
Improve cam tracing a little by including the function code in the
traces for xpt_action. Note up-calls (down-calls?) to the SIM as well.
Differential Review: https:/
Author: imp
Date: Mon Dec 7 04:02:31 2015
New Revision: 291913
URL: https://svnweb.freebsd.org/changeset/base/291913
Log:
Generally use shorter, more idiomatic sh expressions in a bunch of
places.
Modified:
head/tools/tools/nanobsd/defaults.sh (contents, props changed)
Modified: head/to
Author: imp
Date: Mon Dec 7 04:02:19 2015
New Revision: 291912
URL: https://svnweb.freebsd.org/changeset/base/291912
Log:
Default serial connection to 115200. Hardly anybody uses slower these
days, and those that do can use NANO_BOOT2CFG to change it.
Modified:
head/tools/tools/nanobsd/def
Author: imp
Date: Mon Dec 7 04:02:42 2015
New Revision: 291916
URL: https://svnweb.freebsd.org/changeset/base/291916
Log:
Disable /entropy by default. /var/db/entropy should be enough.
# This eliminates the warning message at boot, but more work may be
# needed.
Modified:
head/tools/tool
Author: imp
Date: Mon Dec 7 04:02:34 2015
New Revision: 291915
URL: https://svnweb.freebsd.org/changeset/base/291915
Log:
imported patch dedup
Modified:
head/tools/tools/nanobsd/mtree-dedup.awk (contents, props changed)
Modified: head/tools/tools/nanobsd/mtree-dedup.awk
==
Author: imp
Date: Mon Dec 7 04:02:59 2015
New Revision: 291918
URL: https://svnweb.freebsd.org/changeset/base/291918
Log:
Now that we have dedup of mtree elements in nanobsd, remove the
primitive attempt we made here.
Modified:
head/tools/tools/nanobsd/embedded/common
Modified: head/tools
Author: ngie
Date: Mon Dec 7 04:03:01 2015
New Revision: 291919
URL: https://svnweb.freebsd.org/changeset/base/291919
Log:
Enable bin/ls testcases disabled previously because of issues with how
kyua 0.11's version of report-junit was rendering non-printable characters
Upgrade to kyua 0.1
Author: imp
Date: Mon Dec 7 04:02:52 2015
New Revision: 291917
URL: https://svnweb.freebsd.org/changeset/base/291917
Log:
Fix up mtree with additional entries written to it by
nanobsd. implement support for NanoBSD touching a file (and possibly
recording that fact) as well as replacing a di
Author: imp
Date: Mon Dec 7 04:02:32 2015
New Revision: 291914
URL: https://svnweb.freebsd.org/changeset/base/291914
Log:
Allow the .cfg files to specify the ultimate format for the images
created.
Modified:
head/tools/tools/nanobsd/embedded/common
head/tools/tools/nanobsd/embedded/qemu-
Author: smh
Date: Mon Dec 7 02:56:08 2015
New Revision: 291911
URL: https://svnweb.freebsd.org/changeset/base/291911
Log:
Fix panic on shutdown due to iscsi event priority
iscsi's shutdown_pre_sync prio was SHUTDOWN_PRI_FIRST which caused it to
run before other high priority handlers suc
On Sun, Dec 06, 2015 at 09:16:01PM +, Ed Maste wrote:
> Author: emaste
> Date: Sun Dec 6 21:16:01 2015
> New Revision: 291909
> URL: https://svnweb.freebsd.org/changeset/base/291909
>
> Log:
> Add definitions for ELF note types used in executables
>
> Sponsored by: The FreeBSD Fo
Author: emaste
Date: Sun Dec 6 21:16:01 2015
New Revision: 291909
URL: https://svnweb.freebsd.org/changeset/base/291909
Log:
Add definitions for ELF note types used in executables
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/sys/elf_common.h
Modified: head/sys/sys/elf_common
Author: ngie
Date: Sun Dec 6 21:07:33 2015
New Revision: 291908
URL: https://svnweb.freebsd.org/changeset/base/291908
Log:
Fix leak in mkfs_msdos(..) by initializing img to NULL and free'ing at the end
of the function
Differential Revision: https://reviews.freebsd.org/D4405
MFC after:
Author: cem
Date: Sun Dec 6 17:46:12 2015
New Revision: 291907
URL: https://svnweb.freebsd.org/changeset/base/291907
Log:
vm_fault_hold: handle vm_page_rename failure
On vm_page_rename failure, fix a missing object unlock and a double free of
a page.
First remove the old page, then
Author: cem
Date: Sun Dec 6 17:39:13 2015
New Revision: 291906
URL: https://svnweb.freebsd.org/changeset/base/291906
Log:
pmap_invalidate_range: For very large ranges, flush the whole TLB
Typical TLBs have 40-512 entries available. At some point, iterating
every single page in a request
On 12/5/2015 8:48 PM, NGie Cooper wrote:
>
>> On Dec 1, 2015, at 17:50, Bryan Drewery wrote:
>>
>> Author: bdrewery
>> Date: Wed Dec 2 01:50:22 2015
>> New Revision: 291635
>> URL: https://svnweb.freebsd.org/changeset/base/291635
>>
>> Log:
>
> …
>
>> Makefile.inc1 includes a guard so that 'm
Author: tuexen
Date: Sun Dec 6 16:17:57 2015
New Revision: 291904
URL: https://svnweb.freebsd.org/changeset/base/291904
Log:
Fix the allocation of outgoing streams:
* When processing a cookie, use the number of
streams announced in the INIT-ACK.
* When sending an INIT-ACK for an existin
Author: jilles
Date: Sun Dec 6 14:09:31 2015
New Revision: 291903
URL: https://svnweb.freebsd.org/changeset/base/291903
Log:
sh: Add limited test for ${#@} and ${#*}.
POSIX leaves the result of expanding ${#@} and ${#*} unspecified, but ensure
it is numeric.
Added:
head/bin/sh/tests/p
Author: kevlo
Date: Sun Dec 6 14:07:57 2015
New Revision: 291902
URL: https://svnweb.freebsd.org/changeset/base/291902
Log:
- Fix Tx queues to USB endpoints mapping
- Merge urtwn_r92c_dma_init() and urtwn_r88e_dma_init() into one
Reviewed by: adrian, avos
Differential Revision:
29 matches
Mail list logo