On Tue, 8 May 2018 21:01:05 + (UTC)
Peter Wemm wrote:
> Author: peter
> Date: Tue May 8 21:01:04 2018
> New Revision: 87
> URL: https://svnweb.freebsd.org/changeset/base/87
>
> Log:
> Update svn_private_config.h - I misread an autoconf change.
> SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL
Author: np
Date: Wed May 9 04:09:49 2018
New Revision: 94
URL: https://svnweb.freebsd.org/changeset/base/94
Log:
cxgbe(4): Add support for hash filters.
These filters reside in the card's memory instead of its TCAM and can be
configured via a new "hashfilter" subcommand in cxgbet
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/contrib/ipfilter/netinet/fil.c
Modified: head/sys/contrib/ipfilter/netinet/fil
Author: cy
Date: Wed May 9 02:02:58 2018
New Revision: 92
URL: https://svnweb.freebsd.org/changeset/base/92
Log:
Fix memory leak. (CID 1199373).
MFC after:1 week
Modified:
head/sys/contrib/ipfilter/netinet/ip_dstlist.c
Modified: head/sys/contrib/ipfilter/netinet/ip_dstlist.
Author: imp
Date: Wed May 9 02:02:49 2018
New Revision: 91
URL: https://svnweb.freebsd.org/changeset/base/91
Log:
Remove 'All Rights Reserved' from the collection copyright and templates.
The original Berkeley Software Distributions were made in the 1980's
and 1990's. At that tim
On Tue, May 08, 2018 at 04:37:52PM -0700, Matthew Macy wrote:
> Nix that. The panic is incorrect, we simply don't have anything to do
> in the default case.
Indeed, getting rid of the panic allows my workstation to boot.
> On Tue, May 8, 2018 at 4:31 PM, Matthew Macy wrote:
> > Can you please tr
Author: mmacy
Date: Wed May 9 00:00:47 2018
New Revision: 90
URL: https://svnweb.freebsd.org/changeset/base/90
Log:
Reduce overhead of ktrace checks in the common case.
KTRPOINT() checks both if we are tracing _and_ if we are recursing within
ktrace. The second condition is only
On Tue, May 8, 2018, 19:09 Matthew Macy, wrote:
> Is the e1000 driver compiled in or loaded as a module?
>
It's compiled in to the kernel.
> On Tue, May 8, 2018 at 3:10 PM, Mark Johnston wrote:
> > On Tue, May 08, 2018 at 01:39:45AM +, Matt Macy wrote:
> >> Author: mmacy
> >> Date: Tue Ma
Nix that. The panic is incorrect, we simply don't have anything to do
in the default case.
On Tue, May 8, 2018 at 4:31 PM, Matthew Macy wrote:
> Can you please try the attached patch? (Note that gmail may insert
> carriage returns)
>
> -M
>
> On Tue, May 8, 2018 at 3:10 PM, Mark Johnston wrote:
Can you please try the attached patch? (Note that gmail may insert
carriage returns)
-M
On Tue, May 8, 2018 at 3:10 PM, Mark Johnston wrote:
> On Tue, May 08, 2018 at 01:39:45AM +, Matt Macy wrote:
>> Author: mmacy
>> Date: Tue May 8 01:39:45 2018
>> New Revision: 45
>> URL: https://svn
Author: des
Date: Tue May 8 23:13:11 2018
New Revision: 89
URL: https://svnweb.freebsd.org/changeset/base/89
Log:
Upgrade to OpenSSH 7.6p1. This will be followed shortly by 7.7p1.
This completely removes client-side support for the SSH 1 protocol,
which was already disabled in 1
Is the e1000 driver compiled in or loaded as a module?
-M
On Tue, May 8, 2018 at 3:10 PM, Mark Johnston wrote:
> On Tue, May 08, 2018 at 01:39:45AM +, Matt Macy wrote:
>> Author: mmacy
>> Date: Tue May 8 01:39:45 2018
>> New Revision: 45
>> URL: https://svnweb.freebsd.org/changeset/bas
On Tue, May 08, 2018 at 01:39:45AM +, Matt Macy wrote:
> Author: mmacy
> Date: Tue May 8 01:39:45 2018
> New Revision: 45
> URL: https://svnweb.freebsd.org/changeset/base/45
>
> Log:
> Sleep rather than spin in e1000 when doing long running config operations.
>
> With r333218 i
- head/ObsoleteFiles.incTue May 8 21:01:04 2018(r87)
> +++ head/ObsoleteFiles.incTue May 8 21:14:29 2018(r88)
> @@ -38,6 +38,9 @@
> # xargs -n1 | sort | uniq -d;
> # done
>
> +# 20180508: retire nxge
> +OLD_FILES+=usr/share/man/man4/if_nx
==
--- head/ObsoleteFiles.inc Tue May 8 21:01:04 2018(r87)
+++ head/ObsoleteFiles.inc Tue May 8 21:14:29 2018(r88)
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20180508: retire nxge
+OLD_FILES+=usr/share/man/man4/if_nxge.4.gz
+OLD_FILES+=usr
Author: peter
Date: Tue May 8 21:01:04 2018
New Revision: 87
URL: https://svnweb.freebsd.org/changeset/base/87
Log:
Update svn_private_config.h - I misread an autoconf change.
SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL -> SVN_LIBSVN_RA_LINKS_RA_LOCAL
SVN_LIBSVN_CLIENT_LINKS_RA_SERF -> SVN_LIB
On Tue, May 8, 2018 at 3:36 PM, Ronald Klop wrote:
> On Tue, 08 May 2018 16:49:12 +0200, Alexey Dokuchaev
> wrote:
>
>> On Tue, May 08, 2018 at 09:36:21AM -0500, Kyle Evans wrote:
>>>
>>> On Tue, May 8, 2018 at 5:58 AM, Alexey Dokuchaev
>>> wrote:
>>> >>
>>> >> - if ((f = fopen(fn, "r")) ==
> On 8. May 2018, at 21:05, N.J. Mann wrote:
>
> Hi,
>
>
> On Tuesday, May 08, 2018 18:48:52 + Michael Tuexen
> wrote:
>> Author: tuexen
>> Date: Tue May 8 18:48:51 2018
>> New Revision: 82
>> URL: https://svnweb.freebsd.org/changeset/base/82
>>
>> Log:
>> When reporting ERROR
Author: tuexen
Date: Tue May 8 20:39:35 2018
New Revision: 86
URL: https://svnweb.freebsd.org/changeset/base/86
Log:
Fix two typos reported by N. J. Mann, which were introduced in
https://svnweb.freebsd.org/changeset/base/82 by me.
MFC after:3 days
Modified:
head/sys/n
On Tue, 08 May 2018 16:49:12 +0200, Alexey Dokuchaev
wrote:
On Tue, May 08, 2018 at 09:36:21AM -0500, Kyle Evans wrote:
On Tue, May 8, 2018 at 5:58 AM, Alexey Dokuchaev
wrote:
>>
>> - if ((f = fopen(fn, "r")) == NULL)
>> + if (strcmp(fn, "-") == 0)
>> + f = stdin;
>
>
Author: imp
Date: Tue May 8 20:02:39 2018
New Revision: 84
URL: https://svnweb.freebsd.org/changeset/base/84
Log:
efibootmgr.8: fix example
The example given was for the old, and now deleted, Linux
compatibility mode. Update the example for the current code.
Submitted by: Vl
Author: imp
Date: Tue May 8 20:02:44 2018
New Revision: 85
URL: https://svnweb.freebsd.org/changeset/base/85
Log:
Remove ignored command line options
The --device and --part command line options were planned for Linux
compatibility mode. However, that mode will never happen, so r
Author: imp
Date: Tue May 8 19:43:57 2018
New Revision: 83
URL: https://svnweb.freebsd.org/changeset/base/83
Log:
Improve printing the boot variables.
Print the boot variables in the order in the BootOrder variable, if it
exists, and then in verbose mode print any unreferneced Bo
Hi,
Would you be interested to getting access to Attendees Email list of Display
Week Expo 2018.?
List includes: Name, Phone number, Email address and other fields on excel
sheet.
If you are interested please get back to me so that I will assist you
further with counts and pricing detai
Hi,
On Tuesday, May 08, 2018 18:48:52 + Michael Tuexen
wrote:
> Author: tuexen
> Date: Tue May 8 18:48:51 2018
> New Revision: 82
> URL: https://svnweb.freebsd.org/changeset/base/82
>
> Log:
> When reporting ERROR or ABORT chunks, don't use more data
> that is guaranteed to be
Author: tuexen
Date: Tue May 8 18:48:51 2018
New Revision: 82
URL: https://svnweb.freebsd.org/changeset/base/82
Log:
When reporting ERROR or ABORT chunks, don't use more data
that is guaranteed to be contigous.
Thanks to Felix Weinrank for finding and reporting this bug
by fuzzing
Author: gjb
Date: Tue May 8 18:03:08 2018
New Revision: 77
URL: https://svnweb.freebsd.org/changeset/base/77
Log:
Belatedly bump copyright year.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/errata/article.xml
Author: gjb
Date: Tue May 8 17:59:25 2018
New Revision: 76
URL: https://svnweb.freebsd.org/changeset/base/76
Log:
Document EN-18:05, EN-18:06, SA-18:06.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/share/xml/errata.xml
stab
Author: imp
Date: Tue May 8 18:25:37 2018
New Revision: 81
URL: https://svnweb.freebsd.org/changeset/base/81
Log:
Inline print_order(). It's used one palce.
Modified:
head/usr.sbin/efibootmgr/efibootmgr.c
Modified: head/usr.sbin/efibootmgr/efibootmgr.c
==
Author: jkim
Date: Tue May 8 18:18:27 2018
New Revision: 80
URL: https://svnweb.freebsd.org/changeset/base/80
Log:
MFV: r78
Import ACPICA 20180508.
Modified:
head/sys/contrib/dev/acpica/changes.txt
head/sys/contrib/dev/acpica/components/executer/exconfig.c
head/sys
Author: jkim
Date: Tue May 8 18:11:26 2018
New Revision: 79
URL: https://svnweb.freebsd.org/changeset/base/79
Log:
Tag ACPICA 20180508.
Added:
vendor-sys/acpica/20180508/
- copied from r78, vendor-sys/acpica/dist/
___
svn-src-all
Author: jkim
Date: Tue May 8 18:10:55 2018
New Revision: 78
URL: https://svnweb.freebsd.org/changeset/base/78
Log:
Import ACPICA 20180508.
Modified:
vendor-sys/acpica/dist/changes.txt
vendor-sys/acpica/dist/source/components/executer/exconfig.c
vendor-sys/acpica/dist/source
Author: gjb
Date: Tue May 8 18:03:08 2018
New Revision: 77
URL: https://svnweb.freebsd.org/changeset/base/77
Log:
Belatedly bump copyright year.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/en_US.ISO8859-1/errata/article.xml
Author: gjb
Date: Tue May 8 17:59:25 2018
New Revision: 76
URL: https://svnweb.freebsd.org/changeset/base/76
Log:
Document EN-18:05, EN-18:06, SA-18:06.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/doc/share/xml/errata.xml
stab
Author: gordon
Date: Tue May 8 17:18:24 2018
New Revision: 75
URL: https://svnweb.freebsd.org/changeset/base/75
Log:
Update timezone database information. [EN-18:06.tzdata]
Approved by: so
Security: FreeBSD-EN-18:06.tzdata
Modified:
releng/10.4/contrib/tzdata/Makefile
r
Author: gjb
Date: Tue May 8 17:15:12 2018
New Revision: 74
URL: https://svnweb.freebsd.org/changeset/base/74
Log:
Use vMMDD in the timestamp suffix for Google Compute Engine
snapshot images for consistency with other OSes.
MFC after:3 weeks
Sponsored by: The FreeBSD Fou
Author: shurd
Date: Tue May 8 17:15:10 2018
New Revision: 73
URL: https://svnweb.freebsd.org/changeset/base/73
Log:
iflib: print message when iflib_tx_structures_setup fails
Print a message when iflib_tx_structures_setup fails, like we do for
iflib_rx_structures_setup.
Now t
Author: gordon
Date: Tue May 8 17:14:54 2018
New Revision: 72
URL: https://svnweb.freebsd.org/changeset/base/72
Log:
Fix multiple small kernel memory disclosures. [EN-18:05.mem]
Approved by: so
Security: CVE-2018-6920
Security: CVE-2018-6921
Security: FreeBSD-EN-
33371)
@@ -16,6 +16,16 @@ from older versions of FreeBSD, try WITHOUT_CLANG to b
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20180508 p9 FreeBSD-SA-18:06.debugreg
+ FreeBSD-EN-18:0
Author: emaste
Date: Tue May 8 17:05:39 2018
New Revision: 70
URL: https://svnweb.freebsd.org/changeset/base/70
Log:
MFC r68: Prepare DB# handler for deferred trigger of watchpoints.
Prepare DB# handler for deferred trigger of watchpoints.
Since pop %ss/mov %ss instruction
Author: emaste
Date: Tue May 8 17:03:33 2018
New Revision: 69
URL: https://svnweb.freebsd.org/changeset/base/69
Log:
MFC r68: Prepare DB# handler for deferred trigger of watchpoints.
Prepare DB# handler for deferred trigger of watchpoints.
Since pop %ss/mov %ss instruction
Author: kib
Date: Tue May 8 17:00:34 2018
New Revision: 68
URL: https://svnweb.freebsd.org/changeset/base/68
Log:
Prepare DB# handler for deferred trigger of watchpoints.
Since pop %ss/mov %ss instructions defer all interrupts and exceptions
for the next instruction, it is possib
Author: sbruno
Date: Tue May 8 16:56:14 2018
New Revision: 67
URL: https://svnweb.freebsd.org/changeset/base/67
Log:
MFC r333210
Deprecation notice for nxge(4). This driver will not appear
in FreeBSD 12 or later.
Approved by: re (gjb@)
Relnotes: yes
Modified:
stab
Author: shurd
Date: Tue May 8 16:56:02 2018
New Revision: 66
URL: https://svnweb.freebsd.org/changeset/base/66
Log:
iflib: cleanup queues when iflib_device_register fail
Submitted by: Jacob Keller
Reviewed by: gallatin
MFC after:3 days
Sponsored by: Intel Corporation
Author: imp
Date: Tue May 8 16:16:56 2018
New Revision: 65
URL: https://svnweb.freebsd.org/changeset/base/65
Log:
We don't use f_devdata, so don't set it. Should that need to change
later, we can. This leaves ZFS as the only irregular f_devdata
user in the tree.
Modified:
head/st
Author: shurd
Date: Tue May 8 15:51:40 2018
New Revision: 64
URL: https://svnweb.freebsd.org/changeset/base/64
Log:
MFC: r308728, r314369, r315243, r316026, r316581, r316616, r318359,
r319922, r319990, r321481, r323232-323233, r323321, r323874, r323955,
r324323, r324964, r325169, r3
On Tue, May 08, 2018 at 09:36:21AM -0500, Kyle Evans wrote:
> On Tue, May 8, 2018 at 5:58 AM, Alexey Dokuchaev wrote:
> >>
> >> - if ((f = fopen(fn, "r")) == NULL)
> >> + if (strcmp(fn, "-") == 0)
> >> + f = stdin;
> >
> > This makes sense: when `fn' is "-", `f' is stdin.
> >
>
On Tue, May 8, 2018 at 5:58 AM, Alexey Dokuchaev wrote:
> On Tue, May 08, 2018 at 03:53:47AM +, Kyle Evans wrote:
>> New Revision: 51
>> URL: https://svnweb.freebsd.org/changeset/base/51
>>
>> Log:
>> bsdgrep: Allow "-" to be passed to -f to mean "standard input"
>>
>> A version of
Author: jhibbits
Date: Tue May 8 13:23:39 2018
New Revision: 63
URL: https://svnweb.freebsd.org/changeset/base/63
Log:
Fix wrong cpu0 identification
Summary:
chrp_cpuref_init() was relying on the boot strap processor to be
the first child of /cpus. That was not always the case,
Author: hselasky
Date: Tue May 8 11:39:01 2018
New Revision: 62
URL: https://svnweb.freebsd.org/changeset/base/62
Log:
Fix for missing network interface address event when adding the default IPv6
based link-local address.
The default link local address for IPv6 is added as part o
On Tue, May 08, 2018 at 03:53:47AM +, Kyle Evans wrote:
> New Revision: 51
> URL: https://svnweb.freebsd.org/changeset/base/51
>
> Log:
> bsdgrep: Allow "-" to be passed to -f to mean "standard input"
>
> A version of this patch was originally sent to me by se@, matching behavio
Author: kib
Date: Tue May 8 10:56:06 2018
New Revision: 61
URL: https://svnweb.freebsd.org/changeset/base/61
Log:
MFC r333125:
Turn off IBRS on suspend.
Approved by: re (marius)
Modified:
stable/11/sys/x86/acpica/acpi_wakeup.c
stable/11/sys/x86/include/x86_var.h
Directory P
Author: kib
Date: Tue May 8 10:18:24 2018
New Revision: 60
URL: https://svnweb.freebsd.org/changeset/base/60
Log:
MFC r333091:
Eliminate some vm object relocks in vm fault.
Approved by: re (marius)
Modified:
stable/11/sys/vm/vm_fault.c
Directory Properties:
stable/11/ (pr
Author: kib
Date: Tue May 8 10:03:32 2018
New Revision: 59
URL: https://svnweb.freebsd.org/changeset/base/59
Log:
MFC r333208:
Style.
Approved by: re (marius)
Modified:
stable/11/sys/amd64/amd64/elf_machdep.c
Directory Properties:
stable/11/ (props changed)
Modified: sta
54 matches
Mail list logo