Module Name:src
Committed By: gutteridge
Date: Tue Nov 7 00:53:39 UTC 2023
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
gpt.8: fix grammar in a sentence
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sbin/gpt/gpt.8
Please note that diffs are not
Module Name:src
Committed By: gutteridge
Date: Tue Nov 7 00:53:39 UTC 2023
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
gpt.8: fix grammar in a sentence
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sbin/gpt/gpt.8
Please note that diffs are not
Module Name:src
Committed By: christos
Date: Mon Nov 6 22:35:48 UTC 2023
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
Add -fmacro-prefix-map set like -fdebug-prefix-map (Jan-Benedict Glaw)
See:
https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html\
#i
Module Name:src
Committed By: christos
Date: Mon Nov 6 22:35:48 UTC 2023
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
Add -fmacro-prefix-map set like -fdebug-prefix-map (Jan-Benedict Glaw)
See:
https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html\
#i
Module Name:src
Committed By: rin
Date: Mon Nov 6 17:02:17 UTC 2023
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c
Log Message:
nvmm_x86_vmx: vmx_vmptrst: Sprinkle __diagused to fix clang !DIAGNOSTIC build
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1
Module Name:src
Committed By: rin
Date: Mon Nov 6 17:02:17 UTC 2023
Modified Files:
src/sys/dev/nvmm/x86: nvmm_x86_vmx.c
Log Message:
nvmm_x86_vmx: vmx_vmptrst: Sprinkle __diagused to fix clang !DIAGNOSTIC build
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1
Module Name:src
Committed By: rin
Date: Mon Nov 6 17:01:07 UTC 2023
Modified Files:
src/sys/arch/xen/x86: xen_ipi.c
Log Message:
xen_ipi: valid_ipimask: Sprinkle __diagused to fix clang !DIAGNOSTIC build
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/
Module Name:src
Committed By: rin
Date: Mon Nov 6 17:01:07 UTC 2023
Modified Files:
src/sys/arch/xen/x86: xen_ipi.c
Log Message:
xen_ipi: valid_ipimask: Sprinkle __diagused to fix clang !DIAGNOSTIC build
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/
Module Name:src
Committed By: tnn
Date: Mon Nov 6 14:33:51 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/dist/drm/radeon: radeon_bios.c
Log Message:
radeon: fix and enable ACPI methods for getting ROM BIOS
The hacky way of getting the BIOS mapped only works on x86.
Module Name:src
Committed By: tnn
Date: Mon Nov 6 14:33:51 UTC 2023
Modified Files:
src/sys/external/bsd/drm2/dist/drm/radeon: radeon_bios.c
Log Message:
radeon: fix and enable ACPI methods for getting ROM BIOS
The hacky way of getting the BIOS mapped only works on x86.
Module Name:src
Committed By: riastradh
Date: Mon Nov 6 13:48:13 UTC 2023
Modified Files:
src/tests/lib/libm: t_fenv.c
Log Message:
t_fenv: Factor checks out of switch in checkrounding.
No functional change intended, just tidies up a bit.
PR port-mips/57680
XXX pullup-
Module Name:src
Committed By: riastradh
Date: Mon Nov 6 13:48:13 UTC 2023
Modified Files:
src/tests/lib/libm: t_fenv.c
Log Message:
t_fenv: Factor checks out of switch in checkrounding.
No functional change intended, just tidies up a bit.
PR port-mips/57680
XXX pullup-
Module Name:src
Committed By: riastradh
Date: Mon Nov 6 13:48:00 UTC 2023
Modified Files:
src/tests/lib/libm: t_fenv.c
Log Message:
t_fenv: Use volatile intermediate to force rounding to double.
See comment for details about why this is necessary.
Should fix these tests
Module Name:src
Committed By: riastradh
Date: Mon Nov 6 13:48:00 UTC 2023
Modified Files:
src/tests/lib/libm: t_fenv.c
Log Message:
t_fenv: Use volatile intermediate to force rounding to double.
See comment for details about why this is necessary.
Should fix these tests
Module Name:src
Committed By: hannken
Date: Mon Nov 6 12:18:59 UTC 2023
Modified Files:
src/usr.sbin/dumpfs: dumpfs.c
Log Message:
Print the inode numbers of persistent snapshots.
PR kern/57675 "persistent file system snapshots aren't obvious"
To generate a diff of thi
Module Name:src
Committed By: hannken
Date: Mon Nov 6 12:18:59 UTC 2023
Modified Files:
src/usr.sbin/dumpfs: dumpfs.c
Log Message:
Print the inode numbers of persistent snapshots.
PR kern/57675 "persistent file system snapshots aren't obvious"
To generate a diff of thi
Module Name:src
Committed By: hannken
Date: Mon Nov 6 12:17:50 UTC 2023
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
As the number of allocated vnodes goes beyond 106% of desiredvnodes
start throttling threads allocating new vnodes at a rate of ~100 new
vnodes p
Module Name:src
Committed By: hannken
Date: Mon Nov 6 12:17:50 UTC 2023
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
As the number of allocated vnodes goes beyond 106% of desiredvnodes
start throttling threads allocating new vnodes at a rate of ~100 new
vnodes p
Module Name:src
Committed By: hannken
Date: Mon Nov 6 12:16:52 UTC 2023
Modified Files:
src/sys/dev/usb: ugen.c
Log Message:
Undo the DPRINTFN part of the last commit. It breaks i386 at least
when KERNHIST_LOG casts the pointer to uintmax_t.
Kernel ALL/i386 compiles aga
Module Name:src
Committed By: hannken
Date: Mon Nov 6 12:16:52 UTC 2023
Modified Files:
src/sys/dev/usb: ugen.c
Log Message:
Undo the DPRINTFN part of the last commit. It breaks i386 at least
when KERNHIST_LOG casts the pointer to uintmax_t.
Kernel ALL/i386 compiles aga
Module Name:src
Committed By: rin
Date: Mon Nov 6 08:56:12 UTC 2023
Modified Files:
src/distrib/sets/lists/debug: mi
Log Message:
lists/debug/mi: Sprinkle gcc to lib[al]san_g.a to fix clang build
To generate a diff of this commit:
cvs rdiff -u -r1.421 -r1.422 src/distri
Module Name:src
Committed By: rin
Date: Mon Nov 6 08:56:12 UTC 2023
Modified Files:
src/distrib/sets/lists/debug: mi
Log Message:
lists/debug/mi: Sprinkle gcc to lib[al]san_g.a to fix clang build
To generate a diff of this commit:
cvs rdiff -u -r1.421 -r1.422 src/distri
22 matches
Mail list logo