Author: hselasky
Date: Fri Sep 30 08:23:06 2016
New Revision: 306486
URL: https://svnweb.freebsd.org/changeset/base/306486
Log:
Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4
like other PCI network drivers. The sys/ofed directory is now mainly
reserved for generic
Nice! :)
On Fri, Sep 30, 2016 at 4:23 PM, Hans Petter Selasky
wrote:
> Author: hselasky
> Date: Fri Sep 30 08:23:06 2016
> New Revision: 306486
> URL: https://svnweb.freebsd.org/changeset/base/306486
>
> Log:
> Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4
> like o
Author: des
Date: Fri Sep 30 09:23:29 2016
New Revision: 306488
URL: https://svnweb.freebsd.org/changeset/base/306488
Log:
Format the table correctly, using cell separators instead of relying
on *roff or mandoc to guess where one cell ends and the next begins.
MFC after:1 week
Modifi
Author: manu
Date: Fri Sep 30 10:00:57 2016
New Revision: 306489
URL: https://svnweb.freebsd.org/changeset/base/306489
Log:
bcm2835_cpufreq: Only attach driver if we correcly match on the machine
compatible string.
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c
Modified: head/sy
Author: andrew
Date: Fri Sep 30 10:20:53 2016
New Revision: 306490
URL: https://svnweb.freebsd.org/changeset/base/306490
Log:
Add support for Tegra to the armv6 GENERIC kernel.
Reviewed by: imp, mmel
Sponsored by: ABT Systems Ltd
Differential Revision:https://reviews.freebsd.or
Author: manu
Date: Fri Sep 30 10:21:04 2016
New Revision: 306491
URL: https://svnweb.freebsd.org/changeset/base/306491
Log:
RPI2: Add support for MULTIDELAY, this is needed for inclusion into GENERIC.
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_machdep.c
head/sys/arm/conf/RPI2
Modified
Author: andrew
Date: Fri Sep 30 10:22:50 2016
New Revision: 306492
URL: https://svnweb.freebsd.org/changeset/base/306492
Log:
Remove the duplicate ukbd device from the armv6 GENERIC
Sponsored by: ABT Systems Ltd
Modified:
head/sys/arm/conf/GENERIC
Modified: head/sys/arm/conf/GENERIC
===
Author: manu
Date: Fri Sep 30 10:46:27 2016
New Revision: 306493
URL: https://svnweb.freebsd.org/changeset/base/306493
Log:
Add support for RPI2 to the armv6 GENERIC kernel.
Modified:
head/sys/arm/conf/GENERIC
Modified: head/sys/arm/conf/GENERIC
==
Dag-Erling Smørgrav writes:
> Log:
> Format the table correctly, using cell separators instead of relying
> on *roff or mandoc to guess where one cell ends and the next begins.
So apparently, the old version works with *roff but not with mandoc,
while the new version works with mandoc but not
Author: des
Date: Fri Sep 30 11:05:29 2016
New Revision: 306494
URL: https://svnweb.freebsd.org/changeset/base/306494
Log:
After perusal of the documentation and some experimentation, I found a
version that works with both groff and mandoc.
Hat tip to: kib
MFC after:1 week
Modifi
Author: des
Date: Fri Sep 30 13:04:18 2016
New Revision: 306495
URL: https://svnweb.freebsd.org/changeset/base/306495
Log:
Minor markup and wording fixes.
MFC after:1 week
Modified:
head/lib/libc/sys/getrlimit.2
Modified: head/lib/libc/sys/getrlimit.2
===
Author: des
Date: Fri Sep 30 13:05:32 2016
New Revision: 306496
URL: https://svnweb.freebsd.org/changeset/base/306496
Log:
Reinstate Xr macros that were accidentally removed in a previous
commit. Add some missing cross-references to the SEE ALSO section.
Bump date now that there are content
Author: emaste
Date: Fri Sep 30 13:16:04 2016
New Revision: 306497
URL: https://svnweb.freebsd.org/changeset/base/306497
Log:
crunchgen: do not strip crunched binary (it will be done by install)
Reviewed by: adrian, imp (earlier)
Differential Revision:https://reviews.freebsd.org/
Author: avos
Date: Fri Sep 30 13:37:50 2016
New Revision: 306498
URL: https://svnweb.freebsd.org/changeset/base/306498
Log:
ral (rt2860): eliminate duplicate ieee80211_process_callback() call
(left after r287197)
MFC after:1 week
Modified:
head/sys/dev/ral/rt2860.c
Modified: head/
Author: royger
Date: Fri Sep 30 13:41:24 2016
New Revision: 306499
URL: https://svnweb.freebsd.org/changeset/base/306499
Log:
xen/vchan: change license of header from Lesser GPL v2.1 to BSD
This is a license change only commit, which can be found upstream in the Xen
tree as 937324f032f4f7
On Sat, Sep 03, 2016 at 01:29:45AM +0200, Oliver Pinter wrote:
> Hi!
>
> This commit never gets MFCd back to 10-STABLE. Do you still plan to do it?
Ops, sorry for the delay, should be MFC'ed now.
Thanks, Roger.
___
svn-src-head@freebsd.org mailing list
Author: emaste
Date: Fri Sep 30 13:50:59 2016
New Revision: 306502
URL: https://svnweb.freebsd.org/changeset/base/306502
Log:
primes: trivially capsicumize
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.freebsd.org/D7982
Modified:
head/usr.bin/primes
On Fri, Sep 23, 2016 at 11:18:54PM +, David C Somayajulu wrote:
> Author: davidcs
> Date: Fri Sep 23 23:18:54 2016
> New Revision: 306284
> URL: https://svnweb.freebsd.org/changeset/base/306284
>
> Log:
> Fixes for issues under high workloads
>
> MFC after:5 days
Please do not MFC as t
On Fri, Sep 30, 2016 at 04:01:27PM +0200, Baptiste Daroussin wrote:
> On Fri, Sep 23, 2016 at 11:18:54PM +, David C Somayajulu wrote:
> > Author: davidcs
> > Date: Fri Sep 23 23:18:54 2016
> > New Revision: 306284
> > URL: https://svnweb.freebsd.org/changeset/base/306284
> >
> > Log:
> > Fix
Author: imp
Date: Fri Sep 30 15:41:12 2016
New Revision: 306504
URL: https://svnweb.freebsd.org/changeset/base/306504
Log:
Fix a cluster of bugs in list EFI environment variables:
1. Size returned for variable name is in bytes, not CHAR16 (the
UEFI standard is unclear on this, where it is
Author: kib
Date: Fri Sep 30 15:47:13 2016
New Revision: 306505
URL: https://svnweb.freebsd.org/changeset/base/306505
Log:
Add an article.
Submitted by: wblock
MFC after:3 days
Modified:
head/lib/libc/sys/cap_enter.2
Modified: head/lib/libc/sys/cap_enter.2
Author: kib
Date: Fri Sep 30 16:02:25 2016
New Revision: 306506
URL: https://svnweb.freebsd.org/changeset/base/306506
Log:
Reword the statement.
Submitted by: wblock
MFC after:3 days
Modified:
head/lib/libc/sys/thr_suspend.2
Modified: head/lib/libc/sys/thr_suspend.2
==
Author: lidl
Date: Fri Sep 30 16:31:12 2016
New Revision: 306507
URL: https://svnweb.freebsd.org/changeset/base/306507
Log:
Update blacklistd.8 with changes from NetBSD
Obtained from:NetBSD
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Differential Revision:
Author: lidl
Date: Fri Sep 30 16:35:30 2016
New Revision: 306508
URL: https://svnweb.freebsd.org/changeset/base/306508
Log:
Fix blacklistd's state restoral at startup
The blacklistd daemon attempted to restore the filtering rules
before the database of blocked addresses was opened, so no
Author: mjg
Date: Fri Sep 30 17:11:03 2016
New Revision: 306509
URL: https://svnweb.freebsd.org/changeset/base/306509
Log:
vfs: remove the __bo_vnode field from struct vnode
The pointer can be obtained using __containerof instead.
Reviewed by: kib
Modified:
head/sys/fs/nandfs/nandf
Author: loos
Date: Fri Sep 30 17:16:02 2016
New Revision: 306510
URL: https://svnweb.freebsd.org/changeset/base/306510
Log:
Sort and remove unnecessary includes.
No functional changes.
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
head/sys/arm/ti/cpsw/if_cpsw.c
Modi
On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote:
> Author: mjg
> Date: Fri Sep 30 17:11:03 2016
> New Revision: 306509
> URL: https://svnweb.freebsd.org/changeset/base/306509
>
> Log:
> vfs: remove the __bo_vnode field from struct vnode
>
> The pointer can be obtained using __
Author: loos
Date: Fri Sep 30 17:19:43 2016
New Revision: 306511
URL: https://svnweb.freebsd.org/changeset/base/306511
Log:
Fix a typo in CPSW_DEBUG MACRO and then replace all the CPSWP_DEBUG() calls
with CPSW_DEBUG().
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
head/
Author: mjg
Date: Fri Sep 30 17:27:17 2016
New Revision: 306512
URL: https://svnweb.freebsd.org/changeset/base/306512
Log:
vfs: batch free vnodes in per-mnt lists
Previously free vnodes would always by directly returned to the global
LRU list. With this change up to mnt_free_list_batch vn
On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote:
> On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote:
> > Author: mjg
> > Date: Fri Sep 30 17:11:03 2016
> > New Revision: 306509
> > URL: https://svnweb.freebsd.org/changeset/base/306509
> >
> > Log:
> > vfs: remove the __bo
Author: loos
Date: Fri Sep 30 17:30:39 2016
New Revision: 306513
URL: https://svnweb.freebsd.org/changeset/base/306513
Log:
Remove the GLOBAL queue lock which just adds unnecessary complexity to code
(when used together with the individual tx and rx locks).
Sponsored by: Rubicon Communica
On Friday, September 30, 2016 03:03:42 AM Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Fri Sep 30 03:03:42 2016
> New Revision: 306474
> URL: https://svnweb.freebsd.org/changeset/base/306474
>
> Log:
> Replace explicit TUNABLE_INT to sysctl with CTLFLAG_TUN
>
> - Replace tunables-onl
On Thursday, September 29, 2016 11:38:13 PM Justin Hibbits wrote:
> If I remember correctly, newbus will throw an error if you try to create
> two devices with the same number. Applying the logic of using the
> cell-index property for all device nodes, if two sub buses from simplebus
> have the sam
On 2016-09-30 13:28, Mateusz Guzik wrote:
On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote:
On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote:
> Author: mjg
> Date: Fri Sep 30 17:11:03 2016
> New Revision: 306509
> URL: https://svnweb.freebsd.org/changeset/base/306509
>
> L
Author: imp
Date: Fri Sep 30 17:49:04 2016
New Revision: 306514
URL: https://svnweb.freebsd.org/changeset/base/306514
Log:
Compute two new metrics. Disk load, the average number of transactions
we have queued up normaliazed to the queue size. Also compute buckets
of latency to help compute,
On Fri, Sep 30, 2016 at 01:36:26PM -0400, Larry Rosenman wrote:
> On 2016-09-30 13:28, Mateusz Guzik wrote:
> >On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote:
> >>On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote:
> >>> Author: mjg
> >>> Date: Fri Sep 30 17:11:03 2016
> >>>
On 2016-09-30 13:55, Mateusz Guzik wrote:
On Fri, Sep 30, 2016 at 01:36:26PM -0400, Larry Rosenman wrote:
On 2016-09-30 13:28, Mateusz Guzik wrote:
>On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote:
>>On Fri, Sep 30, 2016 at 05:11:03PM +, Mateusz Guzik wrote:
>>> Author: mjg
>>> Da
On Fri, Sep 30, 2016 at 01:58:16PM -0400, Larry Rosenman wrote:
> On 2016-09-30 13:55, Mateusz Guzik wrote:
> >On Fri, Sep 30, 2016 at 01:36:26PM -0400, Larry Rosenman wrote:
> >>On 2016-09-30 13:28, Mateusz Guzik wrote:
> >>>On Fri, Sep 30, 2016 at 01:18:45PM -0400, Shawn Webb wrote:
> On Fri,
On 2016-09-30 14:01, Mateusz Guzik wrote:
On Fri, Sep 30, 2016 at 01:58:16PM -0400, Larry Rosenman wrote:
On 2016-09-30 13:55, Mateusz Guzik wrote:
>On Fri, Sep 30, 2016 at 01:36:26PM -0400, Larry Rosenman wrote:
>>On 2016-09-30 13:28, Mateusz Guzik wrote:
>>>On Fri, Sep 30, 2016 at 01:18:45PM -
Author: davidcs
Date: Fri Sep 30 18:08:16 2016
New Revision: 306515
URL: https://svnweb.freebsd.org/changeset/base/306515
Log:
Revert commit
r306284 - Fixes for issues under high workloads
Will fix and recommit patch
Modified:
head/sys/dev/bxe/bxe.c
head/sys/dev/bxe/bxe.h
hea
Author: cem
Date: Fri Sep 30 18:12:16 2016
New Revision: 306516
URL: https://svnweb.freebsd.org/changeset/base/306516
Log:
Reduce the cost of TLB invalidation on x86 by using per-CPU completion flags
Reduce contention during TLB invalidation operations by using a per-CPU
completion flag,
Author: sevan (doc committer)
Date: Fri Sep 30 18:36:23 2016
New Revision: 306518
URL: https://svnweb.freebsd.org/changeset/base/306518
Log:
Add myself to the list & note who is my mentor.
Approved by: bcr (mentor)
Modified:
head/share/misc/committers-doc.dot
Modified: head/share/misc/
Author: avos
Date: Fri Sep 30 18:43:39 2016
New Revision: 306519
URL: https://svnweb.freebsd.org/changeset/base/306519
Log:
net80211: do not cancel scan when packet is sent.
Restore pre-r300383 behavior when a frame is sent:
- stop scan;
- send frame;
- when beacon arrives and our bit
Author: cem
Date: Fri Sep 30 18:58:50 2016
New Revision: 306521
URL: https://svnweb.freebsd.org/changeset/base/306521
Log:
Revert r306516 for now, it is incomplete on i386
Noted by: kib
Modified:
head/sys/amd64/amd64/mp_machdep.c
head/sys/amd64/include/pcpu.h
head/sys/x86/include
Author: davidcs
Date: Fri Sep 30 19:21:02 2016
New Revision: 306522
URL: https://svnweb.freebsd.org/changeset/base/306522
Log:
Upgrade Firmware/Bootloader/ResetSeq/Minidump to revision 5.4.62
MFC after:5 days
Modified:
head/sys/dev/qlxgbe/ql_boot.c
head/sys/dev/qlxgbe/ql_fw.c
head/sy
Author: adrian
Date: Fri Sep 30 19:59:56 2016
New Revision: 306525
URL: https://svnweb.freebsd.org/changeset/base/306525
Log:
Add librss, a simple wrapper around RSS APIs so applications can begin
auto-tuning.
I've used this in a handful of RSS test applications. It is just some
very si
Author: sevan (doc committer)
Date: Fri Sep 30 20:06:05 2016
New Revision: 306526
URL: https://svnweb.freebsd.org/changeset/base/306526
Log:
Add NetBSD 5.1.4, 5.2.2 & 7.0.1 releases to the tree.
Ammend the position of NetBSD 6.0.2 release in the tree as it came
after OpenBSD[1] & DragonFlyBS
Author: emaste
Date: Fri Sep 30 20:20:07 2016
New Revision: 306527
URL: https://svnweb.freebsd.org/changeset/base/306527
Log:
libm: remove unused variables for LDBL_MANT_DIG != 113
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/msun/src/e_coshl.c
head/lib/msun/src/e_sinhl.c
Author: mav
Date: Fri Sep 30 20:35:12 2016
New Revision: 306528
URL: https://svnweb.freebsd.org/changeset/base/306528
Log:
Fix `sesutil fault` operation.
Fault and ident bits are located in different control bytes, so previous
code was just doing nothing, writing into reserved bit.
M
Author: markj
Date: Fri Sep 30 21:00:09 2016
New Revision: 306529
URL: https://svnweb.freebsd.org/changeset/base/306529
Log:
cam_periph_ccbwait could return while ccb in progress
In cam_periph_runccb, cam_periph_ccbwait was using the value of the ccb
pinfo.index and status fields to deter
Author: gonzo
Date: Fri Sep 30 21:04:56 2016
New Revision: 306530
URL: https://svnweb.freebsd.org/changeset/base/306530
Log:
Declare a module for evdev and add dependency to ukbd(4) and ums(4)
Prepare for making evdev a module. "Pure" evdev device drivers (like
touchscreen) and evdev itse
Author: gonzo
Date: Fri Sep 30 21:13:19 2016
New Revision: 306531
URL: https://svnweb.freebsd.org/changeset/base/306531
Log:
Add dependency to evdev module (if required)
Modified:
head/sys/arm/ti/ti_adc.c
Modified: head/sys/arm/ti/ti_adc.c
Author: gonzo
Date: Fri Sep 30 21:14:42 2016
New Revision: 306532
URL: https://svnweb.freebsd.org/changeset/base/306532
Log:
Add dependency to evdev module
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c
Modified: head/sys/arm/broadcom/bcm2835/bcm2835_ft5406.c
==
Author: tsoome
Date: Fri Sep 30 22:28:20 2016
New Revision: 306534
URL: https://svnweb.freebsd.org/changeset/base/306534
Log:
cd9660_open should check for padding
The libstand cd9660 reader code must check for extents having padding.
Reviewed by: jhb
Approved by: allanjude (mentor)
Author: cem
Date: Fri Sep 30 23:01:37 2016
New Revision: 306537
URL: https://svnweb.freebsd.org/changeset/base/306537
Log:
open.2: Document Capsicum behavior
Document open(2) and openat(2) behavior in Capsicum capability mode.
Reviewed by: ed (previous version), emaste, rwatson (previ
Author: tsoome
Date: Fri Sep 30 23:19:08 2016
New Revision: 306538
URL: https://svnweb.freebsd.org/changeset/base/306538
Log:
cstyle fix of cd9660_open in libstand
rS306534 did create bad cstyle by my mistake, correcting it.
Reviewed by: allanjude
Approved by: allanjude (mentor)
On Fri, Sep 30, 2016 at 06:08:17PM +, David C Somayajulu wrote:
> Author: davidcs
> Date: Fri Sep 30 18:08:16 2016
> New Revision: 306515
> URL: https://svnweb.freebsd.org/changeset/base/306515
>
> Log:
> Revert commit
> r306284 - Fixes for issues under high workloads
>
> Will fix
Author: bapt
Date: Fri Sep 30 23:38:26 2016
New Revision: 306541
URL: https://svnweb.freebsd.org/changeset/base/306541
Log:
Import dma 20160929
MFC after:1 week
Modified:
head/contrib/dma/dma-mbox-create.c
Directory Properties:
head/contrib/dma/ (props changed)
Modified: head/co
Author: bapt
Date: Sat Oct 1 00:14:01 2016
New Revision: 306544
URL: https://svnweb.freebsd.org/changeset/base/306544
Log:
Import libucl 20160812
Added:
head/contrib/libucl/haskell/
- copied from r306543, vendor/libucl/dist/haskell/
head/contrib/libucl/m4/gcov.m4
- copied unchang
On Fri, 30 Sep 2016, Toomas Soome wrote:
Author: tsoome
Date: Fri Sep 30 23:19:08 2016
New Revision: 306538
URL: https://svnweb.freebsd.org/changeset/base/306538
Log:
cstyle fix of cd9660_open in libstand
rS306534 did create bad cstyle by my mistake, correcting it.
Modified: head/lib/libsta
Author: jhibbits
Date: Sat Oct 1 01:10:51 2016
New Revision: 306545
URL: https://svnweb.freebsd.org/changeset/base/306545
Log:
Revert r306473.
Some objections were noted, and it was purely a cosmetic change anyway.
Modified:
head/sys/dev/fdt/simplebus.c
Modified: head/sys/dev/fdt/simpl
Author: markj
Date: Sat Oct 1 01:30:34 2016
New Revision: 306548
URL: https://svnweb.freebsd.org/changeset/base/306548
Log:
nd6_dad_timer(): don't assert that the address is tentative.
It appears that this assertion can be tripped in some cases when
multiple interfaces are on the same li
Author: mmel
Date: Sat Oct 1 03:35:03 2016
New Revision: 306550
URL: https://svnweb.freebsd.org/changeset/base/306550
Log:
TEGRA: Extend timeout for PLLs lock to 5 ms. Real lock time for PLLA
has been very near to old limit.
Modified:
head/sys/arm/nvidia/tegra124/tegra124_clk_pll.c
Modifi
63 matches
Mail list logo