Author: tuexen
Date: Thu Aug 23 06:03:59 2018
New Revision: 338241
URL: https://svnweb.freebsd.org/changeset/base/338241
Log:
Don't use the explicit number 32 for the length of the secrets,
use sizeof() or explicit #definesi instead. No functional change.
This was suggested by jmg@.
MFC
Author: imp
Date: Thu Aug 23 05:06:27 2018
New Revision: 338238
URL: https://svnweb.freebsd.org/changeset/base/338238
Log:
Implement blacklisting for devmatch
devmatch_blacklist is a space separated list of modules (w/o the .ko
or full path) to exclude from devmatch's processing.
Dif
Author: imp
Date: Thu Aug 23 05:06:22 2018
New Revision: 338237
URL: https://svnweb.freebsd.org/changeset/base/338237
Log:
When trying to match the nomatch event passed to us, attempt to look
up the device described by the nomatch event in the device tree. If we
find it, then if the device i
Author: imp
Date: Thu Aug 23 05:06:07 2018
New Revision: 338234
URL: https://svnweb.freebsd.org/changeset/base/338234
Log:
Improve devmatch driver loading
Use devctl freeze / thaw to allow us to laod multiple modules before
doing the probe/attach so they all get a bite at the apple.
Author: imp
Date: Thu Aug 23 05:05:47 2018
New Revision: 338233
URL: https://svnweb.freebsd.org/changeset/base/338233
Log:
Create devctl freeze/thaw.
This adds it to devctl, libdevctl, defines the two IOCTLs and
implements the kernel bits. causes any new drivers that are added via
kldlo
Author: imp
Date: Thu Aug 23 05:06:11 2018
New Revision: 338235
URL: https://svnweb.freebsd.org/changeset/base/338235
Log:
Remove sorting of matches and print all the matches as we find them.
This backs out the hack we added in r329458. Now that we can freeze /
thaw probing, this is a muc
Author: imp
Date: Thu Aug 23 05:08:38 2018
New Revision: 338240
URL: https://svnweb.freebsd.org/changeset/base/338240
Log:
Forgot to bump .Dd in r338233 like I promised in the review. Doh!
Modified:
head/lib/libdevctl/devctl.3
Modified: head/lib/libdevctl/devctl.3
===
Author: imp
Date: Thu Aug 23 05:06:16 2018
New Revision: 338236
URL: https://svnweb.freebsd.org/changeset/base/338236
Log:
Add a new device flag: DF_ATTACHED_ONCE
This flag is set once the device has been successfully attached. When
set, it inhibits devmatch from trying to match the devic
Author: imp
Date: Thu Aug 23 05:06:31 2018
New Revision: 338239
URL: https://svnweb.freebsd.org/changeset/base/338239
Log:
Add a special note to UPDATING for the devmatch stuff. While tested,
there's an elevated risk of trouble, and you must update kernel,
userland and rc scripts for the bes
Author: kevans
Date: Thu Aug 23 02:26:40 2018
New Revision: 338232
URL: https://svnweb.freebsd.org/changeset/base/338232
Log:
dtc(1): Update to 0892ec7; HACKING and implicit header fixes
Fixes courtesy of arichardson and jmg:
- HACKING was pointing to the wrong place
- Added headers wer
Author: kevans
Date: Thu Aug 23 02:14:39 2018
New Revision: 338223
URL: https://svnweb.freebsd.org/changeset/base/338223
Log:
Remove ZFS leftovers when WITHOUT_ZFS is set
Submitted by: Oliver Pinter
MFC after:1 week
Differential Revision:https://reviews.freebsd.org/D16810
M
Author: kevans
Date: Thu Aug 23 02:09:52 2018
New Revision: 338222
URL: https://svnweb.freebsd.org/changeset/base/338222
Log:
bectl(8): Man page and usage cleanup
- Some overly-long lines
- Consistently using .Brq ({})
- Consistently using .Cm
- Not using .Ao/.Ac around .Ar
PR:
Author: kevans
Date: Thu Aug 23 02:19:00 2018
New Revision: 338227
URL: https://svnweb.freebsd.org/changeset/base/338227
Log:
MFC r338120: config(8): Allow escape-quoted empty strings
For use with things like BOOT_TAG=\"\" -- there are valid reasons to allow
empty strings, especially as t
Author: kevans
Date: Thu Aug 23 02:20:09 2018
New Revision: 338229
URL: https://svnweb.freebsd.org/changeset/base/338229
Log:
MFC r338120: config(8): Allow escape-quoted empty strings
For use with things like BOOT_TAG=\"\" -- there are valid reasons to allow
empty strings, especially as t
Author: kevans
Date: Thu Aug 23 01:45:18 2018
New Revision: 338221
URL: https://svnweb.freebsd.org/changeset/base/338221
Log:
bectl(8): jail: Tear down jail by default after command exits
Add a -U flag to get back the old behavior. The new behavior is a little
more friendly to the common
Author: cem
Date: Thu Aug 23 01:42:45 2018
New Revision: 338220
URL: https://svnweb.freebsd.org/changeset/base/338220
Log:
devstat(9): Constify function parameters that can be const
No functional change.
When attempting to document the changed argument types in devstat.9, I
discovere
Author: kevans
Date: Thu Aug 23 01:22:13 2018
New Revision: 338219
URL: https://svnweb.freebsd.org/changeset/base/338219
Log:
fdt_fixups: relocate the /chosen node after applying fixups
As indicated by the comment, any fixups applied (which might include
overlays) can invalidate the previ
Author: np
Date: Thu Aug 23 00:58:10 2018
New Revision: 338218
URL: https://svnweb.freebsd.org/changeset/base/338218
Log:
cxgbev(4): Updates to the VF driver to cope with recent ifmedia and
ctrlq changes in the base driver.
MFC after:1 week
Sponsored by: Chelsio Communications
Modi
Gleb,
Thanks for taking a look.
I don't think there is all that much complication in the compatibility
layer, and I think what is there is worth the properties it yields. The
approach taken to backwards compatibility has a clear and regular
structure, it allows out of tree consumers of the inter
Author: rmacklem
Date: Thu Aug 23 00:05:13 2018
New Revision: 338217
URL: https://svnweb.freebsd.org/changeset/base/338217
Log:
Fix the nfsuserd.8 man page for the changes made to support uid/gid
numbers in owner and owner_group strings.
This is a content change.
Modified:
head/usr.sbi
Author: asomers
Date: Wed Aug 22 23:31:27 2018
New Revision: 338216
URL: https://svnweb.freebsd.org/changeset/base/338216
Log:
tftpd: Fix data corruption bug with netascii
Transferring files in netascii format requires, among other things,
translating all CR characters to a CR,NUL pair. t
> Author: brd
> Date: Wed Aug 22 21:22:40 2018
> New Revision: 338212
> URL: https://svnweb.freebsd.org/changeset/base/338212
>
> Log:
> Move services to usr.sbin/services_mkdb/
I strongly disagree that this is a proper place for this file,
the system can run totally fine with out services_mkdb
Author: gonzo
Date: Wed Aug 22 22:56:01 2018
New Revision: 338215
URL: https://svnweb.freebsd.org/changeset/base/338215
Log:
[ig4] Fix I/O timeout issue with Designware I2C controller on AMD platforms
Due to hardware limitation AMD I2C controller can't trigger pending
interrupt if interru
On Wed, Aug 22, 2018, at 4:15 PM, Yuri Pankov wrote:
> Brad Davis wrote:
> > Author: brd
> > Date: Wed Aug 22 21:22:40 2018
> > New Revision: 338212
> > URL: https://svnweb.freebsd.org/changeset/base/338212
> >
> > Log:
> >Move services to usr.sbin/services_mkdb/
> >
> >This is pkgba
> On 22. Aug 2018, at 23:44, Bjoern A. Zeeb
> wrote:
>
> On 22 Aug 2018, at 21:23, Michael Tuexen wrote:
>
>> Author: tuexen
>> Date: Wed Aug 22 21:23:32 2018
>> New Revision: 338213
>> URL: https://svnweb.freebsd.org/changeset/base/338213
>>
>> Log:
>> Add support for send, receive and state
Author: cem
Date: Wed Aug 22 22:19:42 2018
New Revision: 338214
URL: https://svnweb.freebsd.org/changeset/base/338214
Log:
KASSERT: Make runtime optionality optional
Add an option, KASSERT_PANIC_OPTIONAL, that allows runtime KASSERT()
behavior changes. When this option is not enabled, co
Brad Davis wrote:
Author: brd
Date: Wed Aug 22 21:22:40 2018
New Revision: 338212
URL: https://svnweb.freebsd.org/changeset/base/338212
Log:
Move services to usr.sbin/services_mkdb/
This is pkgbase related as it switches to CONFS to properly tag this as a
config file.
Approv
On 22 Aug 2018, at 21:23, Michael Tuexen wrote:
Author: tuexen
Date: Wed Aug 22 21:23:32 2018
New Revision: 338213
URL: https://svnweb.freebsd.org/changeset/base/338213
Log:
Add support for send, receive and state-change DTrace providers for
SCTP. They are based on what is specified in the
Patrick,
thanks for the change. The compatibility layer seems overcomplicated
though. IMHO, it would be enough just to provide binary compatibility
keeping the old structure and ioctl number as compat, not declaring
them in public headers. And the compat layer should be embraced with
COMPAT_FREE
Author: tuexen
Date: Wed Aug 22 21:23:32 2018
New Revision: 338213
URL: https://svnweb.freebsd.org/changeset/base/338213
Log:
Add support for send, receive and state-change DTrace providers for
SCTP. They are based on what is specified in the Solaris DTrace manual
for Solaris 11.4.
Revi
Author: brd
Date: Wed Aug 22 21:22:40 2018
New Revision: 338212
URL: https://svnweb.freebsd.org/changeset/base/338212
Log:
Move services to usr.sbin/services_mkdb/
This is pkgbase related as it switches to CONFS to properly tag this as a
config file.
Approved by: will (mentor)
Dif
Author: markj
Date: Wed Aug 22 20:44:30 2018
New Revision: 338211
URL: https://svnweb.freebsd.org/changeset/base/338211
Log:
Prepare the kernel linker to handle PC-relative ifunc relocations.
The boot-time ifunc resolver assumes that it only needs to apply
IRELATIVE relocations to PLT ent
Author: araujo
Date: Wed Aug 22 20:23:08 2018
New Revision: 338210
URL: https://svnweb.freebsd.org/changeset/base/338210
Log:
Add -s "help" and -l "help" to print a list of supported PCI and LPC devices.
For tools that uses bhyve such like libvirt, it is important to be able to
probe what
Author: pkelsey
Date: Wed Aug 22 19:38:48 2018
New Revision: 338209
URL: https://svnweb.freebsd.org/changeset/base/338209
Log:
Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths of
2^32 bps or greater to be used. Prior to this, bandwidth parameters
would simply wrap at the 2^32
Author: erj
Date: Wed Aug 22 18:19:56 2018
New Revision: 338208
URL: https://svnweb.freebsd.org/changeset/base/338208
Log:
if_media: Add new 2.5G/5G/25G/40G/50G/100G/200G/400G media types
Upcoming Ethernet hardware will support new media types that aren't in the
kernel
yet, so they are a
On Wed, Aug 22, 2018 at 6:10 AM Eitan Adler wrote:
>
> On Tue, 21 Aug 2018 at 21:29, Chuck Tuffli wrote:
> >
> > Author: chuck
> > Date: Wed Aug 22 04:29:24 2018
> > New Revision: 338182
> > URL: https://svnweb.freebsd.org/changeset/base/338182
> >
> > Log:
> > Make NVMe compatible with the ori
Author: dim
Date: Wed Aug 22 17:36:27 2018
New Revision: 338207
URL: https://svnweb.freebsd.org/changeset/base/338207
Log:
MFC r337615:
Pull in r338481 from upstream llvm trunk (by Chandler Carruth):
[x86] Fix a really subtle miscompile due to a somewhat glaring bug in
EFLAGS cop
Author: mav
Date: Wed Aug 22 16:32:53 2018
New Revision: 338206
URL: https://svnweb.freebsd.org/changeset/base/338206
Log:
Add dmu_tx_assign() error handling in zfs_unlinked_drain().
The error handling got lost during r334810, while according to the report
error there may happen in case o
Author: mav
Date: Wed Aug 22 16:27:24 2018
New Revision: 338205
URL: https://svnweb.freebsd.org/changeset/base/338205
Log:
Create separate taskqueue to call zfs_unlinked_drain().
r334810 introduced zfs_unlinked_drain() dispatch to taskqueue on every
deletion of a file with extended attrib
> >
> > Could you please create a stable/11 deprecation change.
> >
>
> What does that entail other than an update to UPDATING in stable/11?
I see some others have answered on this, so I'll just summarize.
1) Calls to gone_in should be added to the stable/11 drm modules
so that when they are
Author: brd
Date: Wed Aug 22 15:55:23 2018
New Revision: 338204
URL: https://svnweb.freebsd.org/changeset/base/338204
Log:
Move all devfs related files to sbin/devfs/
This is related to pkgbase as it uses CONFS to properly tag these as config
files.
Approved by: will (mentor)
Diff
-Original Message-
From: on behalf of John Baldwin
Date: 2018-08-21, Tuesday at 22:56
To: Matthew Macy ,
Cc: src-committers , ,
Subject: Re: svn commit: r338172 - in head: . sys/amd64/conf sys/dev/drm
sys/dev/drm2 sys/dev/drm2/i915 sys/dev/drm2/radeon sys/dev/drm2/radeon/reg_srcs
Author: lidl
Date: Wed Aug 22 15:29:54 2018
New Revision: 338203
URL: https://svnweb.freebsd.org/changeset/base/338203
Log:
Turn off LOADER_GELI and LOADER_LUA for sparc64, until those options
are fully debugged. With these options off, the unified "loader"
binary for sparc64 works to boot
Author: kib
Date: Wed Aug 22 14:58:52 2018
New Revision: 338202
URL: https://svnweb.freebsd.org/changeset/base/338202
Log:
Skip PMAP_PCID_KERN + 1 PCPU pcid_next value on APs as well.
r337838 did it for BSP.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys
Author: lidl
Date: Wed Aug 22 14:33:57 2018
New Revision: 338201
URL: https://svnweb.freebsd.org/changeset/base/338201
Log:
Increase the size of the heap size available on sparc64 during
operation of "loader". The dramatic increase in size of
SPA_MAXBLOCKSIZE in r304321 causes the heap spac
On Wed, 2018-08-22 at 13:30 +, Mateusz Piotrowski wrote:
> Author: 0mp (ports committer)
> Date: Wed Aug 22 13:30:48 2018
> New Revision: 338195
> URL: https://svnweb.freebsd.org/changeset/base/338195
>
> Log:
> Note that ntpd_sync_on_start is a preferred alternative to ntpdate_enable.
>
Author: avatar
Date: Wed Aug 22 14:06:31 2018
New Revision: 338200
URL: https://svnweb.freebsd.org/changeset/base/338200
Log:
Adding device ID for Terratec SiXPack 5.1+.
MFC after:3 days
Modified:
head/sys/dev/sound/pci/csa.c
Modified: head/sys/dev/sound/pci/csa.c
==
Author: kib
Date: Wed Aug 22 13:47:06 2018
New Revision: 338199
URL: https://svnweb.freebsd.org/changeset/base/338199
Log:
MFC r338016:
Print L1D FLUSH feature.
Modified:
stable/11/sys/x86/x86/identcpu.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/x86/x86/i
Author: kib
Date: Wed Aug 22 13:45:15 2018
New Revision: 338198
URL: https://svnweb.freebsd.org/changeset/base/338198
Log:
MFC r338051:
Provide set_constraint_handler_s(3) man page.
Added:
stable/11/lib/libc/stdlib/set_constraint_handler_s.3
- copied unchanged from r338051,
head/lib/l
Author: kib
Date: Wed Aug 22 13:44:24 2018
New Revision: 338197
URL: https://svnweb.freebsd.org/changeset/base/338197
Log:
MFC r338049:
Clarify that memset_s(3) requires __STDC_WANT_LIB_EXT1__ for visibility.
Fix typos and other nits.
Modified:
stable/11/lib/libc/string/memset.3
Directory
Author: kib
Date: Wed Aug 22 13:43:23 2018
New Revision: 338196
URL: https://svnweb.freebsd.org/changeset/base/338196
Log:
MFC r338048:
Use tab for indent.
Modified:
stable/11/lib/libc/stdlib/Makefile.inc
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libc/std
Author: 0mp (ports committer)
Date: Wed Aug 22 13:30:48 2018
New Revision: 338195
URL: https://svnweb.freebsd.org/changeset/base/338195
Log:
Note that ntpd_sync_on_start is a preferred alternative to ntpdate_enable.
A similar note is already present in the description of the
ntpd_sync_on_
Author: 0mp (ports committer)
Date: Wed Aug 22 13:25:41 2018
New Revision: 338194
URL: https://svnweb.freebsd.org/changeset/base/338194
Log:
Suggest to reboot after installworld in the example of development workflow.
Reviewed by: trasz
Approved by: mat (mentor)
Differential Revision:
On Tue, 21 Aug 2018 at 21:29, Chuck Tuffli wrote:
>
> Author: chuck
> Date: Wed Aug 22 04:29:24 2018
> New Revision: 338182
> URL: https://svnweb.freebsd.org/changeset/base/338182
>
> Log:
> Make NVMe compatible with the original API
This breaks sysutils/smartmontools. Would you be willing to p
Author: rmacklem
Date: Wed Aug 22 12:26:17 2018
New Revision: 338193
URL: https://svnweb.freebsd.org/changeset/base/338193
Log:
Revert r320758, which was the man page update for r320757 just reverted.
This is a content change.
PR: 230752
Modified:
head/usr.sbin/nfsuserd/nf
Author: rmacklem
Date: Wed Aug 22 12:20:10 2018
New Revision: 338192
URL: https://svnweb.freebsd.org/changeset/base/338192
Log:
Revert r320757 since it can cause "excl->shared" panics.
PR#230752 shows a panic where an nfsd thread tries to do soconnect() on
the AF_LOCAL socket used by the
Author: arichardson
Date: Wed Aug 22 11:56:42 2018
New Revision: 338190
URL: https://svnweb.freebsd.org/changeset/base/338190
Log:
Stop using unifdef to generate bsdxml.h
The current invocation of unifdef causes the build to fail when using a shell
with -o pipefail on by default since uni
Author: arichardson
Date: Wed Aug 22 11:56:51 2018
New Revision: 338191
URL: https://svnweb.freebsd.org/changeset/base/338191
Log:
Use unifdef -x1 instead of ignoring the shell exit code
This way the target fails if unifdef doesn't exist or doesn't modify the
file instead of just generati
Author: eadler
Date: Wed Aug 22 10:07:15 2018
New Revision: 338189
URL: https://svnweb.freebsd.org/changeset/base/338189
Log:
top(1): Use warnx and errx instead of fprintf
This also makes make "-v" exit without error, since it isn't.
Modified:
head/usr.bin/top/display.c
head/usr.bin/to
Author: tsoome
Date: Wed Aug 22 10:04:42 2018
New Revision: 338188
URL: https://svnweb.freebsd.org/changeset/base/338188
Log:
loader: bios loader should allow to chain load a file
The current chain command does accept only device, allow also a file to be
used,
such as /boot/pmbr or /boot
Author: eadler
Date: Wed Aug 22 09:49:38 2018
New Revision: 338187
URL: https://svnweb.freebsd.org/changeset/base/338187
Log:
top(1): issue warning on invalid delay
When top -sH is run it continually updates. It should issue an warning
instead.
Reported by: jmg
PR: 23080
Author: gabor
Date: Wed Aug 22 08:31:35 2018
New Revision: 338185
URL: https://svnweb.freebsd.org/changeset/base/338185
Log:
- Disable my mail forward; I prefer tracking commits elsewhere
Approved by: core (implicit)
Modified:
svnadmin/conf/access
Modified: svnadmin/conf/access
===
Author: kp
Date: Wed Aug 22 08:27:49 2018
New Revision: 338184
URL: https://svnweb.freebsd.org/changeset/base/338184
Log:
pfctl: Remove unused function
Fix compile issues.
MFC after:1 week
Modified:
head/sbin/pfctl/pfctl.c
Modified: head/sbin/pfctl/pfctl.c
=
On Wed, Aug 22, 2018 at 8:51 AM John Baldwin wrote:
> On 8/22/18 8:41 AM, Hans Petter Selasky wrote:
> > On 8/22/18 9:35 AM, Matthew Macy wrote:
> >> Johannes - do you know off hand?
> >> -M
> >
> > Hi,
> >
> > This function is still not implemented. This is part of the LGPLv2 part.
> >
>
Yeah,
Author: kp
Date: Wed Aug 22 08:14:29 2018
New Revision: 338183
URL: https://svnweb.freebsd.org/changeset/base/338183
Log:
pfctl: Improve set skip handling for groups
Rely on the kernel to appropriately mark group members as skipped.
Once a group is skipped we can clear the update flag on
On Wed, 22 Aug 2018 00:35:23 -0700
Matthew Macy wrote:
> Johannes - do you know off hand?
> -M
>
> On Wed, Aug 22, 2018 at 12:06 AM Andriy Gapon wrote:
>
> > On 22/08/2018 04:50, Matt Macy wrote:
> > > Author: mmacy
> > > Date: Wed Aug 22 01:50:12 2018
> > > New Revision: 338172
> > > URL: h
On 8/22/18 8:41 AM, Hans Petter Selasky wrote:
> On 8/22/18 9:35 AM, Matthew Macy wrote:
>> Johannes - do you know off hand?
>> -M
>
> Hi,
>
> This function is still not implemented. This is part of the LGPLv2 part.
>
> Probably the function and the restore companion doesn't have to panic.
>
>
Not at my computer now but I think this has been fixed. I can double check
that it was also backported to drm-stable. There was duplicates of this
function. One in base linuxkpi and one in gplv2 part iirc.
On Wed, Aug 22, 2018 at 08:35 Matthew Macy wrote:
> Johannes - do you know off hand?
> -M
On 8/22/18 9:35 AM, Matthew Macy wrote:
Johannes - do you know off hand?
-M
Hi,
This function is still not implemented. This is part of the LGPLv2 part.
Probably the function and the restore companion doesn't have to panic.
--HPS
static inline void
linux_pci_save_state(struct pci_dev *pdev
Johannes - do you know off hand?
-M
On Wed, Aug 22, 2018 at 12:06 AM Andriy Gapon wrote:
> On 22/08/2018 04:50, Matt Macy wrote:
> > Author: mmacy
> > Date: Wed Aug 22 01:50:12 2018
> > New Revision: 338172
> > URL: https://svnweb.freebsd.org/changeset/base/338172
> >
> > Log:
> > Remove legac
On 22/08/2018 04:50, Matt Macy wrote:
> Author: mmacy
> Date: Wed Aug 22 01:50:12 2018
> New Revision: 338172
> URL: https://svnweb.freebsd.org/changeset/base/338172
>
> Log:
> Remove legacy drm and drm2 from tree
>
> As discussed on the MLs drm2 conflicts with the ports' version and there
71 matches
Mail list logo