Author: eadler
Date: Wed May 9 07:46:57 2018
New Revision: 95
URL: https://svnweb.freebsd.org/changeset/base/95
Log:
enigma(1) Remove reference to PGP; modernize a bit
- the port was removed 2017-06-07 in r442847
- gnupg1 is the older version of gpg with legacy PGP support
- re
Author: hselasky
Date: Wed May 9 08:50:42 2018
New Revision: 96
URL: https://svnweb.freebsd.org/changeset/base/96
Log:
Add myself to copyright in the LinuxKPI RCU support layer.
Suggested by: mmacy@
Sponsored by: Mellanox Technologies
Modified:
head/sys/compat/linuxkpi/common/
Author: kib
Date: Wed May 9 10:28:24 2018
New Revision: 97
URL: https://svnweb.freebsd.org/changeset/base/97
Log:
Created static libc PIC/no-SSP library to be used by rtld.
Rtld is not compatible with SSP, and since we link libc_pic.a to rtld
to have the basic support like memory
Author: kib
Date: Wed May 9 10:30:56 2018
New Revision: 98
URL: https://svnweb.freebsd.org/changeset/base/98
Log:
Make rtld use libc_nossp_pic.a. Remove SSP shims.
Submitted by: Luis Pires
Reviewed by: brooks
Differential revision:https://reviews.freebsd.org/D15341
M
Author: kib
Date: Wed May 9 10:33:25 2018
New Revision: 99
URL: https://svnweb.freebsd.org/changeset/base/99
Log:
Now that a special no-SSP libc is used for rtld, allow
-fstack-protector-all for normal libc builds.
Submitted by: Luis Pires
Reviewed by: brooks
Differential re
Author: ae
Date: Wed May 9 10:50:51 2018
New Revision: 333400
URL: https://svnweb.freebsd.org/changeset/base/333400
Log:
Add IFCAP_LINKSTATE support to if_loop(4).
Reviewed by: wollman
Obtained from:Yandex LLC
MFC after:3 weeks
Differential Revision:https://revie
Author: emaste
Date: Wed May 9 11:17:01 2018
New Revision: 333401
URL: https://svnweb.freebsd.org/changeset/base/333401
Log:
lld: Omit PT_NOTE for SHT_NOTE without SHF_ALLOC
A non-alloc note section should not have a PT_NOTE program header.
Found while linking ghc (Haskell compiler) w
_
Pedagogical Project
The Joy of Reading
_
Dear Sir/Madam,
The team responsible for the Project "Joy of Reading" consists of a group of
people dedicated to raise the joy of reading stories. For some years now, the
team inv
Author: ae
Date: Wed May 9 11:59:24 2018
New Revision: 333403
URL: https://svnweb.freebsd.org/changeset/base/333403
Log:
Bring in some last changes in NAT64 implementation:
o Modify ipfw(8) to be able set any prefix6 not just Well-Known,
and also show configured prefix6;
o relocate s
Author: kib
Date: Wed May 9 12:03:40 2018
New Revision: 333404
URL: https://svnweb.freebsd.org/changeset/base/333404
Log:
Remove PG_U from the recursive pte for kernel pmap' PML4 page.
This PML4 page is never used for the userspace process, so there is no
security implications. But the
Author: kib
Date: Wed May 9 12:09:08 2018
New Revision: 333405
URL: https://svnweb.freebsd.org/changeset/base/333405
Log:
Remove PG_U from the rest of the kernel pmap ptes.
Supposedly, they PG_U bits there were set to easier making some kernel
page accessible to userspace in-place. Sinc
Author: ae
Date: Wed May 9 12:25:23 2018
New Revision: 333406
URL: https://svnweb.freebsd.org/changeset/base/333406
Log:
Update NAT64 documentation, now we support any IPv6 prefixes.
MFC after:1 month
Modified:
head/sbin/ipfw/ipfw.8
Modified: head/sbin/ipfw/ipfw.8
=
On Sun, May 06, 2018 at 08:34:13PM +, Matt Macy wrote:
> Author: mmacy
> Date: Sun May 6 20:34:13 2018
> New Revision: 09
> URL: https://svnweb.freebsd.org/changeset/base/09
>
> Log:
> r333175 introduced deferred deletion of multicast addresses in order to
> permit the driver ioctl
Author: brd
Date: Wed May 9 13:44:54 2018
New Revision: 333407
URL: https://svnweb.freebsd.org/changeset/base/333407
Log:
Enable directory creation with FILESDIR.
This is part of packaging base work.
Reviewed by: will
Approved by: bapt (mentor), allanjude (mentor)
Differential R
Author: brd
Date: Wed May 9 13:53:10 2018
New Revision: 333408
URL: https://svnweb.freebsd.org/changeset/base/333408
Log:
Convert share/examples/Makefile over to using FILES and FILESDIR.
The goal is to avoid using install directly so we can make changes the affect
how the entire system
On Wed, May 9, 2018, at 7:44 AM, Brad Davis wrote:
> Author: brd
> Date: Wed May 9 13:44:54 2018
> New Revision: 333407
> URL: https://svnweb.freebsd.org/changeset/base/333407
>
> Log:
> Enable directory creation with FILESDIR.
I forgot to note that this work was largely done by will@ and I ju
Author: imp
Date: Wed May 9 14:11:35 2018
New Revision: 333409
URL: https://svnweb.freebsd.org/changeset/base/333409
Log:
Minor style nits
Use full copyright year.
Remove 'All Rights Reserved' from new file (rights holder OK'd)
Minor #ifdef motion and #endif tagging
Remove __FBSDID m
Author: kib
Date: Wed May 9 14:39:24 2018
New Revision: 333411
URL: https://svnweb.freebsd.org/changeset/base/333411
Log:
Avoid calls to bzero() before ireloc.
Evaluate cpu_stdext_feature early to have moved link_elf_ireloc() see
correct flags, most important is SMAP.
Tested by:
Author: mjg
Date: Wed May 9 15:16:25 2018
New Revision: 333413
URL: https://svnweb.freebsd.org/changeset/base/333413
Log:
amd64: depessimize bcmp for small buffers
Adapt assembly generated by clang for memcmp and use it for <= 64 sized
compares (which are the vast majority).
Sample
Author: jhb
Date: Wed May 9 15:20:39 2018
New Revision: 333414
URL: https://svnweb.freebsd.org/changeset/base/333414
Log:
Recognize the base/gcc compiler as GCC.
The existing patterns for 'cc --version' output do not work for GCC
built from the base/gcc port.
Reviewed by: imp
Dif
Author: jhb
Date: Wed May 9 15:25:26 2018
New Revision: 333416
URL: https://svnweb.freebsd.org/changeset/base/333416
Log:
Report TRAP_BRKPT for breakpoint traps on sparc64.
Reviewed by: marius
MFC after:2 weeks
Differential Revision:https://reviews.freebsd.org/D15190
Modi
On Wednesday, May 09, 2018 02:07:09 AM Cy Schubert wrote:
> Author: cy
> Date: Wed May 9 02:07:09 2018
> New Revision: 93
> URL: https://svnweb.freebsd.org/changeset/base/93
>
> Log:
> Document intentional fallthrough. (CID 976535)
>
> MFC after: 1 week
>
> Modified:
> head/sys
On Wed, May 9, 2018 at 8:58 AM, John Baldwin wrote:
> On Wednesday, May 09, 2018 02:07:09 AM Cy Schubert wrote:
> > Author: cy
> > Date: Wed May 9 02:07:09 2018
> > New Revision: 93
> > URL: https://svnweb.freebsd.org/changeset/base/93
> >
> > Log:
> > Document intentional fallthrough.
Author: kevans
Date: Wed May 9 16:44:19 2018
New Revision: 333418
URL: https://svnweb.freebsd.org/changeset/base/333418
Log:
Remove "All Rights Reserved" on files that I hold sole copyright on
See r91 for more detail; in summary: it holds no weight and may be
removed.
Modified:
he
Author: kevans
Date: Wed May 9 16:52:28 2018
New Revision: 333419
URL: https://svnweb.freebsd.org/changeset/base/333419
Log:
Standardize SPDX tag on files I've added
Modified:
head/share/man/man4/aw_sid.4
head/share/man/man4/aw_syscon.4
head/share/man/man9/style.lua.9
head/sys/arm/allw
Author: zeising (doc,ports committer)
Date: Wed May 9 17:06:52 2018
New Revision: 333420
URL: https://svnweb.freebsd.org/changeset/base/333420
Log:
Remove "all rights reserved" on files where I have copyright.
According to r91 it is not needed any more.
Reviewed by: imp, emaste
In message <4065288.o9qkffz...@ralph.baldwin.cx>, John Baldwin writes:
>Hmm, normal FreeBSD style here is to use /* FALLTHROUGH */, and there are
>three other instances of that style in ipfilter already (and none others
>using this comment style).
Not to mention that code analysis tools
Can you tell me anything more about your workload?
On Wed, May 9, 2018 at 5:48 AM, Tom Jones wrote:
> On Sun, May 06, 2018 at 08:34:13PM +, Matt Macy wrote:
>> Author: mmacy
>> Date: Sun May 6 20:34:13 2018
>> New Revision: 09
>> URL: https://svnweb.freebsd.org/changeset/base/09
>>
>
Author: mmacy
Date: Wed May 9 17:48:52 2018
New Revision: 333421
URL: https://svnweb.freebsd.org/changeset/base/333421
Log:
Remove bogus panic
r45 added a panic to the default case statement on the incorrect
premise that it should "never happen" when in fact it is simply a
differen
On Wed, May 09, 2018 at 10:47:17AM -0700, Matthew Macy wrote:
> Can you tell me anything more about your workload?
Running the VM snapshot based on r333209, with kernels built today. VM
will panic sitting idle. Network has some light v6 multicast.
root@freebsd:~ # cat /etc/rc.conf
hostname="freeb
On Wed, May 9, 2018 at 11:03 AM, Tom Jones wrote:
> On Wed, May 09, 2018 at 10:47:17AM -0700, Matthew Macy wrote:
>> Can you tell me anything more about your workload?
>
> Running the VM snapshot based on r333209, with kernels built today. VM
> will panic sitting idle. Network has some light v6 mu
Author: imp
Date: Wed May 9 18:41:04 2018
New Revision: 333424
URL: https://svnweb.freebsd.org/changeset/base/333424
Log:
nda protocol rate reporting
Report the NVMe spec, number of lanes (and max) as well as the PCIe
generation we're negotiated at (and max) for the camcontrol rate
com
Author: mmacy
Date: Wed May 9 18:47:24 2018
New Revision: 333425
URL: https://svnweb.freebsd.org/changeset/base/333425
Log:
Eliminate the overhead of gratuitous repeated reinitialization of cap_rights
- Add macros to allow preinitialization of cap_rights_t.
- Convert most commonly use
Author: mmacy
Date: Wed May 9 18:51:35 2018
New Revision: 333426
URL: https://svnweb.freebsd.org/changeset/base/333426
Log:
Add taskqgroup_config_gtask_deinit to support teardown after
taskqgroup_config_gtask_init.
Approved by: sbruno
Modified:
head/sys/kern/subr_gtaskqueue.c
head/
Author: cy
Date: Wed May 9 19:05:27 2018
New Revision: 333427
URL: https://svnweb.freebsd.org/changeset/base/333427
Log:
Fix style error introduced in r93.
Reported by: jhb, imp, phk
MFC after:6 days
X-MFC with: r93
Modified:
head/sys/contrib/ipfilter/netinet/fil.c
M
In message <4065288.o9qkffz...@ralph.baldwin.cx>, John Baldwin writes:
> On Wednesday, May 09, 2018 02:07:09 AM Cy Schubert wrote:
> > Author: cy
> > Date: Wed May 9 02:07:09 2018
> > New Revision: 93
> > URL: https://svnweb.freebsd.org/changeset/base/93
> >
> > Log:
> > Document intent
In message <27445.1525885...@critter.freebsd.dk>, "Poul-Henning Kamp"
writes:
>
> In message <4065288.o9qkffz...@ralph.baldwin.cx>, John Baldwin writes:
>
> >Hmm, normal FreeBSD style here is to use /* FALLTHROUGH */, and there are
> >three other instances of that style in ipfilter alread
In message <201805091907.w49j7y0l003...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <4065288.o9qkffz...@ralph.baldwin.cx>, John Baldwin writes:
> > On Wednesday, May 09, 2018 02:07:09 AM Cy Schubert wrote:
> > > Author: cy
> > > Date: Wed May 9 02:07:09 2018
> > > New Revision: 93
>
Author: markj
Date: Wed May 9 19:54:34 2018
New Revision: 333429
URL: https://svnweb.freebsd.org/changeset/base/333429
Log:
Fix bxe(4) netdump rx polling.
Reviewed by: cem, rstone
X-MFC with: r333287
Sponsored by: Dell EMC Isilon
Modified:
head/sys/dev/bxe/bxe.c
Modified: head/s
On Wednesday, May 9, 2018, Warner Losh wrote:
> Author: imp
> Date: Wed May 9 14:11:35 2018
> New Revision: 333409
> URL: https://svnweb.freebsd.org/changeset/base/333409
>
> Log:
> Minor style nits
>
> Use full copyright year.
> Remove 'All Rights Reserved' from new file (rights holder OK
On Wednesday, May 09, 2018 10:02:06 AM Warner Losh wrote:
> On Wed, May 9, 2018 at 8:58 AM, John Baldwin wrote:
>
> > On Wednesday, May 09, 2018 02:07:09 AM Cy Schubert wrote:
> > > Author: cy
> > > Date: Wed May 9 02:07:09 2018
> > > New Revision: 93
> > > URL: https://svnweb.freebsd.org/ch
Author: vangyzen
Date: Wed May 9 20:12:59 2018
New Revision: 333430
URL: https://svnweb.freebsd.org/changeset/base/333430
Log:
Remove 'All rights reserved' from my files
See r91 for the rationale.
Approved by: emaste (for the Foundation copyright)
Sponsored by: Dell EMC
Modifi
Author: imp
Date: Wed May 9 20:26:37 2018
New Revision: 333433
URL: https://svnweb.freebsd.org/changeset/base/333433
Log:
Use the full year, for real this time.
Modified:
head/sys/netinet/tcp_hpts.h
Modified: head/sys/netinet/tcp_hpts.h
==
On Wed, May 9, 2018 at 2:05 PM, Oliver Pinter wrote:
>
>
> On Wednesday, May 9, 2018, Warner Losh wrote:
>
>> Author: imp
>> Date: Wed May 9 14:11:35 2018
>> New Revision: 333409
>> URL: https://svnweb.freebsd.org/changeset/base/333409
>>
>> Log:
>> Minor style nits
>>
>> Use full copyright
On Wed, May 9, 2018 at 10:52 AM, John Baldwin wrote:
> On Wednesday, May 09, 2018 10:02:06 AM Warner Losh wrote:
> > On Wed, May 9, 2018 at 8:58 AM, John Baldwin wrote:
> >
> > > On Wednesday, May 09, 2018 02:07:09 AM Cy Schubert wrote:
> > > > Author: cy
> > > > Date: Wed May 9 02:07:09 2018
>
Author: imp
Date: Wed May 9 20:32:23 2018
New Revision: 333434
URL: https://svnweb.freebsd.org/changeset/base/333434
Log:
Remove the 'All Rights Reserved' clause from some of the stuff I've
done for Netflix, since I'm in the neighborhood.
Modified:
head/sys/cam/cam_iosched.c
head/sys/cam
Author: imp
Date: Wed May 9 20:41:03 2018
New Revision: 333435
URL: https://svnweb.freebsd.org/changeset/base/333435
Log:
Remove 'All Rights Reserved'
Remove this from some of the iXsystems stuff I did. OK'd by kmoore
at iXsystems
Modified:
head/tools/tools/nanobsd/dhcpd/common
head
Author: imp
Date: Wed May 9 20:49:00 2018
New Revision: 333436
URL: https://svnweb.freebsd.org/changeset/base/333436
Log:
For video consoles, only launch a getty if the device exists.
Differential Revision: https://reviews.freebsd.org/D15169
Modified:
head/etc/etc.aarch64/ttys
head/et
Author: oshogbo
Date: Wed May 9 20:51:16 2018
New Revision: 333438
URL: https://svnweb.freebsd.org/changeset/base/333438
Log:
Change option dry-run from 'n' to 'C' in geli attach command.
'n' is used in other commands to define the key index.
We should be consistent with that.
'C' opti
Author: oshogbo
Date: Wed May 9 20:53:38 2018
New Revision: 333439
URL: https://svnweb.freebsd.org/changeset/base/333439
Log:
Introduce the 'n' flag for the geli attach command.
If the 'n' flag is provided the provided key number will be used to
decrypt device. This can be used combined
Author: markj
Date: Wed May 9 20:57:18 2018
New Revision: 333440
URL: https://svnweb.freebsd.org/changeset/base/333440
Log:
Remove "All rights reserved" from my files.
See r91 for the rationale.
MFC after:1 week
Modified:
head/sys/compat/linuxkpi/common/include/linux/hrtime
On Wednesday, May 9, 2018, Mariusz Zaborski wrote:
> Author: oshogbo
> Date: Wed May 9 20:51:16 2018
> New Revision: 333438
> URL: https://svnweb.freebsd.org/changeset/base/333438
>
> Log:
> Change option dry-run from 'n' to 'C' in geli attach command.
>
> 'n' is used in other commands to de
On Wed, 2018-05-09 at 20:51 +, Mariusz Zaborski wrote:
> Author: oshogbo
> Date: Wed May 9 20:51:16 2018
> New Revision: 333438
> URL: https://svnweb.freebsd.org/changeset/base/333438
>
> Log:
> Change option dry-run from 'n' to 'C' in geli attach command.
>
> 'n' is used in other comm
Thanks!
At this point, these files only differ from each other in white space,
comments, and whether they have video console lines at all, which is
made unnecessary by this commit --- with the exception of sparc64, which
has a few extra off-by-default console options. Any reason not to unify
I plan on unifying them as far as I can. The devil is in the details, so
that will be a followup commit.
Warner
On Wed, May 9, 2018 at 2:54 PM, Nathan Whitehorn
wrote:
> Thanks!
>
> At this point, these files only differ from each other in white space,
> comments, and whether they have video co
On Wed, May 09, 2018 at 03:05:43PM -0600, Ian Lepore wrote:
> On Wed, 2018-05-09 at 20:51 +, Mariusz Zaborski wrote:
> > Author: oshogbo
> > Date: Wed May 9 20:51:16 2018
> > New Revision: 333438
> > URL: https://svnweb.freebsd.org/changeset/base/333438
> >
> > Log:
> > Change option dry-ru
On Wednesday, May 09, 2018 02:29:05 PM Warner Losh wrote:
> On Wed, May 9, 2018 at 10:52 AM, John Baldwin wrote:
>
> > On Wednesday, May 09, 2018 10:02:06 AM Warner Losh wrote:
> > > On Wed, May 9, 2018 at 8:58 AM, John Baldwin wrote:
> > >
> > > > On Wednesday, May 09, 2018 02:07:09 AM Cy Schub
On Thu, 2018-05-10 at 00:13 +0200, Mariusz Zaborski wrote:
> On Wed, May 09, 2018 at 03:05:43PM -0600, Ian Lepore wrote:
> >
> > On Wed, 2018-05-09 at 20:51 +, Mariusz Zaborski wrote:
> > >
> > > Author: oshogbo
> > > Date: Wed May 9 20:51:16 2018
> > > New Revision: 333438
> > > URL: https:
Author: np
Date: Thu May 10 00:04:14 2018
New Revision: 333442
URL: https://svnweb.freebsd.org/changeset/base/333442
Log:
cxgbe(4): Determine whether the firmware supports the FILTER2 work
request, which can be used to configure hardware NAT and swapmac.
All firmwares released after Jan 2
Author: imp
Date: Thu May 10 02:31:38 2018
New Revision: 333443
URL: https://svnweb.freebsd.org/changeset/base/333443
Log:
Move MI-ish bcopy routine to libkern
riscv and powerpc have nearly identical bcopy.c that's
supposed to be mostly MI. Move it to the MI libkern.
Differential Rev
Author: imp
Date: Thu May 10 02:31:54 2018
New Revision: 333445
URL: https://svnweb.freebsd.org/changeset/base/333445
Log:
Remove unused bcopyb.
Differential Revision: https://reviews.freebsd.org/D15374
Modified:
head/sys/i386/i386/support.s
head/sys/i386/include/md_var.h
Modified: he
Author: imp
Date: Thu May 10 02:31:48 2018
New Revision: 333444
URL: https://svnweb.freebsd.org/changeset/base/333444
Log:
Simplify things a little
Rather than include a copy for memmove to call bcopy to call memcpy
(which handles overlapping copies), make memmove a strong reference to
Author: araujo
Date: Thu May 10 03:50:20 2018
New Revision: 333446
URL: https://svnweb.freebsd.org/changeset/base/333446
Log:
Rework CTL frontend & backend options to use nv(3), allow creating multiple
ioctl frontend ports.
This revision introduces two changes to CTL:
- Changes the way
Author: jhibbits
Date: Thu May 10 03:59:48 2018
New Revision: 333447
URL: https://svnweb.freebsd.org/changeset/base/333447
Log:
Fix PPC symbol resolution
Summary:
There were 2 issues that were preventing correct symbol resolution
on PowerPC/pseries:
1- memory corruption at chrp_att
Author: np
Date: Thu May 10 06:33:54 2018
New Revision: 333448
URL: https://svnweb.freebsd.org/changeset/base/333448
Log:
cxgbe(4): Disable write-combined doorbells by default.
This had been the default behavior but was changed accidentally as part
of the recent iw_cxgbe+OFED overhaul. F
Author: delphij
Date: Thu May 10 06:41:08 2018
New Revision: 333449
URL: https://svnweb.freebsd.org/changeset/base/333449
Log:
Remove "All rights reserved" from my files.
See r91 for the rationale.
MFC after:1 week
Modified:
head/etc/rc.d/hostid
head/etc/rc.d/static_arp
66 matches
Mail list logo