CVS commit: src/sbin/efi

2025-03-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 2 00:23:59 UTC 2025 Modified Files: src/sbin/efi: devpath1.c devpath2.c devpath3.c devpath4.c devpath5.c gptsubr.c setvar.c Log Message: efi(8): Break overlong lines. To generate a diff of this commit: cv

CVS commit: src/sbin/efi

2025-03-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 2 00:03:41 UTC 2025 Modified Files: src/sbin/efi: Makefile bootvar.c certs.c devpath.h devpath1.c devpath2.c devpath3.c devpath4.c efiio.c getvars.c gptsubr.c main.c setvar.c showvar.c utils.c L

CVS commit: src/sys/arch/riscv/riscv

2025-03-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 2 01:23:11 UTC 2025 Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: riscv/bus_dma: Handle pmap_extract failure. That is, when the va is not mapped in the pmap. Otherwise this trips over uninitialized

CVS commit: src/sys/arch/riscv/riscv

2025-03-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 2 01:23:11 UTC 2025 Modified Files: src/sys/arch/riscv/riscv: bus_dma.c Log Message: riscv/bus_dma: Handle pmap_extract failure. That is, when the va is not mapped in the pmap. Otherwise this trips over uninitialized

CVS commit: src/sbin/efi

2025-03-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 2 01:07:11 UTC 2025 Modified Files: src/sbin/efi: bootvar.c devpath2.c devpath3.c gptsubr.c main.c setvar.c showvar.c Log Message: efi(8): Break more overlong lines. To generate a diff of this commit: cvs

CVS commit: src/sbin/efi

2025-03-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 2 01:07:11 UTC 2025 Modified Files: src/sbin/efi: bootvar.c devpath2.c devpath3.c gptsubr.c main.c setvar.c showvar.c Log Message: efi(8): Break more overlong lines. To generate a diff of this commit: cvs

CVS commit: src/sbin/efi

2025-03-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 2 00:23:59 UTC 2025 Modified Files: src/sbin/efi: devpath1.c devpath2.c devpath3.c devpath4.c devpath5.c gptsubr.c setvar.c Log Message: efi(8): Break overlong lines. To generate a diff of this commit: cv

CVS commit: src/sbin/efi

2025-03-01 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Mar 2 00:03:41 UTC 2025 Modified Files: src/sbin/efi: Makefile bootvar.c certs.c devpath.h devpath1.c devpath2.c devpath3.c devpath4.c efiio.c getvars.c gptsubr.c main.c setvar.c showvar.c utils.c L

CVS commit: src/lib/libc/gen

2025-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 1 20:31:58 UTC 2025 Modified Files: src/lib/libc/gen: pthread_atfork.c Log Message: simplify af_free() (from kre@) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/pthread_atfork.c Pleas

CVS commit: src/lib/libc/gen

2025-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 1 20:31:58 UTC 2025 Modified Files: src/lib/libc/gen: pthread_atfork.c Log Message: simplify af_free() (from kre@) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/gen/pthread_atfork.c Pleas

CVS commit: src/lib/libpthread

2025-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 1 18:21:49 UTC 2025 Modified Files: src/lib/libpthread: pthread_tsd.c Log Message: Explain that the pthread_atfork() call will not call malloc from here. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 s

CVS commit: src/lib/libpthread

2025-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 1 18:21:49 UTC 2025 Modified Files: src/lib/libpthread: pthread_tsd.c Log Message: Explain that the pthread_atfork() call will not call malloc from here. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 s

CVS commit: src/lib/libc/gen

2025-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 1 18:19:50 UTC 2025 Modified Files: src/lib/libc/gen: pthread_atfork.c Log Message: keep a cache of 3 entries so that we don't have to call malloc(3) from libpthread which can't call malloc from a constructor. To gene

CVS commit: src/lib/libc/gen

2025-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 1 18:19:50 UTC 2025 Modified Files: src/lib/libc/gen: pthread_atfork.c Log Message: keep a cache of 3 entries so that we don't have to call malloc(3) from libpthread which can't call malloc from a constructor. To gene

CVS commit: src/lib/libc/gen

2025-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 1 16:34:03 UTC 2025 Modified Files: src/lib/libc/gen: pthread_atfork.c Log Message: Revert for now. There has been a report that arc4random breaks with it, and the tests for arc4random set RLIMIT_AS to 0 so that mmap fa

CVS commit: src/lib/libc/gen

2025-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 1 16:34:03 UTC 2025 Modified Files: src/lib/libc/gen: pthread_atfork.c Log Message: Revert for now. There has been a report that arc4random breaks with it, and the tests for arc4random set RLIMIT_AS to 0 so that mmap fa

CVS commit: src/sys/dev/pci

2025-03-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Mar 1 09:20:54 UTC 2025 Modified Files: src/sys/dev/pci: if_casreg.h Log Message: s/compete/complete/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/if_casreg.h Please note that dif

CVS commit: src/lib/libc/gen

2025-03-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Feb 28 23:59:55 UTC 2025 Modified Files: src/lib/libc/gen: pthread_atfork.c Log Message: Specify MAP_ANON, the default (MAP_FILE) with a fd == -1 makes no sense. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src