Author: melifaro
Date: Fri Jul 3 08:06:26 2020
New Revision: 362909
URL: https://svnweb.freebsd.org/changeset/base/362909
Log:
Fix IPv6 regression introduced by r362900.
PR: kern/247729
Modified:
head/sys/netinet6/icmp6.c
head/tests/sys/netinet6/redirect.sh
Modified: head/s
Author: mjg
Date: Fri Jul 3 09:23:11 2020
New Revision: 362910
URL: https://svnweb.freebsd.org/changeset/base/362910
Log:
ifdef out pg_jobc assertions added in r361967
They trigger for some people, the bug is not obvious, there are no takers
for fixing it, the issue already had to be the
Author: cem
Date: Fri Jul 3 14:54:46 2020
New Revision: 362913
URL: https://svnweb.freebsd.org/changeset/base/362913
Log:
Add domain policy allocation for amd64 fpu_kern_ctx
Like other types of allocation, fpu_kern_ctx are frequently allocated per-cpu.
Provide the API and sketch some exa
On 0630T1828, Mateusz Piotrowski wrote:
> Hi,
>
> On 6/30/20 6:24 PM, Edward Tomasz Napierala wrote:
> > Author: trasz
> > Date: Tue Jun 30 16:24:28 2020
> > New Revision: 362806
> > URL: https://svnweb.freebsd.org/changeset/base/362806
> >
> > Log:
> > Make linprocfs(5) create the /proc//task/
Author: emaste
Date: Fri Jul 3 20:32:53 2020
New Revision: 362914
URL: https://svnweb.freebsd.org/changeset/base/362914
Log:
bc: disable -flto on powerpc64
Previously bc segfaulted at start, on powerpc64.
PR: 247738
Submitted by: luporl
Reported by: pkubaj
MFC after:
Got a buildworld error for CURRENT, amd64 today. I have not rebuilt in
while, but maybe r362902 is related?
I'm at r362906
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libgcc_eh.a
/usr/obj/usr/src/amd64.amd64/obj-lib32/tmp/usr/lib32/
===> lib/libgcc_s (obj,all,install)
===> lib/c
Author: rmacklem
Date: Sat Jul 4 03:28:13 2020
New Revision: 362917
URL: https://svnweb.freebsd.org/changeset/base/362917
Log:
Add support for ext_pgs mbufs to nfscl_reqstart() and nfsm_set().
This is another in the series of commits that add support to the NFS client
and server for buil
Author: mjg
Date: Sat Jul 4 06:21:20 2020
New Revision: 362920
URL: https://svnweb.freebsd.org/changeset/base/362920
Log:
audit: provide AUDITING_TD for !AUDIT case
Modified:
head/sys/security/audit/audit.h
Modified: head/sys/security/audit/audit.h
==
Author: mjg
Date: Sat Jul 4 06:22:05 2020
New Revision: 362921
URL: https://svnweb.freebsd.org/changeset/base/362921
Log:
Add char and short types to kcsan
Modified:
head/sys/kern/subr_csan.c
head/sys/sys/_cscan_atomic.h
Modified: head/sys/kern/subr_csan.c
Author: mjg
Date: Sat Jul 4 06:25:41 2020
New Revision: 362922
URL: https://svnweb.freebsd.org/changeset/base/362922
Log:
linux: fix ioctl performance for termios
TCGETS et al are frequently issued by Linux binaries while the previous code
avoidably ping-pongs a global sx lock and serial
Author: mjg
Date: Sat Jul 4 06:27:28 2020
New Revision: 362923
URL: https://svnweb.freebsd.org/changeset/base/362923
Log:
devfs: fix a vnode use-after-free in devfs_ioctl
The vnode to be replaced was read with a shared lock, meaning 2 racing threads
can find the same one.
While here
11 matches
Mail list logo