Author: alc
Date: Sun Nov 6 05:57:44 2016
New Revision: 308359
URL: https://svnweb.freebsd.org/changeset/base/308359
Log:
MFC r308096, r308098, r308112
With one exception, "hardfault" is used like a "bool". Change that
exception and make it a "bool".
The "lookup_still_valid" fie
Author: ae
Date: Sun Nov 6 02:33:04 2016
New Revision: 308358
URL: https://svnweb.freebsd.org/changeset/base/308358
Log:
Initialize ip6 pointer before use.
PR: 214169
MFC after:1 week
Modified:
head/sys/netinet/tcp_subr.c
Modified: head/sys/netinet/tcp_subr.c
==
Author: bapt
Date: Sun Nov 6 00:35:43 2016
New Revision: 308357
URL: https://svnweb.freebsd.org/changeset/base/308357
Log:
MFC: r302481
Revert the change from errx/strerror to errc to appease gcc 4.2
I have forgotten this part in r307794
Reported by: lidl
Modified:
stable/11/
Author: avos
Date: Sat Nov 5 23:21:30 2016
New Revision: 308356
URL: https://svnweb.freebsd.org/changeset/base/308356
Log:
rtwn: fix Rx filter setup for some multi-vap configuratons.
- Correctly refresh Rx filter when AP (IBSS) vap is created after STA vap.
- Block any RCR updates during
Author: avos
Date: Sat Nov 5 22:47:09 2016
New Revision: 308355
URL: https://svnweb.freebsd.org/changeset/base/308355
Log:
rtwn: pause beacon queue during scanning.
Tested with RTL8821AU, AP + AP mode.
Modified:
head/sys/dev/rtwn/if_rtwn.c
Modified: head/sys/dev/rtwn/if_rtwn.c
Author: adrian
Date: Sat Nov 5 22:41:22 2016
New Revision: 308354
URL: https://svnweb.freebsd.org/changeset/base/308354
Log:
[net80211] begin fleshing out new hardware crypto offload features.
* extend the keycache flag word to be 32 bits, not 16 bits
* add new key flags for transmit:
Author: gonzo
Date: Sat Nov 5 22:09:21 2016
New Revision: 308353
URL: https://svnweb.freebsd.org/changeset/base/308353
Log:
MFC r306460:
Add dtb module for Jetson-TK1 board
Added:
stable/11/sys/modules/dtb/nvidia/
- copied from r306460, head/sys/modules/dtb/nvidia/
Modified:
Direct
Author: markj
Date: Sat Nov 5 20:23:18 2016
New Revision: 308352
URL: https://svnweb.freebsd.org/changeset/base/308352
Log:
MFC r306710:
CAM ccbq sanity: checks on insert and remove
Modified:
stable/11/sys/cam/cam_queue.c
stable/11/sys/cam/cam_queue.h
Directory Properties:
stable/11/
Author: markj
Date: Sat Nov 5 20:22:12 2016
New Revision: 308351
URL: https://svnweb.freebsd.org/changeset/base/308351
Log:
MFC r306529:
cam_periph_ccbwait could return while ccb in progress
Modified:
stable/11/sys/cam/cam_periph.c
stable/11/sys/cam/cam_periph.h
Directory Properties:
s
Author: markj
Date: Sat Nov 5 20:15:58 2016
New Revision: 308350
URL: https://svnweb.freebsd.org/changeset/base/308350
Log:
MFC r308097:
Fix WITNESS hints for pagequeue locks.
Modified:
stable/11/sys/kern/subr_witness.c
Directory Properties:
stable/11/ (props changed)
Modified: stable
Author: markj
Date: Sat Nov 5 20:14:23 2016
New Revision: 308349
URL: https://svnweb.freebsd.org/changeset/base/308349
Log:
MFC r304053, r304054:
Initialize busy lock state and strengthen busy lock assertions.
Tested by:Oliver Pinter
Modified:
stable/10/sys/vm/vm_page.c
stable/1
On 2016-11-05 19:51:14 (+), Hiroki Sato wrote:
> Log:
> Add link-layer address option in RA even for IFT_L2VLAN and IFT_BRIDGE.
>
> Reported by:philip
> MFC after: 3 days
Thank you!
Philip
--
Philip Paeps
Senior Reality Engineer
Ministry of Information
___
Author: hrs
Date: Sat Nov 5 19:51:13 2016
New Revision: 308348
URL: https://svnweb.freebsd.org/changeset/base/308348
Log:
Add link-layer address option in RA even for IFT_L2VLAN and IFT_BRIDGE.
Reported by: philip
MFC after:3 days
Modified:
head/usr.sbin/rtadvd/if.c
Modified: he
Author: hrs
Date: Sat Nov 5 18:00:36 2016
New Revision: 308347
URL: https://svnweb.freebsd.org/changeset/base/308347
Log:
Fix an infinite loop at an non-responding hop when other echo replies
are kept arriving in the waittime time window.
Submitted by: Denny Page
PR: 210286
Author: cy
Date: Sat Nov 5 17:02:38 2016
New Revision: 308346
URL: https://svnweb.freebsd.org/changeset/base/308346
Log:
MFC r307800, r307801
r307800:
Sources from the "current" build tree and generated sources in the
object tree should be used instead of sources and headers fro
Author: cy
Date: Sat Nov 5 17:02:38 2016
New Revision: 308346
URL: https://svnweb.freebsd.org/changeset/base/308346
Log:
MFC r307800, r307801
r307800:
Sources from the "current" build tree and generated sources in the
object tree should be used instead of sources and headers fro
Author: cy
Date: Sat Nov 5 17:02:38 2016
New Revision: 308346
URL: https://svnweb.freebsd.org/changeset/base/308346
Log:
MFC r307800, r307801
r307800:
Sources from the "current" build tree and generated sources in the
object tree should be used instead of sources and headers fro
Author: sbruno
Date: Sat Nov 5 16:30:42 2016
New Revision: 308345
URL: https://svnweb.freebsd.org/changeset/base/308345
Log:
r295133 attempted to deactivate TSO in the 100Mbit link case with this
adapter to work around bugs in TSO handling at this speed.
em_init_locked is called during f
Author: marcel
Date: Sat Nov 5 16:23:33 2016
New Revision: 308344
URL: https://svnweb.freebsd.org/changeset/base/308344
Log:
Assign a random number to di_gen (for FFS), instead of extracting it
from struct stat. We don't necessarily have permissions to see the
generation number and the hos
Author: sbruno
Date: Sat Nov 5 16:17:07 2016
New Revision: 308343
URL: https://svnweb.freebsd.org/changeset/base/308343
Log:
r266979 missed a call to enable capabilities of the hw leading to an
inability to enable features of the device.
PR: 213845
Submitted by: pher...@f
Author: vangyzen
Date: Sat Nov 5 15:01:41 2016
New Revision: 308342
URL: https://svnweb.freebsd.org/changeset/base/308342
Log:
Fix sorting after r308293, using the ../tools/do_sort script.
Is this a pointy-hat offense?
Reported by: jhb
Modified:
head/usr.bin/fortune/datfiles/fortu
On 11/5/16 2:07 AM, Konstantin Belousov wrote:
On Fri, Nov 04, 2016 at 08:49:59PM +, Pedro F. Giffuni wrote:
Author: pfg
Date: Fri Nov 4 20:49:59 2016
New Revision: 308314
URL: https://svnweb.freebsd.org/changeset/base/308314
Log:
sed(1): add LEGACY_BSDSED_COMPAT compile-time flag.
Author: manu
Date: Sat Nov 5 14:16:32 2016
New Revision: 308341
URL: https://svnweb.freebsd.org/changeset/base/308341
Log:
Remove A10 kernel config file, this should have been done in rr308273
Deleted:
stable/11/sys/arm/conf/A10
___
svn-src-all@fre
Author: vangyzen
Date: Sat Nov 5 14:08:14 2016
New Revision: 308340
URL: https://svnweb.freebsd.org/changeset/base/308340
Log:
ncal: fix a reference to an out-of-scope stack buffer
PR: 214237
Submitted by: Jonathan de Boyne Pollard
MFC after:3 days
Sponsored by: Dell EM
Author: trasz
Date: Sat Nov 5 12:30:10 2016
New Revision: 308339
URL: https://svnweb.freebsd.org/changeset/base/308339
Log:
Value returned by taskqueue_enqueue_timeout(9) is not an error; don't treat
it as such.
MFC after:1 month
Modified:
head/sys/fs/autofs/autofs.c
Modified: he
Author: emaste
Date: Sat Nov 5 11:19:55 2016
New Revision: 308338
URL: https://svnweb.freebsd.org/changeset/base/308338
Log:
vidcontrol: use calloc where appropriate
Reported by: kib
Modified:
head/usr.sbin/vidcontrol/vidcontrol.c
Modified: head/usr.sbin/vidcontrol/vidcontrol.c
==
Author: mmel
Date: Sat Nov 5 11:01:56 2016
New Revision: 308337
URL: https://svnweb.freebsd.org/changeset/base/308337
Log:
MFC r306897,r306898:
r306897:
Fix MSI allocation for NVidia Tegra
r306898:
Fix release MSI method for NVidia Tegra PCI controller
Modified:
stable
Author: mmel
Date: Sat Nov 5 11:00:19 2016
New Revision: 308336
URL: https://svnweb.freebsd.org/changeset/base/308336
Log:
MFC r307556,r307637:
r307556:
TEGRA: Really implement early printf. The original version was cut&pasted
from another SoC.
r307637:
TEGRA: Raise
Author: mmel
Date: Sat Nov 5 10:56:32 2016
New Revision: 308335
URL: https://svnweb.freebsd.org/changeset/base/308335
Log:
MFC r306447,r306477:
r306447:
TEGRA: Rename (cut & pasted) genahci to tegra_ahci. Make device class
definition static.
r306477:
TEGRA: Prepare
Author: mmel
Date: Sat Nov 5 10:48:44 2016
New Revision: 308334
URL: https://svnweb.freebsd.org/changeset/base/308334
Log:
MFC r302961,r304460,r304461:
r302961:
TEGRA: Subclass Tegra PCIE driver from ofw_pci base driver. Remove now
redundant code.
r304460:
TEGRA: I
Author: kib
Date: Sat Nov 5 10:22:51 2016
New Revision: 308332
URL: https://svnweb.freebsd.org/changeset/base/308332
Log:
MFC r308094:
Add unlock_vp() helper.
MFC r308095 (by markj):
Add one more use of unlock_vp().
Modified:
stable/10/sys/vm/vm_fault.c
Directory Properties:
stabl
Author: mmel
Date: Sat Nov 5 10:23:02 2016
New Revision: 308333
URL: https://svnweb.freebsd.org/changeset/base/308333
Log:
MFC r304459,r305527:
r304459:
INTRNG: Rework handling with resources. Partially revert r301453.
- Read interrupt properties at bus enumeration time and
Author: kib
Date: Sat Nov 5 10:09:21 2016
New Revision: 308331
URL: https://svnweb.freebsd.org/changeset/base/308331
Log:
MFC r308094:
Add unlock_vp() helper.
MFC r308095 (by markj):
Add one more use of unlock_vp().
Modified:
stable/11/sys/vm/vm_fault.c
Directory Properties:
stabl
Author: bapt
Date: Sat Nov 5 09:46:48 2016
New Revision: 308330
URL: https://svnweb.freebsd.org/changeset/base/308330
Log:
MFC r306782-r306783
r306782:
localedef: Fix ctype dump (fixed wide spread errors)
This commit is from John Marino in dragonfly with the following commit log:
On Fri, Nov 04, 2016 at 08:49:59PM +, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Fri Nov 4 20:49:59 2016
> New Revision: 308314
> URL: https://svnweb.freebsd.org/changeset/base/308314
>
> Log:
> sed(1): add LEGACY_BSDSED_COMPAT compile-time flag.
>
> In r297602, which included a __F
35 matches
Mail list logo