Module Name:src
Committed By: skrll
Date: Mon Oct 21 06:47:10 UTC 2024
Modified Files:
src/sys/arch/mips/mips: bus_dma.c
Log Message:
Use KASSERT instead if #ifdef DIAGNOSTIC + panic
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mips/mips/bus
Module Name:src
Committed By: skrll
Date: Mon Oct 21 06:47:10 UTC 2024
Modified Files:
src/sys/arch/mips/mips: bus_dma.c
Log Message:
Use KASSERT instead if #ifdef DIAGNOSTIC + panic
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/mips/mips/bus
Module Name:src
Committed By: skrll
Date: Mon Oct 21 06:43:33 UTC 2024
Modified Files:
src/lib/libc/gen: nlist_private.h
Log Message:
risc-v: Fix nlist on ELF64
The define __riscv64 is not provided (anymore?), so use _LP64 to determine
if nlist support for ELF64 should be
Module Name:src
Committed By: skrll
Date: Mon Oct 21 06:43:33 UTC 2024
Modified Files:
src/lib/libc/gen: nlist_private.h
Log Message:
risc-v: Fix nlist on ELF64
The define __riscv64 is not provided (anymore?), so use _LP64 to determine
if nlist support for ELF64 should be
Module Name:src
Committed By: kalvisd
Date: Mon Oct 21 05:39:48 UTC 2024
Modified Files:
src/usr.sbin/mopd/common: file.c
Log Message:
mopd/common: when reading sections from an ELF image, signal end-of-image
if the current section index is advanced past the last section t
Module Name:src
Committed By: kalvisd
Date: Mon Oct 21 05:39:48 UTC 2024
Modified Files:
src/usr.sbin/mopd/common: file.c
Log Message:
mopd/common: when reading sections from an ELF image, signal end-of-image
if the current section index is advanced past the last section t
Module Name:src
Committed By: dholland
Date: Sun Oct 20 19:38:27 UTC 2024
Modified Files:
src/external/gpl2/send-pr/dist/send-pr: categories
Log Message:
send-pr: Add missing category port-riscv, noticed by he@
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: christos
Date: Sun Oct 20 20:04:04 UTC 2024
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_signal_interceptors.inc
Log Message:
Catch up with sigaction renames... Fixes atf tests
WARNING: Thread
Module Name:src
Committed By: christos
Date: Sun Oct 20 20:04:04 UTC 2024
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_signal_interceptors.inc
Log Message:
Catch up with sigaction renames... Fixes atf tests
WARNING: Thread
Module Name:src
Committed By: christos
Date: Sun Oct 20 19:53:36 UTC 2024
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_linux.cpp
Log Message:
Can't use __ps_strings because we are called from a constructor and rtld
has not
Module Name:src
Committed By: christos
Date: Sun Oct 20 19:53:36 UTC 2024
Modified Files:
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_linux.cpp
Log Message:
Can't use __ps_strings because we are called from a constructor and rtld
has not
Module Name:src
Committed By: dholland
Date: Sun Oct 20 19:38:27 UTC 2024
Modified Files:
src/external/gpl2/send-pr/dist/send-pr: categories
Log Message:
send-pr: Add missing category port-riscv, noticed by he@
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: uwe
Date: Sun Oct 20 16:08:51 UTC 2024
Modified Files:
src/share/man/man4: ietp.4
Log Message:
ietp(4): fix typo in author's name, capitalize
OpenBSD: ietp.4,v 1.2 2023/07/09 01:12:04 jsg Exp
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: uwe
Date: Sun Oct 20 16:08:51 UTC 2024
Modified Files:
src/share/man/man4: ietp.4
Log Message:
ietp(4): fix typo in author's name, capitalize
OpenBSD: ietp.4,v 1.2 2023/07/09 01:12:04 jsg Exp
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: skrll
Date: Sun Oct 20 15:37:37 UTC 2024
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
Revert previous - I misread the code.
To generate a diff of this commit:
cvs rdiff -u -r1.146
Module Name:src
Committed By: skrll
Date: Sun Oct 20 15:37:37 UTC 2024
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
Revert previous - I misread the code.
To generate a diff of this commit:
cvs rdiff -u -r1.146
Module Name:src
Committed By: skrll
Date: Sun Oct 20 15:07:33 UTC 2024
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
G/C an unused event counter.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146
Module Name:src
Committed By: skrll
Date: Sun Oct 20 15:07:33 UTC 2024
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
G/C an unused event counter.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146
Module Name:src
Committed By: skrll
Date: Sun Oct 20 15:06:35 UTC 2024
Modified Files:
src/sys/arch/cats/cats: cats_machdep.c
Log Message:
G/C
PMAP_NEED_ALLOC_POOLPAGE is a failed experiment.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/cat
Module Name:src
Committed By: skrll
Date: Sun Oct 20 15:06:35 UTC 2024
Modified Files:
src/sys/arch/cats/cats: cats_machdep.c
Log Message:
G/C
PMAP_NEED_ALLOC_POOLPAGE is a failed experiment.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/cat
Module Name:src
Committed By: skrll
Date: Sun Oct 20 14:51:13 UTC 2024
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
Log Message:
Sync with the RISC-V version. Mostly
Use PRI{u,x}{BUSSIZE,VADDR,PADDR}
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.1
Module Name:src
Committed By: skrll
Date: Sun Oct 20 14:51:13 UTC 2024
Modified Files:
src/sys/arch/arm/arm32: bus_dma.c
Log Message:
Sync with the RISC-V version. Mostly
Use PRI{u,x}{BUSSIZE,VADDR,PADDR}
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.1
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 14:22:37 UTC 2024
Modified Files:
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/manhtml: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: ietp.4
Log Message:
Add ietp(4)
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 14:22:37 UTC 2024
Modified Files:
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/manhtml: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: ietp.4
Log Message:
Add ietp(4)
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 14:06:49 UTC 2024
Modified Files:
src/sys/fs/autofs: autofs_vnops.c
Log Message:
Handle seek operations on autofs mountpoints.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/fs/autofs/autofs_vnop
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 14:06:49 UTC 2024
Modified Files:
src/sys/fs/autofs: autofs_vnops.c
Log Message:
Handle seek operations on autofs mountpoints.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/fs/autofs/autofs_vnop
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 14:03:52 UTC 2024
Modified Files:
src/sys/net: bpf.c
Log Message:
MBUFTRACE
To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 src/sys/net/bpf.c
Please note that diffs are not public domain; they are su
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 14:03:52 UTC 2024
Modified Files:
src/sys/net: bpf.c
Log Message:
MBUFTRACE
To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 src/sys/net/bpf.c
Please note that diffs are not public domain; they are su
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 14:01:52 UTC 2024
Modified Files:
src/sys/nfs: krpc_subr.c nfs_bootdhcp.c
Log Message:
MBUFTRACE
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/nfs/krpc_subr.c
cvs rdiff -u -r1.59 -r1.60 src/sy
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 14:01:52 UTC 2024
Modified Files:
src/sys/nfs: krpc_subr.c nfs_bootdhcp.c
Log Message:
MBUFTRACE
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/nfs/krpc_subr.c
cvs rdiff -u -r1.59 -r1.60 src/sy
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 13:49:41 UTC 2024
Modified Files:
src/sbin/wsconsctl: display.c
Log Message:
Handle EDID data larger than 256 bytes.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sbin/wsconsctl/display.c
Please
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 13:49:41 UTC 2024
Modified Files:
src/sbin/wsconsctl: display.c
Log Message:
Handle EDID data larger than 256 bytes.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sbin/wsconsctl/display.c
Please
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 13:44:37 UTC 2024
Modified Files:
src/sbin/wsconsctl: display.c
Log Message:
Retrieve configured console font with WSDISPLAYIO_GFONT.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sbin/wsconsctl/d
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 13:44:37 UTC 2024
Modified Files:
src/sbin/wsconsctl: display.c
Log Message:
Retrieve configured console font with WSDISPLAYIO_GFONT.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sbin/wsconsctl/d
Module Name:src
Committed By: skrll
Date: Sun Oct 20 13:43:36 UTC 2024
Modified Files:
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
Apply the same fix that was applied to the arm version of this.
_bus_dmatag_subregion is always EOPNOTSUPP for !_RISCV_NEED_BUS_DMA_BOUN
Module Name:src
Committed By: skrll
Date: Sun Oct 20 13:43:56 UTC 2024
Modified Files:
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
More KNF
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/riscv/bus_dma.c
Please note that diffs are not
Module Name:src
Committed By: skrll
Date: Sun Oct 20 13:43:56 UTC 2024
Modified Files:
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
More KNF
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/riscv/bus_dma.c
Please note that diffs are not
Module Name:src
Committed By: skrll
Date: Sun Oct 20 13:43:36 UTC 2024
Modified Files:
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
Apply the same fix that was applied to the arm version of this.
_bus_dmatag_subregion is always EOPNOTSUPP for !_RISCV_NEED_BUS_DMA_BOUN
Module Name:src
Committed By: skrll
Date: Sun Oct 20 13:37:51 UTC 2024
Modified Files:
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/riscv/bus_dma.c
Please note that diffs are not publ
Module Name:src
Committed By: skrll
Date: Sun Oct 20 13:37:51 UTC 2024
Modified Files:
src/sys/arch/riscv/riscv: bus_dma.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/riscv/bus_dma.c
Please note that diffs are not publ
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 09:25:00 UTC 2024
Modified Files:
src/sys/dev/wscons: wsconsio.h wsdisplay_vcons.c
Log Message:
Add WSDISPLAYIO_GFONT ioctl to query the installed font name.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 09:25:00 UTC 2024
Modified Files:
src/sys/dev/wscons: wsconsio.h wsdisplay_vcons.c
Log Message:
Add WSDISPLAYIO_GFONT ioctl to query the installed font name.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 08:46:02 UTC 2024
Modified Files:
src/sbin/wsconsctl: util.c
Log Message:
Add descriptions for all display types in wsconsio.h.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sbin/wsconsctl/util.c
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 08:46:02 UTC 2024
Modified Files:
src/sbin/wsconsctl: util.c
Log Message:
Add descriptions for all display types in wsconsio.h.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sbin/wsconsctl/util.c
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 08:44:22 UTC 2024
Modified Files:
src/sys/dev/wscons: wsconsio.h
Log Message:
Add type for videocore6 display.
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/dev/wscons/wsconsio.h
Please not
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 08:44:22 UTC 2024
Modified Files:
src/sys/dev/wscons: wsconsio.h
Log Message:
Add type for videocore6 display.
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/dev/wscons/wsconsio.h
Please not
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 08:21:30 UTC 2024
Modified Files:
src/sbin/gpt: gpt.c gpt_private.h gpt_uuid.c uuid.c
Log Message:
When generating timestamp based GUIDs for reproducable builds
- increment timestamp by 100ns for each partition.
- use
Module Name:src
Committed By: mlelstv
Date: Sun Oct 20 08:21:30 UTC 2024
Modified Files:
src/sbin/gpt: gpt.c gpt_private.h gpt_uuid.c uuid.c
Log Message:
When generating timestamp based GUIDs for reproducable builds
- increment timestamp by 100ns for each partition.
- use
48 matches
Mail list logo