Author: cem
Date: Fri Mar 16 07:05:09 2018
New Revision: 331048
URL: https://svnweb.freebsd.org/changeset/base/331048
Log:
Fix GCC build: Remove redundant pagedaemon_wakeup declaration
Introduced in r331018.
Reported by: kevans
Sponsored by: Dell EMC Isilon
Modified:
head/sys/vm/
Author: cem
Date: Fri Mar 16 07:11:53 2018
New Revision: 331049
URL: https://svnweb.freebsd.org/changeset/base/331049
Log:
Garbage collect unused chacha20 code
Two copies of chacha20 were imported into the tree on Apr 15 2017 (r316982)
and Apr 16 2017 (r317015). Only the latter is actual
On Thu, 15 Mar 2018, Rodney W. Grimes wrote:
On 15/03/2018 10:30, Eitan Adler wrote:
...
Log:
MFC r303063,r311852,r311930,r317040,r320506,r321301,r325162,r326759,r329004,:
I have never seen things like these MFC-ed before...
Should we be really doing them?
Yes, imho. And the reasons may s
Author: eadler
Date: Fri Mar 16 08:39:37 2018
New Revision: 331050
URL: https://svnweb.freebsd.org/changeset/base/331050
Log:
MFC
r303041,r303320,r305905,r310087,r310346,r319368,r321879,r321923,r321979,r327554,r329124,r329210,:
organizations.dot - misc changes
Modified:
stable/11/share/
Author: eadler
Date: Fri Mar 16 08:44:44 2018
New Revision: 331051
URL: https://svnweb.freebsd.org/changeset/base/331051
Log:
MFC r327344:
locale: add cnr (Montenegrin)
See https://www.loc.gov/standards/iso639-2/php/code_changes.php
Modified:
stable/11/share/misc/iso639
Directory Pr
Author: eadler
Date: Fri Mar 16 08:45:28 2018
New Revision: 331052
URL: https://svnweb.freebsd.org/changeset/base/331052
Log:
MFC r330940:
Update to 2018-03-06
Modified:
stable/11/share/misc/pci_vendors
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/misc/
Author: emaste
Date: Fri Mar 16 12:12:41 2018
New Revision: 331053
URL: https://svnweb.freebsd.org/changeset/base/331053
Log:
ANSIfy i386/vm86.c
Modified:
head/sys/i386/i386/vm86.c
Modified: head/sys/i386/i386/vm86.c
===
Author: emaste
Date: Fri Mar 16 13:33:42 2018
New Revision: 331054
URL: https://svnweb.freebsd.org/changeset/base/331054
Log:
Move assym.s to DPSRC in sgx module
assym.s is only to be included by other .s files, and should not
actually be assembled by itself.
Modified:
head/sys/modules
Author: ume
Date: Fri Mar 16 14:05:45 2018
New Revision: 331055
URL: https://svnweb.freebsd.org/changeset/base/331055
Log:
MFC r330681: Fix Bad file descriptor error.
Modified:
stable/11/sys/fs/fdescfs/fdesc_vnops.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys
> On Thu, 15 Mar 2018, Rodney W. Grimes wrote:
>
> >> On 15/03/2018 10:30, Eitan Adler wrote:
> >>> ...
> >>> Log:
> >>> MFC
> >>> r303063,r311852,r311930,r317040,r320506,r321301,r325162,r326759,r329004,:
> >> I have never seen things like these MFC-ed before...
> >> Should we be really doing t
Author: emaste
Date: Fri Mar 16 14:46:38 2018
New Revision: 331056
URL: https://svnweb.freebsd.org/changeset/base/331056
Log:
Share a single bsd-linux errno table across MD consumers
Three copies of the linuxulator linux_sysvec.c contained identical
BSD to Linux errno translation tables,
Author: emaste
Date: Fri Mar 16 14:51:47 2018
New Revision: 331057
URL: https://svnweb.freebsd.org/changeset/base/331057
Log:
linux_errno.c: add newer errno values
Also introduce a static assert to ensure the list is kept up to date.
Sponsored by: Turing Robotic Industries Inc.
Modifi
Author: eugen
Date: Fri Mar 16 15:04:13 2018
New Revision: 331058
URL: https://svnweb.freebsd.org/changeset/base/331058
Log:
MFC r329279: add support for user-supplied Host-Uniq tag to ng_pppoe(4).
Submitted by: ale
Approved by: avg (mentor), mav (mentor)
Relnotes:
Author: eugen
Date: Fri Mar 16 15:10:13 2018
New Revision: 331059
URL: https://svnweb.freebsd.org/changeset/base/331059
Log:
MFC r329279: add support for user-supplied Host-Uniq tag to ng_pppoe(4).
Submitted by: ale
Approved by: mav (mentor)
Relnotes: yes
Author: emaste
Date: Fri Mar 16 15:15:25 2018
New Revision: 331060
URL: https://svnweb.freebsd.org/changeset/base/331060
Log:
Chase r331057 in libsysdecode erno table
Modified:
head/lib/libsysdecode/errno.c
Modified: head/lib/libsysdecode/errno.c
=
Author: tuexen
Date: Fri Mar 16 15:26:07 2018
New Revision: 331061
URL: https://svnweb.freebsd.org/changeset/base/331061
Log:
Set the inp_vflag consistently for accepted TCP/IPv6 connections when
net.inet6.ip6.v6only=0.
Without this patch, the inp_vflag would have INP_IPV4 and the
INP_I
Author: ian
Date: Fri Mar 16 16:06:25 2018
New Revision: 331063
URL: https://svnweb.freebsd.org/changeset/base/331063
Log:
Add the header file needed for the recently-added call to pagedaemon_wakeup().
Modified:
head/sys/arm/arm/pmap-v4.c
Modified: head/sys/arm/arm/pmap-v4.c
I probably broke this with r331048 -- sorry. I build-tested amd64 only.
Apologies,
Conrad
On Fri, Mar 16, 2018 at 9:06 AM, Ian Lepore wrote:
> Author: ian
> Date: Fri Mar 16 16:06:25 2018
> New Revision: 331063
> URL: https://svnweb.freebsd.org/changeset/base/331063
>
> Log:
> Add the header
On Fri, 2018-03-16 at 09:08 -0700, Conrad Meyer wrote:
> I probably broke this with r331048 -- sorry. I build-tested amd64
> only.
>
> Apologies,
> Conrad
>
No big deal. It was apparently the only arch missing the file; I was running a
lintkernels build and this is the only one that failed.
Author: krion (ports committer)
Date: Fri Mar 16 16:56:56 2018
New Revision: 331064
URL: https://svnweb.freebsd.org/changeset/base/331064
Log:
Extend SSID maximum string length to 32 chars to support longer SSID
names.
Approved by: adrian
Differential Revision:https://reviews.f
On Fri, 16 Mar 2018, Ian Lepore wrote:
Log:
Add the header file needed for the recently-added call to pagedaemon_wakeup().
Modified:
head/sys/arm/arm/pmap-v4.c
Modified: head/sys/arm/arm/pmap-v4.c
==
--- head/sys/arm
Author: dim
Date: Fri Mar 16 17:50:44 2018
New Revision: 331065
URL: https://svnweb.freebsd.org/changeset/base/331065
Log:
Pull in r327638 from upstream llvm trunk (by Matthew Simpson):
[ConstantFolding, InstSimplify] Handle more vector GEPs
This patch addresses some additional cas
Author: dim
Date: Fri Mar 16 18:04:13 2018
New Revision: 331066
URL: https://svnweb.freebsd.org/changeset/base/331066
Log:
Pull in r321999 from upstream clang trunk (by Ivan A. Kosarev):
[CodeGen] Fix TBAA info for accesses to members of base classes
Resolves:
Bug 35724 - regre
Author: imp
Date: Fri Mar 16 18:12:50 2018
New Revision: 331067
URL: https://svnweb.freebsd.org/changeset/base/331067
Log:
Only print boot order / boot current if we can get the variables from
the loader. Some UEFI implementations don't return all of them.
Sponsored by: Netflix
Modified:
Author: ian
Date: Fri Mar 16 18:16:27 2018
New Revision: 331068
URL: https://svnweb.freebsd.org/changeset/base/331068
Log:
Use EFI RTC capabilities info when registering, add bootverbose diagnostics.
Make some small improvements to the efirtc driver by obtaining the clock
capabilities (re
Author: imp
Date: Fri Mar 16 18:16:31 2018
New Revision: 331069
URL: https://svnweb.freebsd.org/changeset/base/331069
Log:
Make not getting BootOrder a warning, not a fatal error when printing.
Sponsored by: Netflix
Modified:
head/usr.sbin/efibootmgr/efibootmgr.c
Modified: head/usr.sbin
Author: cem
Date: Fri Mar 16 18:50:26 2018
New Revision: 331070
URL: https://svnweb.freebsd.org/changeset/base/331070
Log:
random(4): Poll for signals during large reads
Occasionally poll for signals during large reads of the /dev/u?random
devices. This allows cancellation via SIGINT of
Author: cem
Date: Fri Mar 16 20:43:40 2018
New Revision: 331073
URL: https://svnweb.freebsd.org/changeset/base/331073
Log:
libdtrace: Eliminate a minor UB by fully initializing parameter struct
The dtt_flags value is dereferenced by dt_type_pointer() and must be
initialized first.
Re
Author: cem
Date: Fri Mar 16 20:59:56 2018
New Revision: 331074
URL: https://svnweb.freebsd.org/changeset/base/331074
Log:
telnetd(8): Fix dereference of uninitialized value 'IF'
Reported by: Coverity
Sponsored by: Dell EMC Isilon
Modified:
head/contrib/telnet/telnetd/telnetd.c
Modif
Author: dteske
Date: Fri Mar 16 21:03:54 2018
New Revision: 331075
URL: https://svnweb.freebsd.org/changeset/base/331075
Log:
Add myself to committers-ports.dot
Reviewed by: imp
Approved by: imp (mentor)
Differential Revision:https://reviews.freebsd.org/D14688
Modified:
hea
Author: cem
Date: Fri Mar 16 21:10:36 2018
New Revision: 331076
URL: https://svnweb.freebsd.org/changeset/base/331076
Log:
libdtrace: Fix another uninitialized dtt_flags UB
Like r331073, eliminate a UB by fully initializing the struct with a
designated
initializer. Note that the similar
Author: brooks
Date: Fri Mar 16 22:23:04 2018
New Revision: 331077
URL: https://svnweb.freebsd.org/changeset/base/331077
Log:
Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.
These macros take an existing ioctl(2) command and replace the length
with the specified length or length of the speci
Author: cem
Date: Fri Mar 16 22:25:33 2018
New Revision: 331078
URL: https://svnweb.freebsd.org/changeset/base/331078
Log:
elftoolchain nm(1): Initialize allocated memory before use
In out of memory scenarios (where one of these allocations failed but
other(s) did not), nm(1) could refere
On 3/16/18, Rodney W. Grimes wrote:
>> On Thu, 15 Mar 2018, Rodney W. Grimes wrote:
>>
>> >> On 15/03/2018 10:30, Eitan Adler wrote:
>> >>> ...
>> >>> Log:
>> >>> MFC
>> >>> r303063,r311852,r311930,r317040,r320506,r321301,r325162,r326759,r329004,:
>> >> I have never seen things like these MFC-ed
Author: lidl
Date: Fri Mar 16 23:34:44 2018
New Revision: 331079
URL: https://svnweb.freebsd.org/changeset/base/331079
Log:
MFC r328861: improve blacklist-helper shell script
Modified:
stable/11/contrib/blacklist/bin/blacklistd.8
stable/11/contrib/blacklist/bin/blacklistd.c
stable/11/cont
Author: lidl
Date: Fri Mar 16 23:39:49 2018
New Revision: 331080
URL: https://svnweb.freebsd.org/changeset/base/331080
Log:
Revert attempted MFC. It included unwanted changes.
Modified:
stable/11/contrib/blacklist/bin/blacklistd.8
stable/11/contrib/blacklist/bin/blacklistd.c
stable/11/co
On 16 Mar 2018, at 17:56, Kirill Ponomarev wrote:
Author: krion (ports committer)
Date: Fri Mar 16 16:56:56 2018
New Revision: 331064
URL: https://svnweb.freebsd.org/changeset/base/331064
Log:
Extend SSID maximum string length to 32 chars to support longer SSID
names.
Approved by: adrian
> On 3/16/18, Rodney W. Grimes wrote:
> >> On Thu, 15 Mar 2018, Rodney W. Grimes wrote:
> >>
> >> >> On 15/03/2018 10:30, Eitan Adler wrote:
> >> >>> ...
> >> >>> Log:
> >> >>> MFC
> >> >>> r303063,r311852,r311930,r317040,r320506,r321301,r325162,r326759,r329004,:
> >> >> I have never seen things
Author: eadler
Date: Sat Mar 17 01:27:54 2018
New Revision: 331081
URL: https://svnweb.freebsd.org/changeset/base/331081
Log:
MFC r326959:
arc lint: ignore /tests/ in chmod
shell scripts in scripts don't need
to be chmod +x to work. In fact most are not.
Of the tests I found from a
Author: emaste
Date: Sat Mar 17 01:40:09 2018
New Revision: 331082
URL: https://svnweb.freebsd.org/changeset/base/331082
Log:
ANSIfy sys/x86
Modified:
head/sys/x86/isa/isa_dma.c
head/sys/x86/x86/autoconf.c
Modified: head/sys/x86/isa/isa_dma.c
===
Author: emaste
Date: Sat Mar 17 01:48:27 2018
New Revision: 331083
URL: https://svnweb.freebsd.org/changeset/base/331083
Log:
Prefix UFS symbols with UFS_ to reduce namespace pollution
Followup to r313780. Also prefix ext2's and nandfs's versions with
EXT2_ and NANDFS_.
Reported by:
On 2018-03-16 19:54, Kristof Provost wrote:
> On 16 Mar 2018, at 17:56, Kirill Ponomarev wrote:
>> Author: krion (ports committer)
>> Date: Fri Mar 16 16:56:56 2018
>> New Revision: 331064
>> URL: https://svnweb.freebsd.org/changeset/base/331064
>>
>> Log:
>> Extend SSID maximum string length to
Author: eadler
Date: Sat Mar 17 03:00:24 2018
New Revision: 331084
URL: https://svnweb.freebsd.org/changeset/base/331084
Log:
MFC r328427:
dd(1): Use a local swapbytes() function.
swab(3) has restrict qualifiers for src and dst.
Avoid relying on undefined overlapping swab behavior.
On 15/03/2018 9:56 am, Alan Somers wrote:
> Well, you _would_ be able to, except the public instance has been down for
> 3 weeks :(
> https://scan.coverity.com/
Coverity Scan is back up as of this (17/03) morning (UTC+11).
Anyone with an account should have received the email notification below
Author: eadler
Date: Sat Mar 17 05:04:38 2018
New Revision: 331086
URL: https://svnweb.freebsd.org/changeset/base/331086
Log:
MFC r328430,r328431:
devd: minor nits
- mark usage as noreturn
Modified:
stable/11/sbin/devd/devd.cc
Directory Properties:
stable/11/ (props changed)
Mo
Author: eadler
Date: Sat Mar 17 05:00:07 2018
New Revision: 331085
URL: https://svnweb.freebsd.org/changeset/base/331085
Log:
MFC r328428:
example cdev: use make_dev_s
Make use of make_dev_s in the example cdev. While here, fix warnings.
Modified:
stable/11/share/examples/kld/cdev/m
Author: eadler
Date: Sat Mar 17 06:05:33 2018
New Revision: 331089
URL: https://svnweb.freebsd.org/changeset/base/331089
Log:
MFC r328831:
pthread: adding missing header to man page
Modified:
stable/11/share/man/man3/pthread_join.3
Directory Properties:
stable/11/ (props changed)
Mo
Author: eadler
Date: Sat Mar 17 05:36:51 2018
New Revision: 331087
URL: https://svnweb.freebsd.org/changeset/base/331087
Log:
MFC r328959:
fsync.2: Cross-reference fsync(1)
Modified:
stable/11/lib/libc/sys/fsync.2
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/
Author: eadler
Date: Sat Mar 17 05:43:26 2018
New Revision: 331088
URL: https://svnweb.freebsd.org/changeset/base/331088
Log:
MFC r328839:
Add the ThinkPad X1 (sandybridge) to the bsdinstall blacklist
Reviewed by: AllanJude (for mfc)
Modified:
stable/11/usr.sbin/bsdinstall/scripts/
Author: eadler
Date: Sat Mar 17 06:31:24 2018
New Revision: 331090
URL: https://svnweb.freebsd.org/changeset/base/331090
Log:
MFC r327941:
timed: slave is an infinite loop, mark it as such
Modified:
stable/11/usr.sbin/timed/timed/extern.h
stable/11/usr.sbin/timed/timed/slave.c
Director
Author: eadler
Date: Sat Mar 17 06:36:39 2018
New Revision: 331091
URL: https://svnweb.freebsd.org/changeset/base/331091
Log:
MFC r326387:
Fix typo
Modified:
stable/11/sys/dev/ata/chipsets/ata-micron.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/ata/
51 matches
Mail list logo