On Mon, Oct 26, 2020 at 12:11:56AM -0600, Warner Losh wrote:
> On Mon, Oct 26, 2020 at 12:01 AM Alex Kozlov wrote:
>
> > On Sun, Oct 25, 2020 at 11:37:34AM +0100, Stefan Esser wrote:
> > > Am 25.10.20 um 06:56 schrieb Alex Kozlov:
> > > > On Sat, Oct 24, 2020 at 04:37:45PM +0200, Stefan Esser wro
Am 27.10.20 um 08:37 schrieb Alex Kozlov:
On Mon, Oct 26, 2020 at 12:11:56AM -0600, Warner Losh wrote:
So, first off, it's already hard coded. Stefan's changes change the hard
coding from 'impossible to change' to 'changeable with a recompile' which
is an improvement. It might even wind up as a
Author: 0mp (doc,ports committer)
Date: Tue Oct 27 09:32:06 2020
New Revision: 367072
URL: https://svnweb.freebsd.org/changeset/base/367072
Log:
Mount devfs inside a beinstall(8) chroot
It turns out that without /dev/null beinstall is not able to complete and
instead exits with messages s
Author: 0mp (doc,ports committer)
Date: Tue Oct 27 09:41:01 2020
New Revision: 367073
URL: https://svnweb.freebsd.org/changeset/base/367073
Log:
Clean up backlight.8
- Sort flags
- Stylize incr|+ and decr|- properly
- Add a missing period at the end of the description
- Use the standa
Author: 0mp (doc,ports committer)
Date: Tue Oct 27 09:53:49 2020
New Revision: 367074
URL: https://svnweb.freebsd.org/changeset/base/367074
Log:
Do not recommend to install kyua with pkg in the tests README
Kyua is now available in the base system.
While here, reword the usage section
Author: se
Date: Tue Oct 27 11:29:11 2020
New Revision: 367075
URL: https://svnweb.freebsd.org/changeset/base/367075
Log:
Replace literal uses of /usr/local in C sources with _PATH_LOCALBASE
Literal references to /usr/local exist in a large number of files in
the FreeBSD base system. Many
Author: kevans
Date: Tue Oct 27 12:27:26 2020
New Revision: 367076
URL: https://svnweb.freebsd.org/changeset/base/367076
Log:
diff: don't force the format to 'context' with -p immediately
Instead, leave the fomat as unspecified (if it hasn't been) and use the
-p flag as a hint to 'context
Author: fernape (ports committer)
Date: Tue Oct 27 12:32:17 2020
New Revision: 367077
URL: https://svnweb.freebsd.org/changeset/base/367077
Log:
renice(8): Clarify "who" parameters.
There was a question raised in freebsd-questions@ mail list[1] about the
"who" parameters in this man page.
Author: kp
Date: Tue Oct 27 12:44:49 2020
New Revision: 367078
URL: https://svnweb.freebsd.org/changeset/base/367078
Log:
riscv: Minor cleanup in startup code
- remove setting of register value which is not used until the next value is
set
- Use the L2_SHIFT constant when setting u
Author: trasz
Date: Tue Oct 27 12:49:40 2020
New Revision: 367079
URL: https://svnweb.freebsd.org/changeset/base/367079
Log:
Fix misnomer - linux_to_bsd_errno() does the exact opposite.
Reported by: arichardson
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Differential R
On Tue, Oct 27, 2020 at 12:27:26PM +, Kyle Evans wrote:
> Author: kevans
> Date: Tue Oct 27 12:27:26 2020
> New Revision: 367076
> URL: https://svnweb.freebsd.org/changeset/base/367076
>
> Log:
> diff: don't force the format to 'context' with -p immediately
>
> Instead, leave the fomat
On Tue, Oct 27, 2020 at 7:57 AM Baptiste Daroussin wrote:
>
> On Tue, Oct 27, 2020 at 12:27:26PM +, Kyle Evans wrote:
> > Author: kevans
> > Date: Tue Oct 27 12:27:26 2020
> > New Revision: 367076
> > URL: https://svnweb.freebsd.org/changeset/base/367076
> >
> > Log:
> > diff: don't force th
Author: markj
Date: Tue Oct 27 13:27:47 2020
New Revision: 367081
URL: https://svnweb.freebsd.org/changeset/base/367081
Log:
arm64: Remove a racy KASSERT from pmap_remove_pages()
PCPU_GET(curpmap) expands to multiple instructions on arm64, and if the
current thread is migrated in between
Author: br
Date: Tue Oct 27 15:29:53 2020
New Revision: 367085
URL: https://svnweb.freebsd.org/changeset/base/367085
Log:
o Add the domain member to the struct bus_dma_tag_common as required by
busdma_iommu.c.
o Add tag_set_domain() pointer to the struct bus_dma_impl as well.
Sponsore
Author: br
Date: Tue Oct 27 15:18:10 2020
New Revision: 367084
URL: https://svnweb.freebsd.org/changeset/base/367084
Log:
Take the ITS device lock around gicv3_its_release_irqsrc() since that
function checks that the mutex lock is owned.
This fixes 'devctl disable re0' operation.
Spo
On Sat, 24 Oct 2020 at 13:52, Alexey Dokuchaev wrote:
>
> On Sat, Oct 24, 2020 at 10:23:22AM +, Hans Petter Selasky wrote:
> > New Revision: 366993
> > URL: https://svnweb.freebsd.org/changeset/base/366993
> >
> > Log:
> > Run code through "clang-format -style=file" with some additional fixe
Author: alc
Date: Tue Oct 27 18:08:33 2020
New Revision: 367087
URL: https://svnweb.freebsd.org/changeset/base/367087
Log:
Revise the description of MAP_STACK. In particular, describe the guard
in more detail.
Reviewed by: bcr, kib, markj
MFC after:1 week
Differential Revision:
Author: mjg
Date: Tue Oct 27 18:11:11 2020
New Revision: 367088
URL: https://svnweb.freebsd.org/changeset/base/367088
Log:
refcount: make it atomic-clean
While here consistently use 'old' in all places.
Tested by:pho
Modified:
head/sys/sys/refcount.h
Modified: head/sys/sys/refc
Author: mjg
Date: Tue Oct 27 18:12:07 2020
New Revision: 367089
URL: https://svnweb.freebsd.org/changeset/base/367089
Log:
vfs: fix vnode reclaim races against getnwevnode
All vnodes allocated by UMA are present on the global list used by
vnlru. getnewvnode modifies the state of the vnode
Author: mjg
Date: Tue Oct 27 18:13:09 2020
New Revision: 367090
URL: https://svnweb.freebsd.org/changeset/base/367090
Log:
vfs: tidy up vnlru_free
Apart from cosmeatic changes make sure to only decrease the recycled counter
if vtryrecycle succeeded.
Tested by:pho
Modified:
hea
Author: gbe (doc committer)
Date: Tue Oct 27 18:30:43 2020
New Revision: 367091
URL: https://svnweb.freebsd.org/changeset/base/367091
Log:
Use my FreeBSD.org mail address in man pages I have written
MFC after:3 days
Modified:
head/share/man/man4/smbios.4
head/share/man/man5/smbfs.5
On Sat, 24 Oct 2020 at 06:46, Konstantin Belousov wrote:
>
> > -#include
> sys/systm.h should come right after sys/param.h. These two headers are
> exceptions to the normal alphabetical rule.
style(9) claims that sys/types.h and sys/param.h are the special headers:
Kernel include files (s
On Mon, 26 Oct 2020 at 14:03, Mateusz Guzik wrote:
>
> Author: mjg
> Date: Mon Oct 26 18:03:50 2020
> New Revision: 367066
> URL: https://svnweb.freebsd.org/changeset/base/367066
>
> Log:
> linux: silence renameat2 flags warning
What flag(s) are missing?
On Tue, Oct 27, 2020 at 02:52:38PM -0400, Ed Maste wrote:
> On Sat, 24 Oct 2020 at 06:46, Konstantin Belousov wrote:
> >
> > > -#include
> > sys/systm.h should come right after sys/param.h. These two headers are
> > exceptions to the normal alphabetical rule.
>
> style(9) claims that sys/types.
On Tue, Oct 27, 2020 at 2:23 PM Konstantin Belousov
wrote:
> On Tue, Oct 27, 2020 at 02:52:38PM -0400, Ed Maste wrote:
> > On Sat, 24 Oct 2020 at 06:46, Konstantin Belousov
> wrote:
> > >
> > > > -#include
> > > sys/systm.h should come right after sys/param.h. These two headers are
> > > excep
Author: vmaffione
Date: Tue Oct 27 21:53:33 2020
New Revision: 367093
URL: https://svnweb.freebsd.org/changeset/base/367093
Log:
iflib: add per-tx-queue netmap timer
The way netmap TX is handled in iflib when TX interrupts are not
used (IFC_NETMAP_TX_IRQ not set) has some issues:
- Th
Author: cy
Date: Tue Oct 27 23:03:15 2020
New Revision: 367094
URL: https://svnweb.freebsd.org/changeset/base/367094
Log:
MFV r367082:
Update unbound 1.11.0 --> 1.12.0.
MFC after:1 month.
Modified:
head/contrib/unbound/Makefile.in
head/contrib/unbound/README.md
head/contrib/
Author: lwhsu
Date: Wed Oct 28 02:30:44 2020
New Revision: 367095
URL: https://svnweb.freebsd.org/changeset/base/367095
Log:
Add FreeBSD 12.2
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
28 matches
Mail list logo