On Mon, Jul 1, 2019 at 8:33 PM Kirk McKusick via svn-src-all <
svn-src-...@freebsd.org> wrote:
> Author: mckusick
> Date: Mon Jul 1 23:22:26 2019
> New Revision: 349589
> URL: https://svnweb.freebsd.org/changeset/base/349589
>
> Log:
> Add a new "untrusted" option to the mount command. Its purp
Author: mav
Date: Tue Jul 2 07:47:11 2019
New Revision: 349595
URL: https://svnweb.freebsd.org/changeset/base/349595
Log:
Fix i386 LINT after r349594.
MFC after:1 month
Modified:
head/sys/dev/ntb/ntb_hw/ntb_hw_amd.c
Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_amd.c
===
Author: ganbold
Date: Tue Jul 2 08:47:18 2019
New Revision: 349596
URL: https://svnweb.freebsd.org/changeset/base/349596
Log:
Extend simple_mfd driver to expose a syscon interface if
that node is also compatible with syscon. For instance,
Rockchip RK3399's GRF (General Register Files) is co
On Tue, Jul 2, 2019 at 4:47 PM Ganbold Tsagaankhuu
wrote:
> Author: ganbold
> Date: Tue Jul 2 08:47:18 2019
> New Revision: 349596
> URL: https://svnweb.freebsd.org/changeset/base/349596
>
> Log:
> Extend simple_mfd driver to expose a syscon interface if
> that node is also compatible with s
On 2019-07-02 10:48, Ganbold Tsagaankhuu wrote:
On Tue, Jul 2, 2019 at 4:47 PM Ganbold Tsagaankhuu
wrote:
Author: ganbold
Date: Tue Jul 2 08:47:18 2019
New Revision: 349596
URL: https://svnweb.freebsd.org/changeset/base/349596
Log:
Extend simple_mfd driver to expose a syscon interface if
Author: markj
Date: Tue Jul 2 14:24:42 2019
New Revision: 349599
URL: https://svnweb.freebsd.org/changeset/base/349599
Log:
Fix handling of errors from sblock() in soreceive_stream().
Previously we would attempt to unlock the socket buffer despite having
failed to lock it. Simply return
Author: wblock (doc committer)
Date: Tue Jul 2 14:53:51 2019
New Revision: 349600
URL: https://svnweb.freebsd.org/changeset/base/349600
Log:
Correct name of vmm(4) pptdevs variable.
Reported by: nwo...@ixsystems.com
Modified:
head/usr.sbin/bhyve/bhyve.8
Modified: head/usr.sbin/bhyve/b
Author: mav
Date: Tue Jul 2 15:01:54 2019
New Revision: 349601
URL: https://svnweb.freebsd.org/changeset/base/349601
Log:
Include sys/lock.h, as told by man page.
MFC after:1 week
Modified:
head/sys/dev/ntb/ntb_hw/ntb_hw_amd.c
Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_amd.c
Author: emaste
Date: Tue Jul 2 16:44:04 2019
New Revision: 349602
URL: https://svnweb.freebsd.org/changeset/base/349602
Log:
if_muge: set IFCAP_VLAN_MTU to maintain 1500 MTU with vlan use
PR: 238665
Submitted by: Ralf
MFC after:1 week
Modified:
head/sys/dev/usb/net/if
Author: zeising (doc,ports committer)
Date: Tue Jul 2 17:48:27 2019
New Revision: 349607
URL: https://svnweb.freebsd.org/changeset/base/349607
Log:
pci(4): Use plural configuration registers
Change to use registers instead of register, as it is customary to use
plural when talking about
Author: kib
Date: Tue Jul 2 19:01:14 2019
New Revision: 349608
URL: https://svnweb.freebsd.org/changeset/base/349608
Log:
Use traditional 'p' local to designate td->td_proc in kern_mmap.
Reviewed by: emaste, markj
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Differentia
Author: kib
Date: Tue Jul 2 19:07:17 2019
New Revision: 349609
URL: https://svnweb.freebsd.org/changeset/base/349609
Log:
Control implicit PROT_MAX() using procctl(2) and the FreeBSD note
feature bit.
In particular, allocate the bit to opt-out the image from implicit
PROTMAX enablement
Author: kib
Date: Tue Jul 2 19:12:02 2019
New Revision: 349610
URL: https://svnweb.freebsd.org/changeset/base/349610
Log:
Add implicit PROT_MAX() knob to proccontrol(1).
Reviewed by: emaste, markj (previous version)
Discussed with: brooks
Sponsored by: The FreeBSD Foundation
D
Author: kib
Date: Tue Jul 2 19:32:48 2019
New Revision: 349611
URL: https://svnweb.freebsd.org/changeset/base/349611
Log:
Style.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/kern/kern_umtx.c
Modified: head/sys/kern/kern_umtx.c
=
Author: markj
Date: Tue Jul 2 19:51:40 2019
New Revision: 349612
URL: https://svnweb.freebsd.org/changeset/base/349612
Log:
Mark pages allocated from the per-CPU cache.
Only free pages to the cache when they were allocated from that cache.
This mitigates rapid fragmentation of physical m
Author: tsoome
Date: Tue Jul 2 20:32:35 2019
New Revision: 349613
URL: https://svnweb.freebsd.org/changeset/base/349613
Log:
efihttp: mac and err can be used uninitialized
While there, also check if mac != NULL, and use pointer compare for ipv4
and dns.
Modified:
head/stand/efi/libefi
Author: kib
Date: Tue Jul 2 21:03:06 2019
New Revision: 349614
URL: https://svnweb.freebsd.org/changeset/base/349614
Log:
More style.
Re-wrap long lines, reformat comments, remove excessive blank line.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/k
Author: arichardson
Date: Tue Jul 2 22:11:07 2019
New Revision: 349615
URL: https://svnweb.freebsd.org/changeset/base/349615
Log:
Fix build race when building rtld
I found this on one of the CheriBSD Jenkins builders. Using
beforelinking instead of ${PROG} should fix the dependency for t
Author: jhb
Date: Tue Jul 2 22:57:24 2019
New Revision: 349616
URL: https://svnweb.freebsd.org/changeset/base/349616
Log:
Fix description of debug.obsolete_panic.
MFC after:1 week
Modified:
head/sys/kern/subr_bus.c
Modified: head/sys/kern/subr_bus.c
Author: jhb
Date: Tue Jul 2 22:58:21 2019
New Revision: 349617
URL: https://svnweb.freebsd.org/changeset/base/349617
Log:
Invoke ext_free function when freeing an unmapped mbuf.
Fix a mis-merge when extracting the unmapped mbuf changes from
Netflix's in-kernel TLS changes where the call
Author: alc
Date: Tue Jul 2 23:02:52 2019
New Revision: 349618
URL: https://svnweb.freebsd.org/changeset/base/349618
Log:
Implement pmap_copy(). (This includes the changes applied to the amd64
pmap_copy() in r349585.)
Reviewed by: kib, markj
Differential Revision:https://revi
Author: emaste
Date: Tue Jul 2 23:56:37 2019
New Revision: 349619
URL: https://svnweb.freebsd.org/changeset/base/349619
Log:
libc: correct iconv buffer overflow
admbugs: 920
Submitted by: Andrea Venturoli, gabor
Reported by: Andrea Venturoli , NetFence
Security: CVE-2019-56
Author: markj
Date: Wed Jul 3 00:10:01 2019
New Revision: 349627
URL: https://svnweb.freebsd.org/changeset/base/349627
Log:
Remove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.
This was added for emulation of Linux's CDROMSUBCHNL, but allows
users with read access to a cd(4) device to overwrit
Author: ganbold
Date: Wed Jul 3 01:40:29 2019
New Revision: 349637
URL: https://svnweb.freebsd.org/changeset/base/349637
Log:
Fix build error introduced by r349596.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
==
Author: ganbold
Date: Wed Jul 3 03:42:51 2019
New Revision: 349638
URL: https://svnweb.freebsd.org/changeset/base/349638
Log:
Subclass Rockchip's General Register Files driver from Simple MFD driver.
Modified:
head/sys/arm64/rockchip/rk_grf.c
Modified: head/sys/arm64/rockchip/rk_grf.c
=
25 matches
Mail list logo