Author: wma
Date: Fri Sep 29 06:36:19 2017
New Revision: 324099
URL: https://svnweb.freebsd.org/changeset/base/324099
Log:
Compile loader as Little-Endian on PPC64/POWER8
Add flag to the makefile to allow loader compilation as
Little-Endian 32-bit executable.
Usage:
make WI
Author: ae
Date: Fri Sep 29 06:24:45 2017
New Revision: 324098
URL: https://svnweb.freebsd.org/changeset/base/324098
Log:
Some mbuf related fixes in icmp_error()
* check mbuf length before doing mtod() and accessing to IP header;
* update oip pointer and all depending pointers after m_pul
Author: scottl
Date: Fri Sep 29 04:52:15 2017
New Revision: 324097
URL: https://svnweb.freebsd.org/changeset/base/324097
Log:
Convert sysctl sbuf usage to use a fully dynaic sbuf. This is strictly
needed, but it silences an erroneous Coverity warning and makes the code a
little more logical
Author: kevlo
Date: Fri Sep 29 01:19:22 2017
New Revision: 324095
URL: https://svnweb.freebsd.org/changeset/base/324095
Log:
Add ThinkPad USB 3.0 Ethernet Adapter.
Submitted by: jh
Modified:
head/sys/dev/usb/net/if_ure.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/net/if_ure.c
Author: marius
Date: Fri Sep 29 00:01:06 2017
New Revision: 324094
URL: https://svnweb.freebsd.org/changeset/base/324094
Log:
Update releng/10.4 to -RELEASE status in preparation for the final
10.4-RELEASE builds.
Approved by: re (implicit)
Modified:
releng/10.4/sys/conf/newvers.sh
M
Author: marius
Date: Fri Sep 29 00:00:32 2017
New Revision: 324092
URL: https://svnweb.freebsd.org/changeset/base/324092
Log:
Set the static abitag to the current value of __FreeBSD_version.
Approved by: re (implicit)
Modified:
releng/10.4/lib/csu/common/crtbrand.c
Modified: releng/10.
Author: marius
Date: Fri Sep 29 00:00:46 2017
New Revision: 324093
URL: https://svnweb.freebsd.org/changeset/base/324093
Log:
Anticipate the expected 10.4-RELEASE date.
Approved by: re (implicit)
Modified:
releng/10.4/UPDATING
Modified: releng/10.4/UPDATING
Author: rmacklem
Date: Thu Sep 28 23:05:08 2017
New Revision: 324091
URL: https://svnweb.freebsd.org/changeset/base/324091
Log:
Add the NFS client state flag that enables Flexible File Layout.
This patch adds a NFSSTA_FLEXFILE flag that will be used to enable
Flexible File Layout for the
Author: rmacklem
Date: Thu Sep 28 22:33:01 2017
New Revision: 324090
URL: https://svnweb.freebsd.org/changeset/base/324090
Log:
Change nfsv4_getipaddr() and nfsrpc_fillsa() to not use sockaddr_storage.
This patch changes nfsv4_getipaddr() and nfsrpc_fillsa() to use
a sockaddr_in * and soc
Author: n_hibma
Date: Thu Sep 28 19:57:46 2017
New Revision: 324089
URL: https://svnweb.freebsd.org/changeset/base/324089
Log:
Make this compile if NO_SYSCTL_DESCR is defined.
Defining a variable with the description and then only use it in the
SYSCTL declaration led to an unused variable
Author: n_hibma
Date: Thu Sep 28 19:33:36 2017
New Revision: 324088
URL: https://svnweb.freebsd.org/changeset/base/324088
Log:
Make this compile with DEVICE_POLLING set.
smc_poll had the wrong prototype. It returns 0 as it does not check
anything but submits a taskqueue.
Reviewed by:
Author: alc
Date: Thu Sep 28 17:55:41 2017
New Revision: 324087
URL: https://svnweb.freebsd.org/changeset/base/324087
Log:
Optimize vm_object_page_remove() by eliminating pointless calls to
pmap_remove_all(). If the object to which a page belongs has no
references, then that page cannot pos
Author: mav
Date: Thu Sep 28 15:58:41 2017
New Revision: 324086
URL: https://svnweb.freebsd.org/changeset/base/324086
Log:
Alike to ZFS disable cache flush after first ENOTSUP error.
MFC after:1 week
Modified:
head/usr.sbin/diskinfo/diskinfo.c
Modified: head/usr.sbin/diskinfo/diskin
Author: markj
Date: Thu Sep 28 15:23:38 2017
New Revision: 324085
URL: https://svnweb.freebsd.org/changeset/base/324085
Log:
MFC r323613:
Include _bitset.h to get BITSET_DEFINE, used to define struct slabbits.
Modified:
stable/11/sys/vm/uma_int.h
Directory Properties:
stable/11/ (props
Author: markj
Date: Thu Sep 28 15:21:47 2017
New Revision: 324084
URL: https://svnweb.freebsd.org/changeset/base/324084
Log:
MFC r323290:
Speed up vm_page_array initialization.
Modified:
stable/11/sys/vm/vm_page.c
stable/11/sys/vm/vm_phys.c
stable/11/sys/vm/vm_phys.h
Directory Propertie
Author: markj
Date: Thu Sep 28 15:18:20 2017
New Revision: 324083
URL: https://svnweb.freebsd.org/changeset/base/324083
Log:
MFC r323880:
Simplify i915_gem_wire_page() and avoid unneeded page-busying.
Modified:
stable/11/sys/dev/drm2/i915/i915_gem.c
Directory Properties:
stable/11/ (pro
Author: n_hibma
Date: Thu Sep 28 12:43:25 2017
New Revision: 324082
URL: https://svnweb.freebsd.org/changeset/base/324082
Log:
Typo in filename in comment.
Modified:
head/usr.sbin/config/config.h
Modified: head/usr.sbin/config/config.h
Author: eugen (ports committer)
Date: Thu Sep 28 11:26:37 2017
New Revision: 324081
URL: https://svnweb.freebsd.org/changeset/base/324081
Log:
Correction after r323873: #include in addition to
PR: 220076
Approved by: mav (mentor)
MFC after:3 days
Modified:
head/sys/n
Author: kib
Date: Thu Sep 28 09:01:28 2017
New Revision: 324080
URL: https://svnweb.freebsd.org/changeset/base/324080
Log:
A different fix for the issue from r323722.
Split the handlers for pop of invalid selectors from the trap frame
into usermode and kernel variants. Usermode handler i
Author: kib
Date: Thu Sep 28 08:46:15 2017
New Revision: 324079
URL: https://svnweb.freebsd.org/changeset/base/324079
Log:
Restore a part of r323722.
Do not return from interrupt using the POP_FRAME;iret instruction
sequence, always jump to doreti.
The user segments selectors saved o
Author: kib
Date: Thu Sep 28 08:38:24 2017
New Revision: 324078
URL: https://svnweb.freebsd.org/changeset/base/324078
Log:
Revert r323722. A better fix will be committed shortly, as well as
some still useful bits of the reverted revision.
The problem with the committed fix is that there
Author: sephe
Date: Thu Sep 28 07:02:56 2017
New Revision: 324077
URL: https://svnweb.freebsd.org/changeset/base/324077
Log:
hyperv/hn: Unbreak i386 building.
Reported by: cy
MFC after:1 week
Sponsored by: Microsoft
Modified:
head/sys/dev/hyperv/netvsc/if_hn.c
Modified: head/sy
22 matches
Mail list logo