Author: tsoome
Date: Thu Sep 26 07:14:54 2019
New Revision: 352739
URL: https://svnweb.freebsd.org/changeset/base/352739
Log:
vt: use proper return value check with TUNABLE_INT_FETCH
The TUNABLE_INT_FETCH is macro around getenv_int() and we will get
return value 0 or 1 for failure or succ
Author: tsoome
Date: Thu Sep 26 07:19:26 2019
New Revision: 352740
URL: https://svnweb.freebsd.org/changeset/base/352740
Log:
kernel terminal should initialize fg and bg variables before calling
TUNABLE_INT_FETCH
We have two ways to check if kenv variable exists - either we check return
Author: imp
Date: Thu Sep 26 12:54:52 2019
New Revision: 352741
URL: https://svnweb.freebsd.org/changeset/base/352741
Log:
mpr/mps crash badly. Part of the stability added use of atomic64 functions not
present on 32-bit powerpc. Merge the part that removes mps from the build
on this tier 2 p
On Wed, Sep 25, 2019 at 12:32 PM Kyle Evans wrote:
>
> Author: kevans
> Date: Wed Sep 25 17:32:43 2019
> New Revision: 352695
> URL: https://svnweb.freebsd.org/changeset/base/352695
>
> Log:
> [1/3] Add mostly Linux-compatible file sealing support
>
> File sealing applies protections against c
Author: emaste
Date: Thu Sep 26 13:27:25 2019
New Revision: 352742
URL: https://svnweb.freebsd.org/changeset/base/352742
Log:
bspatch: add integer overflow checks
Introduce a new add_off_t static function that exits with an error
message if there's an overflow, otherwise returns their sum
Gleb Smirnoff wrote:
> Modified: head/sys/conf/options
> ==
> --- head/sys/conf/options Wed Sep 25 18:09:19 2019(r352706)
> +++ head/sys/conf/options Wed Sep 25 18:26:31 2019(r352707)
> @@ -712,6 +71
Author: mav
Date: Thu Sep 26 14:48:39 2019
New Revision: 352743
URL: https://svnweb.freebsd.org/changeset/base/352743
Log:
Add kern.cam.da.X.quirks tunable, similar existing for ada.
Submitted by: Michael Lass
MFC after:2 weeks
Differential Revision:https://reviews.freebsd.o
On Thu, Sep 26, 2019 at 9:49 AM Charlie Li wrote:
>
> Gleb Smirnoff wrote:
> > Modified: head/sys/conf/options
> > ==
> > --- head/sys/conf/options Wed Sep 25 18:09:19 2019(r352706)
> > +++ head/sys/conf/option
Kyle Evans wrote:
> On Thu, Sep 26, 2019 at 9:49 AM Charlie Li wrote:
>> This breaks building the drm-kmod ports, as the build cannot find
>> opt_epoch.h (drm-devel-kmod example shown, drm-current-kmod dies the
>> exact same way):
>>
>> --- linux_anon_inodes.o ---
>> cc -O2 -pipe -fno-strict-alias
Author: jtl
Date: Thu Sep 26 15:02:34 2019
New Revision: 352744
URL: https://svnweb.freebsd.org/changeset/base/352744
Log:
Remove the unused sch parameter to the syncache_respond() function. The
use of this parameter was removed in r313330. This commit now removes
passing this now-unused par
Author: jtl
Date: Thu Sep 26 15:06:46 2019
New Revision: 352745
URL: https://svnweb.freebsd.org/changeset/base/352745
Log:
Access the syncache secret directly from the V_tcp_syncache variable,
rather than indirectly through the backpointer to the tcp_syncache
structure stored in the hashtabl
On 2019-09-26 17:03, Charlie Li via freebsd-x11 wrote:
Kyle Evans wrote:
On Thu, Sep 26, 2019 at 9:49 AM Charlie Li wrote:
This breaks building the drm-kmod ports, as the build cannot find
opt_epoch.h (drm-devel-kmod example shown, drm-current-kmod dies the
exact same way):
--- linux_anon_inod
Author: jtl
Date: Thu Sep 26 15:18:57 2019
New Revision: 352746
URL: https://svnweb.freebsd.org/changeset/base/352746
Log:
Add new functionality to switch to using cookies exclusively when we the
syn cache overflows. Whether this is due to an attack or due to the system
having more legitimat
Author: dab
Date: Thu Sep 26 15:32:28 2019
New Revision: 352747
URL: https://svnweb.freebsd.org/changeset/base/352747
Log:
Add an shm_rename syscall
Add an atomic shm rename operation, similar in spirit to a file
rename. Atomically unlink an shm from a source path and link it to a
desti
Author: markj
Date: Thu Sep 26 15:35:35 2019
New Revision: 352748
URL: https://svnweb.freebsd.org/changeset/base/352748
Log:
Fix handling of invalid pages in exec_map_first_page().
exec_map_first_page() would unconditionally free an unbacked, invalid
page from the executable image. Howev
Author: markj
Date: Thu Sep 26 15:38:06 2019
New Revision: 352750
URL: https://svnweb.freebsd.org/changeset/base/352750
Log:
MFC r352634:
ping6: Use caph_rights_limit(3) for STDIN_FILENO
Modified:
stable/12/sbin/ping6/ping6.c
Directory Properties:
stable/12/ (props changed)
Modified: s
Author: markj
Date: Thu Sep 26 15:37:40 2019
New Revision: 352749
URL: https://svnweb.freebsd.org/changeset/base/352749
Log:
MFC r352625:
Revert r316820.
PR: 233952
Modified:
stable/12/sys/dev/jme/if_jme.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/
Author: dab
Date: Thu Sep 26 15:41:10 2019
New Revision: 352751
URL: https://svnweb.freebsd.org/changeset/base/352751
Log:
sysent: regenerate after r352747.
Sponsored by: Dell EMC Isilon
Modified:
head/sys/compat/freebsd32/freebsd32_syscall.h
head/sys/compat/freebsd32/freebsd32_syscall
Author: emaste
Date: Thu Sep 26 15:50:18 2019
New Revision: 352752
URL: https://svnweb.freebsd.org/changeset/base/352752
Log:
Add a WITH_BIND_NOW build knob
MFC r340186: Add a WITH_BIND_NOW build knob
The linker's -z now flag sets the DF_BIND_NOW flag, which signals to the
runtime lo
Author: emaste
Date: Thu Sep 26 15:52:42 2019
New Revision: 352753
URL: https://svnweb.freebsd.org/changeset/base/352753
Log:
src.conf.5: regen after r352752, WITH_BIND_NOW
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/share/man/man5/src.conf.5
Modified: stable/12/share/man/m
On Thu, Sep 26, 2019 at 10:32 AM David Bright wrote:
>
> Author: dab
> Date: Thu Sep 26 15:32:28 2019
> New Revision: 352747
> URL: https://svnweb.freebsd.org/changeset/base/352747
>
> Log:
> Add an shm_rename syscall
>
> Add an atomic shm rename operation, similar in spirit to a file
> rena
Author: emaste
Date: Thu Sep 26 16:05:57 2019
New Revision: 352754
URL: https://svnweb.freebsd.org/changeset/base/352754
Log:
Add WITH_PIE knob to build Position Independent Executables
MFC r344179: Add WITH_PIE knob to build Position Independent Executables
Building binaries as PIE al
Author: emaste
Date: Thu Sep 26 16:09:28 2019
New Revision: 352755
URL: https://svnweb.freebsd.org/changeset/base/352755
Log:
src.conf.5: regen after r352754, WITH_PIE
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/share/man/man5/src.conf.5
Modified: stable/12/share/man/man5/s
Author: dab
Date: Thu Sep 26 16:13:17 2019
New Revision: 352756
URL: https://svnweb.freebsd.org/changeset/base/352756
Log:
Correct mistake in MLINKS introduced in r352747
Messed up a merge conflict resolution and didn't catch that before
commit.
Sponsored by: Dell EMC Isilon
Modifie
Author: kevans
Date: Thu Sep 26 16:19:22 2019
New Revision: 352757
URL: https://svnweb.freebsd.org/changeset/base/352757
Log:
Further normalize copyright notices
- s/C/c/ where I've been inconsistent about it
- +SPDX tags
- Remove "All rights reserved" where possible
Requested by:
Author: grembo (ports committer)
Date: Thu Sep 26 16:33:20 2019
New Revision: 352758
URL: https://svnweb.freebsd.org/changeset/base/352758
Log:
MFC r352513, r352514, r352662:
As suggested by koobs, MFC recent freebsd-update changes to
have a consistent user experience on all supported
v
Author: grembo (ports committer)
Date: Thu Sep 26 16:34:43 2019
New Revision: 352759
URL: https://svnweb.freebsd.org/changeset/base/352759
Log:
MFC r352513, r352514, r352662:
As suggested by koobs, MFC recent freebsd-update changes to
have a consistent user experience on all supported
v
Author: emaste
Date: Thu Sep 26 16:39:33 2019
New Revision: 352760
URL: https://svnweb.freebsd.org/changeset/base/352760
Log:
MFC r352551: elf_common: add ELF note names
r348628 added a definition of NT_GNU_BUILD_ID. Some software (Valgrind)
also expects a #define for the note name (ELF_
But we shouldn't be including opt_foo.h files in sys/*.h files. That's the
root cause of trouble here.
Warner
On Thu, Sep 26, 2019 at 9:11 AM Niclas Zeising wrote:
> On 2019-09-26 17:03, Charlie Li via freebsd-x11 wrote:
> > Kyle Evans wrote:
> >> On Thu, Sep 26, 2019 at 9:49 AM Charlie Li wrot
Author: imp
Date: Thu Sep 26 16:51:51 2019
New Revision: 352761
URL: https://svnweb.freebsd.org/changeset/base/352761
Log:
Merge from stable/12 r352735 and r352741
Merge all the stability fixes for the mpr and mps drivers. This fixes a
number of different panics. Unfortunately, mps now re
Author: ian
Date: Thu Sep 26 17:07:30 2019
New Revision: 352762
URL: https://svnweb.freebsd.org/changeset/base/352762
Log:
MFC r352363:
Apply a runtime patch to the FDT data for imx6 to fix iomuxc problems.
The latest imported FDT data defines a node for an iomuxc-gpr device,
which w
On 22/09/18 12:32, Warner Losh wrote:
> Author: imp
> Date: Sat Sep 22 15:32:53 2018
> New Revision: 33
> URL: https://svnweb.freebsd.org/changeset/base/33
>
> Log:
> We don't need shell protection for when we're expanding matches.
> Don't add it. This should fix when we do regepx matc
We also shouldn't have ifdef's that change the size of a kernel
structure that's part of the KBI. Isn't struct epoch_tracker part of
the KBI?
On Thu, Sep 26, 2019 at 12:46 PM Warner Losh wrote:
>
> But we shouldn't be including opt_foo.h files in sys/*.h files. That's the
> root cause of troubl
Kinda my point exactly...
Warner
On Thu, Sep 26, 2019 at 11:25 AM Ryan Stone wrote:
> We also shouldn't have ifdef's that change the size of a kernel
> structure that's part of the KBI. Isn't struct epoch_tracker part of
> the KBI?
>
> On Thu, Sep 26, 2019 at 12:46 PM Warner Losh wrote:
> >
>
On Thu, Sep 26, 2019 at 03:32:28PM +, David Bright wrote:
> Author: dab
> Date: Thu Sep 26 15:32:28 2019
> New Revision: 352747
> URL: https://svnweb.freebsd.org/changeset/base/352747
>
> Log:
> Add an shm_rename syscall
> Modified: head/sys/kern/uipc_shm.c
> ===
Author: markj
Date: Thu Sep 26 18:35:26 2019
New Revision: 352765
URL: https://svnweb.freebsd.org/changeset/base/352765
Log:
MFS r352750:
ping6: Use caph_rights_limit(3) for STDIN_FILENO
Approved by: re (gjb)
Modified:
releng/12.1/sbin/ping6/ping6.c
Directory Properties:
releng/12.1
Author: markj
Date: Thu Sep 26 18:36:15 2019
New Revision: 352766
URL: https://svnweb.freebsd.org/changeset/base/352766
Log:
MFS r352749:
Revert r316820.
PR: 233952
Approved by: re (gjb)
Modified:
releng/12.1/sys/dev/jme/if_jme.c
Directory Properties:
releng/12.1/ (pro
Author: markj
Date: Thu Sep 26 18:36:52 2019
New Revision: 352767
URL: https://svnweb.freebsd.org/changeset/base/352767
Log:
MFS r352720:
Use separate descriptors in bhyve's stdio uart backend.
Approved by: re (gjb)
Modified:
releng/12.1/usr.sbin/bhyve/uart_emul.c
Directory Properties
Author: emaste
Date: Thu Sep 26 18:37:58 2019
New Revision: 352768
URL: https://svnweb.freebsd.org/changeset/base/352768
Log:
MFS r352754: Add WITH_PIE knob to build Position Independent Executables
MFC r344179: Add WITH_PIE knob to build Position Independent Executables
Building binar
Author: emaste
Date: Thu Sep 26 18:56:41 2019
New Revision: 352769
URL: https://svnweb.freebsd.org/changeset/base/352769
Log:
MFS r352752: Add a WITH_BIND_NOW build knob
MFC r340186: Add a WITH_BIND_NOW build knob
The linker's -z now flag sets the DF_BIND_NOW flag, which signals to the
Author: grembo (ports committer)
Date: Thu Sep 26 19:08:53 2019
New Revision: 352770
URL: https://svnweb.freebsd.org/changeset/base/352770
Log:
Add mergeinfo missing in r352758
Modified:
Directory Properties:
stable/11/ (props changed)
___
svn-src
Author: grembo (ports committer)
Date: Thu Sep 26 19:10:22 2019
New Revision: 352771
URL: https://svnweb.freebsd.org/changeset/base/352771
Log:
Add mergeinfo missing in r352759
Modified:
Directory Properties:
stable/12/ (props changed)
___
svn-src
Author: mav
Date: Thu Sep 26 19:47:54 2019
New Revision: 352772
URL: https://svnweb.freebsd.org/changeset/base/352772
Log:
MFC r349342 (by imp):
Use the cam_ed copy of ata_params rather than malloc and freeing
memory for it. This reaches into internal bits of xpt a little, and
I'll clean t
Author: mav
Date: Thu Sep 26 19:48:36 2019
New Revision: 352773
URL: https://svnweb.freebsd.org/changeset/base/352773
Log:
MFC r349342 (by imp):
Use the cam_ed copy of ata_params rather than malloc and freeing
memory for it. This reaches into internal bits of xpt a little, and
I'll clean t
Author: grembo (ports committer)
Date: Thu Sep 26 20:56:07 2019
New Revision: 352774
URL: https://svnweb.freebsd.org/changeset/base/352774
Log:
MF stable/12 r352759,r352771
Approved by: re (gjb)
r352759:
freebsd-update.8: Style fixes, document new features.
freebsd-update: Make
Author: gonzo
Date: Thu Sep 26 21:02:21 2019
New Revision: 352775
URL: https://svnweb.freebsd.org/changeset/base/352775
Log:
snd_hda: Add Intel Cannon Lake support
Add PCI ids for Intel Cannon Lake PCH
Tested on:HP Spectre x360 13-p0043dx
PR: 240574
Submitted by: Neel
Author: gonzo
Date: Thu Sep 26 21:04:36 2019
New Revision: 352776
URL: https://svnweb.freebsd.org/changeset/base/352776
Log:
snd_hda: Add Intel Cannon Lake support
Add missing header change ommitted in r352775
MFC after:2 weeks
X-MFC-with: 352775
Modified:
head/sys/dev/sound
Author: emaste
Date: Thu Sep 26 21:06:55 2019
New Revision: 352777
URL: https://svnweb.freebsd.org/changeset/base/352777
Log:
Regen src.conf.5 after r352768, r352769
Approved by: re (gjb)
Modified:
releng/12.1/share/man/man5/src.conf.5
Modified: releng/12.1/share/man/man5/src.conf.5
==
Author: glebius
Date: Thu Sep 26 21:12:47 2019
New Revision: 352778
URL: https://svnweb.freebsd.org/changeset/base/352778
Log:
Move EPOCH_TRACE to opt_global.h, so that any external modules that
use epoch don't need Makefile tweaks.
The downside is that any developer who wants EPOCH_TRACE
Author: mav
Date: Thu Sep 26 23:27:24 2019
New Revision: 352779
URL: https://svnweb.freebsd.org/changeset/base/352779
Log:
MFS r352772: MFC r349342 (by imp):
Use the cam_ed copy of ata_params rather than malloc and freeing
memory for it. This reaches into internal bits of xpt a little, and
Author: gjb
Date: Fri Sep 27 00:00:21 2019
New Revision: 352780
URL: https://svnweb.freebsd.org/changeset/base/352780
Log:
Update releng/12.1 to BETA2 as part of the 12.1-RELEASE cycle.
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (Netgate)
Modified:
releng/12.
Author: sjg
Date: Fri Sep 27 00:08:40 2019
New Revision: 352781
URL: https://svnweb.freebsd.org/changeset/base/352781
Log:
Use .undef per variable
Attempting to expand a variable to a list of vars to .undef
does not actually work.
MFC of r343066
Reviewed by: bdrewery
Differen
Author: sjg
Date: Fri Sep 27 00:11:09 2019
New Revision: 352782
URL: https://svnweb.freebsd.org/changeset/base/352782
Log:
Document logic for __DEFAULT_DEPENDENT_OPTIONS
MFC of r352370
Reviewed by: stevek
Differential Revision:https://reviews.freebsd.org/D21640
Modified:
Is this enough? Won't out-of-tree modules get compiled without
EPOCH_TRACE set? If such a module is loaded on a kernel with
EPOCH_TRACE set then the module will call epoch_enter_preempt() with a
epoch_tracker that is too small and have its stack corrupted, won't
it?
On Thu, Sep 26, 2019 at 5:12
Author: cy
Date: Fri Sep 27 00:29:09 2019
New Revision: 352785
URL: https://svnweb.freebsd.org/changeset/base/352785
Log:
The no resolve (OPT_NORESOLVE) does nothing. Additionally, it (-R)
conflicts with the command option of the same name (also -R).
Remove the superfluous and confusing non-
Author: cy
Date: Fri Sep 27 00:29:12 2019
New Revision: 352786
URL: https://svnweb.freebsd.org/changeset/base/352786
Log:
Implement the dynamic add (-A) and removal (-R) of ippool pools
from the command line. Prior to this the functionality was mostly there
however since the pool type (-t) w
Author: cy
Date: Fri Sep 27 00:29:03 2019
New Revision: 352783
URL: https://svnweb.freebsd.org/changeset/base/352783
Log:
Fix a typo.
MFC after:3 days
Modified:
head/contrib/ipfilter/man/ippool.8
Modified: head/contrib/ipfilter/man/ippool.8
==
Author: cy
Date: Fri Sep 27 00:29:06 2019
New Revision: 352784
URL: https://svnweb.freebsd.org/changeset/base/352784
Log:
Sync with source:
Only a role of "ipf" is currentlysupported as the other documented
(and undocumented) roles are #ifdef'd out.
The plan is to complete ippool(8)
This is a developer only option. Out-of-tree consumers would need to be
compiled with the kernel directory, much like they would need to be for
other things. You wouldn't run a system with this normally: it's only to
debug specific instances of bad behavior. I think, like other debugging
options, t
Author: mav
Date: Fri Sep 27 02:09:20 2019
New Revision: 352787
URL: https://svnweb.freebsd.org/changeset/base/352787
Log:
Replace argument checks with assertions.
Those functions are used by kernel, and we can't check all possible argument
errors in production kernel. Plus according to
On 27/09/2019 12:48 am, Charlie Li via svn-src-head wrote:
Gleb Smirnoff wrote:
Modified: head/sys/conf/options
==
--- head/sys/conf/options Wed Sep 25 18:09:19 2019(r352706)
+++ head/sys/conf/options
Author: bcran
Date: Fri Sep 27 05:12:28 2019
New Revision: 352788
URL: https://svnweb.freebsd.org/changeset/base/352788
Log:
MFC r344839:
Add retry loop around GetMemoryMap call to fix fragmentation bug
The call to BS->AllocatePages can cause the memory map to become framented,
causi
62 matches
Mail list logo