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
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: 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: 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: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: 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: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: 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 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
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
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
30 matches
Mail list logo