Author: delphij
Date: Mon Sep 30 07:27:07 2019
New Revision: 352891
URL: https://svnweb.freebsd.org/changeset/base/352891
Log:
MFC r351325:
r351325: Fix sound on headset jack for ThinkPad T51.
Modified:
stable/12/sys/dev/sound/pci/hda/hdaa_patches.c
Directory Properties:
stable/12/ (
Author: kib
Date: Mon Sep 30 07:42:07 2019
New Revision: 352892
URL: https://svnweb.freebsd.org/changeset/base/352892
Log:
MFC r352620:
Fix destruction of the robust mutexes.
Modified:
stable/12/lib/libthr/thread/thr_mutex.c
Directory Properties:
stable/12/ (props changed)
Modified: st
Author: kib
Date: Mon Sep 30 07:42:59 2019
New Revision: 352893
URL: https://svnweb.freebsd.org/changeset/base/352893
Log:
MFC r352620:
Fix destruction of the robust mutexes.
Modified:
stable/11/lib/libthr/thread/thr_mutex.c
Directory Properties:
stable/11/ (props changed)
Modified: st
Author: tuexen
Date: Mon Sep 30 12:06:57 2019
New Revision: 352894
URL: https://svnweb.freebsd.org/changeset/base/352894
Log:
Don't use stack memory which is not initialized.
Thanks to Mark Wodrich for reporting this issue for the userland stack in
https://github.com/sctplab/usrsctp/issues/3
Author: kevans
Date: Mon Sep 30 13:26:16 2019
New Revision: 352895
URL: https://svnweb.freebsd.org/changeset/base/352895
Log:
syscalls.master: consistency, move ); to newline (no functional change)
Modified:
head/sys/kern/syscalls.master
Modified: head/sys/kern/syscalls.master
==
Author: avg
Date: Mon Sep 30 13:33:37 2019
New Revision: 352896
URL: https://svnweb.freebsd.org/changeset/base/352896
Log:
MFC r352505: vt: fix problems with trying to switch to a closed VT
Modified:
stable/12/sys/dev/vt/vt_core.c
Directory Properties:
stable/12/ (props changed)
Modified
Author: avg
Date: Mon Sep 30 13:34:30 2019
New Revision: 352897
URL: https://svnweb.freebsd.org/changeset/base/352897
Log:
MFC r352505: vt: fix problems with trying to switch to a closed VT
Modified:
stable/11/sys/dev/vt/vt_core.c
Directory Properties:
stable/11/ (props changed)
Modified
Author: vangyzen
Date: Mon Sep 30 14:05:44 2019
New Revision: 352898
URL: https://svnweb.freebsd.org/changeset/base/352898
Log:
Fix coredump_phnum_test when kern.compress_user_cores != 0
If `kern.compress_user_cores` is non-zero, decompress the core file.
Use `sysctl -f` to restore pre
Author: jhibbits
Date: Mon Sep 30 14:11:49 2019
New Revision: 352899
URL: https://svnweb.freebsd.org/changeset/base/352899
Log:
MF stable/12 r352685:
libm: Include float.h to get LDBL_MANT_DIG
The long double aliases of double functions are only exposed as aliases
if LDBL_MANT_DIG is
Author: kib
Date: Mon Sep 30 14:16:44 2019
New Revision: 352900
URL: https://svnweb.freebsd.org/changeset/base/352900
Log:
MFC r352620, MFS12 r352892:
Fix destruction of the robust mutexes.
Approved by: re (gjb)
Modified:
releng/12.1/lib/libthr/thread/thr_mutex.c
Directory Properties:
Author: avg
Date: Mon Sep 30 14:19:18 2019
New Revision: 352901
URL: https://svnweb.freebsd.org/changeset/base/352901
Log:
Merge from stable/12 r352595: Add -vnP support to 'zfs send' for bookmarks
Approved by: re (gjb)
Modified:
releng/12.1/cddl/contrib/opensolaris/cmd/zfs/zfs.8
rele
On Sun, Sep 29, 2019 at 10:45:13AM +, Michael Tuexen wrote:
> Author: tuexen
> Date: Sun Sep 29 10:45:13 2019
> New Revision: 352868
> URL: https://svnweb.freebsd.org/changeset/base/352868
>
> Log:
> RFC 7112 requires a host to put the complete IP header chain
> including the TCP header i
Author: delphij
Date: Mon Sep 30 14:32:41 2019
New Revision: 352902
URL: https://svnweb.freebsd.org/changeset/base/352902
Log:
MFS r352872: MFC r351802:
Correct overflow logic in fullpath().
Obtained from:OpenBSD
Approved by: re (gjb)
Modified:
releng/12.1/sbin/fsck_msdos
Author: manu
Date: Mon Sep 30 15:00:22 2019
New Revision: 352903
URL: https://svnweb.freebsd.org/changeset/base/352903
Log:
arm64: rockchip: correct reset value
If bit is 0 the reset is not asserted.
Also register our self as a reset provider, this was commented
in r352850
Reported
Author: manu
Date: Mon Sep 30 15:01:09 2019
New Revision: 352904
URL: https://svnweb.freebsd.org/changeset/base/352904
Log:
arm64: rockchip: rk_clk_pll: Check mode on recalc
If the pll is in slow or deep slow mode return the correct frequency.
Modified:
head/sys/arm64/rockchip/clk/rk_clk
Author: avg
Date: Mon Sep 30 15:08:45 2019
New Revision: 352905
URL: https://svnweb.freebsd.org/changeset/base/352905
Log:
Merge from stable/12 r352723: fix dsl_scan_ds_clone_swapped logic
PR: 239566
Approved by: re (gjb)
Modified:
releng/12.1/sys/cddl/contrib/opensolaris/ut
Author: markj
Date: Mon Sep 30 15:59:07 2019
New Revision: 352906
URL: https://svnweb.freebsd.org/changeset/base/352906
Log:
Add IFLIB_SINGLE_IRQ_RX_ONLY.
As of r347221 the iflib legacy interrupt mode setup assumes that drivers
perform both receive and transmit processing from the interru
Author: markj
Date: Mon Sep 30 16:10:42 2019
New Revision: 352907
URL: https://svnweb.freebsd.org/changeset/base/352907
Log:
Capsicumize c++filt(1).
Reviewed by: emaste
Discussed with: oshogbo
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.fr
> On 30. Sep 2019, at 16:21, Slawa Olhovchenkov wrote:
>
> On Sun, Sep 29, 2019 at 10:45:13AM +, Michael Tuexen wrote:
>
>> Author: tuexen
>> Date: Sun Sep 29 10:45:13 2019
>> New Revision: 352868
>> URL: https://svnweb.freebsd.org/changeset/base/352868
>>
>> Log:
>> RFC 7112 requires a ho
Author: markj
Date: Mon Sep 30 17:26:42 2019
New Revision: 352908
URL: https://svnweb.freebsd.org/changeset/base/352908
Log:
nm: Adjust argc and argv in get_opt().
This refactoring makes it slightly easier to capsicumize nm(1).
Discussed with: emaste
MFC after:1 week
Spon
Author: markj
Date: Mon Sep 30 17:27:59 2019
New Revision: 352909
URL: https://svnweb.freebsd.org/changeset/base/352909
Log:
Capsicumize nm(1).
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.freebsd.org/D21107
Modified:
head/co
Author: erj
Date: Mon Sep 30 17:34:25 2019
New Revision: 352910
URL: https://svnweb.freebsd.org/changeset/base/352910
Log:
MFC r352655: iflib: Remove redundant VLAN events deregistration
This fixes a kernel panic that can occur when unloading an iflib-using driver.
Sponsored by: Intel
Author: erj
Date: Mon Sep 30 17:36:49 2019
New Revision: 352911
URL: https://svnweb.freebsd.org/changeset/base/352911
Log:
MFC r352656: ix/ixv: Read MSI-X bar from device config
This fixes an issue with some HP-branded Intel 10G cards not being able to use
MSI-X.
Sponsored by: Intel
Author: erj
Date: Mon Sep 30 18:22:33 2019
New Revision: 352912
URL: https://svnweb.freebsd.org/changeset/base/352912
Log:
MFC r352910 and r352911
MFC r352910: iflib: Remove redundant VLAN events deregistration
MFC r352911: ix/ixv: Read MSI-X bar from device config
These fix an issue
Author: kaktus
Date: Mon Sep 30 19:03:43 2019
New Revision: 352913
URL: https://svnweb.freebsd.org/changeset/base/352913
Log:
libsysdecode: decode PROT_MAX flags
Extend libsysdecode to pretty-print PROT_MAX flags and fix decoding of
regular protection flags broken since r349240.
befor
Author: kaktus
Date: Mon Sep 30 19:05:14 2019
New Revision: 352914
URL: https://svnweb.freebsd.org/changeset/base/352914
Log:
linux_renameat2: don't add extra \n on error.
linux_msg() already adds \n at the end of all messages.
Reported by: emaste, kib (mentor), mjg (mentor)
Reviewe
> On 30 Sep 2019, at 21:05, Pawel Biernacki wrote:
>
> Author: kaktus
> Date: Mon Sep 30 19:05:14 2019
> New Revision: 352914
> URL: https://svnweb.freebsd.org/changeset/base/352914
>
> Log:
> linux_renameat2: don't add extra \n on error.
>
> linux_msg() already adds \n at the end of all m
Author: dim
Date: Mon Sep 30 19:24:21 2019
New Revision: 352915
URL: https://svnweb.freebsd.org/changeset/base/352915
Log:
Pull in r357528 from upstream llvm trunk (by Craig Topper):
[X86] Check MI.isConvertibleTo3Addr() before calling
convertToThreeAddress in X86FixupLEAs.
X86
Author: markj
Date: Mon Sep 30 20:39:25 2019
New Revision: 352916
URL: https://svnweb.freebsd.org/changeset/base/352916
Log:
Remove more identifiers orphaned by r351742.
Reviewed by: alc, kib
Differential Revision:https://reviews.freebsd.org/D21642
Modified:
head/sys/amd64/inc
Author: brooks
Date: Mon Sep 30 20:58:29 2019
New Revision: 352917
URL: https://svnweb.freebsd.org/changeset/base/352917
Log:
Restore the ability to set capenabled directly in syscalls.conf.
This fixes generation of cloudabi syscall tables broken in r340424.
Reviewed by: kevans, emast
Author: brooks
Date: Mon Sep 30 21:00:19 2019
New Revision: 352918
URL: https://svnweb.freebsd.org/changeset/base/352918
Log:
Regen after r347228 and r352693.
No functional change.
Modified:
head/sys/compat/cloudabi32/cloudabi32_proto.h
head/sys/compat/cloudabi32/cloudabi32_syscall.h
Author: brooks
Date: Mon Sep 30 21:14:33 2019
New Revision: 352919
URL: https://svnweb.freebsd.org/changeset/base/352919
Log:
Update cloudabi(32|64) sysents with "make sysent".
MFC after:1 week
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
Author: mmacy
Date: Mon Sep 30 21:48:12 2019
New Revision: 352920
URL: https://svnweb.freebsd.org/changeset/base/352920
Log:
Add conv=fdatasync flag to dd
The fdatasync flag performs an fdatasync(2) on the output file before closing
it.
This will be useful for the ZFS test suite.
Su
Author: mmacy
Date: Mon Sep 30 21:53:26 2019
New Revision: 352921
URL: https://svnweb.freebsd.org/changeset/base/352921
Log:
dd: Check result of close(2) for errors
close(2) can return errors from previous operations which should not be
ignored.
PR: 229616
Submitted by: Thomas Hurst
Author: mmacy
Date: Mon Sep 30 21:56:42 2019
New Revision: 352922
URL: https://svnweb.freebsd.org/changeset/base/352922
Log:
Add oflag=fsync and oflag=sync capability to dd
Sets the O_FSYNC flag on the output file. oflag=fsync and oflag=sync are
synonyms just as O_FSYNC and O_SYNC are syn
Author: mmacy
Date: Mon Sep 30 22:00:48 2019
New Revision: 352923
URL: https://svnweb.freebsd.org/changeset/base/352923
Log:
Add iflag=fullblock to dd
Normally, count=n means read(2) will be called n times on the input to dd. If
the read() returns short, as may happen when reading from a
Author: sef
Date: Tue Oct 1 03:35:54 2019
New Revision: 352924
URL: https://svnweb.freebsd.org/changeset/base/352924
Log:
MFC r352580: Fix a regression introduced in r344601 for zfs send
Modified:
stable/12/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c
Directory Properties:
37 matches
Mail list logo