Author: hselasky
Date: Wed Oct 28 08:22:38 2020
New Revision: 367096
URL: https://svnweb.freebsd.org/changeset/base/367096
Log:
Add new USB IDs.
Submitted by: aleksi.kaalin...@kapsi.fi
PR: 250675
MFC after:1 week
Sponsored by: Mellanox Tec
Author: 0mp (doc,ports committer)
Date: Wed Oct 28 08:29:31 2020
New Revision: 367097
URL: https://svnweb.freebsd.org/changeset/base/367097
Log:
Correct USB HID item in examples
It turns out that examples were incorrectly referring to Volume_Up
and Volume_Down, which are not defined at al
Bom Dia,
A demanda por desinfetantes eficazes que permitam a eliminação de
microrganismos prejudiciais é continuamente alta em todo o mundo.
Expandir a oferta com uma gama profissional de produtos com atividade viricida
e bactericida permite aumentar a posição competitiva da empresa e construir
Author: arichardson
Date: Wed Oct 28 11:54:04 2020
New Revision: 367101
URL: https://svnweb.freebsd.org/changeset/base/367101
Log:
Significantly reduce compile time for googletest internal tests
Clang's optimizer spends a really long time on these tests at -O2, so we now
use -O0 instead.
Author: arichardson
Date: Wed Oct 28 11:53:55 2020
New Revision: 367099
URL: https://svnweb.freebsd.org/changeset/base/367099
Log:
clang-format: place sys/systm.h immediately after sys/param.h
Should fix one of the objections to r366993.
See also https://reviews.freebsd.org/D26981.
R
Author: arichardson
Date: Wed Oct 28 11:54:00 2020
New Revision: 367100
URL: https://svnweb.freebsd.org/changeset/base/367100
Log:
clang-format: Avoid breaking after the opening paren of function definitions
This depends on https://reviews.llvm.org/D90246 to have any effect, but once
that
Author: arichardson
Date: Wed Oct 28 11:54:09 2020
New Revision: 367102
URL: https://svnweb.freebsd.org/changeset/base/367102
Log:
Speed up Cirrus CI by using CROSS_TOOLCHAIN
Installing the llvm11 package instead of bootstrapping it from the source
tree reduces the build time by about 20
Author: se
Date: Wed Oct 28 13:06:39 2020
New Revision: 367103
URL: https://svnweb.freebsd.org/changeset/base/367103
Log:
Fix parsing of #ifdef in calendar files
There was code to process an #ifndef tokens, but none for #ifdef.
The #ifdef token was mentioned as unsupported in the BUGS sec
On Wed, Oct 28, 2020 at 8:06 AM Stefan Eßer wrote:
>
> Author: se
> Date: Wed Oct 28 13:06:39 2020
> New Revision: 367103
> URL: https://svnweb.freebsd.org/changeset/base/367103
>
> Log:
> Fix parsing of #ifdef in calendar files
>
> There was code to process an #ifndef tokens, but none for #if
Am 28.10.20 um 14:12 schrieb Kyle Evans:>> Modified:
head/usr.bin/calendar/io.c
==
--- head/usr.bin/calendar/io.c Wed Oct 28 11:54:09 2020(r367102)
+++ head/usr.bin/calendar/io.c Wed Oct 28 13:06:39 2020
Author: se
Date: Wed Oct 28 13:30:24 2020
New Revision: 367104
URL: https://svnweb.freebsd.org/changeset/base/367104
Log:
Fix off-by-one error in processing of #ifdef lines
The convention in this program is to parse the line immediately starting
after the token (e.g. #defineA and #ifdefA
On Wed, Oct 28, 2020 at 8:24 AM Stefan Esser wrote:
>
> Am 28.10.20 um 14:12 schrieb Kyle Evans:>> Modified:
> head/usr.bin/calendar/io.c
> >> ==
> >> --- head/usr.bin/calendar/io.c Wed Oct 28 11:54:09 2020(r36710
Author: trasz
Date: Wed Oct 28 13:46:11 2020
New Revision: 367105
URL: https://svnweb.freebsd.org/changeset/base/367105
Log:
Drop "All rights reserved" from all my stuff. This includes
Foundation copyrights, approved by emaste@. It does not include
files which carry other people's copyrigh
Author: trasz
Date: Wed Oct 28 14:16:08 2020
New Revision: 367106
URL: https://svnweb.freebsd.org/changeset/base/367106
Log:
Make linux_errtbl a bit more readable by using named initializers.
MFC after:2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision:https:
Author: trasz
Date: Wed Oct 28 14:43:38 2020
New Revision: 367107
URL: https://svnweb.freebsd.org/changeset/base/367107
Log:
Add local variable to store the sysent pointer. Just a cleanup,
no functional changes.
Reviewed by: kib (earlier version)
MFC after:2 weeks
Sponsored by:
Author: se
Date: Wed Oct 28 14:48:58 2020
New Revision: 367108
URL: https://svnweb.freebsd.org/changeset/base/367108
Log:
Add support for nested conditionals
The previous behavior was to support nested #ifdef and #ifndef, but to
return to unconditional parsing after the next #endif, indep
Am 28.10.20 um 14:34 schrieb Kyle Evans:
On Wed, Oct 28, 2020 at 8:24 AM Stefan Esser wrote:
I'm thinking about support for nested conditionals and #else in
calendar files, but I'm not sure about the possibility to MFC
such a change and I do not want to invite users to create calendar
files tha
On Wed, Oct 28, 2020 at 9:09 AM Stefan Esser wrote:
> Am 28.10.20 um 14:34 schrieb Kyle Evans:
> > On Wed, Oct 28, 2020 at 8:24 AM Stefan Esser wrote:
> >> I'm thinking about support for nested conditionals and #else in
> >> calendar files, but I'm not sure about the possibility to MFC
> >> such
Author: mav
Date: Wed Oct 28 15:43:29 2020
New Revision: 367109
URL: https://svnweb.freebsd.org/changeset/base/367109
Log:
Print NVMe controller capabilities in verbose dmesg.
Those values are not reported in controller identification, while sometimes
interesting for development and debug
Author: 0mp (doc,ports committer)
Date: Wed Oct 28 16:54:37 2020
New Revision: 367110
URL: https://svnweb.freebsd.org/changeset/base/367110
Log:
Update the list of searched manual sections after r367013
Modified:
head/usr.bin/man/man.1
Modified: head/usr.bin/man/man.1
===
Author: mav
Date: Wed Oct 28 17:28:48 2020
New Revision: 367112
URL: https://svnweb.freebsd.org/changeset/base/367112
Log:
Use proper variable for device path.
It seems *-passthru commands were broken from the day one, since the
device path is fetched into opt.dev variable and not left in
Author: mav
Date: Wed Oct 28 18:22:25 2020
New Revision: 367113
URL: https://svnweb.freebsd.org/changeset/base/367113
Log:
Fix unintentional constant rename in r367109.
MFC after:1 week
Modified:
head/sys/dev/nvme/nvme.h
Modified: head/sys/dev/nvme/nvme.h
===
Author: melifaro
Date: Wed Oct 28 20:22:20 2020
New Revision: 367114
URL: https://svnweb.freebsd.org/changeset/base/367114
Log:
Fix use-after-free in icmp6_notify_error().
Reported by: Maxime Villard
Reviewed by: markj
MFC after:3 days
Modified:
head/sys/netinet6/icmp6.c
Modi
On Wed, Oct 28, 2020 at 08:22:21PM +, Alexander V. Chernikov wrote:
> Author: melifaro
> Date: Wed Oct 28 20:22:20 2020
> New Revision: 367114
> URL: https://svnweb.freebsd.org/changeset/base/367114
>
> Log:
> Fix use-after-free in icmp6_notify_error().
>
> Reported by:Maxime Vi
Author: vmaffione
Date: Wed Oct 28 21:06:17 2020
New Revision: 367117
URL: https://svnweb.freebsd.org/changeset/base/367117
Log:
iflib: fix typo bug introduced by r367093
Code was supposed to call callout_reset_sbt_on() rather than
callout_reset_sbt(). This resulted into passing a "cpu" v
Author: imp
Date: Wed Oct 28 21:09:56 2020
New Revision: 367118
URL: https://svnweb.freebsd.org/changeset/base/367118
Log:
Note that sys/systm.h is special too
If you need / want to includerd sys/systm.h, it has to be just after
param.h/types.h. Document this existing practice. Not all ke
Author: imp
Date: Wed Oct 28 21:18:04 2020
New Revision: 367119
URL: https://svnweb.freebsd.org/changeset/base/367119
Log:
loader: add aarch64 support for zstd
We don't have NEON available in the boot loader, so we have to disable
it. OpenZFS included ZSTD which used the wrong symbol to b
This looks like it is missing something, but it isn't.
I should have updated the commit message to say that it's just the makefile
part of this since these commits were in upstream when it was last brought
in.
So it looks like things are missing but they are already in the tree...
Warner
On Wed
Author: kib
Date: Wed Oct 28 22:12:47 2020
New Revision: 367120
URL: https://svnweb.freebsd.org/changeset/base/367120
Log:
Check for process group change in tty_wait_background().
The calling process's process group can change between PROC_UNLOCK(p)
and PGRP_LOCK(pg) in tty_wait_backgroun
Author: brooks
Date: Wed Oct 28 23:10:54 2020
New Revision: 367121
URL: https://svnweb.freebsd.org/changeset/base/367121
Log:
Disable ssp raw test without ASAN
r366981 disabled ASAN when it might not be reliable (with an external
compiler), but this test is broken without ASAN so disable
Author: jhb
Date: Thu Oct 29 00:03:19 2020
New Revision: 367122
URL: https://svnweb.freebsd.org/changeset/base/367122
Log:
Save the current TCP pacing rate in t_pacing_rate.
Reviewed by: gallatin, gnn
Sponsored by: Netflix
Differential Revision:https://reviews.freebsd.org/D2687
Author: jhb
Date: Thu Oct 29 00:23:16 2020
New Revision: 367123
URL: https://svnweb.freebsd.org/changeset/base/367123
Log:
Support hardware rate limiting (pacing) with TLS offload.
- Add a new send tag type for a send tag that supports both rate
limiting (packet pacing) and TLS offload
Author: emaste
Date: Thu Oct 29 02:02:30 2020
New Revision: 367125
URL: https://svnweb.freebsd.org/changeset/base/367125
Log:
CI: switch to qemu42 package
It appears that booting FreeBSD from qemu's synthesized FAT filesystem
broke somehow in a recent qemu-devel update. qemu42 works so s
33 matches
Mail list logo