Author: rezny (ports committer)
Date: Thu Jan 26 07:07:09 2017
New Revision: 312793
URL: https://svnweb.freebsd.org/changeset/base/312793
Log:
Update the mentor/mentee relationships to add myself.
Reviewed by: swills
Approved by: swills (mentor)
Differential Revision:https://r
On Wed, Jan 25, 2017 at 6:59 PM, Dimitry Andric wrote:
> Author: dim
> Date: Wed Jan 25 17:59:22 2017
> New Revision: 312765
> URL: https://svnweb.freebsd.org/changeset/base/312765
>
> Log:
> Pull in r276136 from upstream llvm trunk (by Wei Mi):
>
> Use ValueOffsetPair to enhance value reuse
On Wed, Jan 25, 2017 at 9:23 PM, Jason A. Harmening wrote:
> Author: jah
> Date: Thu Jan 26 05:23:33 2017
> New Revision: 312792
> URL: https://svnweb.freebsd.org/changeset/base/312792
>
> Log:
> Further cleanup of per-CPU armv6 pmap data:
>
> - Replace pcpu_find(curcpu) with get_pcpu(), whic
> From: Dexuan Cui [mailto:de...@microsoft.com]
> Sent: Wednesday, January 25, 2017 06:21
> To: Gleb Smirnoff ; Dexuan Cui
> Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-
> h...@freebsd.org
> Subject: RE: svn commit: r312687 - in head/sys: net sys
>
> > From: Gleb Smirnoff [ma
Author: jah
Date: Thu Jan 26 05:23:33 2017
New Revision: 312792
URL: https://svnweb.freebsd.org/changeset/base/312792
Log:
Further cleanup of per-CPU armv6 pmap data:
- Replace pcpu_find(curcpu) with get_pcpu(), which is much
more direct.
- Remove armv4 pcpu fields which I added in
Author: cy
Date: Thu Jan 26 04:51:48 2017
New Revision: 312791
URL: https://svnweb.freebsd.org/changeset/base/312791
Log:
Use normal KNF cuddling of elses.
Reported by: bde
MFC after:2 weeks
X-MFC with: r312777
Modified:
head/contrib/ipfilter/tools/ipf.c
Modified: head/contri
Author: cperciva
Date: Thu Jan 26 04:44:18 2017
New Revision: 312790
URL: https://svnweb.freebsd.org/changeset/base/312790
Log:
MFC r312214: Enable IPv6 on EC2 AMIs.
Modified:
stable/11/release/tools/ec2.conf
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/release/to
In message <20170126144726.u1...@besplex.bde.org>, Bruce Evans writes:
> On Wed, 25 Jan 2017, Cy Schubert wrote:
>
> > Log:
> > Remove extraneous blank line.
> >
> > MFC after: 2 weeks
> > X-MFC with:r312777
> >
> > Modified:
> > head/contrib/ipfilter/tools/ipf.c
> >
> > Modified: head
On Wed, 25 Jan 2017, Cy Schubert wrote:
Log:
Remove extraneous blank line.
MFC after: 2 weeks
X-MFC with:r312777
Modified:
head/contrib/ipfilter/tools/ipf.c
Modified: head/contrib/ipfilter/tools/ipf.c
==
-
Author: emaste
Date: Thu Jan 26 03:05:27 2017
New Revision: 312789
URL: https://svnweb.freebsd.org/changeset/base/312789
Log:
MFC r312288: rtld: do not rely on a populated GOT on amd64
On rela architectures GNU BFD ld and gold store the relocation addend
in GOT entries (in addition to the
On Thu, 26 Jan 2017, Konstantin Belousov wrote:
On Wed, Jan 25, 2017 at 02:20:06PM -0800, Gleb Smirnoff wrote:
Thanks, Luiz!
One stylistic nit that I missed in review:
L> static int
L> -in_difaddr_ioctl(caddr_t data, struct ifnet *ifp, struct thread *td)
L> +in_difaddr_ioctl(u_long cmd,
On 25 January 2017 at 05:31, Wojciech Macek wrote:
> Author: wma
> Date: Wed Jan 25 10:31:16 2017
> New Revision: 312747
> URL: https://svnweb.freebsd.org/changeset/base/312747
>
> Log:
> Setup decoding windows for ARMADA38X
>
> It is necesarry to open memory windows on internal bus for
> AH
Author: cy
Date: Thu Jan 26 01:24:05 2017
New Revision: 312787
URL: https://svnweb.freebsd.org/changeset/base/312787
Log:
Currently the fragment info is placed at the top of the linked list
under a shared read lock. This patch attempts to upgrade the lock to
an exclusive write lock. If the e
Author: sbruno
Date: Wed Jan 25 23:12:03 2017
New Revision: 312786
URL: https://svnweb.freebsd.org/changeset/base/312786
Log:
Implement RSS queue tagging for em(4) class devices from a copy and massage
of functions from igb(4). This enables 2 queue routing on 82574L class
devices again.
Mo
Author: trasz
Date: Wed Jan 25 22:52:57 2017
New Revision: 312785
URL: https://svnweb.freebsd.org/changeset/base/312785
Log:
Bring the ctl headers a bit closer to style(9). No functional changes.
Modified:
head/sys/cam/ctl/ctl.h
head/sys/cam/ctl/ctl_io.h
head/sys/cam/ctl/ctl_ioctl.h
he
On Thu, Jan 26, 2017 at 12:26:32AM +0200, Konstantin Belousov wrote:
K> On Wed, Jan 25, 2017 at 02:20:06PM -0800, Gleb Smirnoff wrote:
K> > Thanks, Luiz!
K> >
K> > One stylistic nit that I missed in review:
K> >
K> > L> static int
K> > L> -in_difaddr_ioctl(caddr_t data, struct ifnet *ifp, st
Author: glebius
Date: Wed Jan 25 22:26:45 2017
New Revision: 312784
URL: https://svnweb.freebsd.org/changeset/base/312784
Log:
For non-listening AF_UNIX sockets return error code EOPNOTSUPP to match
documentation and SUS.
Modified:
head/sys/kern/uipc_usrreq.c
Modified: head/sys/kern/uipc_u
On Wed, Jan 25, 2017 at 02:20:06PM -0800, Gleb Smirnoff wrote:
> Thanks, Luiz!
>
> One stylistic nit that I missed in review:
>
> L> static int
> L> -in_difaddr_ioctl(caddr_t data, struct ifnet *ifp, struct thread *td)
> L> +in_difaddr_ioctl(u_long cmd, caddr_t data, struct ifnet *ifp, struc
Thanks, Luiz!
One stylistic nit that I missed in review:
L> static int
L> -in_difaddr_ioctl(caddr_t data, struct ifnet *ifp, struct thread *td)
L> +in_difaddr_ioctl(u_long cmd, caddr_t data, struct ifnet *ifp, struct thread
*td)
L> {
L> const struct ifreq *ifr = (struct ifreq *)data;
Author: loos
Date: Wed Jan 25 21:35:15 2017
New Revision: 312783
URL: https://svnweb.freebsd.org/changeset/base/312783
Log:
Fix a crash in netmap when using the emulated mode.
This is a direct commit to stable/11 as the -head version was already fixed
by a recent import of a new netmap ve
Author: kp
Date: Wed Jan 25 21:25:26 2017
New Revision: 312782
URL: https://svnweb.freebsd.org/changeset/base/312782
Log:
bridge: Release the bridge lock when calling bridge_set_ifcap()
This calls ioctl() handlers for the different interfaces in the bridge.
These handlers expect to get ca
Author: cy
Date: Wed Jan 25 20:59:23 2017
New Revision: 312780
URL: https://svnweb.freebsd.org/changeset/base/312780
Log:
Remove extraneous blank line.
MFC after:2 weeks
X-MFC with: r312777
Modified:
head/contrib/ipfilter/tools/ipf.c
Modified: head/contrib/ipfilter/tools/ipf.c
=
Author: emaste
Date: Wed Jan 25 20:59:06 2017
New Revision: 312779
URL: https://svnweb.freebsd.org/changeset/base/312779
Log:
strings: avoid unnecessary trip through handle_file for stdin
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib/elftoolchain/strings/strings.c
Modified
Author: avos
Date: Wed Jan 25 20:44:57 2017
New Revision: 312778
URL: https://svnweb.freebsd.org/changeset/base/312778
Log:
MFC r312560:
ifconfig(8): fix '-stbc' parameter name.
Modified:
stable/11/sbin/ifconfig/ifieee80211.c
Directory Properties:
stable/11/ (props changed)
Modified: s
Author: cy
Date: Wed Jan 25 20:41:16 2017
New Revision: 312777
URL: https://svnweb.freebsd.org/changeset/base/312777
Log:
Issue an error message when an incorrect flush argument is
encountered.`
MFC after:2 weeks
Modified:
head/contrib/ipfilter/tools/ipf.c
Modified: head/contrib/i
Author: emaste
Date: Wed Jan 25 20:22:32 2017
New Revision: 312775
URL: https://svnweb.freebsd.org/changeset/base/312775
Log:
ANSIfy kern_ntptime.c
Modified:
head/sys/kern/kern_ntptime.c
Modified: head/sys/kern/kern_ntptime.c
==
Author: emaste
Date: Wed Jan 25 20:19:48 2017
New Revision: 312774
URL: https://svnweb.freebsd.org/changeset/base/312774
Log:
libthr: coalesce repeated #if blocks
Modified:
head/lib/libthr/thread/thr_exit.c
Modified: head/lib/libthr/thread/thr_exit.c
=
Author: dim
Date: Wed Jan 25 20:12:07 2017
New Revision: 312773
URL: https://svnweb.freebsd.org/changeset/base/312773
Log:
MFC r311933:
Use proper prototypes in struct boot_module_t
With clang 4.0.0, we are getting the following warnings about struct
boot_module_t in efi's boot_modul
Author: dim
Date: Wed Jan 25 19:55:35 2017
New Revision: 312772
URL: https://svnweb.freebsd.org/changeset/base/312772
Log:
MFC r311932:
Make EFI_RESERVED_SERVICE a proper prototype
With clang 4.0.0, the EFI API header causes the following warning:
In file included from sys/boot/ef
Author: dim
Date: Wed Jan 25 19:55:35 2017
New Revision: 312772
URL: https://svnweb.freebsd.org/changeset/base/312772
Log:
MFC r311932:
Make EFI_RESERVED_SERVICE a proper prototype
With clang 4.0.0, the EFI API header causes the following warning:
In file included from sys/boot/ef
Author: dim
Date: Wed Jan 25 19:16:24 2017
New Revision: 312771
URL: https://svnweb.freebsd.org/changeset/base/312771
Log:
MFC r311929:
Don't include in reloc_elf.c, as it includes just
after it, which has a conflicting definition of errno. This leads to
the following warning with cl
Author: dim
Date: Wed Jan 25 19:16:24 2017
New Revision: 312771
URL: https://svnweb.freebsd.org/changeset/base/312771
Log:
MFC r311929:
Don't include in reloc_elf.c, as it includes just
after it, which has a conflicting definition of errno. This leads to
the following warning with cl
Author: loos
Date: Wed Jan 25 19:04:08 2017
New Revision: 312770
URL: https://svnweb.freebsd.org/changeset/base/312770
Log:
After the in_control() changes in r257692, an existing address is
(intentionally) deleted first and then completely added again (so all the
events, announces and hooks
Author: dim
Date: Wed Jan 25 18:31:51 2017
New Revision: 312769
URL: https://svnweb.freebsd.org/changeset/base/312769
Log:
MFC r311933:
Use proper prototypes in struct boot_module_t
With clang 4.0.0, we are getting the following warnings about struct
boot_module_t in efi's boot_modul
Author: dim
Date: Wed Jan 25 18:21:49 2017
New Revision: 312768
URL: https://svnweb.freebsd.org/changeset/base/312768
Log:
MFC r311811:
Avoid taking the address of a packed struct member in mfiutil
Fix a clang 4.0.0 warning about taking the address of a packed member of
struct mfi_ev
Author: mav
Date: Wed Jan 25 18:16:17 2017
New Revision: 312767
URL: https://svnweb.freebsd.org/changeset/base/312767
Log:
Partially workaround ASMedia HBA error recovery.
Taking closer look on my ASM1062 I found that it has bunch of issues around
error recovery: reported wrong CCS, faile
Author: dim
Date: Wed Jan 25 18:07:27 2017
New Revision: 312766
URL: https://svnweb.freebsd.org/changeset/base/312766
Log:
MFC r311807:
Add recently added libc++ headers to OptionalObsoleteFiles.inc.
Modified:
stable/11/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
sta
Author: dim
Date: Wed Jan 25 17:59:22 2017
New Revision: 312765
URL: https://svnweb.freebsd.org/changeset/base/312765
Log:
Pull in r276136 from upstream llvm trunk (by Wei Mi):
Use ValueOffsetPair to enhance value reuse during SCEV expansion.
In D12090, the ExprValueMap was added t
On Wed, 25 Jan 2017 17:35:11 + (UTC)
Andrew Turner wrote:
> Author: andrew
> Date: Wed Jan 25 17:35:11 2017
> New Revision: 312764
> URL: https://svnweb.freebsd.org/changeset/base/312764
>
> Log:
> Pull the R_AARCH64_TLSDESC code out into a common function and use
> them in both the plt an
Author: andrew
Date: Wed Jan 25 17:35:11 2017
New Revision: 312764
URL: https://svnweb.freebsd.org/changeset/base/312764
Log:
Pull the R_AARCH64_TLSDESC code out into a common function and use them in
both the plt and non-plt case.
This fixes an issue where libraries built with LLD can fa
Author: markj
Date: Wed Jan 25 16:35:57 2017
New Revision: 312763
URL: https://svnweb.freebsd.org/changeset/base/312763
Log:
Fix initialization of "p" after r312658.
CID: 1369410
Modified:
head/sys/cddl/dev/dtrace/dtrace_ioctl.c
Modified: head/sys/cddl/dev/dtrace/dtrace_ioctl.c
===
Author: loos
Date: Wed Jan 25 16:18:40 2017
New Revision: 312762
URL: https://svnweb.freebsd.org/changeset/base/312762
Log:
MFC r312604 and r312605:
Simplify the handling of small packets padding in cpsw:
- Pad small packets to 60 bytes and not 64 (exclude the CRC bytes);
- Pad the pa
Author: loos
Date: Wed Jan 25 16:10:35 2017
New Revision: 312761
URL: https://svnweb.freebsd.org/changeset/base/312761
Log:
MFC r312411:
Handle the set capabilities ioctl, letting the hardware checksum be
disabled (Hi netmap!).
Only remove the CRC bytes from packets when the hardware
Author: sbruno
Date: Wed Jan 25 15:54:44 2017
New Revision: 312760
URL: https://svnweb.freebsd.org/changeset/base/312760
Log:
Replace overlooked smp_started checks and variable use in a print
with the now used tqg_smp_started.
Submitted by: bde
Modified:
head/sys/kern/subr_gtaskqueue.c
Author: sbruno
Date: Wed Jan 25 15:52:03 2017
New Revision: 312759
URL: https://svnweb.freebsd.org/changeset/base/312759
Log:
Resolve a non-fatal syntax warning left in by a trailing ;
Submitted by: bde
Modified:
head/sys/sys/gtaskqueue.h
Modified: head/sys/sys/gtaskqueue.h
Author: emaste
Date: Wed Jan 25 15:42:29 2017
New Revision: 312758
URL: https://svnweb.freebsd.org/changeset/base/312758
Log:
Add sys/capability.h deprecation warning
In r263232 sys/capability.h was renamed to sys/capsicum.h, to avoid
conflicts with a capability.h header found on other op
Author: loos
Date: Wed Jan 25 15:27:05 2017
New Revision: 312757
URL: https://svnweb.freebsd.org/changeset/base/312757
Log:
MFC r312408:
The port number and the to_port_en flag are valid only on SOP descriptor.
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
stable/11/
Author: loos
Date: Wed Jan 25 14:49:42 2017
New Revision: 312756
URL: https://svnweb.freebsd.org/changeset/base/312756
Log:
MFC r308458, r311157 and r312347:
Add the DTS for the Netgate SG-1000 (micro-Firewall).
Remove a GPL licensed DTS.
The micro-Firewall DTS is now a single BSD
Author: sbruno
Date: Wed Jan 25 14:37:05 2017
New Revision: 312755
URL: https://svnweb.freebsd.org/changeset/base/312755
Log:
Add error checking to the pci_find_cap(, PCIY_MSIX,) call that is returns
success and a good value. Only then try to use it and set the MSIX_ENABLE
bit.
With th
Author: wma
Date: Wed Jan 25 12:18:21 2017
New Revision: 312751
URL: https://svnweb.freebsd.org/changeset/base/312751
Log:
Extend AHCI_Q_BIT_STRING after adding new quirk for soft
reset delay
Adding new quirk (AHCI_Q_MRVL_SR_DEL) requires according extention
of AHCI_Q_BIT_STRING.
Author: mav
Date: Wed Jan 25 11:47:16 2017
New Revision: 312750
URL: https://svnweb.freebsd.org/changeset/base/312750
Log:
Add Timeout and Protect mode page description from MMC-6.
MFC after:2 weeks
Modified:
head/share/misc/scsi_modes
Modified: head/share/misc/scsi_modes
==
Author: wma
Date: Wed Jan 25 10:34:37 2017
New Revision: 312749
URL: https://svnweb.freebsd.org/changeset/base/312749
Log:
Add support for AHCI on ARMADA38X
This file provides support for AHCI mode on Armada38x
and adds new optional AHCI device to arm/mv/files.mv.
Submitted by:
Author: wma
Date: Wed Jan 25 10:32:57 2017
New Revision: 312748
URL: https://svnweb.freebsd.org/changeset/base/312748
Log:
Enable optional soft reset in AHCI
It occurred that some Marvell integrated controllers
require additional time after soft reset to work properly.
Introduce new qui
Author: wma
Date: Wed Jan 25 10:31:16 2017
New Revision: 312747
URL: https://svnweb.freebsd.org/changeset/base/312747
Log:
Setup decoding windows for ARMADA38X
It is necesarry to open memory windows on internal bus for
AHCI driver to work correctly.
Submitted by: Konrad Adam
Author: wma
Date: Wed Jan 25 10:29:46 2017
New Revision: 312746
URL: https://svnweb.freebsd.org/changeset/base/312746
Log:
Fix node detection for MBUS windows configuration
Configure decoding windows only for devices with
enabled nodes in FDT.
Submitted by: Konrad Adamczyk
Author: wma
Date: Wed Jan 25 10:28:21 2017
New Revision: 312745
URL: https://svnweb.freebsd.org/changeset/base/312745
Log:
Expand OpenFirmware API with ofw_bus_node_status_okay
method
Method could be used before we can access device_t structure.
As per simple phandle_t handle we can ac
Author: wma
Date: Wed Jan 25 10:25:59 2017
New Revision: 312744
URL: https://svnweb.freebsd.org/changeset/base/312744
Log:
Fix SHA256 usage on older CESA versions
Adding SHA256 support to Marvell crypto driver resulted in regression
for older SoC's, not capable of handling this mode in ha
Author: wma
Date: Wed Jan 25 10:22:07 2017
New Revision: 312743
URL: https://svnweb.freebsd.org/changeset/base/312743
Log:
Use SoC ID - based detection in CESA
This commit introduces following changes in order to get rid of
ifdef's from all around the driver.
* Introduce sc_soc_id field
58 matches
Mail list logo