Author: mjg
Date: Thu Aug 20 10:05:46 2020
New Revision: 364419
URL: https://svnweb.freebsd.org/changeset/base/364419
Log:
cache: add cache_rename, a dedicated helper to use for renames
While here make both tmpfs and ufs use it.
No fuctional changes.
Modified:
head/sys/fs/tmpfs/tmpf
Author: mjg
Date: Thu Aug 20 10:05:19 2020
New Revision: 364418
URL: https://svnweb.freebsd.org/changeset/base/364418
Log:
cache: reimplement cache_lookup_nomakeentry as cache_remove_cnp
This in particular removes unused arguments.
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/
Author: mjg
Date: Thu Aug 20 10:06:50 2020
New Revision: 364420
URL: https://svnweb.freebsd.org/changeset/base/364420
Log:
cache: don't use cache_purge_negative when renaming
It avoidably scans (and evicts) unrelated entries. Instead take
advantage of passed componentname and perform a ha
Author: manu
Date: Thu Aug 20 12:50:49 2020
New Revision: 364421
URL: https://svnweb.freebsd.org/changeset/base/364421
Log:
libsa: smbios: Parse the chassis type and export it as smbios.chassis.type
It can be useful to know what type of machine we are running on for desktop
related thing.
On Thu, 20 Aug 2020 12:50:50 + (UTC)
Emmanuel Vadot wrote:
> Author: manu
> Date: Thu Aug 20 12:50:49 2020
> New Revision: 364421
> URL: https://svnweb.freebsd.org/changeset/base/364421
>
> Log:
> libsa: smbios: Parse the chassis type and export it as smbios.chassis.type
>
> It can be
Author: kib
Date: Thu Aug 20 15:19:09 2020
New Revision: 364423
URL: https://svnweb.freebsd.org/changeset/base/364423
Log:
dl_iterate_phdr(3): provide exclusive locking for callback when statically
linked.
Apparently llvm unwinder depends on the external locking for callback.
Reviewed
Either this or r364347 has broken Yubikeys (at least Yubikey 4) plugged
into XHCI ports, which are completely invisible to the USB stack after
the change. I'm going to try to debug further, but wanted to give you a
heads-up in case you can get there first.
-Nathan
On 2020-08-19 07:50, Hans Petter
On 2020-08-20 17:51, Nathan Whitehorn wrote:
Either this or r364347 has broken Yubikeys (at least Yubikey 4) plugged
into XHCI ports, which are completely invisible to the USB stack after
the change. I'm going to try to debug further, but wanted to give you a
heads-up in case you can get there fi
On 2020-08-20 18:14, Hans Petter Selasky wrote:
On 2020-08-20 17:51, Nathan Whitehorn wrote:
Either this or r364347 has broken Yubikeys (at least Yubikey 4) plugged
into XHCI ports, which are completely invisible to the USB stack after
the change. I'm going to try to debug further, but wanted to
Author: imp
Date: Thu Aug 20 16:52:48 2020
New Revision: 364425
URL: https://svnweb.freebsd.org/changeset/base/364425
Log:
Use names suggested by kib@ in review D25969, move call for unmount to not
call
with vnode locked, use NOWAIT alloc and only report when we don't overflow.
These cha
Author: imp
Date: Thu Aug 20 16:52:34 2020
New Revision: 364424
URL: https://svnweb.freebsd.org/changeset/base/364424
Log:
Fix function name in zone.9
uma_zone_prealloc -> uma_prealloc. There's no uma_zone_prealloc defined and
the
docs for it describe uma_prealloc exactly.
Modified:
h
Author: emaste
Date: Thu Aug 20 16:56:13 2020
New Revision: 364426
URL: https://svnweb.freebsd.org/changeset/base/364426
Log:
ipfw: style(9) fixes
Submitted by: Neel Chauhan
Reviewed by: emaste, glebius
MFC after:1 week
Differential Revision:https://reviews.freebsd.org/D
Author: imp
Date: Thu Aug 20 17:14:44 2020
New Revision: 364429
URL: https://svnweb.freebsd.org/changeset/base/364429
Log:
Move from TAILQ to STAILQ because the nodes are a bit smaller.
Modified:
head/sys/kern/subr_bus.c
Modified: head/sys/kern/subr_bus.c
Author: imp
Date: Thu Aug 20 17:14:39 2020
New Revision: 364428
URL: https://svnweb.freebsd.org/changeset/base/364428
Log:
Move devctl_notify* to devctl.h.
Added:
head/sys/sys/devctl.h (contents, props changed)
Modified:
head/sys/sys/bus.h
Modified: head/sys/sys/bus.h
===
Author: imp
Date: Thu Aug 20 17:14:33 2020
New Revision: 364427
URL: https://svnweb.freebsd.org/changeset/base/364427
Log:
Make devctl_queue_data_f and devctl_queue_data private.
I thought we'd need them, but nobody is using them. Narrow the interface. This
will facilitate changes in the
Author: imp
Date: Thu Aug 20 17:19:40 2020
New Revision: 364430
URL: https://svnweb.freebsd.org/changeset/base/364430
Log:
Tag pccard drivers with gone in 13.
MFC After: 3 days
Reviewed by: emaste, brooks, adrian (on twitter)
Differential Revision: https://reviews.freebsd.org/D26095
Mo
Author: imp
Date: Thu Aug 20 17:35:47 2020
New Revision: 364432
URL: https://svnweb.freebsd.org/changeset/base/364432
Log:
Remove the long obsolete ufm driver.
It was a driver for a USB FM tuner that was available in the market in 2002. I
wrote the driver in 2003. I've not used it since 2
Author: hselasky
Date: Thu Aug 20 17:45:54 2020
New Revision: 364433
URL: https://svnweb.freebsd.org/changeset/base/364433
Log:
Fix regression after r364379.
The AMD's Ryzen 3 3200g XHCI controllers apparently need the evaluate
control endpoint context command, but we don't need to issue
On 2020-08-20 18:21, Hans Petter Selasky wrote:
On 2020-08-20 18:14, Hans Petter Selasky wrote:
On 2020-08-20 17:51, Nathan Whitehorn wrote:
Either this or r364347 has broken Yubikeys (at least Yubikey 4) plugged
into XHCI ports, which are completely invisible to the USB stack after
the change.
Author: imp
Date: Thu Aug 20 18:31:50 2020
New Revision: 364434
URL: https://svnweb.freebsd.org/changeset/base/364434
Log:
Remove ufm.4 from the Makefile
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/man4/Makefile
Author: dim
Date: Thu Aug 20 18:50:46 2020
New Revision: 364435
URL: https://svnweb.freebsd.org/changeset/base/364435
Log:
Bump kldxref's MAXSEGS to 16, to stop complaints about the kernel
supposedly having too many segments, when lld 11 links it. Such kernels
should load just fine.
Not
> Author: imp
> Date: Thu Aug 20 17:19:40 2020
> New Revision: 364430
> URL: https://svnweb.freebsd.org/changeset/base/364430
>
> Log:
> Tag pccard drivers with gone in 13.
>
> MFC After: 3 days
> Reviewed by: emaste, brooks, adrian (on twitter)
> Differential Revision: https://reviews.
@@
# xargs -n1 | sort | uniq -d;
# done
+# 20200820: Removal of the ufm driver.
+OLD_FILES+=usr/share/man/man4/ufm.4.gz
+
# 20200816: new clang import which bumps version from 10.0.1 to 11.0.0.
OLD_FILES+=usr/lib/clang/10.0.1/include/cuda_wrappers/algorithm
OLD_FILES+=usr/lib/clang/10.0.1
> Note that we may still do some tweaking of our kernel linker scripts, to
> lower the number of segments, although the exact benefit is not entirely
> clear.
>
No real benefit, except for when using loading via sources other than
loader(8). If any platforms other than powerpc64 need this,
Author: markj
Date: Thu Aug 20 19:27:49 2020
New Revision: 364437
URL: https://svnweb.freebsd.org/changeset/base/364437
Log:
Remove non-FreeBSD ifdefs from dt_link.c.
This file is too complicated as it is and has diverged a fair bit from
illumos due to toolchain differences, so just drop
Author: markj
Date: Thu Aug 20 19:28:19 2020
New Revision: 364438
URL: https://svnweb.freebsd.org/changeset/base/364438
Log:
Enable creation of static userspace probes in incremental builds.
To define USDT probes, dtrace -G makes use of relocations for undefined
symbols: the target addres
On Thu, Aug 20, 2020 at 1:13 PM Rodney W. Grimes
wrote:
> > Author: imp
> > Date: Thu Aug 20 17:19:40 2020
> > New Revision: 364430
> > URL: https://svnweb.freebsd.org/changeset/base/364430
> >
> > Log:
> > Tag pccard drivers with gone in 13.
> >
> > MFC After: 3 days
> > Reviewed by: emast
https://reviews.freebsd.org/D26138 has the code review.
Warner
On Thu, Aug 20, 2020 at 1:41 PM Warner Losh wrote:
>
>
> On Thu, Aug 20, 2020 at 1:13 PM Rodney W. Grimes <
> free...@gndrsh.dnsmgr.net> wrote:
>
>> > Author: imp
>> > Date: Thu Aug 20 17:19:40 2020
>> > New Revision: 364430
>> > UR
Author: imp
Date: Thu Aug 20 19:51:25 2020
New Revision: 364439
URL: https://svnweb.freebsd.org/changeset/base/364439
Log:
Unbreak LINT
Remove ufm from the NOTES file.
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
===
Author: markj
Date: Thu Aug 20 20:11:58 2020
New Revision: 364440
URL: https://svnweb.freebsd.org/changeset/base/364440
Log:
Fix a typo in r364438.
Reported by: Jenkins
MFC with: r364438
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c
Modified: head/cddl/co
Author: glebius
Date: Thu Aug 20 20:31:47 2020
New Revision: 364441
URL: https://svnweb.freebsd.org/changeset/base/364441
Log:
When we have a command returned by zfs_nextboot() that is longer
than command in the loader.conf, the latter needs to be nul terminated,
otherwise garbage trailer le
Author: imp
Date: Fri Aug 21 00:03:24 2020
New Revision: 364442
URL: https://svnweb.freebsd.org/changeset/base/364442
Log:
Use devctl.h instead of bus.h to reduce newbus pollution.
There's no need for these parts of the kernel to know about newbus,
so narrow what is included to devctl.h f
Author: sjg
Date: Fri Aug 21 00:27:06 2020
New Revision: 364443
URL: https://svnweb.freebsd.org/changeset/base/364443
Log:
veloader: insist on verifying .4th .lua etc
When files are read from .rc or .4th, verify_file is asked to
guess the severity (VE_TRY,VE_WANT,VE_MUST)
Reviewed by
Author: np
Date: Fri Aug 21 00:34:33 2020
New Revision: 36
URL: https://svnweb.freebsd.org/changeset/base/36
Log:
cxgbei: destroy the worker threads' CV and mutex in stop_worker_threads.
Reported by: bz@
MFC after:3 days
Modified:
head/sys/dev/cxgbe/cxgbei/cxgbei.c
Modifi
On 2020-08-20 13:47, Hans Petter Selasky wrote:
> On 2020-08-20 18:21, Hans Petter Selasky wrote:
>> On 2020-08-20 18:14, Hans Petter Selasky wrote:
>>> On 2020-08-20 17:51, Nathan Whitehorn wrote:
Either this or r364347 has broken Yubikeys (at least Yubikey 4)
plugged
into XHCI p
Author: bdragon
Date: Fri Aug 21 03:23:10 2020
New Revision: 364446
URL: https://svnweb.freebsd.org/changeset/base/364446
Log:
[PowerPC64] Fix invalid OPAL call in xive_bind().
This fixes spurious "XIVE[ IC 00 ] ISN 1 lead to invalid IVE !" messages
generated by OPAL when running with th
Author: bdragon
Date: Fri Aug 21 03:31:01 2020
New Revision: 364447
URL: https://svnweb.freebsd.org/changeset/base/364447
Log:
[PowerPC] Fix translation-related crashes during startup
After spending a lot of time trying to track down what was going on, I have
isolated the "black screen" f
Author: gbe (doc committer)
Date: Fri Aug 21 06:20:11 2020
New Revision: 364449
URL: https://svnweb.freebsd.org/changeset/base/364449
Log:
ls(1): Update POSIX conformance from 2001 to 2008
- Update the options that are non-existing in POSIX from 2001 to 2008
- Update POSIX conformance in
38 matches
Mail list logo