Author: sephe
Date: Wed Sep 21 06:54:26 2016
New Revision: 306076
URL: https://svnweb.freebsd.org/changeset/base/306076
Log:
hyperv/hn: Put debug messages under bootverbose
While I'm here, strip blank line.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:
Author: sephe
Date: Wed Sep 21 06:43:52 2016
New Revision: 306074
URL: https://svnweb.freebsd.org/changeset/base/306074
Log:
hyperv/vmbus: Assert that the bufring address is page aligned.
MFC after:1 week
Sponsored by: Microsoft
Differential Revision:https://reviews.freebsd.
Author: ache
Date: Wed Sep 21 06:44:32 2016
New Revision: 306075
URL: https://svnweb.freebsd.org/changeset/base/306075
Log:
1) Microoptimize %p case.
2) Implememt %u for GNU compatibility.
3) Don't forget to advance buf for %w/%u.
4) Fail with incomplete week (week 0) request and no such w
Author: sephe
Date: Wed Sep 21 06:27:42 2016
New Revision: 306073
URL: https://svnweb.freebsd.org/changeset/base/306073
Log:
hyperv/hn: Allocate bufrings in attach DEVMETHOD.
So that reinitialization, e.g. MTU change, will not fail when the system
memory is excessively fragmented.
MF
Author: sephe
Date: Wed Sep 21 05:56:47 2016
New Revision: 306072
URL: https://svnweb.freebsd.org/changeset/base/306072
Log:
hyperv/vmbus: Allow bufrings preallocation.
The assumption that the channel is only opened upon synthetic device
attach time no longer holds, e.g. Hyper-V network d
Author: trasz
Date: Wed Sep 21 05:44:13 2016
New Revision: 306071
URL: https://svnweb.freebsd.org/changeset/base/306071
Log:
Fix bug introduced with r302388, which could cause processes accessing
automounted shares to hang with "vfs_busy" wchan.
(As a workaround one can run 'automount -u'
Author: wma
Date: Wed Sep 21 05:33:18 2016
New Revision: 306070
URL: https://svnweb.freebsd.org/changeset/base/306070
Log:
Add support for SPI-mapped MSI interrupts outside of GICv2m.
SPI-mapped MSI interrupts coming from a controller other
than GICv2m need to have their trigger and polar
Author: wma
Date: Wed Sep 21 05:22:49 2016
New Revision: 306069
URL: https://svnweb.freebsd.org/changeset/base/306069
Log:
Add support for SPI-mapped MSI interrupts in GICv3.
PIC_SETUP_INTR implementation in GICv3 did not allow
for setting up interrupts without included FDT
description.
Author: wma
Date: Wed Sep 21 05:15:50 2016
New Revision: 306068
URL: https://svnweb.freebsd.org/changeset/base/306068
Log:
Register GICv3 xref.
This allows other drivers to retrieve interrupt parent node.
Obtained from: Semihalf
Submitted by: Michal Stanek
Sponsor
Author: jhibbits
Date: Wed Sep 21 03:10:41 2016
New Revision: 306067
URL: https://svnweb.freebsd.org/changeset/base/306067
Log:
Move ofw_parse_bootargs to the correct place.
Also, create a static initial environment, so bootargs can be set from uboot.
Modified:
head/sys/powerpc/powerpc/m
Author: jhibbits
Date: Wed Sep 21 02:56:57 2016
New Revision: 306066
URL: https://svnweb.freebsd.org/changeset/base/306066
Log:
Move ofw_cpu file to the main files conf file.
There is nothing CPU specific here, and it's usable by both fdt and Open
Firmware based systems. Rather than keep
Author: jhibbits
Date: Wed Sep 21 02:28:39 2016
New Revision: 306065
URL: https://svnweb.freebsd.org/changeset/base/306065
Log:
Add a ofw_parse_bootargs function, and use it for powerpc
Summary:
If the environment variable is set, U-boot adds a 'bootargs' property to
/chosen. This is a
Author: jhibbits
Date: Wed Sep 21 02:27:23 2016
New Revision: 306064
URL: https://svnweb.freebsd.org/changeset/base/306064
Log:
Add yet another QorIQ GPIO compat string.
P1022 boards use the string "fsl,pq3-gpio", which seems to be common in Linux
dts files.
Modified:
head/sys/powerpc/
Author: np
Date: Wed Sep 21 00:50:22 2016
New Revision: 306063
URL: https://svnweb.freebsd.org/changeset/base/306063
Log:
cxgbe(4): Setup congestion response for T6 rx queues.
Modified:
head/sys/dev/cxgbe/t4_netmap.c
head/sys/dev/cxgbe/t4_sge.c
Modified: head/sys/dev/cxgbe/t4_netmap.c
Author: np
Date: Wed Sep 21 00:46:08 2016
New Revision: 306062
URL: https://svnweb.freebsd.org/changeset/base/306062
Log:
cxgbe(4): Show wcwr_stats for T6 cards.
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
Author: markj
Date: Wed Sep 21 00:08:42 2016
New Revision: 306061
URL: https://svnweb.freebsd.org/changeset/base/306061
Log:
Protect ccbq access with devq->send_mtx in the XPT_ABORT handler.
Submitted by: Ryan Libby
Reviewed by: mav
MFC after:2 weeks
Sponsored by: Dell EMC Isilo
Author: karels
Date: Wed Sep 21 00:06:49 2016
New Revision: 306060
URL: https://svnweb.freebsd.org/changeset/base/306060
Log:
MFC r304713:
Fix L2 caching for UDP over IPv6
ip6_output() was missing cache invalidation code analougous to
ip_output.c. r304545 disabled L2 caching fo
Author: gjb
Date: Tue Sep 20 23:16:36 2016
New Revision: 306059
URL: https://svnweb.freebsd.org/changeset/base/306059
Log:
Revise the entry for r287197, ifconfig(8) did not change, the wireless
networking stack changed.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
M
Author: gjb
Date: Tue Sep 20 23:04:39 2016
New Revision: 306058
URL: https://svnweb.freebsd.org/changeset/base/306058
Log:
Document physical wireless devices are no longer listed by default
in ifconfig(8) output.
Submitted by: woodsb02
Approved by: re (implicit)
Sponsored by: The Fre
Author: gjb
Date: Tue Sep 20 22:05:52 2016
New Revision: 306057
URL: https://svnweb.freebsd.org/changeset/base/306057
Log:
Fix an incorrect svn revision.
Link to the binmiscctl(8) manual in the r266531 entry.
Submitted by: sbruno
Approved by: re (implicit)
Sponsored by: The FreeBSD F
Author: emaste
Date: Tue Sep 20 21:38:12 2016
New Revision: 306056
URL: https://svnweb.freebsd.org/changeset/base/306056
Log:
elfdump: limit STDIN to no rights rather than closing it
Closing stdin/stdout/stderr is often a bad idea as a future open()
can end up with its fd. Leave it open a
Author: gjb
Date: Tue Sep 20 21:33:57 2016
New Revision: 306055
URL: https://svnweb.freebsd.org/changeset/base/306055
Log:
Tweak the nvi(1) entry to be less clumsy-sounding.
Submitted by: lidl
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/rele
On Tue, Sep 20, 2016 at 2:16 PM, Pedro Giffuni wrote:
> s/alphebetially/alphabetically/ ?
This was fixed in r306027.
Best,
Conrad
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any m
On 19/09/2016 23:50, Warner Losh wrote:
Author: imp
Date: Tue Sep 20 04:50:53 2016
New Revision: 306010
URL: https://svnweb.freebsd.org/changeset/base/306010
Log:
Document existing practice and be more clear about sys/foo.h files
being alphabetical with sys/param.h or sys/types.h being f
Author: gjb
Date: Tue Sep 20 20:32:35 2016
New Revision: 306054
URL: https://svnweb.freebsd.org/changeset/base/306054
Log:
Tweak wording and add clarifications for several sections.
Submitted by: dhw
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11
Author: cem
Date: Tue Sep 20 19:21:41 2016
New Revision: 306053
URL: https://svnweb.freebsd.org/changeset/base/306053
Log:
dhclient(8): Enable numbered user class ID option
By adding it to the option priorities table.
PR: 184117
Submitted by: Lowell Gilbert
Reported by:
Author: gjb
Date: Tue Sep 20 19:15:39 2016
New Revision: 306052
URL: https://svnweb.freebsd.org/changeset/base/306052
Log:
Update the manual page path for 11.0-RELEASE.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/release/doc/share/xml/release.
Author: gjb
Date: Tue Sep 20 19:11:40 2016
New Revision: 306051
URL: https://svnweb.freebsd.org/changeset/base/306051
Log:
Document r291716, camdd(8).
Submitted by: ken
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/release/doc/en_US.ISO8859-1/
Author: loos
Date: Tue Sep 20 19:06:58 2016
New Revision: 306050
URL: https://svnweb.freebsd.org/changeset/base/306050
Log:
If present, honor the USB port mode (host or peripheral) set on DTS, if not,
keep the beaglebone defaults: USB0 -> peripheral/gadget, USB1 -> host.
This is only a wo
Author: avos
Date: Tue Sep 20 18:53:42 2016
New Revision: 306049
URL: https://svnweb.freebsd.org/changeset/base/306049
Log:
net80211: remove IEEE80211_RADIOTAP_TSFT field from transmit definitions.
This field may be used for received frames only.
Differential Revision:https://r
Author: asomers
Date: Tue Sep 20 18:47:33 2016
New Revision: 306048
URL: https://svnweb.freebsd.org/changeset/base/306048
Log:
Fix periodic scripts when an NFS mount covers a local mount
100.chksetuid and 110.neggrpperm try to search through all UFS and ZFS
filesystems. But their logic co
Author: gjb
Date: Tue Sep 20 18:38:16 2016
New Revision: 306047
URL: https://svnweb.freebsd.org/changeset/base/306047
Log:
Document r297678, uuencode(1) '-r' option.
Document r302558, ul(1) truncation bug fix.
Submitted by: gahr
Approved by: re (implicit)
Sponsored by: The FreeBSD Fo
Author: markj
Date: Tue Sep 20 18:08:17 2016
New Revision: 306046
URL: https://svnweb.freebsd.org/changeset/base/306046
Log:
Reduce code duplication around NDP message handlers in icmp6_input().
No functional change intended.
MFC after:2 weeks
Modified:
head/sys/netinet6/icmp6.c
Author: gjb
Date: Tue Sep 20 18:02:16 2016
New Revision: 306045
URL: https://svnweb.freebsd.org/changeset/base/306045
Log:
Wording fixes and further clarifications.
Submitted by: cperciva
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/release/d
Author: gjb
Date: Tue Sep 20 17:53:33 2016
New Revision: 306044
URL: https://svnweb.freebsd.org/changeset/base/306044
Log:
Document r300779, dummynet(4) AQM addition.
Submitted by: truckman
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/release
Author: gjb
Date: Tue Sep 20 17:30:34 2016
New Revision: 306043
URL: https://svnweb.freebsd.org/changeset/base/306043
Log:
Document r289315, resolver reloads resolv.conf if mtime changes.
Fix a spacing nit while here.
Submitted by: vangyzen
Approved by: re (implicit)
Sponsored by: Th
Author: gjb
Date: Tue Sep 20 17:26:02 2016
New Revision: 306042
URL: https://svnweb.freebsd.org/changeset/base/306042
Log:
- Remove redundant wording.
- Update MK_ARM_EABI entry to note it is the default.
- Reword the entry for r290910.
- Fix various wording nits.
- Remove redundant '[ar
Author: emaste
Date: Tue Sep 20 17:07:14 2016
New Revision: 306041
URL: https://svnweb.freebsd.org/changeset/base/306041
Log:
Always pass -m to ld for converting binary files to kernel ELF objects
This is in preparation for linking with LLVM's lld, which does not have
a compiled-in defaul
Author: gjb
Date: Tue Sep 20 16:55:59 2016
New Revision: 306040
URL: https://svnweb.freebsd.org/changeset/base/306040
Log:
Expand the r285387 entry to include information for cases where
NUMA may be disabled due to system BIOS.
Submitted by: vangyzen
Approved by: re (implicit)
Sponso
Author: gjb
Date: Tue Sep 20 16:48:25 2016
New Revision: 306039
URL: https://svnweb.freebsd.org/changeset/base/306039
Log:
Update the entry for r279463, and move it to the correct
section.
Submitted by: rstone
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
Author: ngie
Date: Tue Sep 20 16:40:15 2016
New Revision: 306038
URL: https://svnweb.freebsd.org/changeset/base/306038
Log:
Port vnd_test to FreeBSD
Use mdmfs/mdconfig instead of vndconfig/newfs. vndconfig doesn't exist on
FreeBSD.
TODO: need to parameterize out the md(4) device as it
Author: gjb
Date: Tue Sep 20 16:39:41 2016
New Revision: 306037
URL: https://svnweb.freebsd.org/changeset/base/306037
Log:
Fix a typo.
Submitted by: vangyzen
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/release/doc/en_US.ISO8859-1/relnotes/ar
Author: ngie
Date: Tue Sep 20 16:37:02 2016
New Revision: 306036
URL: https://svnweb.freebsd.org/changeset/base/306036
Log:
Port to mknod_test and readdir_test to FreeBSD
The `mknod p` command doesn't exist on FreeBSD, like on NetBSD. Use
mkfifo instead to create named pipes (FIFOs).
Author: gjb
Date: Tue Sep 20 16:36:55 2016
New Revision: 306035
URL: https://svnweb.freebsd.org/changeset/base/306035
Log:
Fix an incorrect revision.
Submitted by: avos
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/release/doc/en_US.ISO8859-1/
Author: gjb
Date: Tue Sep 20 16:35:57 2016
New Revision: 306034
URL: https://svnweb.freebsd.org/changeset/base/306034
Log:
Document 285307, cloudabi
Submitted by: ed
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/release/doc/en_US.ISO8859-1/rel
> On Sep 20, 2016, at 09:28, Alan Somers wrote:
>
> On Tue, Sep 20, 2016 at 10:23 AM, Alexander Motin wrote:
>> On 20.09.2016 09:20, Alan Somers wrote:
>>> On Mon, Sep 19, 2016 at 11:46 AM, Edward Tomasz Napierala
>>> wrote:
Author: trasz
Date: Mon Sep 19 17:46:15 2016
New Revis
> On Sep 20, 2016, at 09:28, Ngie Cooper wrote:
>
> Author: ngie
> Date: Tue Sep 20 16:28:57 2016
> New Revision: 306031
> URL: https://svnweb.freebsd.org/changeset/base/306031
>
> Log:
> Port contrib/netbsd-tests/fs/h_funcs.subr to FreeBSD
>
> Use kldstat -m to determine whether or not a fi
Author: ngie
Date: Tue Sep 20 16:31:57 2016
New Revision: 306033
URL: https://svnweb.freebsd.org/changeset/base/306033
Log:
Port sizes_test and statvfs_test to FreeBSD
Similar to r306030, use a simpler method for getting the value of
`hw.pagesize`, i.e. `sysctl -n hw.pagesize`. The awk fi
Author: gjb
Date: Tue Sep 20 16:30:59 2016
New Revision: 306032
URL: https://svnweb.freebsd.org/changeset/base/306032
Log:
Document r298002, NCQ TRIM support, CAM_IOSCHED_ADATPIVE.
Submitted by: imp
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.
Author: ngie
Date: Tue Sep 20 16:28:57 2016
New Revision: 306031
URL: https://svnweb.freebsd.org/changeset/base/306031
Log:
Port contrib/netbsd-tests/fs/h_funcs.subr to FreeBSD
Use kldstat -m to determine whether or not a filesystem is loaded. This works
well with tmpfs, ufs, and zfs
On Tue, Sep 20, 2016 at 10:23 AM, Alexander Motin wrote:
> On 20.09.2016 09:20, Alan Somers wrote:
>> On Mon, Sep 19, 2016 at 11:46 AM, Edward Tomasz Napierala
>> wrote:
>>> Author: trasz
>>> Date: Mon Sep 19 17:46:15 2016
>>> New Revision: 305988
>>> URL: https://svnweb.freebsd.org/changeset/bas
Author: ngie
Date: Tue Sep 20 16:27:34 2016
New Revision: 306030
URL: https://svnweb.freebsd.org/changeset/base/306030
Log:
Port vnode_leak_test:main to FreeBSD
Use a simpler way of dumping kern.maxvnodes, i.e. `sysctl -n kern.maxvnodes`
The awk filtering method employed in NetBSD does
Author: ngie
Date: Tue Sep 20 16:24:22 2016
New Revision: 306029
URL: https://svnweb.freebsd.org/changeset/base/306029
Log:
Use SRCTOP instead of the longhand version for defining the path to
contrib/atf
MFC after:3 days
Sponsored by: Dell EMC Isilon
Modified:
head/libexec/atf/atf
On 20.09.2016 09:20, Alan Somers wrote:
> On Mon, Sep 19, 2016 at 11:46 AM, Edward Tomasz Napierala
> wrote:
>> Author: trasz
>> Date: Mon Sep 19 17:46:15 2016
>> New Revision: 305988
>> URL: https://svnweb.freebsd.org/changeset/base/305988
>>
>> Log:
>> Remove unused bio_taskqueue().
>>
>> MF
On Mon, Sep 19, 2016 at 11:46 AM, Edward Tomasz Napierala
wrote:
> Author: trasz
> Date: Mon Sep 19 17:46:15 2016
> New Revision: 305988
> URL: https://svnweb.freebsd.org/changeset/base/305988
>
> Log:
> Remove unused bio_taskqueue().
>
> MFC after:1 month
>
> Modified:
> head/sys/geom/g
Author: gjb
Date: Tue Sep 20 16:14:42 2016
New Revision: 306028
URL: https://svnweb.freebsd.org/changeset/base/306028
Log:
Document bsdinstall(8) hardening menu.
Submitted by: robak
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
releng/11.0/release/doc/en_
Author: imp
Date: Tue Sep 20 15:14:33 2016
New Revision: 306027
URL: https://svnweb.freebsd.org/changeset/base/306027
Log:
Spell alphabetically correctly both in the commit message AND in the
actual man page. Sigh.
Submitted by: David A Bright and Pedro Giffuni
Modified:
head/share/man
Author: emaste
Date: Tue Sep 20 15:13:15 2016
New Revision: 306026
URL: https://svnweb.freebsd.org/changeset/base/306026
Log:
bspatch: Remove backwards-compatibility sys/capability.h support
bspatch previously included sys/capability.h or sys/capsicum.h based
on __FreeBSD_version, as Free
Author: ae
Date: Tue Sep 20 13:23:08 2016
New Revision: 306025
URL: https://svnweb.freebsd.org/changeset/base/306025
Log:
MFC r305778:
Fix swap tables between sets when this functional is enabled.
We have 6 opcode rewriters for table opcodes. When `set swap' command
invoked, it is
Author: emaste
Date: Tue Sep 20 12:59:30 2016
New Revision: 306024
URL: https://svnweb.freebsd.org/changeset/base/306024
Log:
mrsas: update for sys/capability.h rename in r263232
Modified:
head/sys/dev/mrsas/mrsas_linux.c
Modified: head/sys/dev/mrsas/mrsas_linux.c
===
Author: emaste
Date: Tue Sep 20 12:58:28 2016
New Revision: 306023
URL: https://svnweb.freebsd.org/changeset/base/306023
Log:
auditdistd: update for sys/capability.h rename in r263232
Modified:
head/contrib/openbsm/bin/auditdistd/sandbox.c
Modified: head/contrib/openbsm/bin/auditdistd/sandbo
Author: emaste
Date: Tue Sep 20 12:56:03 2016
New Revision: 306022
URL: https://svnweb.freebsd.org/changeset/base/306022
Log:
hwpmc: remove sys/capability.h backwards compatibility
The Capsicum header is installed as sys/capsicum.h in stable/10 as well.
Modified:
head/sys/dev/hwpmc/hwpmc
Author: wma
Date: Tue Sep 20 11:11:06 2016
New Revision: 306021
URL: https://svnweb.freebsd.org/changeset/base/306021
Log:
Add driver for PCIe root complex on Annapurna Alpine platform.
The driver subclasses pci-host-generic and additionally
performs configuration of vendor-specific PCIe
On Mon, Sep 19, 2016 at 10:19:04PM -0600, Warner Losh wrote:
> For MSDOS it's one thing and likely helps. But for ufs it doesn't
> help. Soft updates already does an excellent job at reducing wear and
> all async does is give added danger of dataloss. Linux distros don't
> matter for UFS because d
Author: kib
Date: Tue Sep 20 09:38:07 2016
New Revision: 306020
URL: https://svnweb.freebsd.org/changeset/base/306020
Log:
Move pmap_p*e_index() inline functions from pmap.c to pmap.h.
They are already used in minidump code.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Mod
Author: wma
Date: Tue Sep 20 09:19:22 2016
New Revision: 306019
URL: https://svnweb.freebsd.org/changeset/base/306019
Log:
Update Annapurna Alpine HAL
alpine-hal SerDes file was omitted in the previous commit.
Files added here.
All unnecessary (old) files were also removed.
Merge from
Author: trasz
Date: Tue Sep 20 09:18:33 2016
New Revision: 306018
URL: https://svnweb.freebsd.org/changeset/base/306018
Log:
Follow up r305988 by removing g_bio_run_task and related code.
The g_io_schedule_up() gets its "if" condition swapped to make
it more similar to g_io_schedule_down().
Author: wma
Date: Tue Sep 20 08:56:50 2016
New Revision: 306017
URL: https://svnweb.freebsd.org/changeset/base/306017
Log:
Update Annapurna Alpine HAL
alpine-hal SerDes file was omitted in the previous commit.
Files added here.
Added:
vendor-sys/alpine-hal/2.7a/al_hal_serdes_hssp.c
Author: wma
Date: Tue Sep 20 08:56:24 2016
New Revision: 306016
URL: https://svnweb.freebsd.org/changeset/base/306016
Log:
Update Annapurna Alpine HAL
alpine-hal SerDes file was omitted in the previous commit.
Files added here.
Added:
vendor-sys/alpine-hal/dist/al_hal_serdes_hssp.c
Author: sephe
Date: Tue Sep 20 08:52:45 2016
New Revision: 306015
URL: https://svnweb.freebsd.org/changeset/base/306015
Log:
hyperv/storvsc: Fix SRB length setting.
This fixes disk discovery issue on WS2008R2 Hyper-V, which plagued
us since 10.2-release.
Reported by: many
MFC afte
On Tue, 20 Sep 2016, Edward Tomasz Napierala wrote:
On 0920T1653, Bruce Evans wrote:
On Tue, 20 Sep 2016, Edward Tomasz Napierala wrote:
Log:
Fix -media to not mount ufs with "async"; it doesn't make sense when
there is softupdates.
It does make sense when there isn't soft updates. With
On 0920T1653, Bruce Evans wrote:
> On Tue, 20 Sep 2016, Edward Tomasz Napierala wrote:
>
> > Log:
> > Fix -media to not mount ufs with "async"; it doesn't make sense when
> > there is softupdates.
>
> It does make sense when there isn't soft updates. With soft updates, it
> is silently ignored
72 matches
Mail list logo