CVS commit: src

2023-11-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Nov 21 00:09:19 UTC 2023 Modified Files: src/sys/kern: exec_subr.c src/tests/lib/libc/sys: t_setrlimit.c Log Message: exec: Map noaccess part of stack with prot=NONE, maxprot=READ|WRITE. This way, setrlimit(RLIMT_S

CVS commit: src

2023-11-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Nov 21 00:09:19 UTC 2023 Modified Files: src/sys/kern: exec_subr.c src/tests/lib/libc/sys: t_setrlimit.c Log Message: exec: Map noaccess part of stack with prot=NONE, maxprot=READ|WRITE. This way, setrlimit(RLIMT_S

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:59:38 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length or odd starting address, unload the map and return EINVAL.

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:59:38 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length or odd starting address, unload the map and return EINVAL.

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:45:34 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: Revert previous. I'm going to make a slight change to the patch, and want it collapsed into a single commit to make it easier to pull int

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:45:34 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: Revert previous. I'm going to make a slight change to the patch, and want it collapsed into a single commit to make it easier to pull int

CVS commit: src/share/misc

2023-11-20 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Mon Nov 20 21:16:42 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: sort To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 src/share/misc/acronyms.comp Please note that diffs are not public d

CVS commit: src/share/misc

2023-11-20 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Mon Nov 20 21:16:42 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: sort To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 src/share/misc/acronyms.comp Please note that diffs are not public d

CVS commit: src/share/misc

2023-11-20 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Mon Nov 20 21:11:20 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +ML-KEM module-lattice based key-encapsulation mechanism (I previously added "KEM", but now that Kyber is ML-KEM it comes up frequently en

CVS commit: src/share/misc

2023-11-20 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Mon Nov 20 21:11:20 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +ML-KEM module-lattice based key-encapsulation mechanism (I previously added "KEM", but now that Kyber is ML-KEM it comes up frequently en

CVS commit: src/usr.sbin/sysinst

2023-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Nov 20 18:03:55 UTC 2023 Modified Files: src/usr.sbin/sysinst: label.c util.c Log Message: Force alignment of disk buffers to at least 8 byte. Fixes PR 56434. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src

CVS commit: src/usr.sbin/sysinst

2023-11-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Nov 20 18:03:55 UTC 2023 Modified Files: src/usr.sbin/sysinst: label.c util.c Log Message: Force alignment of disk buffers to at least 8 byte. Fixes PR 56434. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 15:16:46 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length, unload the map and return EIO. Some controllers get really

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 15:16:46 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length, unload the map and return EIO. Some controllers get really

CVS commit: src/tests/lib/libc/sys

2023-11-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 20 13:05:17 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_setrlimit.c Log Message: t_setrlimit: Verify changing RLIMIT_STACK affects access to stack. PR kern/57711 XXX pullup-10 XXX pullup-9 XXX pullup-8 To gen

CVS commit: src/tests/lib/libc/sys

2023-11-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Nov 20 13:05:17 UTC 2023 Modified Files: src/tests/lib/libc/sys: t_setrlimit.c Log Message: t_setrlimit: Verify changing RLIMIT_STACK affects access to stack. PR kern/57711 XXX pullup-10 XXX pullup-9 XXX pullup-8 To gen