Author: mav
Date: Tue Oct 20 08:29:30 2015
New Revision: 289620
URL: https://svnweb.freebsd.org/changeset/base/289620
Log:
Decode more firmware attributes.
Modified:
head/sys/dev/isp/isp.c
head/sys/dev/isp/ispmbox.h
Modified: head/sys/dev/isp/isp.c
=
Author: hselasky
Date: Tue Oct 20 09:13:35 2015
New Revision: 289621
URL: https://svnweb.freebsd.org/changeset/base/289621
Log:
Merge LinuxKPI changes from DragonflyBSD:
- Remove redundant NBLONG macro and use BIT_WORD()
and BIT_MASK() instead.
- Correctly define BIT_MASK() according to
Author: mav
Date: Tue Oct 20 10:16:03 2015
New Revision: 289622
URL: https://svnweb.freebsd.org/changeset/base/289622
Log:
Zero mbox[0] for INIT_FIRMWARE to fix version 7.3 firmware.
While there, add new fields to isp_icb_2400_t structure.
Modified:
head/sys/dev/isp/isp.c
head/sys/dev/
Author: pluknet
Date: Tue Oct 20 11:37:16 2015
New Revision: 289623
URL: https://svnweb.freebsd.org/changeset/base/289623
Log:
o NetBSD 7.0, OpenBSD 5.8, FreeBSD 10.2, OS X 10.11 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
Author: hselasky
Date: Tue Oct 20 11:40:04 2015
New Revision: 289624
URL: https://svnweb.freebsd.org/changeset/base/289624
Log:
Add missing FreeBSD RCS keyword and SVN properties.
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/include/linux/bitops.h (contents, props change
Author: hselasky
Date: Tue Oct 20 11:42:00 2015
New Revision: 289625
URL: https://svnweb.freebsd.org/changeset/base/289625
Log:
Add missing dash to copyright clause.
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/include/linux/time.h
Modified: head/sys/ofed/include/linux/ti
Author: mav
Date: Tue Oct 20 12:27:59 2015
New Revision: 289626
URL: https://svnweb.freebsd.org/changeset/base/289626
Log:
Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0.
This also removes separate "_multi" images, since this funcationality is
now in base, and there is si
Author: phk
Date: Tue Oct 20 12:49:38 2015
New Revision: 289627
URL: https://svnweb.freebsd.org/changeset/base/289627
Log:
Allow osreldate and osrelease to be set per jail
Modified:
head/etc/rc.d/jail
Modified: head/etc/rc.d/jail
==
Author: emaste
Date: Tue Oct 20 13:32:09 2015
New Revision: 289629
URL: https://svnweb.freebsd.org/changeset/base/289629
Log:
newfs_msdos: use NetBSD's mkfs_msdos.h verbatim for makefs compatibility
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/newfs_msdos/mkfs_msdos.h
Modifi
Author: ganbold
Date: Tue Oct 20 13:47:36 2015
New Revision: 289630
URL: https://svnweb.freebsd.org/changeset/base/289630
Log:
Include "opt_platform.h" to fix kernel build for amlogic devices.
Modified:
head/sys/arm/amlogic/aml8726/aml8726_machdep.c
Modified: head/sys/arm/amlogic/aml8726/aml
On 10/20/2015 07:27, Alexander Motin wrote:
> Author: mav
> Date: Tue Oct 20 12:27:59 2015
> New Revision: 289626
> URL: https://svnweb.freebsd.org/changeset/base/289626
>
> Log:
> Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0.
>
> This also removes separate "_multi" image
Author: ian
Date: Tue Oct 20 15:15:30 2015
New Revision: 289631
URL: https://svnweb.freebsd.org/changeset/base/289631
Log:
Uncomment some rather important code that was commented out for benchmarking.
Normally this routine is supposed to loop until the PIC returns a "no more
interrupts pendi
Author: hselasky
Date: Tue Oct 20 15:28:02 2015
New Revision: 289632
URL: https://svnweb.freebsd.org/changeset/base/289632
Log:
Add missing FreeBSD RCS keyword and SVN properties.
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/include/asm/atomic-long.h (contents, props cha
On Sat, 2015-10-17 at 22:20 +0100, David Malone wrote:
> On Sat, Oct 17, 2015 at 12:25:50PM -0600, Ian Lepore wrote:
> > If the leapseconds file is present, the leap bits for reference
> > clocks and downstratum servers are ignored.
> >
> > I can't determine from casual code examination (a
Author: hselasky
Date: Tue Oct 20 16:02:11 2015
New Revision: 289633
URL: https://svnweb.freebsd.org/changeset/base/289633
Log:
Add missing FreeBSD RCS keyword and SVN properties.
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/include/linux/io-mapping.h (contents, props ch
Author: gjb
Date: Tue Oct 20 16:10:46 2015
New Revision: 289634
URL: https://svnweb.freebsd.org/changeset/base/289634
Log:
Enable all callin ttys if the tty is an available console.
Discussed on: -arch@ (no objections)
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
Author: davidcs
Date: Tue Oct 20 17:27:11 2015
New Revision: 289635
URL: https://svnweb.freebsd.org/changeset/base/289635
Log:
ql_hw.c: fixed error code INJCT_HEARTBEAT_FAILURE
ql_os.c: removed unnecessary debug printf
ql_ver.h: updated version number
MFC after:5 days
Modified:
head/sys
Author: jhb
Date: Tue Oct 20 17:58:21 2015
New Revision: 289636
URL: https://svnweb.freebsd.org/changeset/base/289636
Log:
Switch pl_child_pid from int to pid_t.
Reviewed by: emaste, kib
MFC after:1 week
Differential Revision:https://reviews.freebsd.org/D3857
Modified:
h
Author: emax
Date: Tue Oct 20 18:01:08 2015
New Revision: 289637
URL: https://svnweb.freebsd.org/changeset/base/289637
Log:
check boundaries while parsing SDP responses
Reported by: hps
Reviewed by: hps
MFC after:1 week
Modified:
head/usr.sbin/bluetooth/sdpcontrol/search.c
Mod
On Tuesday, October 20, 2015 04:02:11 PM Hans Petter Selasky wrote:
> Author: hselasky
> Date: Tue Oct 20 16:02:11 2015
> New Revision: 289633
> URL: https://svnweb.freebsd.org/changeset/base/289633
>
> Log:
> Add missing FreeBSD RCS keyword and SVN properties.
>
> Sponsored by: Mella
Hi,
On 10/20/15 20:04, John Baldwin wrote:
On Tuesday, October 20, 2015 04:02:11 PM Hans Petter Selasky wrote:
Author: hselasky
Date: Tue Oct 20 16:02:11 2015
New Revision: 289633
URL: https://svnweb.freebsd.org/changeset/base/289633
Log:
Add missing FreeBSD RCS keyword and SVN properties.
On 10/20/2015 11:39, Hans Petter Selasky wrote:
Hi,
On 10/20/15 20:04, John Baldwin wrote:
On Tuesday, October 20, 2015 04:02:11 PM Hans Petter Selasky wrote:
Author: hselasky
Date: Tue Oct 20 16:02:11 2015
New Revision: 289633
URL: https://svnweb.freebsd.org/changeset/base/289633
Log:
Add
ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20151020:
+ Qlogic 24xx/25xx firmware images were updated from 5.5.0 to 7.3.0.
+ Kernel modules isp_2400_multi and isp_2500_multi were removed and
+ should be replaced with isp_2400 and isp_2500 modules respe
Author: hselasky
Date: Tue Oct 20 19:08:26 2015
New Revision: 289644
URL: https://svnweb.freebsd.org/changeset/base/289644
Log:
Move location of RCS keyword according to style.
Suggested by: jhb @
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/include/asm/atomic-long.h
h
On 12 October 2015 at 22:32, Adrian Chadd wrote:
> Author: adrian
> Date: Tue Oct 13 02:32:15 2015
> New Revision: 289203
> URL: https://svnweb.freebsd.org/changeset/base/289203
>
> Log:
> makefs: introduce a new option to specify what to round the resulting
> image up to.
>...
> +.Op Fl r Ar
Author: cem
Date: Tue Oct 20 19:19:48 2015
New Revision: 289645
URL: https://svnweb.freebsd.org/changeset/base/289645
Log:
NTB: MFV 7eb38781: Print driver name in module init
Prints driver name to indicate what is being loaded.
Authored by: Dave Jiang
Obtained from:Linux (Du
Author: cem
Date: Tue Oct 20 19:19:57 2015
New Revision: 289646
URL: https://svnweb.freebsd.org/changeset/base/289646
Log:
NTB: Fix typo in bar5 tunables
Typo introduced in r289614.
Pointy-hat: cem
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/ntb/ntb_hw/ntb
Author: cem
Date: Tue Oct 20 19:20:06 2015
New Revision: 289647
URL: https://svnweb.freebsd.org/changeset/base/289647
Log:
NTB: Don't abort if setting a MW write-combine fails
Also log BAR mapping results more verbosely.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys
Author: cem
Date: Tue Oct 20 19:20:24 2015
New Revision: 289649
URL: https://svnweb.freebsd.org/changeset/base/289649
Log:
if_ntb: Use if_printf instead of device_printf
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/ntb/if_ntb/if_ntb.c
Modified: head/sys/dev/ntb/if_
Author: cem
Date: Tue Oct 20 19:20:33 2015
New Revision: 289650
URL: https://svnweb.freebsd.org/changeset/base/289650
Log:
if_ntb: Correct over-long lines, use qmin()
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/ntb/if_ntb/if_ntb.c
Modified: head/sys/dev/ntb/if_ntb
Author: cem
Date: Tue Oct 20 19:20:15 2015
New Revision: 289648
URL: https://svnweb.freebsd.org/changeset/base/289648
Log:
NTB: MFV 2f887b9a: Rename Intel code names to platform names
Mechanically replace "SOC" with "ATOM" to match Linux. No functional
change. Original Linux commit log
Author: cem
Date: Tue Oct 20 19:20:52 2015
New Revision: 289652
URL: https://svnweb.freebsd.org/changeset/base/289652
Log:
NTB: MFV 8c9edf63: Fix zero size or integer overflow in ntb_set_mw
A plain 32 bit integer will overflow for values over 4GiB.
Change the plain integer size to the
Author: cem
Date: Tue Oct 20 19:20:42 2015
New Revision: 289651
URL: https://svnweb.freebsd.org/changeset/base/289651
Log:
NTB: MFV da2e5ae5: Fix ntb_transport out-of-order RX update
It was possible for a synchronous update of the RX index in the error
case to get ahead of the asynchronou
Author: cem
Date: Tue Oct 20 19:21:01 2015
New Revision: 289653
URL: https://svnweb.freebsd.org/changeset/base/289653
Log:
if_ntb: Diff-reduce with Linux; add queue index type
Add ntb_q_idx_t so it is more clear which struct members are of the same
type (some bogus uint64_ts snuck in that
This catches us up to Linus' master branch as of today (the most
recent NTB patch there is from Sep 7, 2015) — modulo no DMA offload in
if_ntb, no debugfs-equivalent statistics, and neither of Linux' NTB
test drivers. Also we don't make any attempt to allocate memory in the
device-local NUMA zone,
On 10/20/2015 14:04, Alexander Motin wrote:
> Author: mav
> Date: Tue Oct 20 19:04:13 2015
> New Revision: 289643
> URL: https://svnweb.freebsd.org/changeset/base/289643
>
> Log:
> Document isp_*_multi firmware kernel modules removal at r289626.
>
> Modified:
> head/UPDATING
Thanks!
Eric
__
Author: cem
Date: Tue Oct 20 19:32:16 2015
New Revision: 289654
URL: https://svnweb.freebsd.org/changeset/base/289654
Log:
NTB: Revert r289645
Per Benno, this is a Linuxism we do not need in FreeBSD.
Suggested by: benno
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sy
Author: sbruno
Date: Tue Oct 20 19:32:26 2015
New Revision: 289655
URL: https://svnweb.freebsd.org/changeset/base/289655
Log:
Disable SWAPPING as we don't do it on this board.
Modified:
head/sys/mips/conf/TP-MR3020
Modified: head/sys/mips/conf/TP-MR3020
==
Author: dumbbell
Date: Tue Oct 20 19:47:08 2015
New Revision: 289656
URL: https://svnweb.freebsd.org/changeset/base/289656
Log:
iicbus: Remove trailing whitespaces
MFC after:1 week
Modified:
head/sys/dev/iicbus/iicbus.c
Modified: head/sys/dev/iicbus/iicbus.c
Author: dumbbell
Date: Tue Oct 20 19:52:59 2015
New Revision: 289657
URL: https://svnweb.freebsd.org/changeset/base/289657
Log:
iicbus: Use device_delete_children() instead of explicit child removal
If the bus is detached and deleted by a call to device_delete_child() or
device_delete_chi
Author: kib
Date: Tue Oct 20 20:12:42 2015
New Revision: 289658
URL: https://svnweb.freebsd.org/changeset/base/289658
Log:
No need to dereference struct proc to pids when comparing processes
for equality.
Reviewed by: jhb, pho
Tested by:pho
Sponsored by: The FreeBSD Foundation
Author: bdrewery
Date: Tue Oct 20 20:15:25 2015
New Revision: 289659
URL: https://svnweb.freebsd.org/changeset/base/289659
Log:
Pass COMPILER_TYPE and COMPILER_VERSION to sub-makes to avoid redundant
lookups.
This uses a special variable name based on a hash of ${CC}, ${PATH}, and
${MAC
Author: kib
Date: Tue Oct 20 20:22:57 2015
New Revision: 289660
URL: https://svnweb.freebsd.org/changeset/base/289660
Log:
Reviewed by: jhb, pho
Reported and tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after:2 weeks
Differential revision:https://reviews.fre
Author: kib
Date: Tue Oct 20 20:29:21 2015
New Revision: 289661
URL: https://svnweb.freebsd.org/changeset/base/289661
Log:
Mark struct thread zone as type-stable.
When establishing the locking state for several lock types (including
blockable mutexes and sx) failed, locking primitives try
Author: jmmv
Date: Tue Oct 20 20:35:34 2015
New Revision: 289662
URL: https://svnweb.freebsd.org/changeset/base/289662
Log:
Handle lib32 files during delete-old* when MK_LIB32=no.
Extend OptionalObsoleteFiles.inc to delete all lib32 files when MK_LIB32 is
set to no on a system that previo
On Tuesday, October 20, 2015 07:08:26 PM Hans Petter Selasky wrote:
> Author: hselasky
> Date: Tue Oct 20 19:08:26 2015
> New Revision: 289644
> URL: https://svnweb.freebsd.org/changeset/base/289644
>
> Log:
> Move location of RCS keyword according to style.
>
> Suggested by: jhb @
>
Author: bdrewery
Date: Tue Oct 20 20:37:00 2015
New Revision: 289663
URL: https://svnweb.freebsd.org/changeset/base/289663
Log:
Improve safety of caching from r289659 by only importing of none of the
variables are already set. This should cover odd cases such as the
COMPILER_TYPE override i
On 10/20/2015 1:22 PM, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Oct 20 20:22:57 2015
> New Revision: 289660
> URL: https://svnweb.freebsd.org/changeset/base/289660
>
> Log:
> Reviewed by:jhb, pho
> Reported and tested by: pho
> Sponsored by: The FreeBSD Foundati
Author: kib
Date: Tue Oct 20 20:38:20 2015
New Revision: 289664
URL: https://svnweb.freebsd.org/changeset/base/289664
Log:
Trim spaces at end of line to record the proper commit message for
r289660:
Do not allow to execute ptrace(PT_TRACE_ME) when the process is
already traced.
Do
On 10/20/2015 1:38 PM, Konstantin Belousov wrote:
> Author: kib
> Date: Tue Oct 20 20:38:20 2015
> New Revision: 289664
> URL: https://svnweb.freebsd.org/changeset/base/289664
>
> Log:
> Trim spaces at end of line to record the proper commit message for
> r289660:
>
> Do not allow to exec
On Tue, Oct 20, 2015 at 1:37 PM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Oct 20 20:37:00 2015
> New Revision: 289663
> URL: https://svnweb.freebsd.org/changeset/base/289663
>
> Log:
I think this should read:
> Improve safety of caching from r289659 by only importing of none of the
On 10/20/2015 1:49 PM, Conrad Meyer wrote:
> On Tue, Oct 20, 2015 at 1:37 PM, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Tue Oct 20 20:37:00 2015
>> New Revision: 289663
>> URL: https://svnweb.freebsd.org/changeset/base/289663
>>
>> Log:
>
> I think this should read:
>
>> Improve safety
Author: adrian
Date: Tue Oct 20 21:18:02 2015
New Revision: 289665
URL: https://svnweb.freebsd.org/changeset/base/289665
Log:
AR8327: Fix up the ability to configure the vlangroup configuration for the
CPU port
I messed up when doing the reset_vlans method - setting vid[0] = 1 here
was m
On 20 October 2015 at 16:42, Bryan Drewery wrote:
>
> I really think we should just do a full revert and recommit in these
> cases, and not even a forced commit. Neither this commit or a forced
> commit will show in 'svn blame' or even during a bisect. It really just
> becomes luck to find the r
please absolutely do reassign the option to something that doesn't clash ASAP.
-adrian
On 20 October 2015 at 12:12, Ed Maste wrote:
> On 12 October 2015 at 22:32, Adrian Chadd wrote:
>> Author: adrian
>> Date: Tue Oct 13 02:32:15 2015
>> New Revision: 289203
>> URL: https://svnweb.freebsd.or
On Tuesday, October 20, 2015 08:29:21 PM Konstantin Belousov wrote:
> Author: kib
> Date: Tue Oct 20 20:29:21 2015
> New Revision: 289661
> URL: https://svnweb.freebsd.org/changeset/base/289661
>
> Log:
> Mark struct thread zone as type-stable.
>
> When establishing the locking state for se
Author: cem
Date: Tue Oct 20 23:48:14 2015
New Revision: 289667
URL: https://svnweb.freebsd.org/changeset/base/289667
Log:
Document cpuset(9)
A follow-up to r289467.
Coerced by: jhb
Sponsored by: EMC / Isilon Storage Division
Added:
head/share/man/man9/cpuset.9 (contents, prop
Author: cem
Date: Tue Oct 20 23:52:37 2015
New Revision: 289668
URL: https://svnweb.freebsd.org/changeset/base/289668
Log:
cpuset.9: Link to/from the new page
A follow-up to r289667.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libc/sys/cpuset.2
head/lib/libc/sys
Author: bdrewery
Date: Wed Oct 21 00:25:18 2015
New Revision: 289669
URL: https://svnweb.freebsd.org/changeset/base/289669
Log:
Fix building in a directory with SUBDIRs and SUBDIR_PARALLEL.
The SUBDIR_PARALLEL feature uses a .for dir in ${SUBDIR} loop. The old code
here for recursing was
On Tuesday, October 20, 2015 11:48:14 PM Conrad E. Meyer wrote:
> Author: cem
> Date: Tue Oct 20 23:48:14 2015
> New Revision: 289667
> URL: https://svnweb.freebsd.org/changeset/base/289667
>
> Log:
> Document cpuset(9)
>
> A follow-up to r289467.
>
> Coerced by: jhb
> Sponsored by:
On Tue, Oct 20, 2015 at 5:09 PM, John Baldwin wrote:
> On Tuesday, October 20, 2015 11:48:14 PM Conrad E. Meyer wrote:
>> Author: cem
>> Date: Tue Oct 20 23:48:14 2015
>> New Revision: 289667
>> URL: https://svnweb.freebsd.org/changeset/base/289667
>>
>> Log:
>> Document cpuset(9)
>>
>> A foll
On 10/20/15 at 11:48P, Conrad E. Meyer wrote:
> Author: cem
> Date: Tue Oct 20 23:48:14 2015
> New Revision: 289667
> URL: https://svnweb.freebsd.org/changeset/base/289667
>
> Log:
> Document cpuset(9)
>
> A follow-up to r289467.
>
> Coerced by: jhb
> Sponsored by: EMC / Isilon
Author: bdrewery
Date: Wed Oct 21 01:34:51 2015
New Revision: 289670
URL: https://svnweb.freebsd.org/changeset/base/289670
Log:
Remove disconnected xditview.
Deleted:
head/gnu/usr.bin/groff/src/devices/xditview/
___
svn-src-head@freebsd.org mailing
Author: adrian
Date: Wed Oct 21 01:41:18 2015
New Revision: 289671
URL: https://svnweb.freebsd.org/changeset/base/289671
Log:
arge: don't do the rx fixup copy and just offset the mbuf by 2 bytes
The existing code meets the "alignment" requirement for the l3 payload
by offsetting the mbuf
On 20 October 2015 at 21:53, Adrian Chadd wrote:
> please absolutely do reassign the option to something that doesn't clash ASAP.
It's important that we do it soon, but a few more days won't make a
difference. I've discussed syncing NetBSD's & FreeBSD's makefs on the
NetBSD tech-userlevel list wi
Author: kevlo
Date: Wed Oct 21 02:50:22 2015
New Revision: 289674
URL: https://svnweb.freebsd.org/changeset/base/289674
Log:
Switch PCI register reads from using magic numbers to using the names
defined in pcireg.h
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
===
Author: jah
Date: Wed Oct 21 04:53:34 2015
New Revision: 289675
URL: https://svnweb.freebsd.org/changeset/base/289675
Log:
Use pmap_quick* for out-of-context bounce buffers and (limited) cache
maintenance of unmapped buffers in armv5 busdma.
Tested by:Mattia Rossi
Differential Revis
Author: bdrewery
Date: Wed Oct 21 05:33:48 2015
New Revision: 289676
URL: https://svnweb.freebsd.org/changeset/base/289676
Log:
Add some missing '+', .MAKE, and .PHONY modifiers.
Some of these targets were lacking both .MAKE and a '+'. Others were just
inconsistent.
MFC after:1
Author: eadler
Date: Wed Oct 21 05:37:09 2015
New Revision: 289677
URL: https://svnweb.freebsd.org/changeset/base/289677
Log:
Fix a ton of speelling errors
arc lint is helpful
Reviewed By: allanjude, wblock, #manpages, ch...@bsdjunk.com
Differential Revision: https://reviews.freebsd.
Author: adrian
Date: Wed Oct 21 05:52:04 2015
New Revision: 289678
URL: https://svnweb.freebsd.org/changeset/base/289678
Log:
arge: Remove the debugging printf that snuck in.
This was triggering when using it as an AP bridge rather than an ethernet
bridge.
The code is unclear but it
Author: kevlo
Date: Wed Oct 21 06:23:57 2015
New Revision: 289679
URL: https://svnweb.freebsd.org/changeset/base/289679
Log:
Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it's
no valid flag there.
Modified:
head/sys/dev/iwm/if_iwm.c
head/sys/dev/iwn/if_iwn.c
head/sys/de
71 matches
Mail list logo