On Wed, Aug 19, 2020 at 11:54 AM Shawn Webb
wrote:
> On Wed, Aug 19, 2020 at 11:51:10AM -0600, Warner Losh wrote:
> > On Wed, Aug 19, 2020 at 11:48 AM Shawn Webb
> > wrote:
> >
> > > On Wed, Aug 19, 2020 at 11:44:42AM -0600, Warner Losh wrote:
> > > > On Wed, Aug 19, 2020 at 11:26 AM Shawn Webb
Author: pfg
Date: Thu Aug 20 05:18:08 2020
New Revision: 364417
URL: https://svnweb.freebsd.org/changeset/base/364417
Log:
usr.sbin/fstyp: Fix incorrect pfs_type test in ondisk inode
"ipdata.meta.pfs_type & HAMMER2_PFSTYPE_SUPROOT" happened to have
the same result (except HAMMER2_PFSTYPE_
Author: pfg
Date: Thu Aug 20 05:08:49 2020
New Revision: 364416
URL: https://svnweb.freebsd.org/changeset/base/364416
Log:
extfs: remove redundant little endian conversion.
The XTIME_TO_NSEC macro already calls the htole32(), so there is no need
to call it twice. This code does nothing on
The change you made looks correct to me.
libsysdecode uses pattern matching to find syscall flag definitions for use by
userspace debug tools. (so stuff like truss can show flag names, etc.) As such,
anything hidden behind _KERNEL in one of the headers that the tool grovels that
matches one of
Done, I guess?
I had never ever heard of this until now, but. by inspection,
it seems to want the kernel only MSG_xxx flags listed, so
I added MSG_TLSAPPDATA.
If this is not correct, please let me know what needs to be done, rick
From: Brandon Bergren
Se
Author: rmacklem
Date: Thu Aug 20 03:53:18 2020
New Revision: 364415
URL: https://svnweb.freebsd.org/changeset/base/364415
Log:
Add MSG_TLSAPPDATA to lib/libsysdecode/mktables.
I have no idea what this does (and until now that it even existed), but
apparently it needs this entry changed f
Author: asomers
Date: Thu Aug 20 01:31:21 2020
New Revision: 364412
URL: https://svnweb.freebsd.org/changeset/base/364412
Log:
zfs: fix EIO accessing dataset after resuming interrupted receive
ZFS unmounts a dataset while receiving into it and remounts it afterwards.
But if ZFS is resumin
This broke world build.
Please update the blacklist in lib/sysdecode/mktables.
On Wed, Aug 19, 2020, at 6:42 PM, Rick Macklem wrote:
> Author: rmacklem
> Date: Wed Aug 19 23:42:33 2020
> New Revision: 364409
> URL: https://svnweb.freebsd.org/changeset/base/364409
>
> Log:
> Add the MSG_TLSAPPD
Author: markj
Date: Thu Aug 20 00:52:53 2020
New Revision: 364411
URL: https://svnweb.freebsd.org/changeset/base/364411
Log:
Use pmap_mapbios() to map ACPI tables on amd64 and i386.
The ACPI table-mapping code used pmap_kenter_temporary() to create
mappings, which in turn uses the fixed-s
Author: markj
Date: Thu Aug 20 00:38:32 2020
New Revision: 364410
URL: https://svnweb.freebsd.org/changeset/base/364410
Log:
Remove an unused parameter from map_table().
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/arm64/acpica/acpi_machdep.c
Modified:
Author: rmacklem
Date: Wed Aug 19 23:42:33 2020
New Revision: 364409
URL: https://svnweb.freebsd.org/changeset/base/364409
Log:
Add the MSG_TLSAPPDATA flag to indicate "return ENXIO" for non-application TLS
data records.
The kernel RPC cannot process non-application data records when
us
Author: tsoome
Date: Wed Aug 19 20:41:22 2020
New Revision: 364408
URL: https://svnweb.freebsd.org/changeset/base/364408
Log:
libsa: remove leftover whitespace
Tiny cleanup, no functional changes.
Modified:
head/stand/libsa/environment.c
Modified: head/stand/libsa/environment.c
Author: mav
Date: Wed Aug 19 19:55:12 2020
New Revision: 364407
URL: https://svnweb.freebsd.org/changeset/base/364407
Log:
Unify AcpiGetTable() KPI use in identify, probe and attach.
While there, change probe order to not call AcpiGetTable() for every
probed ACPI device.
PR:
Author: markj
Date: Wed Aug 19 18:52:22 2020
New Revision: 364406
URL: https://svnweb.freebsd.org/changeset/base/364406
Log:
Add a KCOV man page.
Reviewed by: andrew, gbe, tuexen
Sponsored by: The FreeBSD Foundation
Differential Revision:https://reviews.freebsd.org/D26108
Adde
On Wed, 2020-08-19 at 13:54 -0400, Shawn Webb wrote:
> On Wed, Aug 19, 2020 at 11:51:10AM -0600, Warner Losh wrote:
> > On Wed, Aug 19, 2020 at 11:48 AM Shawn Webb <
> > shawn.w...@hardenedbsd.org>
> > wrote:
> >
> > > On Wed, Aug 19, 2020 at 11:44:42AM -0600, Warner Losh wrote:
> > > > On Wed, Au
Author: gallatin
Date: Wed Aug 19 17:59:06 2020
New Revision: 364405
URL: https://svnweb.freebsd.org/changeset/base/364405
Log:
TCP: remove special treatment for hardware (ifnet) TLS
Remove most special treatment for ifnet TLS in the TCP stack, except
for code to avoid mixing handshakes a
On Wed, Aug 19, 2020 at 11:51:10AM -0600, Warner Losh wrote:
> On Wed, Aug 19, 2020 at 11:48 AM Shawn Webb
> wrote:
>
> > On Wed, Aug 19, 2020 at 11:44:42AM -0600, Warner Losh wrote:
> > > On Wed, Aug 19, 2020 at 11:26 AM Shawn Webb
> > > wrote:
> > >
> > > > On Wed, Aug 19, 2020 at 05:10:05PM +
On Wed, Aug 19, 2020 at 11:48 AM Shawn Webb
wrote:
> On Wed, Aug 19, 2020 at 11:44:42AM -0600, Warner Losh wrote:
> > On Wed, Aug 19, 2020 at 11:26 AM Shawn Webb
> > wrote:
> >
> > > On Wed, Aug 19, 2020 at 05:10:05PM +, Warner Losh wrote:
> > > > Author: imp
> > > > Date: Wed Aug 19 17:10:0
Author: emaste
Date: Wed Aug 19 17:52:06 2020
New Revision: 364404
URL: https://svnweb.freebsd.org/changeset/base/364404
Log:
ipfirewall(4): remove Cuseeme from supported list
Submitted by: Dries Michiels
MFC after:3 days
Differential Revision:https://reviews.freebsd.org/D26
On Wed, Aug 19, 2020 at 11:44:42AM -0600, Warner Losh wrote:
> On Wed, Aug 19, 2020 at 11:26 AM Shawn Webb
> wrote:
>
> > On Wed, Aug 19, 2020 at 05:10:05PM +, Warner Losh wrote:
> > > Author: imp
> > > Date: Wed Aug 19 17:10:04 2020
> > > New Revision: 364402
> > > URL: https://svnweb.freebs
On Wed, Aug 19, 2020 at 11:26 AM Shawn Webb
wrote:
> On Wed, Aug 19, 2020 at 05:10:05PM +, Warner Losh wrote:
> > Author: imp
> > Date: Wed Aug 19 17:10:04 2020
> > New Revision: 364402
> > URL: https://svnweb.freebsd.org/changeset/base/364402
> >
> > Log:
> > Add VFS FS events for mount an
On Wed, Aug 19, 2020 at 05:10:05PM +, Warner Losh wrote:
> Author: imp
> Date: Wed Aug 19 17:10:04 2020
> New Revision: 364402
> URL: https://svnweb.freebsd.org/changeset/base/364402
>
> Log:
> Add VFS FS events for mount and unmount to devctl/devd
>
> Report when a filesystem is mounte
Author: imp
Date: Wed Aug 19 17:10:09 2020
New Revision: 364403
URL: https://svnweb.freebsd.org/changeset/base/364403
Log:
Document the VFS FS events
MOUNT notifies when a filesystem is mounted
REMOUNT notifies when a filesystem is mounted again
UNMOUNT notifies when a filesystem is unm
Author: imp
Date: Wed Aug 19 17:09:58 2020
New Revision: 364401
URL: https://svnweb.freebsd.org/changeset/base/364401
Log:
Move the mount name to bit mapping into sys/mount.h so it can be shared with
the
kernel.
Discussed with: kib@
Reviewed by: kirk@ (prior version)
Sponsored by: Ne
Author: imp
Date: Wed Aug 19 17:10:04 2020
New Revision: 364402
URL: https://svnweb.freebsd.org/changeset/base/364402
Log:
Add VFS FS events for mount and unmount to devctl/devd
Report when a filesystem is mounted, remounted or unmounted via devd, along
with
details about the mount point
Author: dim
Date: Wed Aug 19 17:05:30 2020
New Revision: 364400
URL: https://svnweb.freebsd.org/changeset/base/364400
Log:
Fix the mips64 world build after r364284.
Linking the full version of clang 11 results in errors similar to:
lld: error:
/usr/src/contrib/llvm-project/clang/lib/S
Author: mav
Date: Wed Aug 19 16:09:36 2020
New Revision: 364399
URL: https://svnweb.freebsd.org/changeset/base/364399
Log:
Remove some noisy ACPI tables messages from verbose dmesg.
Those messages were printed hundreds of times during boot, often multiple
times for each table. We already
Author: tsoome
Date: Wed Aug 19 15:27:09 2020
New Revision: 364398
URL: https://svnweb.freebsd.org/changeset/base/364398
Log:
libsa: make env_discard() public
Allow env_discard() to be used outside environment.c
Modified:
head/stand/libsa/environment.c
head/stand/libsa/stand.h
Modifie
Author: tsoome
Date: Wed Aug 19 15:20:33 2020
New Revision: 364397
URL: https://svnweb.freebsd.org/changeset/base/364397
Log:
libsa: cstyle cleanup for environment.c
No functional changes.
Modified:
head/stand/libsa/environment.c
Modified: head/stand/libsa/environment.c
Author: grembo (ports committer)
Date: Wed Aug 19 15:11:27 2020
New Revision: 364396
URL: https://svnweb.freebsd.org/changeset/base/364396
Log:
Unbreak `freebsd-update updatesready'.
The command would only work if PWD happened to be WORKDIR.
Also, exit 1 in case WORKDIR exists, but isn't
Author: mjg
Date: Wed Aug 19 15:08:14 2020
New Revision: 364395
URL: https://svnweb.freebsd.org/changeset/base/364395
Log:
cache: when adding an already existing entry assert on a complete match
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
=
Author: mjg
Date: Wed Aug 19 15:07:28 2020
New Revision: 364394
URL: https://svnweb.freebsd.org/changeset/base/364394
Log:
cache: tidy up the comment above cache_prehash
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
==
Author: andrew
Date: Wed Aug 19 14:11:25 2020
New Revision: 364393
URL: https://svnweb.freebsd.org/changeset/base/364393
Log:
Mark COVERAGE and KCOV as part of KCSAN
While not strictly true this stops them from trying to use the KCSAN atomic
hooks and allows these to be compiled into the
Author: 0mp (doc,ports committer)
Date: Wed Aug 19 13:09:31 2020
New Revision: 364387
URL: https://svnweb.freebsd.org/changeset/base/364387
Log:
Cross-reference development.7 and tests.7
MFC after:7 days
Modified:
head/share/man/man7/development.7
head/share/man/man7/tests.7
Modif
Author: hselasky
Date: Wed Aug 19 11:50:12 2020
New Revision: 364379
URL: https://svnweb.freebsd.org/changeset/base/364379
Log:
Avoid evaluating the XHCI control endpoint context.
The XHCI specification says that the XHCI controller should detect
reception of the USB device descriptors, a
Author: netchild
Date: Wed Aug 19 10:01:05 2020
New Revision: 364375
URL: https://svnweb.freebsd.org/changeset/base/364375
Log:
Fix the real shared libraries (lib*.so.X) from OLD_FILES to OLD_LIBS,
as it is supposed to be.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
Author: hselasky
Date: Wed Aug 19 08:05:37 2020
New Revision: 364374
URL: https://svnweb.freebsd.org/changeset/base/364374
Log:
Print current buffer latency in dmesg for the USB audio driver and not just
the maximum.
MFC after:1 week
Sponsored by: Mellanox Technologies
Modified:
Author: mjg
Date: Wed Aug 19 07:28:01 2020
New Revision: 364373
URL: https://svnweb.freebsd.org/changeset/base/364373
Log:
vfs: remove the always-curthread td argument from VOP_RECLAIM
Modified:
head/sys/fs/cd9660/cd9660_node.c
head/sys/fs/fuse/fuse_vnops.c
head/sys/fs/nfsclient/nfs_clnod
38 matches
Mail list logo